From b6c0e39526be11b6ed674b71b586bd98975dd169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 14 Feb 2016 15:32:47 +0100 Subject: Change GPL version number in file headers to 3. --- drumgizmo/drumgizmoc.cc | 2 +- drumgizmo/drumgizmoc.h | 2 +- drumgizmo/enginefactory.cc | 2 +- drumgizmo/enginefactory.h | 2 +- drumgizmo/input/inputdummy.cc | 2 +- drumgizmo/input/inputdummy.h | 2 +- drumgizmo/input/jackmidi.cc | 2 +- drumgizmo/input/jackmidi.h | 2 +- drumgizmo/input/midifile.cc | 2 +- drumgizmo/input/midifile.h | 2 +- drumgizmo/jackclient.cc | 2 +- drumgizmo/jackclient.h | 2 +- drumgizmo/output/alsa.cc | 2 +- drumgizmo/output/alsa.h | 2 +- drumgizmo/output/jackaudio.cc | 2 +- drumgizmo/output/jackaudio.h | 2 +- drumgizmo/output/outputdummy.cc | 2 +- drumgizmo/output/outputdummy.h | 2 +- drumgizmo/output/wavfile.cc | 2 +- drumgizmo/output/wavfile.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'drumgizmo') diff --git a/drumgizmo/drumgizmoc.cc b/drumgizmo/drumgizmoc.cc index 7e493cb..fd3576c 100644 --- a/drumgizmo/drumgizmoc.cc +++ b/drumgizmo/drumgizmoc.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/drumgizmoc.h b/drumgizmo/drumgizmoc.h index cf15664..333b7d6 100644 --- a/drumgizmo/drumgizmoc.h +++ b/drumgizmo/drumgizmoc.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc index 9cbb5d5..5d59ac3 100644 --- a/drumgizmo/enginefactory.cc +++ b/drumgizmo/enginefactory.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 01e2610..d792fc9 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/inputdummy.cc b/drumgizmo/input/inputdummy.cc index 20ffd08..bd2e55e 100644 --- a/drumgizmo/input/inputdummy.cc +++ b/drumgizmo/input/inputdummy.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/inputdummy.h b/drumgizmo/input/inputdummy.h index 27c5a43..e52e047 100644 --- a/drumgizmo/input/inputdummy.h +++ b/drumgizmo/input/inputdummy.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/jackmidi.cc b/drumgizmo/input/jackmidi.cc index 23c0ff1..797d57d 100644 --- a/drumgizmo/input/jackmidi.cc +++ b/drumgizmo/input/jackmidi.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/jackmidi.h b/drumgizmo/input/jackmidi.h index da8d670..5adec4e 100644 --- a/drumgizmo/input/jackmidi.h +++ b/drumgizmo/input/jackmidi.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/midifile.cc b/drumgizmo/input/midifile.cc index 6429c8f..4aae18f 100644 --- a/drumgizmo/input/midifile.cc +++ b/drumgizmo/input/midifile.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/input/midifile.h b/drumgizmo/input/midifile.h index 5eb84f0..ca00359 100644 --- a/drumgizmo/input/midifile.h +++ b/drumgizmo/input/midifile.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/jackclient.cc b/drumgizmo/jackclient.cc index 7277296..698fe5b 100644 --- a/drumgizmo/jackclient.cc +++ b/drumgizmo/jackclient.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/jackclient.h b/drumgizmo/jackclient.h index ea181c8..09f8b48 100644 --- a/drumgizmo/jackclient.h +++ b/drumgizmo/jackclient.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/alsa.cc b/drumgizmo/output/alsa.cc index 8e6e4a9..39feda8 100644 --- a/drumgizmo/output/alsa.cc +++ b/drumgizmo/output/alsa.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/alsa.h b/drumgizmo/output/alsa.h index 70b3f1f..a9b9fe6 100644 --- a/drumgizmo/output/alsa.h +++ b/drumgizmo/output/alsa.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/jackaudio.cc b/drumgizmo/output/jackaudio.cc index 53ea330..9a77874 100644 --- a/drumgizmo/output/jackaudio.cc +++ b/drumgizmo/output/jackaudio.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/jackaudio.h b/drumgizmo/output/jackaudio.h index 2c6b5e4..08a438b 100644 --- a/drumgizmo/output/jackaudio.h +++ b/drumgizmo/output/jackaudio.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/outputdummy.cc b/drumgizmo/output/outputdummy.cc index 2a01cd8..dd0cf68 100644 --- a/drumgizmo/output/outputdummy.cc +++ b/drumgizmo/output/outputdummy.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/outputdummy.h b/drumgizmo/output/outputdummy.h index a5ac6c9..c5d197f 100644 --- a/drumgizmo/output/outputdummy.h +++ b/drumgizmo/output/outputdummy.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 2910659..86e0168 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, diff --git a/drumgizmo/output/wavfile.h b/drumgizmo/output/wavfile.h index 9ed8ca7..2ace401 100644 --- a/drumgizmo/output/wavfile.h +++ b/drumgizmo/output/wavfile.h @@ -12,7 +12,7 @@ * * DrumGizmo 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * DrumGizmo is distributed in the hope that it will be useful, -- cgit v1.2.3