From 3181245fd2b3d1a77881f5cdf02f6ad9a8bf446e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Apr 2014 19:27:32 +0000 Subject: Update copyright date. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5371 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 2 +- src/AlsaDriver.hpp | 2 +- src/Configuration.hpp | 2 +- src/Driver.hpp | 2 +- src/JackDriver.cpp | 2 +- src/JackDriver.hpp | 2 +- src/Patchage.cpp | 2 +- src/Patchage.hpp | 2 +- src/PatchageCanvas.hpp | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.hpp | 2 +- src/PatchageModule.cpp | 2 +- src/PatchagePort.hpp | 2 +- src/PortID.hpp | 2 +- src/Queue.hpp | 2 +- src/UIFile.hpp | 2 +- src/binary_location.h | 19 +++++++++---------- src/main.cpp | 2 +- 18 files changed, 26 insertions(+), 27 deletions(-) diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 26ae553..6a1910f 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/AlsaDriver.hpp b/src/AlsaDriver.hpp index 4c8f231..8bf837a 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/Configuration.hpp b/src/Configuration.hpp index 06c5978..6e7ff4b 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/Driver.hpp b/src/Driver.hpp index 8a928b7..c754f71 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/JackDriver.cpp b/src/JackDriver.cpp index 2bc5e56..56119c6 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/JackDriver.hpp b/src/JackDriver.hpp index 1789704..875bd61 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/Patchage.cpp b/src/Patchage.cpp index f3fc86b..0ce0d78 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/Patchage.hpp b/src/Patchage.hpp index ac55b26..acc7bdb 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 078bc63..a44c18c 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/PatchageEvent.cpp b/src/PatchageEvent.cpp index bee95ba..f11ec97 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/PatchageEvent.hpp b/src/PatchageEvent.hpp index 8a8cec5..bfc2df2 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/PatchageModule.cpp b/src/PatchageModule.cpp index b929eeb..8ba5296 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2010-2013 David Robillard + * Copyright 2010-2014 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/PatchagePort.hpp b/src/PatchagePort.hpp index 29dae48..a45c871 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/PortID.hpp b/src/PortID.hpp index 8c698b8..e8286c9 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2008-2013 David Robillard + * Copyright 2008-2014 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/Queue.hpp b/src/Queue.hpp index 3c62d8c..1043e55 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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/UIFile.hpp b/src/UIFile.hpp index 77cfbef..a9ff0d5 100644 --- a/src/UIFile.hpp +++ b/src/UIFile.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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 29eb675..995f17f 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -1,18 +1,17 @@ -/* Find the location of the program in the filesytem. - * Copyright 2008-2013 David Robillard +/* This file is part of Patchage. + * Copyright 2008-2014 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 - * Foundation; either version 2 of the License, or (at your option) any later - * version. + * 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 Foundation, either version 3 of the License, or (at your option) + * any later version. * - * This is distributed in the hope that it will be useful, but WITHOUT ANY + * Patchage is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * - * 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 St, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU General Public License + * along with Patchage. If not, see . */ #ifndef _GNU_SOURCE diff --git a/src/main.cpp b/src/main.cpp index a0c8554..b9e0bb3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2013 David Robillard + * Copyright 2007-2014 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 -- cgit v1.2.1