diff options
author | Joël Krähemann <jkraehemann@gmail.com> | 2018-09-02 01:31:28 +0200 |
---|---|---|
committer | Joël Krähemann <jkraehemann@gmail.com> | 2018-09-02 01:31:28 +0200 |
commit | e4f922730010b295e452a485379a0895d96461eb (patch) | |
tree | 4b6dafc9f8a7fa0947c6b652b15d7dfd398d1168 | |
parent | 9ee84de25fc3a42cfe5511bee5cebbeac8aa047d (diff) | |
download | gsequencer-e4f922730010b295e452a485379a0895d96461eb.tar.gz |
license note in ags_peak_audio_signal.c
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | ags/audio/recall/ags_peak_audio_signal.c | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b6b8c6..9d73bdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ libgsequencer_LTLIBRARIES = libgsequencer.la EXTRA_DIST = config.rpath \ COPYING.server \ COPYING.docs \ + COPYING.stk-4.3 \ ags/config.h.in \ gtk-doc.make \ gsequencer.share \ diff --git a/ags/audio/recall/ags_peak_audio_signal.c b/ags/audio/recall/ags_peak_audio_signal.c index 4b35156..db825b3 100644 --- a/ags/audio/recall/ags_peak_audio_signal.c +++ b/ags/audio/recall/ags_peak_audio_signal.c @@ -15,6 +15,15 @@ * * You should have received a copy of the GNU General Public License * along with GSequencer. If not, see <http://www.gnu.org/licenses/>. + * + * Introduction to Digital Filters with Audio Applications + * Copyright (C) 2007-2018 Julius O. Smith III + * + * License: STK-4.3 + * + * See COPYING.stk-4.3 for further deatails + * + * https://ccrma.stanford.edu/~jos */ #include <ags/audio/recall/ags_peak_audio_signal.h> |