From 37d05ae902f1fd6ce4c243e84502b0567990058f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Feb 2007 05:57:53 +0000 Subject: Updated FSF address, copyright dates where appropriate, etc. git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 5 +++-- src/AlsaDriver.h | 5 +++-- src/Driver.h | 5 +++-- src/JackDriver.cpp | 5 +++-- src/JackDriver.h | 5 +++-- src/JackSettingsDialog.h | 5 +++-- src/LashDriver.cpp | 5 +++-- src/LashDriver.h | 5 +++-- src/Patchage.cpp | 5 +++-- src/Patchage.h | 5 +++-- src/PatchageEvent.cpp | 5 +++-- src/PatchageEvent.h | 5 +++-- src/PatchageFlowCanvas.cpp | 5 +++-- src/PatchageFlowCanvas.h | 5 +++-- src/PatchageModule.h | 5 +++-- src/PatchagePort.h | 5 +++-- src/StateManager.cpp | 5 +++-- src/StateManager.h | 5 +++-- src/main.cpp | 5 +++-- src/patchage-icon.svg | 2 +- 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 * * 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 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 * * 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 * * 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 * * 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 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 * * 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 * * 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 * * 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 * * 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 * * 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 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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"> 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 False - http://codeson.net/software/patchage - Dave Robillard <dave@codeson.net> + http://drobilla.net/software/patchage + Dave Robillard <dave@drobilla.net> translator-credits patchage-icon.svg -- cgit v1.2.1