diff options
Diffstat (limited to 'synth')
-rw-r--r-- | synth/filter.cpp | 22 | ||||
-rw-r--r-- | synth/filter.h | 23 |
2 files changed, 10 insertions, 35 deletions
diff --git a/synth/filter.cpp b/synth/filter.cpp index 337aa2c..0e108f9 100644 --- a/synth/filter.cpp +++ b/synth/filter.cpp @@ -1,20 +1,8 @@ -/* - 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 */ 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__ |