diff options
author | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-07 05:57:53 +0000 |
commit | 37d05ae902f1fd6ce4c243e84502b0567990058f (patch) | |
tree | e517603e5ef10892878f33c51d4ec4c1258c2e04 /src | |
parent | 8b8e3a45a6aa40fbb391c6af13a4d7a7baf0a97e (diff) | |
download | patchage-37d05ae902f1fd6ce4c243e84502b0567990058f.tar.gz patchage-37d05ae902f1fd6ce4c243e84502b0567990058f.tar.bz2 patchage-37d05ae902f1fd6ce4c243e84502b0567990058f.zip |
Updated FSF address, copyright dates where appropriate, etc.
git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/AlsaDriver.cpp | 5 | ||||
-rw-r--r-- | src/AlsaDriver.h | 5 | ||||
-rw-r--r-- | src/Driver.h | 5 | ||||
-rw-r--r-- | src/JackDriver.cpp | 5 | ||||
-rw-r--r-- | src/JackDriver.h | 5 | ||||
-rw-r--r-- | src/JackSettingsDialog.h | 5 | ||||
-rw-r--r-- | src/LashDriver.cpp | 5 | ||||
-rw-r--r-- | src/LashDriver.h | 5 | ||||
-rw-r--r-- | src/Patchage.cpp | 5 | ||||
-rw-r--r-- | src/Patchage.h | 5 | ||||
-rw-r--r-- | src/PatchageEvent.cpp | 5 | ||||
-rw-r--r-- | src/PatchageEvent.h | 5 | ||||
-rw-r--r-- | src/PatchageFlowCanvas.cpp | 5 | ||||
-rw-r--r-- | src/PatchageFlowCanvas.h | 5 | ||||
-rw-r--r-- | src/PatchageModule.h | 5 | ||||
-rw-r--r-- | src/PatchagePort.h | 5 | ||||
-rw-r--r-- | src/StateManager.cpp | 5 | ||||
-rw-r--r-- | src/StateManager.h | 5 | ||||
-rw-r--r-- | src/main.cpp | 5 | ||||
-rw-r--r-- | src/patchage-icon.svg | 2 | ||||
-rw-r--r-- | src/patchage.glade | 6 |
21 files changed, 61 insertions, 42 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index c961af1..3ac2d54 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <string> diff --git a/src/AlsaDriver.h b/src/AlsaDriver.h index 22bcbc5..f918076 100644 --- a/src/AlsaDriver.h +++ b/src/AlsaDriver.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef ALSADRIVER_H diff --git a/src/Driver.h b/src/Driver.h index 2be29e9..50bab8b 100644 --- a/src/Driver.h +++ b/src/Driver.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef DRIVER_H diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 6847b09..3b35bd1 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <cassert> diff --git a/src/JackDriver.h b/src/JackDriver.h index 4ac8467..f2da2b5 100644 --- a/src/JackDriver.h +++ b/src/JackDriver.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef JACKDRIVER_H diff --git a/src/JackSettingsDialog.h b/src/JackSettingsDialog.h index da014e6..47b383a 100644 --- a/src/JackSettingsDialog.h +++ b/src/JackSettingsDialog.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef JACK_SETTINGS_DIALOG_H diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp index ba8a732..a5110a1 100644 --- a/src/LashDriver.cpp +++ b/src/LashDriver.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "LashDriver.h" diff --git a/src/LashDriver.h b/src/LashDriver.h index be4827e..cac5bfd 100644 --- a/src/LashDriver.h +++ b/src/LashDriver.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef LASHDRIVER_H diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 5b3ea91..4c662f0 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2006 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <cmath> diff --git a/src/Patchage.h b/src/Patchage.h index 7bc172c..485f36f 100644 --- a/src/Patchage.h +++ b/src/Patchage.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGE_H diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 456756c..2c490e9 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "raul/SharedPtr.h" diff --git a/src/PatchageEvent.h b/src/PatchageEvent.h index 8dec31d..ac9d48b 100644 --- a/src/PatchageEvent.h +++ b/src/PatchageEvent.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEEVENT_H diff --git a/src/PatchageFlowCanvas.cpp b/src/PatchageFlowCanvas.cpp index c979d48..70b8bc3 100644 --- a/src/PatchageFlowCanvas.cpp +++ b/src/PatchageFlowCanvas.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2004 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "config.h" diff --git a/src/PatchageFlowCanvas.h b/src/PatchageFlowCanvas.h index 19873c5..05b7bef 100644 --- a/src/PatchageFlowCanvas.h +++ b/src/PatchageFlowCanvas.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2004 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEPATCHBAYAREA_H diff --git a/src/PatchageModule.h b/src/PatchageModule.h index 6210980..f9f8d11 100644 --- a/src/PatchageModule.h +++ b/src/PatchageModule.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2004 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEMODULE_H diff --git a/src/PatchagePort.h b/src/PatchagePort.h index be5ee70..f982862 100644 --- a/src/PatchagePort.h +++ b/src/PatchagePort.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2004 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef PATCHAGEPORT_H diff --git a/src/StateManager.cpp b/src/StateManager.cpp index d301fa8..f00daa8 100644 --- a/src/StateManager.cpp +++ b/src/StateManager.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "StateManager.h" diff --git a/src/StateManager.h b/src/StateManager.h index 8890ec3..0b3a4b3 100644 --- a/src/StateManager.h +++ b/src/StateManager.h @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef STATEMANAGER_H diff --git a/src/main.cpp b/src/main.cpp index 851d88f..271b312 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ -/* This file is part of Patchage. Copyright (C) 2005 Dave Robillard. +/* This file is part of Patchage. + * Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * Patchage 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 @@ -11,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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "config.h" diff --git a/src/patchage-icon.svg b/src/patchage-icon.svg index 2ae321a..79ce3bc 100644 --- a/src/patchage-icon.svg +++ b/src/patchage-icon.svg @@ -14,7 +14,7 @@ width="418" height="91" version="1.0" - sodipodi:docbase="/home/dave/code/codesonnet/patchage" + sodipodi:docbase="/home/dave/code/lad/patchage" sodipodi:docname="patchage-icon.svg"> <metadata id="metadata7"> diff --git a/src/patchage.glade b/src/patchage.glade index b4f815a..8354d18 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -1231,11 +1231,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Patchage; if not, write to the Free Software Foundation, Inc., -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </property> <property name="wrap_license">False</property> - <property name="website">http://codeson.net/software/patchage</property> - <property name="authors">Dave Robillard <dave@codeson.net></property> + <property name="website">http://drobilla.net/software/patchage</property> + <property name="authors">Dave Robillard <dave@drobilla.net></property> <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> <property name="logo">patchage-icon.svg</property> </widget> |