From 723b032fdd736230c18d5088ceda7b2f0d2c82cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Apr 2007 04:29:27 +0000 Subject: Email address and FSF copyright address updates. git-svn-id: http://svn.drobilla.net/lad/patchage@405 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 2 +- src/AlsaDriver.h | 2 +- src/Driver.h | 2 +- src/JackDriver.cpp | 2 +- src/JackDriver.h | 2 +- src/JackSettingsDialog.h | 2 +- src/LashDriver.cpp | 2 +- src/LashDriver.h | 2 +- src/Patchage.cpp | 2 +- src/Patchage.h | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.h | 2 +- src/PatchageFlowCanvas.cpp | 2 +- src/PatchageFlowCanvas.h | 2 +- src/PatchageModule.h | 2 +- src/PatchagePort.h | 2 +- src/StateManager.cpp | 2 +- src/StateManager.h | 2 +- src/main.cpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 5a11b67..b583917 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/AlsaDriver.h b/src/AlsaDriver.h index f918076..2408d9d 100644 --- a/src/AlsaDriver.h +++ b/src/AlsaDriver.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef ALSADRIVER_H diff --git a/src/Driver.h b/src/Driver.h index 50bab8b..3e550e3 100644 --- a/src/Driver.h +++ b/src/Driver.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef DRIVER_H diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 02bd105..afb3ffb 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/JackDriver.h b/src/JackDriver.h index f2da2b5..f621071 100644 --- a/src/JackDriver.h +++ b/src/JackDriver.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef JACKDRIVER_H diff --git a/src/JackSettingsDialog.h b/src/JackSettingsDialog.h index 47b383a..4900a60 100644 --- a/src/JackSettingsDialog.h +++ b/src/JackSettingsDialog.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef JACK_SETTINGS_DIALOG_H diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp index d5ad43e..1608139 100644 --- a/src/LashDriver.cpp +++ b/src/LashDriver.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "LashDriver.h" diff --git a/src/LashDriver.h b/src/LashDriver.h index dde644a..67e6dbb 100644 --- a/src/LashDriver.h +++ b/src/LashDriver.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef LASHDRIVER_H diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 66c5732..266913d 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/Patchage.h b/src/Patchage.h index 9af982a..6f726df 100644 --- a/src/Patchage.h +++ b/src/Patchage.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGE_H diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 0eed12e..b4693b7 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "raul/SharedPtr.h" diff --git a/src/PatchageEvent.h b/src/PatchageEvent.h index ac9d48b..a5109ee 100644 --- a/src/PatchageEvent.h +++ b/src/PatchageEvent.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEEVENT_H diff --git a/src/PatchageFlowCanvas.cpp b/src/PatchageFlowCanvas.cpp index 042d259..986265b 100644 --- a/src/PatchageFlowCanvas.cpp +++ b/src/PatchageFlowCanvas.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include diff --git a/src/PatchageFlowCanvas.h b/src/PatchageFlowCanvas.h index 899c503..d395af2 100644 --- a/src/PatchageFlowCanvas.h +++ b/src/PatchageFlowCanvas.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEPATCHBAYAREA_H diff --git a/src/PatchageModule.h b/src/PatchageModule.h index 3ff030e..3dee3c6 100644 --- a/src/PatchageModule.h +++ b/src/PatchageModule.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEMODULE_H diff --git a/src/PatchagePort.h b/src/PatchagePort.h index f982862..e4f4c28 100644 --- a/src/PatchagePort.h +++ b/src/PatchagePort.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEPORT_H diff --git a/src/StateManager.cpp b/src/StateManager.cpp index 85a78cf..8ed3ac8 100644 --- a/src/StateManager.cpp +++ b/src/StateManager.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "StateManager.h" diff --git a/src/StateManager.h b/src/StateManager.h index 0b3a4b3..d7065dd 100644 --- a/src/StateManager.h +++ b/src/StateManager.h @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef STATEMANAGER_H diff --git a/src/main.cpp b/src/main.cpp index c514e33..42195e1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "config.h" -- cgit v1.2.1