diff options
author | Joël Krähemann <jkraehemann@gmail.com> | 2019-02-19 21:13:45 +0100 |
---|---|---|
committer | Joël Krähemann <jkraehemann@gmail.com> | 2019-02-19 21:13:45 +0100 |
commit | ddc5712ba867f56098cd43a166da3684792095fb (patch) | |
tree | 191ae0685e89cf77c15cf677e963912fbbed023a | |
parent | 0bf02248904b80c27bacf6e61b4e68007988dd69 (diff) | |
download | gsequencer-ddc5712ba867f56098cd43a166da3684792095fb.tar.gz |
detailed AUTHORS information
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ags/audio/AUTHORS | 2 | ||||
-rw-r--r-- | ags/audio/ags_recall_dssi.c | 3 | ||||
-rw-r--r-- | ags/audio/recall/AUTHORS | 3 | ||||
-rw-r--r-- | ags/audio/recall/ags_eq10_audio_signal.c | 3 | ||||
-rw-r--r-- | ags/audio/recall/ags_play_dssi_audio.c | 3 | ||||
-rw-r--r-- | ags/server/security/AUTHORS | 2 | ||||
-rw-r--r-- | ags/server/security/ags_xml_password_store.c | 3 |
8 files changed, 20 insertions, 1 deletions
@@ -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> |