From 9637aa10a0462c070ca0c05dc56abc6c83ccb7f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 20:28:18 +0000 Subject: Update copyright headers git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3153 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 2 +- src/AlsaDriver.hpp | 2 +- src/Client.cpp | 4 ++-- src/Client.hpp | 4 ++-- src/DBus.cpp | 4 ++-- src/DBus.hpp | 4 ++-- src/Driver.hpp | 2 +- src/GladeFile.hpp | 2 +- src/JackDbusDriver.cpp | 2 +- src/JackDbusDriver.hpp | 2 +- src/JackDriver.cpp | 2 +- src/JackDriver.hpp | 2 +- src/LashProxy.cpp | 4 ++-- src/LashProxy.hpp | 4 ++-- src/LoadProjectDialog.cpp | 4 ++-- src/LoadProjectDialog.hpp | 4 ++-- src/Patchage.cpp | 2 +- src/Patchage.hpp | 2 +- src/PatchageCanvas.cpp | 2 +- src/PatchageCanvas.hpp | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.hpp | 2 +- src/PatchageModule.cpp | 2 +- src/PatchageModule.hpp | 2 +- src/PatchagePort.hpp | 2 +- src/PortID.hpp | 2 +- src/Project.cpp | 4 ++-- src/Project.hpp | 2 +- src/ProjectList.cpp | 2 +- src/ProjectList.hpp | 4 ++-- src/ProjectPropertiesDialog.cpp | 2 +- src/ProjectPropertiesDialog.hpp | 2 +- src/Session.cpp | 2 +- src/Session.hpp | 2 +- src/StateManager.cpp | 2 +- src/StateManager.hpp | 2 +- src/Widget.hpp | 2 +- src/binary_location.h | 2 +- src/main.cpp | 2 +- 39 files changed, 49 insertions(+), 49 deletions(-) (limited to 'src') diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 35f41fa..f744b5f 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index 8ccc4bf..ab849b9 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/Client.cpp b/src/Client.cpp index 41aaaca..a522ebb 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2010 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/Client.hpp b/src/Client.hpp index a97508b..b2ed675 100644 --- a/src/Client.hpp +++ b/src/Client.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2010 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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 13c3b3d..a2bafbe 100644 --- a/src/DBus.cpp +++ b/src/DBus.cpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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.hpp b/src/DBus.hpp index a992f5a..77c8194 100644 --- a/src/DBus.hpp +++ b/src/DBus.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/Driver.hpp b/src/Driver.hpp index 8f2b0be..feae11b 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp index 9f977b2..9f850b7 100644 --- a/src/GladeFile.hpp +++ b/src/GladeFile.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp index 882da11..d137575 100644 --- a/src/JackDbusDriver.cpp +++ b/src/JackDbusDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 3aee110..9e790ee 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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 d0518ac..b641d40 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 7a93ff6..82c44be 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/LashProxy.cpp b/src/LashProxy.cpp index e47ba56..9a14b1d 100644 --- a/src/LashProxy.cpp +++ b/src/LashProxy.cpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2010 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/LashProxy.hpp b/src/LashProxy.hpp index 6b2d394..01f5bb5 100644 --- a/src/LashProxy.hpp +++ b/src/LashProxy.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2010 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/LoadProjectDialog.cpp b/src/LoadProjectDialog.cpp index d19fa04..dca9995 100644 --- a/src/LoadProjectDialog.cpp +++ b/src/LoadProjectDialog.cpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/LoadProjectDialog.hpp b/src/LoadProjectDialog.hpp index cdab151..9e617e7 100644 --- a/src/LoadProjectDialog.hpp +++ b/src/LoadProjectDialog.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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.cpp b/src/Patchage.cpp index dd18a46..d6f94d9 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/Patchage.hpp b/src/Patchage.hpp index a8cc362..6e2c0db 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 9a8854a..273896b 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 4c729a1..b7ec3b2 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 3762f06..8a51119 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 35efb5f..7102b72 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 79ba901..f88dd7c 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 David 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 diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 450104a..ebccbb5 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index b1a96e7..49f0b57 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/PortID.hpp b/src/PortID.hpp index e411cba..be8340a 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard + * Copyright 2008-2011 David 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 diff --git a/src/Project.cpp b/src/Project.cpp index 38a2beb..952930a 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2010 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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.hpp b/src/Project.hpp index 6b70a4e..15371f6 100644 --- a/src/Project.hpp +++ b/src/Project.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/ProjectList.cpp b/src/ProjectList.cpp index b0ce882..9764420 100644 --- a/src/ProjectList.cpp +++ b/src/ProjectList.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/ProjectList.hpp b/src/ProjectList.hpp index acc2b6e..eed29ef 100644 --- a/src/ProjectList.hpp +++ b/src/ProjectList.hpp @@ -1,6 +1,6 @@ /* This file is part of Patchage. - * Copyright (C) 2008-2009 David Robillard - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008-2011 David Robillard + * Copyright 2008 Nedko Arnaudov * * 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/ProjectPropertiesDialog.cpp b/src/ProjectPropertiesDialog.cpp index 4753b69..e265ad0 100644 --- a/src/ProjectPropertiesDialog.cpp +++ b/src/ProjectPropertiesDialog.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/ProjectPropertiesDialog.hpp b/src/ProjectPropertiesDialog.hpp index cb27251..aeede5f 100644 --- a/src/ProjectPropertiesDialog.hpp +++ b/src/ProjectPropertiesDialog.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/Session.cpp b/src/Session.cpp index c5a250d..3901c8b 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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/Session.hpp b/src/Session.hpp index 47a60cc..0e9371f 100644 --- a/src/Session.hpp +++ b/src/Session.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2008 Nedko Arnaudov + * Copyright 2008 Nedko Arnaudov * * 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.cpp b/src/StateManager.cpp index f18187d..0f730e7 100644 --- a/src/StateManager.cpp +++ b/src/StateManager.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/StateManager.hpp b/src/StateManager.hpp index 796b39b..829a5df 100644 --- a/src/StateManager.hpp +++ b/src/StateManager.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/Widget.hpp b/src/Widget.hpp index 0a5f932..1a80593 100644 --- a/src/Widget.hpp +++ b/src/Widget.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 diff --git a/src/binary_location.h b/src/binary_location.h index ef10ab3..6efa37f 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-2010 David Robillard + * Copyright 2008-2011 David Robillard * * 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 4be53a8..89207a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 David 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 -- cgit v1.2.1