summaryrefslogtreecommitdiff
path: root/synth/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/filter.h')
-rw-r--r--synth/filter.h23
1 files changed, 5 insertions, 18 deletions
diff --git a/synth/filter.h b/synth/filter.h
index 098e65f..e3f86d9 100644
--- a/synth/filter.h
+++ b/synth/filter.h
@@ -1,23 +1,10 @@
-/*
- Copyright (C) 2010-2012 Florian Jung
-
- This file is part of flo's FM synth.
-
- flo's FM synth is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- flo's FM synth is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with flo's FM synth. If not, see <http://www.gnu.org/licenses/>.
+/* taken and adapted from
+* amSynth
+* (c) 2001-2005 Nick Dowell
+*
+* amSynth was released under the GPL2 license, see COPYING.gpl2
*/
-
#ifndef __FILTER_H__
#define __FILTER_H__