diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AlsaDriver.cpp | 2 | ||||
-rw-r--r-- | src/AlsaDriver.hpp | 2 | ||||
-rw-r--r-- | src/DBus.cpp | 2 | ||||
-rw-r--r-- | src/DBus.hpp | 2 | ||||
-rw-r--r-- | src/Driver.hpp | 2 | ||||
-rw-r--r-- | src/GladeFile.hpp | 2 | ||||
-rw-r--r-- | src/JackDriver.cpp | 2 | ||||
-rw-r--r-- | src/JackDriver.hpp | 2 | ||||
-rw-r--r-- | src/LashClient.hpp | 2 | ||||
-rw-r--r-- | src/LashProxy.hpp | 2 | ||||
-rw-r--r-- | src/LoadProjectDialog.cpp | 2 | ||||
-rw-r--r-- | src/LoadProjectDialog.hpp | 2 | ||||
-rw-r--r-- | src/Patchage.cpp | 2 | ||||
-rw-r--r-- | src/Patchage.hpp | 2 | ||||
-rw-r--r-- | src/PatchageCanvas.cpp | 2 | ||||
-rw-r--r-- | src/PatchageCanvas.hpp | 2 | ||||
-rw-r--r-- | src/PatchageEvent.cpp | 2 | ||||
-rw-r--r-- | src/PatchageEvent.hpp | 2 | ||||
-rw-r--r-- | src/PatchageModule.hpp | 2 | ||||
-rw-r--r-- | src/PatchagePort.hpp | 2 | ||||
-rw-r--r-- | src/PortID.hpp | 2 | ||||
-rw-r--r-- | src/Project.cpp | 2 | ||||
-rw-r--r-- | src/ProjectList.hpp | 2 | ||||
-rw-r--r-- | src/StateManager.cpp | 2 | ||||
-rw-r--r-- | src/StateManager.hpp | 2 | ||||
-rw-r--r-- | src/Widget.hpp | 2 | ||||
-rw-r--r-- | src/binary_location.h | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/patchage.glade | 4 |
29 files changed, 30 insertions, 30 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 5a24580..e10c120 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index e9f7e4c..b334e89 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/DBus.cpp b/src/DBus.cpp index b7401da..72502b8 100644 --- a/src/DBus.cpp +++ b/src/DBus.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/DBus.hpp b/src/DBus.hpp index 4ed3561..9960efa 100644 --- a/src/DBus.hpp +++ b/src/DBus.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/Driver.hpp b/src/Driver.hpp index 8e8ba7c..c251309 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp index 0fdd28b..dbec7e9 100644 --- a/src/GladeFile.hpp +++ b/src/GladeFile.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 6b201d4..ef67747 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 90a5e9e..c5da141 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/LashClient.hpp b/src/LashClient.hpp index 6d50381..6ae6a2b 100644 --- a/src/LashClient.hpp +++ b/src/LashClient.hpp @@ -1,6 +1,6 @@ // -*- Mode: C++ ; indent-tabs-mode: t -*- /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/LashProxy.hpp b/src/LashProxy.hpp index aca14d8..70583e6 100644 --- a/src/LashProxy.hpp +++ b/src/LashProxy.hpp @@ -1,6 +1,6 @@ // -*- Mode: C++ ; indent-tabs-mode: t -*- /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/LoadProjectDialog.cpp b/src/LoadProjectDialog.cpp index 35d32f3..026da1e 100644 --- a/src/LoadProjectDialog.cpp +++ b/src/LoadProjectDialog.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/LoadProjectDialog.hpp b/src/LoadProjectDialog.hpp index d01bfe1..90bba6a 100644 --- a/src/LoadProjectDialog.hpp +++ b/src/LoadProjectDialog.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 4be7753..9b3a299 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 37757e0..86d40f3 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 5d3bf58..99593e0 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 5541687..57af310 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 88af4f3..6789948 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 575cbd5..20053e5 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 1092906..8cbec6e 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 3854320..183eac6 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/PortID.hpp b/src/PortID.hpp index b3eb373..c221a0a 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David 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 diff --git a/src/Project.cpp b/src/Project.cpp index 0a1c2d5..a6e657b 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -1,6 +1,6 @@ // -*- Mode: C++ ; indent-tabs-mode: t -*- /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/ProjectList.hpp b/src/ProjectList.hpp index 69997ef..360c1da 100644 --- a/src/ProjectList.hpp +++ b/src/ProjectList.hpp @@ -1,6 +1,6 @@ // -*- Mode: C++ ; indent-tabs-mode: t -*- /* This file is part of Patchage. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name> * * Patchage is free software; you can redistribute it and/or modify it under the diff --git a/src/StateManager.cpp b/src/StateManager.cpp index bd946cd..fd9a465 100644 --- a/src/StateManager.cpp +++ b/src/StateManager.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/StateManager.hpp b/src/StateManager.hpp index 01bdddd..e2b2d99 100644 --- a/src/StateManager.hpp +++ b/src/StateManager.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/Widget.hpp b/src/Widget.hpp index ee24adc..a74d69c 100644 --- a/src/Widget.hpp +++ b/src/Widget.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/binary_location.h b/src/binary_location.h index d8c3f12..58868a7 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -1,5 +1,5 @@ /* Find the location of the program in the filesytem. - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * * This 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 diff --git a/src/main.cpp b/src/main.cpp index 062a203..223ae25 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David 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 diff --git a/src/patchage.glade b/src/patchage.glade index e9cba48..6ade969 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -461,7 +461,7 @@ The bar represents the percentage of available time used for audio processing (i <widget class="GtkAboutDialog" id="about_win"> <property name="destroy_with_parent">True</property> <property name="type_hint">normal</property> - <property name="copyright" translatable="yes">© 2005-2008 Dave Robillard + <property name="copyright" translatable="yes">© 2005-2008 David Robillard © 2008 Nedko Arnaudov</property> <property name="comments" translatable="yes">A LASH, JACK, and ALSA front-end.</property> <property name="website">http://drobilla.net/software/patchage</property> @@ -479,7 +479,7 @@ You should have received a copy of the GNU General Public License along with Patchage; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </property> - <property name="authors">Dave Robillard <dave@drobilla.net> + <property name="authors">David Robillard <d@drobilla.net> Nedko Arnaudov <nedko@arnaudov.name></property> <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> <property name="artists">Icon: |