summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-06 04:29:27 +0000
committerDavid Robillard <d@drobilla.net>2007-04-06 04:29:27 +0000
commit723b032fdd736230c18d5088ceda7b2f0d2c82cf (patch)
tree7d521cf256c0b75f1fa2c274b3e63c831093cb27
parent493dff51350d6154d424621c7c23daff38b7d6e9 (diff)
downloadpatchage-723b032fdd736230c18d5088ceda7b2f0d2c82cf.tar.gz
patchage-723b032fdd736230c18d5088ceda7b2f0d2c82cf.tar.bz2
patchage-723b032fdd736230c18d5088ceda7b2f0d2c82cf.zip
Email address and FSF copyright address updates.
git-svn-id: http://svn.drobilla.net/lad/patchage@405 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
-rw-r--r--src/AlsaDriver.cpp2
-rw-r--r--src/AlsaDriver.h2
-rw-r--r--src/Driver.h2
-rw-r--r--src/JackDriver.cpp2
-rw-r--r--src/JackDriver.h2
-rw-r--r--src/JackSettingsDialog.h2
-rw-r--r--src/LashDriver.cpp2
-rw-r--r--src/LashDriver.h2
-rw-r--r--src/Patchage.cpp2
-rw-r--r--src/Patchage.h2
-rw-r--r--src/PatchageEvent.cpp2
-rw-r--r--src/PatchageEvent.h2
-rw-r--r--src/PatchageFlowCanvas.cpp2
-rw-r--r--src/PatchageFlowCanvas.h2
-rw-r--r--src/PatchageModule.h2
-rw-r--r--src/PatchagePort.h2
-rw-r--r--src/StateManager.cpp2
-rw-r--r--src/StateManager.h2
-rw-r--r--src/main.cpp2
21 files changed, 21 insertions, 21 deletions
diff --git a/AUTHORS b/AUTHORS
index d4d803b..d47a3de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
Author:
-Dave Robillard <drobilla@connect.carleton.ca>
+Dave Robillard <dave@drobilla.net>
diff --git a/configure.ac b/configure.ac
index a6f4f46..5b8bac8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.in for patchage
-AC_INIT(patchage, 0.2.4pre, drobilla@connect.carleton.ca)
+AC_INIT(patchage, 0.2.4pre, dave@drobilla.net)
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
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 <string>
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 <cassert>
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 <cmath>
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 <raul/SharedPtr.h>
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"