commit b8581f61f728834380474fd297742ff23485345c parent e52dd059be43865f8d3db98db528e6e9b76fe4af Author: fundamental <mark.d.mccurry@gmail.com> Date: Fri, 12 Feb 2016 18:48:33 -0500 Update FSF Address Diffstat:
168 files changed, 169 insertions(+), 176 deletions(-)
diff --git a/COPYING b/COPYING @@ -1,15 +1,8 @@ - -NOTE! The GPL below is copyrighted by the Free Software Foundation, but -the instance of code that it refers to (the ZynAddSubFX application) -is copyrighted by the authors (Nasca Octavian Paul and others) who actually wrote it. ---------------------------------------------------------------------------- - - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -312,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. diff --git a/src/DSP/AnalogFilter.cpp b/src/DSP/AnalogFilter.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/AnalogFilter.h b/src/DSP/AnalogFilter.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/FFTwrapper.cpp b/src/DSP/FFTwrapper.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/FFTwrapper.h b/src/DSP/FFTwrapper.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/Filter.cpp b/src/DSP/Filter.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/Filter.h b/src/DSP/Filter.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/FormantFilter.cpp b/src/DSP/FormantFilter.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/FormantFilter.h b/src/DSP/FormantFilter.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/SVFilter.cpp b/src/DSP/SVFilter.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/SVFilter.h b/src/DSP/SVFilter.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/DSP/Unison.cpp b/src/DSP/Unison.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cmath> diff --git a/src/DSP/Unison.h b/src/DSP/Unison.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef UNISON_H diff --git a/src/Effects/Alienwah.cpp b/src/Effects/Alienwah.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Alienwah.h b/src/Effects/Alienwah.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Chorus.cpp b/src/Effects/Chorus.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Chorus.h b/src/Effects/Chorus.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Distorsion.cpp b/src/Effects/Distorsion.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Distorsion.h b/src/Effects/Distorsion.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/DynamicFilter.cpp b/src/Effects/DynamicFilter.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/DynamicFilter.h b/src/Effects/DynamicFilter.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EQ.cpp b/src/Effects/EQ.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EQ.h b/src/Effects/EQ.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Echo.cpp b/src/Effects/Echo.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Echo.h b/src/Effects/Echo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Effect.cpp b/src/Effects/Effect.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Effect.h b/src/Effects/Effect.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EffectLFO.cpp b/src/Effects/EffectLFO.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EffectLFO.h b/src/Effects/EffectLFO.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EffectMgr.cpp b/src/Effects/EffectMgr.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/EffectMgr.h b/src/Effects/EffectMgr.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef EFFECTMGR_H diff --git a/src/Effects/Phaser.cpp b/src/Effects/Phaser.cpp @@ -25,7 +25,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Phaser.h b/src/Effects/Phaser.h @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Reverb.cpp b/src/Effects/Reverb.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Effects/Reverb.h b/src/Effects/Reverb.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Bank.cpp b/src/Misc/Bank.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Bank.h b/src/Misc/Bank.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Config.cpp b/src/Misc/Config.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cstdio> diff --git a/src/Misc/Config.h b/src/Misc/Config.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Control.h b/src/Misc/Control.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _CONTROL_H_ diff --git a/src/Misc/LASHClient.cpp b/src/Misc/LASHClient.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <unistd.h> diff --git a/src/Misc/LASHClient.h b/src/Misc/LASHClient.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef LASHClient_h diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Master.h b/src/Misc/Master.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Microtonal.cpp b/src/Misc/Microtonal.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Microtonal.h b/src/Misc/Microtonal.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Part.h b/src/Misc/Part.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Recorder.cpp b/src/Misc/Recorder.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Recorder.h b/src/Misc/Recorder.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Stereo.cpp b/src/Misc/Stereo.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ template<class T> diff --git a/src/Misc/Stereo.h b/src/Misc/Stereo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef STEREO_H #define STEREO_H diff --git a/src/Misc/Util.cpp b/src/Misc/Util.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/Util.h b/src/Misc/Util.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/WavFile.cpp b/src/Misc/WavFile.cpp @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cstdio> diff --git a/src/Misc/WavFile.h b/src/Misc/WavFile.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef WAVFILE_H diff --git a/src/Misc/WaveShapeSmps.cpp b/src/Misc/WaveShapeSmps.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/WaveShapeSmps.h b/src/Misc/WaveShapeSmps.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef WAVESHAPESMPS_H diff --git a/src/Misc/XMLwrapper.cpp b/src/Misc/XMLwrapper.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Misc/XMLwrapper.h b/src/Misc/XMLwrapper.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/AlsaEngine.cpp b/src/Nio/AlsaEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/src/Nio/AlsaEngine.h b/src/Nio/AlsaEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ALSA_ENGINE_H diff --git a/src/Nio/AudioOut.cpp b/src/Nio/AudioOut.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/AudioOut.h b/src/Nio/AudioOut.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/Engine.cpp b/src/Nio/Engine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "Engine.h" diff --git a/src/Nio/Engine.h b/src/Nio/Engine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/JackEngine.cpp b/src/Nio/JackEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/src/Nio/JackEngine.h b/src/Nio/JackEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef JACK_ENGINE_H diff --git a/src/Nio/JackMultiEngine.cpp b/src/Nio/JackMultiEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/JackMultiEngine.h b/src/Nio/JackMultiEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef JACK_MULTI_ENGINE diff --git a/src/Nio/MidiIn.cpp b/src/Nio/MidiIn.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/MidiIn.h b/src/Nio/MidiIn.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/NulEngine.cpp b/src/Nio/NulEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/NulEngine.h b/src/Nio/NulEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/OssEngine.cpp b/src/Nio/OssEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/OssEngine.h b/src/Nio/OssEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/OssMultiEngine.cpp b/src/Nio/OssMultiEngine.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/OssMultiEngine.h b/src/Nio/OssMultiEngine.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/PaEngine.cpp b/src/Nio/PaEngine.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Nio/PaEngine.h b/src/Nio/PaEngine.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PA_ENGINE_H diff --git a/src/Nio/WavEngine.cpp b/src/Nio/WavEngine.cpp @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "WavEngine.h" diff --git a/src/Nio/WavEngine.h b/src/Nio/WavEngine.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef WAVENGINE_H diff --git a/src/Output/DSSIControl.cpp b/src/Output/DSSIControl.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Output/DSSIControl.h b/src/Output/DSSIControl.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Output/DSSIControlDescription.cpp b/src/Output/DSSIControlDescription.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Output/DSSIControlDescription.h b/src/Output/DSSIControlDescription.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Output/DSSIaudiooutput.cpp b/src/Output/DSSIaudiooutput.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Output/DSSIaudiooutput.h b/src/Output/DSSIaudiooutput.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VST_AUDIO_OUTPUT_H diff --git a/src/Params/ADnoteParameters.cpp b/src/Params/ADnoteParameters.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/ADnoteParameters.h b/src/Params/ADnoteParameters.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/Controller.cpp b/src/Params/Controller.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/Controller.h b/src/Params/Controller.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/EnvelopeParams.cpp b/src/Params/EnvelopeParams.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/EnvelopeParams.h b/src/Params/EnvelopeParams.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/FilterParams.cpp b/src/Params/FilterParams.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/FilterParams.h b/src/Params/FilterParams.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/LFOParams.cpp b/src/Params/LFOParams.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/LFOParams.h b/src/Params/LFOParams.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/PADnoteParameters.cpp b/src/Params/PADnoteParameters.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cmath> diff --git a/src/Params/PADnoteParameters.h b/src/Params/PADnoteParameters.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/Presets.cpp b/src/Params/Presets.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/Presets.h b/src/Params/Presets.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/PresetsArray.cpp b/src/Params/PresetsArray.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/PresetsArray.h b/src/Params/PresetsArray.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/PresetsStore.cpp b/src/Params/PresetsStore.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <iostream> diff --git a/src/Params/PresetsStore.h b/src/Params/PresetsStore.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/SUBnoteParameters.cpp b/src/Params/SUBnoteParameters.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Params/SUBnoteParameters.h b/src/Params/SUBnoteParameters.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/AbstractFX.hpp b/src/Plugin/AbstractFX.hpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/AlienWah/AlienWah.cpp b/src/Plugin/AlienWah/AlienWah.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/AlienWah/DistrhoPluginInfo.h b/src/Plugin/AlienWah/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Chorus/Chorus.cpp b/src/Plugin/Chorus/Chorus.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Chorus/DistrhoPluginInfo.h b/src/Plugin/Chorus/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Distortion/Distortion.cpp b/src/Plugin/Distortion/Distortion.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Distortion/DistrhoPluginInfo.h b/src/Plugin/Distortion/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/DynamicFilter/DistrhoPluginInfo.h b/src/Plugin/DynamicFilter/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/DynamicFilter/DynamicFilter.cpp b/src/Plugin/DynamicFilter/DynamicFilter.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Echo/DistrhoPluginInfo.h b/src/Plugin/Echo/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Echo/Echo.cpp b/src/Plugin/Echo/Echo.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Phaser/DistrhoPluginInfo.h b/src/Plugin/Phaser/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Phaser/Phaser.cpp b/src/Plugin/Phaser/Phaser.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Reverb/DistrhoPluginInfo.h b/src/Plugin/Reverb/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/Reverb/Reverb.cpp b/src/Plugin/Reverb/Reverb.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/ZynAddSubFX/DistrhoPluginInfo.h b/src/Plugin/ZynAddSubFX/DistrhoPluginInfo.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI.cpp b/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp b/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/ADnote.cpp b/src/Synth/ADnote.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cmath> diff --git a/src/Synth/ADnote.h b/src/Synth/ADnote.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/Envelope.cpp b/src/Synth/Envelope.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/Envelope.h b/src/Synth/Envelope.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/LFO.cpp b/src/Synth/LFO.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/LFO.h b/src/Synth/LFO.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/OscilGen.cpp b/src/Synth/OscilGen.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/OscilGen.h b/src/Synth/OscilGen.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/PADnote.cpp b/src/Synth/PADnote.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cassert> #include <cmath> diff --git a/src/Synth/PADnote.h b/src/Synth/PADnote.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PAD_NOTE_H #define PAD_NOTE_H diff --git a/src/Synth/Resonance.cpp b/src/Synth/Resonance.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cmath> diff --git a/src/Synth/Resonance.h b/src/Synth/Resonance.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef RESONANCE_H diff --git a/src/Synth/SUBnote.cpp b/src/Synth/SUBnote.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/SUBnote.h b/src/Synth/SUBnote.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Synth/SynthNote.h b/src/Synth/SynthNote.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SYNTH_NOTE_H diff --git a/src/Tests/AdNoteTest.h b/src/Tests/AdNoteTest.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/AllocatorTest.h b/src/Tests/AllocatorTest.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/ControllerTest.h b/src/Tests/ControllerTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/EchoTest.h b/src/Tests/EchoTest.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/EffectTest.h b/src/Tests/EffectTest.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/MemoryStressTest.h b/src/Tests/MemoryStressTest.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/MessageTest.h b/src/Tests/MessageTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/MicrotonalTest.h b/src/Tests/MicrotonalTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/MiddlewareTest.h b/src/Tests/MiddlewareTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/MqTest.h b/src/Tests/MqTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/OscilGenTest.h b/src/Tests/OscilGenTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/PadNoteTest.h b/src/Tests/PadNoteTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/PluginTest.h b/src/Tests/PluginTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/Tests/RandTest.h b/src/Tests/RandTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/RtAllocTest.h b/src/Tests/RtAllocTest.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/SubNoteTest.h b/src/Tests/SubNoteTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/UnisonTest.h b/src/Tests/UnisonTest.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/Tests/XMLwrapperTest.h b/src/Tests/XMLwrapperTest.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <cxxtest/TestSuite.h> diff --git a/src/UI/NSM.C b/src/UI/NSM.C @@ -14,7 +14,7 @@ /* */ /* You should have received a copy of the GNU General Public License along */ /* with This program; see the file COPYING. If not,write to the Free Software */ -/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /*******************************************************************************/ diff --git a/src/UI/NSM.H b/src/UI/NSM.H @@ -14,7 +14,7 @@ /* */ /* You should have received a copy of the GNU General Public License along */ /* with This program; see the file COPYING. If not,write to the Free Software */ -/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /*******************************************************************************/ #pragma once diff --git a/src/UI/NSM/Client.C b/src/UI/NSM/Client.C @@ -14,7 +14,7 @@ /* */ /* You should have received a copy of the GNU General Public License along */ /* with This program; see the file COPYING. If not,write to the Free Software */ -/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /*******************************************************************************/ #include "Client.H" diff --git a/src/UI/NSM/Client.H b/src/UI/NSM/Client.H @@ -14,7 +14,7 @@ /* */ /* You should have received a copy of the GNU General Public License along */ /* with This program; see the file COPYING. If not,write to the Free Software */ -/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /*******************************************************************************/ #pragma once diff --git a/src/UI/common.H b/src/UI/common.H @@ -14,7 +14,7 @@ /* */ /* You should have received a copy of the GNU General Public License along */ /* with This program; see the file COPYING. If not,write to the Free Software */ -/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /*******************************************************************************/ #include "Fl_Osc_Interface.h" diff --git a/src/UI/guimain.cpp b/src/UI/guimain.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/globals.cpp b/src/globals.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/globals.h b/src/globals.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/main.cpp b/src/main.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License (version 2) along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */