diff options
author | Florian Jung <flo@windfisch.org> | 2014-01-25 22:17:24 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-01-25 22:17:24 +0100 |
commit | 56ab81c3520f777b4fe0ba66106c36a3919ddfbb (patch) | |
tree | 930208ee1ff33e573e730b69414b60250124ecc5 /synth | |
parent | 6fd39b15fb7c1a5e747b816092a8b029cc5740f8 (diff) |
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__ |