aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-15 04:16:26 +0000
committerDavid Robillard <d@drobilla.net>2011-03-15 04:16:26 +0000
commit866fea628ca3df85af4d90520f38317d48c2b4a9 (patch)
tree4d9e4e9c02d65a77a73205257d114ba151ecc56d
parent3002e83149327ae4b16f71476640409c6442b897 (diff)
downloadmda.lv2-866fea628ca3df85af4d90520f38317d48c2b4a9.tar.gz
mda.lv2-866fea628ca3df85af4d90520f38317d48c2b4a9.tar.bz2
mda.lv2-866fea628ca3df85af4d90520f38317d48c2b4a9.zip
Add copyright headers to all source files.
Switch to GPLv3. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3087 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--lvz/AEffect.h36
-rw-r--r--lvz/audioeffectx.h34
-rw-r--r--lvz/gendata.cpp42
-rw-r--r--lvz/wrapper.cpp34
-rw-r--r--src/mdaAmbience.cpp18
-rw-r--r--src/mdaAmbience.h18
-rw-r--r--src/mdaBandisto.cpp18
-rw-r--r--src/mdaBandisto.h18
-rw-r--r--src/mdaBeatBox.cpp18
-rw-r--r--src/mdaBeatBox.h18
-rw-r--r--src/mdaCombo.cpp18
-rw-r--r--src/mdaCombo.h18
-rw-r--r--src/mdaDX10.cpp22
-rw-r--r--src/mdaDX10.h18
-rw-r--r--src/mdaDeEss.cpp18
-rw-r--r--src/mdaDeEss.h18
-rw-r--r--src/mdaDegrade.cpp18
-rw-r--r--src/mdaDegrade.h18
-rw-r--r--src/mdaDelay.cpp18
-rw-r--r--src/mdaDelay.h18
-rw-r--r--src/mdaDetune.cpp22
-rw-r--r--src/mdaDetune.h17
-rw-r--r--src/mdaDither.cpp18
-rw-r--r--src/mdaDither.h18
-rw-r--r--src/mdaDubDelay.cpp18
-rw-r--r--src/mdaDubDelay.h18
-rw-r--r--src/mdaDynamics.cpp18
-rw-r--r--src/mdaDynamics.h18
-rw-r--r--src/mdaEPiano.cpp18
-rw-r--r--src/mdaEPiano.h18
-rw-r--r--src/mdaImage.cpp18
-rw-r--r--src/mdaImage.h18
-rw-r--r--src/mdaJX10.cpp22
-rw-r--r--src/mdaJX10.h18
-rw-r--r--src/mdaLeslie.cpp18
-rw-r--r--src/mdaLeslie.h18
-rw-r--r--src/mdaLimiter.cpp18
-rw-r--r--src/mdaLimiter.h18
-rw-r--r--src/mdaLooplex.cpp22
-rw-r--r--src/mdaLooplex.h18
-rw-r--r--src/mdaLoudness.cpp22
-rw-r--r--src/mdaLoudness.h17
-rw-r--r--src/mdaMultiBand.cpp18
-rw-r--r--src/mdaMultiBand.h18
-rw-r--r--src/mdaOverdrive.cpp18
-rw-r--r--src/mdaOverdrive.h18
-rw-r--r--src/mdaPiano.cpp22
-rw-r--r--src/mdaPiano.h19
-rw-r--r--src/mdaRePsycho.cpp18
-rw-r--r--src/mdaRePsycho.h18
-rw-r--r--src/mdaRezFilter.cpp18
-rw-r--r--src/mdaRezFilter.h18
-rw-r--r--src/mdaRingMod.cpp18
-rw-r--r--src/mdaRingMod.h18
-rw-r--r--src/mdaRoundPan.cpp18
-rw-r--r--src/mdaRoundPan.h18
-rw-r--r--src/mdaShepard.cpp18
-rw-r--r--src/mdaShepard.h18
-rw-r--r--src/mdaSpecMeter.cpp23
-rw-r--r--src/mdaSpecMeter.h23
-rw-r--r--src/mdaSpecMeterGUI.cpp18
-rw-r--r--src/mdaSpecMeterGUI.h18
-rw-r--r--src/mdaSplitter.cpp22
-rw-r--r--src/mdaSplitter.h17
-rw-r--r--src/mdaStereo.cpp18
-rw-r--r--src/mdaStereo.h18
-rw-r--r--src/mdaSubSynth.cpp18
-rw-r--r--src/mdaSubSynth.h18
-rw-r--r--src/mdaTalkBox.cpp22
-rw-r--r--src/mdaTalkBox.h19
-rw-r--r--src/mdaTestTone.cpp18
-rw-r--r--src/mdaTestTone.h18
-rw-r--r--src/mdaThruZero.cpp22
-rw-r--r--src/mdaThruZero.h17
-rw-r--r--src/mdaTracker.cpp18
-rw-r--r--src/mdaTracker.h18
-rw-r--r--src/mdaTransient.cpp18
-rw-r--r--src/mdaTransient.h18
-rw-r--r--src/mdaVocInput.cpp22
-rw-r--r--src/mdaVocInput.h17
-rw-r--r--src/mdaVocoder.cpp22
-rw-r--r--src/mdaVocoder.h17
82 files changed, 1448 insertions, 152 deletions
diff --git a/lvz/AEffect.h b/lvz/AEffect.h
index f547083..32d6863 100644
--- a/lvz/AEffect.h
+++ b/lvz/AEffect.h
@@ -1,20 +1,20 @@
-/* LVZ - A C++ interface for writing LV2 plugins.
- * Copyright 2008-2011 David Robillard <http://drobilla.net>
- *
- * This library 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 2 of the License, or (at your option)
- * any later version.
- *
- * This library 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+/*
+ LVZ - A C++ interface for writing LV2 plugins.
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef LVZ_AEFFECT_H
#define LVZ_AEFFECT_H
@@ -29,4 +29,4 @@ struct AEffect {
int flags;
};
-#endif // LVZ_AFFECT_H
+#endif // LVZ_AEFFECT_H
diff --git a/lvz/audioeffectx.h b/lvz/audioeffectx.h
index 815b11b..3eba2ee 100644
--- a/lvz/audioeffectx.h
+++ b/lvz/audioeffectx.h
@@ -1,20 +1,20 @@
-/* LVZ - A C++ interface for writing LV2 plugins.
- * Copyright 2008-2011 David Robillard <http://drobilla.net>
- *
- * This library 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 2 of the License, or (at your option)
- * any later version.
- *
- * This library 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+/*
+ LVZ - A C++ interface for writing LV2 plugins.
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef LVZ_AUDIOEFFECTX_H
#define LVZ_AUDIOEFFECTX_H
diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp
index 8a95722..dac5dc7 100644
--- a/lvz/gendata.cpp
+++ b/lvz/gendata.cpp
@@ -1,28 +1,30 @@
-/* LVZ - A C++ interface for writing LV2 plugins.
- * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
- *
- * This library 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 2 of the License, or (at your option)
- * any later version.
- *
- * This library 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+/*
+ LVZ - A C++ interface for writing LV2 plugins.
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include <cassert>
+#include <fstream>
+#include <iostream>
#include <list>
#include <map>
#include <string>
-#include <cassert>
-#include <iostream>
-#include <fstream>
+
#include <dlfcn.h>
+
#include "audioeffectx.h"
#include "AEffEditor.hpp"
diff --git a/lvz/wrapper.cpp b/lvz/wrapper.cpp
index 7ddcd7a..080ce43 100644
--- a/lvz/wrapper.cpp
+++ b/lvz/wrapper.cpp
@@ -1,20 +1,20 @@
-/* LVZ - A C++ interface for writing LV2 plugins.
- * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
- *
- * This library 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 2 of the License, or (at your option)
- * any later version.
- *
- * This library 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+/*
+ LVZ - A C++ interface for writing LV2 plugins.
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef PLUGIN_CLASS
#error "This file requires PLUGIN_CLASS to be defined"
diff --git a/src/mdaAmbience.cpp b/src/mdaAmbience.cpp
index dbb50c6..51b7fb9 100644
--- a/src/mdaAmbience.cpp
+++ b/src/mdaAmbience.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaAmbience.h"
#include <stdio.h>
diff --git a/src/mdaAmbience.h b/src/mdaAmbience.h
index 3ac309d..7615fe9 100644
--- a/src/mdaAmbience.h
+++ b/src/mdaAmbience.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaAmbience_H
#define __mdaAmbience_H
diff --git a/src/mdaBandisto.cpp b/src/mdaBandisto.cpp
index 87a1f92..d5005b8 100644
--- a/src/mdaBandisto.cpp
+++ b/src/mdaBandisto.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaBandisto.h"
#include <stdio.h>
diff --git a/src/mdaBandisto.h b/src/mdaBandisto.h
index c2cb1aa..042033b 100644
--- a/src/mdaBandisto.h
+++ b/src/mdaBandisto.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaBandisto_H
#define __mdaBandisto_H
diff --git a/src/mdaBeatBox.cpp b/src/mdaBeatBox.cpp
index 94b02aa..84be55f 100644
--- a/src/mdaBeatBox.cpp
+++ b/src/mdaBeatBox.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaBeatBox.h"
#include <math.h>
diff --git a/src/mdaBeatBox.h b/src/mdaBeatBox.h
index 07b5fa4..9d02fff 100644
--- a/src/mdaBeatBox.h
+++ b/src/mdaBeatBox.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaBeatBox_H
#define __mdaBeatBox_H
diff --git a/src/mdaCombo.cpp b/src/mdaCombo.cpp
index 614071d..05f1ca0 100644
--- a/src/mdaCombo.cpp
+++ b/src/mdaCombo.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaCombo.h"
#include <math.h>
diff --git a/src/mdaCombo.h b/src/mdaCombo.h
index 833f105..2198640 100644
--- a/src/mdaCombo.h
+++ b/src/mdaCombo.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaCombo_H
#define __mdaCombo_H
diff --git a/src/mdaDX10.cpp b/src/mdaDX10.cpp
index d6bc0ab..239eaf0 100644
--- a/src/mdaDX10.cpp
+++ b/src/mdaDX10.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA mdaDX10" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaDX10.h"
diff --git a/src/mdaDX10.h b/src/mdaDX10.h
index a738dc9..cae4317 100644
--- a/src/mdaDX10.h
+++ b/src/mdaDX10.h
@@ -1,4 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef __mdaDX10__
#define __mdaDX10__
diff --git a/src/mdaDeEss.cpp b/src/mdaDeEss.cpp
index 5aa23a2..6f394de 100644
--- a/src/mdaDeEss.cpp
+++ b/src/mdaDeEss.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDeEss.h"
#include <math.h>
diff --git a/src/mdaDeEss.h b/src/mdaDeEss.h
index 513c376..10cacd1 100644
--- a/src/mdaDeEss.h
+++ b/src/mdaDeEss.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDeEss_H
#define __mdaDeEss_H
diff --git a/src/mdaDegrade.cpp b/src/mdaDegrade.cpp
index fdf276d..f8219a8 100644
--- a/src/mdaDegrade.cpp
+++ b/src/mdaDegrade.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDegrade.h"
#include <math.h>
diff --git a/src/mdaDegrade.h b/src/mdaDegrade.h
index b9fba94..b1c9e92 100644
--- a/src/mdaDegrade.h
+++ b/src/mdaDegrade.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDegrade_H
#define __mdaDegrade_H
diff --git a/src/mdaDelay.cpp b/src/mdaDelay.cpp
index 233251e..3bfcc9c 100644
--- a/src/mdaDelay.cpp
+++ b/src/mdaDelay.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDelay.h"
#include <math.h>
diff --git a/src/mdaDelay.h b/src/mdaDelay.h
index 3ce1a61..6c7535e 100644
--- a/src/mdaDelay.h
+++ b/src/mdaDelay.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDelay_H
#define __mdaDelay_H
diff --git a/src/mdaDetune.cpp b/src/mdaDetune.cpp
index 925d401..2759ad3 100644
--- a/src/mdaDetune.cpp
+++ b/src/mdaDetune.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA Template" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaDetune.h"
diff --git a/src/mdaDetune.h b/src/mdaDetune.h
index 072336d..2bfe229 100644
--- a/src/mdaDetune.h
+++ b/src/mdaDetune.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 4 ///number of parameters
#define NPROGS 4 ///number of programs
diff --git a/src/mdaDither.cpp b/src/mdaDither.cpp
index 41ef831..e1aae27 100644
--- a/src/mdaDither.cpp
+++ b/src/mdaDither.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDither.h"
#include <math.h>
diff --git a/src/mdaDither.h b/src/mdaDither.h
index 2a1ee60..21529f8 100644
--- a/src/mdaDither.h
+++ b/src/mdaDither.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDither_H
#define __mdaDither_H
diff --git a/src/mdaDubDelay.cpp b/src/mdaDubDelay.cpp
index eb84d9c..7742ab8 100644
--- a/src/mdaDubDelay.cpp
+++ b/src/mdaDubDelay.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDubDelay.h"
#include <math.h>
diff --git a/src/mdaDubDelay.h b/src/mdaDubDelay.h
index 31cde6b..56be65c 100644
--- a/src/mdaDubDelay.h
+++ b/src/mdaDubDelay.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDubDelay_H
#define __mdaDubDelay_H
diff --git a/src/mdaDynamics.cpp b/src/mdaDynamics.cpp
index 3de1664..1210da0 100644
--- a/src/mdaDynamics.cpp
+++ b/src/mdaDynamics.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaDynamics.h"
#include <math.h>
diff --git a/src/mdaDynamics.h b/src/mdaDynamics.h
index 3867bca..7040191 100644
--- a/src/mdaDynamics.h
+++ b/src/mdaDynamics.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaDynamics_H
#define __mdaDynamics_H
diff --git a/src/mdaEPiano.cpp b/src/mdaEPiano.cpp
index a68baf1..6f45e8b 100644
--- a/src/mdaEPiano.cpp
+++ b/src/mdaEPiano.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaEPianoData.h"
#include "mdaEPiano.h"
diff --git a/src/mdaEPiano.h b/src/mdaEPiano.h
index 354c037..8a0977d 100644
--- a/src/mdaEPiano.h
+++ b/src/mdaEPiano.h
@@ -1,4 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef __mdaEPiano__
#define __mdaEPiano__
diff --git a/src/mdaImage.cpp b/src/mdaImage.cpp
index e582c26..d153510 100644
--- a/src/mdaImage.cpp
+++ b/src/mdaImage.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaImage.h"
#include <math.h>
diff --git a/src/mdaImage.h b/src/mdaImage.h
index c52eb9c..69b53bd 100644
--- a/src/mdaImage.h
+++ b/src/mdaImage.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaImage_H
#define __mdaImage_H
diff --git a/src/mdaJX10.cpp b/src/mdaJX10.cpp
index 2a7737a..dbbc76c 100644
--- a/src/mdaJX10.cpp
+++ b/src/mdaJX10.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA JX10" v1.1
-//
-// Copyright(c)1999-2001 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaJX10.h"
diff --git a/src/mdaJX10.h b/src/mdaJX10.h
index f570998..275e07f 100644
--- a/src/mdaJX10.h
+++ b/src/mdaJX10.h
@@ -1,4 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef __mdaJX10__
#define __mdaJX10__
diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp
index 71134df..db37349 100644
--- a/src/mdaLeslie.cpp
+++ b/src/mdaLeslie.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
//Remove optimization /Og else wavelab crashes!!!
#include "mdaLeslie.h"
diff --git a/src/mdaLeslie.h b/src/mdaLeslie.h
index c4c21cd..ba4f763 100644
--- a/src/mdaLeslie.h
+++ b/src/mdaLeslie.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaLeslie_H
#define __mdaLeslie_H
diff --git a/src/mdaLimiter.cpp b/src/mdaLimiter.cpp
index 11358e7..02fff3b 100644
--- a/src/mdaLimiter.cpp
+++ b/src/mdaLimiter.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaLimiter.h"
#include <math.h>
diff --git a/src/mdaLimiter.h b/src/mdaLimiter.h
index 276a85d..f162299 100644
--- a/src/mdaLimiter.h
+++ b/src/mdaLimiter.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaLimiter_H
#define __mdaLimiter_H
diff --git a/src/mdaLooplex.cpp b/src/mdaLooplex.cpp
index 76f84b1..8c4fcdc 100644
--- a/src/mdaLooplex.cpp
+++ b/src/mdaLooplex.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "mdaLooplex" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaLooplex.h"
diff --git a/src/mdaLooplex.h b/src/mdaLooplex.h
index f35e83a..38a69e0 100644
--- a/src/mdaLooplex.h
+++ b/src/mdaLooplex.h
@@ -1,4 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef __mdaLooplex__
#define __mdaLooplex__
diff --git a/src/mdaLoudness.cpp b/src/mdaLoudness.cpp
index 4ec1eba..9af8ab6 100644
--- a/src/mdaLoudness.cpp
+++ b/src/mdaLoudness.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA Loudness" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
///27 Mar 2001 - changed number of programs - was not remembering settings
diff --git a/src/mdaLoudness.h b/src/mdaLoudness.h
index 0e13d95..6b61ce4 100644
--- a/src/mdaLoudness.h
+++ b/src/mdaLoudness.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 3 ///number of parameters
#define NPROGS 8 ///number of programs
diff --git a/src/mdaMultiBand.cpp b/src/mdaMultiBand.cpp
index 035c69d..0bf3af5 100644
--- a/src/mdaMultiBand.cpp
+++ b/src/mdaMultiBand.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaMultiBand.h"
#include <math.h>
diff --git a/src/mdaMultiBand.h b/src/mdaMultiBand.h
index 6f83c56..657ee69 100644
--- a/src/mdaMultiBand.h
+++ b/src/mdaMultiBand.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaMultiBand_H
#define __mdaMultiBand_H
diff --git a/src/mdaOverdrive.cpp b/src/mdaOverdrive.cpp
index 6fd319b..768997c 100644
--- a/src/mdaOverdrive.cpp
+++ b/src/mdaOverdrive.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaOverdrive.h"
#include <math.h>
diff --git a/src/mdaOverdrive.h b/src/mdaOverdrive.h
index a45eba7..5f0011c 100644
--- a/src/mdaOverdrive.h
+++ b/src/mdaOverdrive.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaOverdrive_H
#define __mdaOverdrive_H
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp
index 5162771..318e423 100644
--- a/src/mdaPiano.cpp
+++ b/src/mdaPiano.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA Piano" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaPianoData.h"
#include "mdaPiano.h"
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index 96d2c07..7ce2191 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -1,5 +1,20 @@
-
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#ifndef __mdaPiano__
#define __mdaPiano__
diff --git a/src/mdaRePsycho.cpp b/src/mdaRePsycho.cpp
index bfc7e19..2156784 100644
--- a/src/mdaRePsycho.cpp
+++ b/src/mdaRePsycho.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaRePsycho.h"
#include <math.h>
diff --git a/src/mdaRePsycho.h b/src/mdaRePsycho.h
index 873ec91..57735d7 100644
--- a/src/mdaRePsycho.h
+++ b/src/mdaRePsycho.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaRePsycho_H
#define __mdaRePsycho_H
diff --git a/src/mdaRezFilter.cpp b/src/mdaRezFilter.cpp
index 75b2aea..ae0ca56 100644
--- a/src/mdaRezFilter.cpp
+++ b/src/mdaRezFilter.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaRezFilter.h"
#include <math.h>
diff --git a/src/mdaRezFilter.h b/src/mdaRezFilter.h
index a2579a0..d113ce2 100644
--- a/src/mdaRezFilter.h
+++ b/src/mdaRezFilter.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaRezFilter_H
#define __mdaRezFilter_H
diff --git a/src/mdaRingMod.cpp b/src/mdaRingMod.cpp
index 259c597..714650c 100644
--- a/src/mdaRingMod.cpp
+++ b/src/mdaRingMod.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaRingMod.h"
#include <math.h>
diff --git a/src/mdaRingMod.h b/src/mdaRingMod.h
index 5255f2b..3e8750d 100644
--- a/src/mdaRingMod.h
+++ b/src/mdaRingMod.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaRingMod_H
#define __mdaRingMod_H
diff --git a/src/mdaRoundPan.cpp b/src/mdaRoundPan.cpp
index e040f2e..49b7a25 100644
--- a/src/mdaRoundPan.cpp
+++ b/src/mdaRoundPan.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaRoundPan.h"
#include <math.h>
diff --git a/src/mdaRoundPan.h b/src/mdaRoundPan.h
index 916dcaf..674c406 100644
--- a/src/mdaRoundPan.h
+++ b/src/mdaRoundPan.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaRoundPan_H
#define __mdaRoundPan_H
diff --git a/src/mdaShepard.cpp b/src/mdaShepard.cpp
index 0e21794..349a082 100644
--- a/src/mdaShepard.cpp
+++ b/src/mdaShepard.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaShepard.h"
#include <math.h>
diff --git a/src/mdaShepard.h b/src/mdaShepard.h
index cce85d3..51fda27 100644
--- a/src/mdaShepard.h
+++ b/src/mdaShepard.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaShepard_H
#define __mdaShepard_H
diff --git a/src/mdaSpecMeter.cpp b/src/mdaSpecMeter.cpp
index 4ecb7a5..100724b 100644
--- a/src/mdaSpecMeter.cpp
+++ b/src/mdaSpecMeter.cpp
@@ -1,9 +1,20 @@
-//
-// Plug-in: "MDA SpecMeter"
-//
-// Copyright(c)2002 Paul Kellett (maxim digital audio)
-//
-
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 2002 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include <stdio.h>
#include <string.h>
diff --git a/src/mdaSpecMeter.h b/src/mdaSpecMeter.h
index 4a5d312..84f2df6 100644
--- a/src/mdaSpecMeter.h
+++ b/src/mdaSpecMeter.h
@@ -1,9 +1,20 @@
-//
-// Plug-in: "MDA SpecMeter"
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-// Copyright (C) 2008-2009 David Robillard
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 2002 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "audioeffectx.h"
diff --git a/src/mdaSpecMeterGUI.cpp b/src/mdaSpecMeterGUI.cpp
index dcee2a0..bb88816 100644
--- a/src/mdaSpecMeterGUI.cpp
+++ b/src/mdaSpecMeterGUI.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaSpecMeterGUI.h"
#include "mdaSpecMeter.h"
#include <X11/Xlib.h>
diff --git a/src/mdaSpecMeterGUI.h b/src/mdaSpecMeterGUI.h
index bc0a232..edb0f9c 100644
--- a/src/mdaSpecMeterGUI.h
+++ b/src/mdaSpecMeterGUI.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef _mdaSpecMeterGUI_h_
#define _mdaSpecMeterGUI_h_
diff --git a/src/mdaSplitter.cpp b/src/mdaSplitter.cpp
index 2902c1f..5a78cd2 100644
--- a/src/mdaSplitter.cpp
+++ b/src/mdaSplitter.cpp
@@ -1,8 +1,20 @@
-//
-// mda plug-in: "MDA Splitter" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaSplitter.h"
diff --git a/src/mdaSplitter.h b/src/mdaSplitter.h
index b2ca065..32e1f3a 100644
--- a/src/mdaSplitter.h
+++ b/src/mdaSplitter.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 7 ///number of parameters
#define NPROGS 3 ///number of programs
diff --git a/src/mdaStereo.cpp b/src/mdaStereo.cpp
index eedc62b..421338f 100644
--- a/src/mdaStereo.cpp
+++ b/src/mdaStereo.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaStereo.h"
#include <math.h>
diff --git a/src/mdaStereo.h b/src/mdaStereo.h
index ce6912e..788b110 100644
--- a/src/mdaStereo.h
+++ b/src/mdaStereo.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaStereo_H
#define __mdaStereo_H
diff --git a/src/mdaSubSynth.cpp b/src/mdaSubSynth.cpp
index 4de2ac9..e6039da 100644
--- a/src/mdaSubSynth.cpp
+++ b/src/mdaSubSynth.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaSubSynth.h"
#include <math.h>
diff --git a/src/mdaSubSynth.h b/src/mdaSubSynth.h
index d2b3956..f4e986a 100644
--- a/src/mdaSubSynth.h
+++ b/src/mdaSubSynth.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "audioeffectx.h"
class mdaSubSynth : public AudioEffectX
diff --git a/src/mdaTalkBox.cpp b/src/mdaTalkBox.cpp
index 1649f7a..f615f6b 100644
--- a/src/mdaTalkBox.cpp
+++ b/src/mdaTalkBox.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA Template" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaTalkBox.h"
diff --git a/src/mdaTalkBox.h b/src/mdaTalkBox.h
index 593e2b7..c2894a5 100644
--- a/src/mdaTalkBox.h
+++ b/src/mdaTalkBox.h
@@ -1,4 +1,21 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "audioeffectx.h"
#define NPARAMS 4 ///number of parameters
diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp
index 4972940..5d86576 100644
--- a/src/mdaTestTone.cpp
+++ b/src/mdaTestTone.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaTestTone.h"
#include <math.h>
diff --git a/src/mdaTestTone.h b/src/mdaTestTone.h
index 4bf2317..2aef89c 100644
--- a/src/mdaTestTone.h
+++ b/src/mdaTestTone.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaTestTone_H
#define __mdaTestTone_H
diff --git a/src/mdaThruZero.cpp b/src/mdaThruZero.cpp
index 7bcd67f..df2fff5 100644
--- a/src/mdaThruZero.cpp
+++ b/src/mdaThruZero.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA ThruZero" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaThruZero.h"
diff --git a/src/mdaThruZero.h b/src/mdaThruZero.h
index d2e20fd..e4f58d0 100644
--- a/src/mdaThruZero.h
+++ b/src/mdaThruZero.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 5 ///number of parameters
#define NPROGS 4 ///number of programs
diff --git a/src/mdaTracker.cpp b/src/mdaTracker.cpp
index 6fd668c..d0bc277 100644
--- a/src/mdaTracker.cpp
+++ b/src/mdaTracker.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaTracker.h"
#include <math.h>
diff --git a/src/mdaTracker.h b/src/mdaTracker.h
index 01f54b6..9caa2c3 100644
--- a/src/mdaTracker.h
+++ b/src/mdaTracker.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaTracker_H
#define __mdaTracker_H
diff --git a/src/mdaTransient.cpp b/src/mdaTransient.cpp
index ba27302..752104d 100644
--- a/src/mdaTransient.cpp
+++ b/src/mdaTransient.cpp
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include "mdaTransient.h"
#include <math.h>
diff --git a/src/mdaTransient.h b/src/mdaTransient.h
index d13a5ee..6511be9 100644
--- a/src/mdaTransient.h
+++ b/src/mdaTransient.h
@@ -1,3 +1,21 @@
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __mdaTransient_H
#define __mdaTransient_H
diff --git a/src/mdaVocInput.cpp b/src/mdaVocInput.cpp
index f4372ea..577e1c8 100644
--- a/src/mdaVocInput.cpp
+++ b/src/mdaVocInput.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA VocSource" v1.0 (generates carrier signal for vocoder)
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaVocInput.h"
diff --git a/src/mdaVocInput.h b/src/mdaVocInput.h
index f8956e5..5df8fa1 100644
--- a/src/mdaVocInput.h
+++ b/src/mdaVocInput.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 5 ///number of parameters
#define NPROGS 1 ///number of programs
diff --git a/src/mdaVocoder.cpp b/src/mdaVocoder.cpp
index af9e8b0..fd5402a 100644
--- a/src/mdaVocoder.cpp
+++ b/src/mdaVocoder.cpp
@@ -1,8 +1,20 @@
-//
-// Plug-in: "MDA Vocoder" v1.0
-//
-// Copyright(c)1999-2000 Paul Kellett (maxim digital audio)
-//
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#include "mdaVocoder.h"
diff --git a/src/mdaVocoder.h b/src/mdaVocoder.h
index 71e29cc..4158258 100644
--- a/src/mdaVocoder.h
+++ b/src/mdaVocoder.h
@@ -1,5 +1,20 @@
-//See associated .cpp file for copyright and other info
+/*
+ Copyright 2008-2011 David Robillard <http://drobilla.net>
+ Copyright 1999-2000 Paul Kellett (Maxim Digital Audio)
+ This 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.
+
+ This software 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 this software. If not, see <http://www.gnu.org/licenses/>.
+*/
#define NPARAMS 8 ///number of parameters
#define NPROGS 5 ///number of programs