aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoël Krähemann <jkraehemann@gmail.com>2019-02-19 21:13:45 +0100
committerJoël Krähemann <jkraehemann@gmail.com>2019-02-19 21:13:45 +0100
commitddc5712ba867f56098cd43a166da3684792095fb (patch)
tree191ae0685e89cf77c15cf677e963912fbbed023a
parent0bf02248904b80c27bacf6e61b4e68007988dd69 (diff)
downloadgsequencer-ddc5712ba867f56098cd43a166da3684792095fb.tar.gz
detailed AUTHORS information
-rw-r--r--AUTHORS2
-rw-r--r--ags/audio/AUTHORS2
-rw-r--r--ags/audio/ags_recall_dssi.c3
-rw-r--r--ags/audio/recall/AUTHORS3
-rw-r--r--ags/audio/recall/ags_eq10_audio_signal.c3
-rw-r--r--ags/audio/recall/ags_play_dssi_audio.c3
-rw-r--r--ags/server/security/AUTHORS2
-rw-r--r--ags/server/security/ags_xml_password_store.c3
8 files changed, 20 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 9b058dc..4cd094f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Joël Krähemann
+Joël Krähemann <jkraehemann@gmail.com>
diff --git a/ags/audio/AUTHORS b/ags/audio/AUTHORS
new file mode 100644
index 0000000..5ef06fc
--- /dev/null
+++ b/ags/audio/AUTHORS
@@ -0,0 +1,2 @@
+Joël Krähemann <jkraehemann@gmail.com>
+Yuri <yuri@FreeBSD.org> (tiny change)
diff --git a/ags/audio/ags_recall_dssi.c b/ags/audio/ags_recall_dssi.c
index a385779..6484a04 100644
--- a/ags/audio/ags_recall_dssi.c
+++ b/ags/audio/ags_recall_dssi.c
@@ -15,6 +15,9 @@
*
* You should have received a copy of the GNU General Public License
* along with GSequencer. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Yuri <yuri@FreeBSD.org> (tiny change) - provided FreeBSD and DrogonFly
+ * macros.
*/
#include <ags/audio/ags_recall_dssi.h>
diff --git a/ags/audio/recall/AUTHORS b/ags/audio/recall/AUTHORS
new file mode 100644
index 0000000..915afe8
--- /dev/null
+++ b/ags/audio/recall/AUTHORS
@@ -0,0 +1,3 @@
+Joël Krähemann <jkraehemann@gmail.com>
+Julius O. Smith III <jos@ccrma.stanford.edu>
+Yuri <yuri@FreeBSD.org> (tiny change)
diff --git a/ags/audio/recall/ags_eq10_audio_signal.c b/ags/audio/recall/ags_eq10_audio_signal.c
index c722e03..e21f58e 100644
--- a/ags/audio/recall/ags_eq10_audio_signal.c
+++ b/ags/audio/recall/ags_eq10_audio_signal.c
@@ -24,6 +24,9 @@
* See COPYING.stk-4.3 for further deatails
*
* https://ccrma.stanford.edu/~jos
+ *
+ * provided the foundation of the modified equalizer algorithm, this
+ * recall is based on frequency response filter.
*/
#include <ags/audio/recall/ags_eq10_audio_signal.h>
diff --git a/ags/audio/recall/ags_play_dssi_audio.c b/ags/audio/recall/ags_play_dssi_audio.c
index 750b204..fc43d65 100644
--- a/ags/audio/recall/ags_play_dssi_audio.c
+++ b/ags/audio/recall/ags_play_dssi_audio.c
@@ -15,6 +15,9 @@
*
* You should have received a copy of the GNU General Public License
* along with GSequencer. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Yuri <yuri@FreeBSD.org> (tiny change) - provided FreeBSD and DrogonFly
+ * macros.
*/
#include <ags/audio/recall/ags_play_dssi_audio.h>
diff --git a/ags/server/security/AUTHORS b/ags/server/security/AUTHORS
new file mode 100644
index 0000000..5ef06fc
--- /dev/null
+++ b/ags/server/security/AUTHORS
@@ -0,0 +1,2 @@
+Joël Krähemann <jkraehemann@gmail.com>
+Yuri <yuri@FreeBSD.org> (tiny change)
diff --git a/ags/server/security/ags_xml_password_store.c b/ags/server/security/ags_xml_password_store.c
index 281dc25..7f567d9 100644
--- a/ags/server/security/ags_xml_password_store.c
+++ b/ags/server/security/ags_xml_password_store.c
@@ -15,6 +15,9 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with GSequencer. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Yuri <yuri@FreeBSD.org> (tiny change) - provided FreeBSD and DrogonFly
+ * macros.
*/
#include <ags/server/security/ags_xml_password_store.h>