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. --- src/audio.h | 2 +- src/audiocache.cc | 2 +- src/audiocache.h | 2 +- src/audiocacheeventhandler.cc | 2 +- src/audiocacheeventhandler.h | 2 +- src/audiocachefile.cc | 2 +- src/audiocachefile.h | 2 +- src/audiocacheidmanager.cc | 2 +- src/audiocacheidmanager.h | 2 +- src/audiofile.cc | 2 +- src/audiofile.h | 2 +- src/audioinputengine.cc | 2 +- src/audioinputengine.h | 2 +- src/audioinputenginemidi.cc | 2 +- src/audioinputenginemidi.h | 2 +- src/audiooutputengine.cc | 2 +- src/audiooutputengine.h | 2 +- src/beatmapper.cc | 2 +- src/beatmapper.h | 2 +- src/channel.cc | 2 +- src/channel.h | 2 +- src/channelmixer.cc | 2 +- src/channelmixer.h | 2 +- src/chresampler.cc | 2 +- src/chresampler.h | 2 +- src/configfile.cc | 2 +- src/configfile.h | 2 +- src/configparser.cc | 2 +- src/configparser.h | 2 +- src/configuration.cc | 2 +- src/configuration.h | 2 +- src/cpp11fix.h | 2 +- src/drumgizmo.cc | 2 +- src/drumgizmo.h | 2 +- src/drumkit.cc | 2 +- src/drumkit.h | 2 +- src/drumkitloader.cc | 2 +- src/drumkitloader.h | 2 +- src/drumkitparser.cc | 2 +- src/drumkitparser.h | 2 +- src/events.cc | 2 +- src/events.h | 2 +- src/instrument.cc | 2 +- src/instrument.h | 2 +- src/instrumentparser.cc | 2 +- src/instrumentparser.h | 2 +- src/memchecker.cc | 2 +- src/memchecker.h | 2 +- src/message.h | 2 +- src/messagehandler.cc | 2 +- src/messagehandler.h | 2 +- src/messagereceiver.cc | 2 +- src/messagereceiver.h | 2 +- src/midimapparser.cc | 2 +- src/midimapparser.h | 2 +- src/midimapper.cc | 2 +- src/midimapper.h | 2 +- src/mutex.cc | 2 +- src/mutex.h | 2 +- src/nolocale.h | 2 +- src/path.cc | 2 +- src/path.h | 2 +- src/powerlist.cc | 2 +- src/powerlist.h | 2 +- src/rangemap.h | 2 +- src/sample.cc | 2 +- src/sample.h | 2 +- src/saxparser.cc | 2 +- src/saxparser.h | 2 +- src/semaphore.cc | 2 +- src/semaphore.h | 2 +- src/thread.cc | 2 +- src/thread.h | 2 +- src/velocity.cc | 2 +- src/velocity.h | 2 +- src/versionstr.cc | 2 +- src/versionstr.h | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) (limited to 'src') diff --git a/src/audio.h b/src/audio.h index dc890cc..1ea99db 100644 --- a/src/audio.h +++ b/src/audio.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/src/audiocache.cc b/src/audiocache.cc index 86052c7..346c93b 100644 --- a/src/audiocache.cc +++ b/src/audiocache.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/src/audiocache.h b/src/audiocache.h index 059faa2..173096c 100644 --- a/src/audiocache.h +++ b/src/audiocache.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/src/audiocacheeventhandler.cc b/src/audiocacheeventhandler.cc index 788cac6..c639242 100644 --- a/src/audiocacheeventhandler.cc +++ b/src/audiocacheeventhandler.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/src/audiocacheeventhandler.h b/src/audiocacheeventhandler.h index f00a080..4b72f81 100644 --- a/src/audiocacheeventhandler.h +++ b/src/audiocacheeventhandler.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/src/audiocachefile.cc b/src/audiocachefile.cc index 7b05bfc..c85b46f 100644 --- a/src/audiocachefile.cc +++ b/src/audiocachefile.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/src/audiocachefile.h b/src/audiocachefile.h index 343133e..911cf58 100644 --- a/src/audiocachefile.h +++ b/src/audiocachefile.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/src/audiocacheidmanager.cc b/src/audiocacheidmanager.cc index 444ac38..8d9d40c 100644 --- a/src/audiocacheidmanager.cc +++ b/src/audiocacheidmanager.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/src/audiocacheidmanager.h b/src/audiocacheidmanager.h index 7bf3169..ff1d354 100644 --- a/src/audiocacheidmanager.h +++ b/src/audiocacheidmanager.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/src/audiofile.cc b/src/audiofile.cc index f5d55b0..1c2cd38 100644 --- a/src/audiofile.cc +++ b/src/audiofile.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/src/audiofile.h b/src/audiofile.h index eb9440e..73fb1b2 100644 --- a/src/audiofile.h +++ b/src/audiofile.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/src/audioinputengine.cc b/src/audioinputengine.cc index 95c7c13..2032e1c 100644 --- a/src/audioinputengine.cc +++ b/src/audioinputengine.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/src/audioinputengine.h b/src/audioinputengine.h index f2b49c0..22963ee 100644 --- a/src/audioinputengine.h +++ b/src/audioinputengine.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/src/audioinputenginemidi.cc b/src/audioinputenginemidi.cc index d8e3366..052c5f0 100644 --- a/src/audioinputenginemidi.cc +++ b/src/audioinputenginemidi.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/src/audioinputenginemidi.h b/src/audioinputenginemidi.h index 7dccf33..f53343f 100644 --- a/src/audioinputenginemidi.h +++ b/src/audioinputenginemidi.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/src/audiooutputengine.cc b/src/audiooutputengine.cc index 7070222..17605aa 100644 --- a/src/audiooutputengine.cc +++ b/src/audiooutputengine.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/src/audiooutputengine.h b/src/audiooutputengine.h index 562a46b..b242d25 100644 --- a/src/audiooutputengine.h +++ b/src/audiooutputengine.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/src/beatmapper.cc b/src/beatmapper.cc index 1b25d07..c4c11fc 100644 --- a/src/beatmapper.cc +++ b/src/beatmapper.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/src/beatmapper.h b/src/beatmapper.h index 8182e40..63148e9 100644 --- a/src/beatmapper.h +++ b/src/beatmapper.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/src/channel.cc b/src/channel.cc index 941847a..1ec6074 100644 --- a/src/channel.cc +++ b/src/channel.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/src/channel.h b/src/channel.h index 2484d92..aa90b87 100644 --- a/src/channel.h +++ b/src/channel.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/src/channelmixer.cc b/src/channelmixer.cc index c8ee71a..be82625 100644 --- a/src/channelmixer.cc +++ b/src/channelmixer.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/src/channelmixer.h b/src/channelmixer.h index 06cef2f..afdb961 100644 --- a/src/channelmixer.h +++ b/src/channelmixer.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/src/chresampler.cc b/src/chresampler.cc index 301e650..a6820f5 100644 --- a/src/chresampler.cc +++ b/src/chresampler.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/src/chresampler.h b/src/chresampler.h index 5943627..aaacc82 100644 --- a/src/chresampler.h +++ b/src/chresampler.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/src/configfile.cc b/src/configfile.cc index 8447d9a..cffaa49 100644 --- a/src/configfile.cc +++ b/src/configfile.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/src/configfile.h b/src/configfile.h index a6c50bd..a3c3f78 100644 --- a/src/configfile.h +++ b/src/configfile.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/src/configparser.cc b/src/configparser.cc index 96e701b..86219dd 100644 --- a/src/configparser.cc +++ b/src/configparser.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/src/configparser.h b/src/configparser.h index e67babd..9aba284 100644 --- a/src/configparser.h +++ b/src/configparser.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/src/configuration.cc b/src/configuration.cc index 5c733ee..fad7076 100644 --- a/src/configuration.cc +++ b/src/configuration.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/src/configuration.h b/src/configuration.h index b8be49f..286a830 100644 --- a/src/configuration.h +++ b/src/configuration.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/src/cpp11fix.h b/src/cpp11fix.h index e80f03b..ac1de92 100644 --- a/src/cpp11fix.h +++ b/src/cpp11fix.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/src/drumgizmo.cc b/src/drumgizmo.cc index e47cab7..9e33f48 100644 --- a/src/drumgizmo.cc +++ b/src/drumgizmo.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/src/drumgizmo.h b/src/drumgizmo.h index f1f570a..2ff4e8b 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.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/src/drumkit.cc b/src/drumkit.cc index 4d75f3b..9590930 100644 --- a/src/drumkit.cc +++ b/src/drumkit.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/src/drumkit.h b/src/drumkit.h index a9ceb80..aa06969 100644 --- a/src/drumkit.h +++ b/src/drumkit.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/src/drumkitloader.cc b/src/drumkitloader.cc index e2dccf8..82b177b 100644 --- a/src/drumkitloader.cc +++ b/src/drumkitloader.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/src/drumkitloader.h b/src/drumkitloader.h index 0532691..8819d71 100644 --- a/src/drumkitloader.h +++ b/src/drumkitloader.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/src/drumkitparser.cc b/src/drumkitparser.cc index f7bfe40..e67d65e 100644 --- a/src/drumkitparser.cc +++ b/src/drumkitparser.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/src/drumkitparser.h b/src/drumkitparser.h index 6311609..d9ec4fe 100644 --- a/src/drumkitparser.h +++ b/src/drumkitparser.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/src/events.cc b/src/events.cc index c72646a..ef38424 100644 --- a/src/events.cc +++ b/src/events.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/src/events.h b/src/events.h index 26eaf3f..60b754b 100644 --- a/src/events.h +++ b/src/events.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/src/instrument.cc b/src/instrument.cc index d0b25aa..463f10d 100644 --- a/src/instrument.cc +++ b/src/instrument.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/src/instrument.h b/src/instrument.h index 416b6c2..07aba9c 100644 --- a/src/instrument.h +++ b/src/instrument.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/src/instrumentparser.cc b/src/instrumentparser.cc index 8fa147a..5d6acef 100644 --- a/src/instrumentparser.cc +++ b/src/instrumentparser.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/src/instrumentparser.h b/src/instrumentparser.h index 60a6261..4971922 100644 --- a/src/instrumentparser.h +++ b/src/instrumentparser.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/src/memchecker.cc b/src/memchecker.cc index 8277212..f23e96b 100644 --- a/src/memchecker.cc +++ b/src/memchecker.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/src/memchecker.h b/src/memchecker.h index f12c3d2..eec6ebf 100644 --- a/src/memchecker.h +++ b/src/memchecker.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/src/message.h b/src/message.h index 07b0300..a81a929 100644 --- a/src/message.h +++ b/src/message.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/src/messagehandler.cc b/src/messagehandler.cc index 52a89a5..4adc0cf 100644 --- a/src/messagehandler.cc +++ b/src/messagehandler.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/src/messagehandler.h b/src/messagehandler.h index 9812777..9541712 100644 --- a/src/messagehandler.h +++ b/src/messagehandler.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/src/messagereceiver.cc b/src/messagereceiver.cc index a24482b..d5f7ceb 100644 --- a/src/messagereceiver.cc +++ b/src/messagereceiver.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/src/messagereceiver.h b/src/messagereceiver.h index 2794091..576dc3d 100644 --- a/src/messagereceiver.h +++ b/src/messagereceiver.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/src/midimapparser.cc b/src/midimapparser.cc index 9d30a05..e81b871 100644 --- a/src/midimapparser.cc +++ b/src/midimapparser.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/src/midimapparser.h b/src/midimapparser.h index 98ab886..32cd9e8 100644 --- a/src/midimapparser.h +++ b/src/midimapparser.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/src/midimapper.cc b/src/midimapper.cc index d4ff94e..683088d 100644 --- a/src/midimapper.cc +++ b/src/midimapper.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/src/midimapper.h b/src/midimapper.h index 7439c4b..3a6c2cb 100644 --- a/src/midimapper.h +++ b/src/midimapper.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/src/mutex.cc b/src/mutex.cc index dfdab33..1e22be7 100644 --- a/src/mutex.cc +++ b/src/mutex.cc @@ -13,7 +13,7 @@ * * Pracro 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. * * Pracro is distributed in the hope that it will be useful, diff --git a/src/mutex.h b/src/mutex.h index 4659a07..f91d01f 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -13,7 +13,7 @@ * * Pracro 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. * * Pracro is distributed in the hope that it will be useful, diff --git a/src/nolocale.h b/src/nolocale.h index 816dd9c..b84bd87 100644 --- a/src/nolocale.h +++ b/src/nolocale.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/src/path.cc b/src/path.cc index 1b4ede3..080bd12 100644 --- a/src/path.cc +++ b/src/path.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/src/path.h b/src/path.h index bdad0a5..dc6f78d 100644 --- a/src/path.h +++ b/src/path.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/src/powerlist.cc b/src/powerlist.cc index 4248b30..7bd7699 100644 --- a/src/powerlist.cc +++ b/src/powerlist.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/src/powerlist.h b/src/powerlist.h index 3a07b37..50ffbf3 100644 --- a/src/powerlist.h +++ b/src/powerlist.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/src/rangemap.h b/src/rangemap.h index d863052..c59ff00 100644 --- a/src/rangemap.h +++ b/src/rangemap.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/src/sample.cc b/src/sample.cc index d50137d..45dc415 100644 --- a/src/sample.cc +++ b/src/sample.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/src/sample.h b/src/sample.h index 61a3468..be0d121 100644 --- a/src/sample.h +++ b/src/sample.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/src/saxparser.cc b/src/saxparser.cc index 1bd98a8..f163dfc 100644 --- a/src/saxparser.cc +++ b/src/saxparser.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/src/saxparser.h b/src/saxparser.h index aff90d7..6acbcdc 100644 --- a/src/saxparser.h +++ b/src/saxparser.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/src/semaphore.cc b/src/semaphore.cc index 2bd244c..36c828e 100644 --- a/src/semaphore.cc +++ b/src/semaphore.cc @@ -12,7 +12,7 @@ * * Pracro 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. * * Pracro is distributed in the hope that it will be useful, diff --git a/src/semaphore.h b/src/semaphore.h index ed284de..3d5da60 100644 --- a/src/semaphore.h +++ b/src/semaphore.h @@ -12,7 +12,7 @@ * * Pracro 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. * * Pracro is distributed in the hope that it will be useful, diff --git a/src/thread.cc b/src/thread.cc index 6e216e9..a9d1454 100644 --- a/src/thread.cc +++ b/src/thread.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/src/thread.h b/src/thread.h index 33435e6..36b06ef 100644 --- a/src/thread.h +++ b/src/thread.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/src/velocity.cc b/src/velocity.cc index 319dc82..27b7162 100644 --- a/src/velocity.cc +++ b/src/velocity.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/src/velocity.h b/src/velocity.h index 10a3eb0..eb07d05 100644 --- a/src/velocity.h +++ b/src/velocity.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/src/versionstr.cc b/src/versionstr.cc index 90557f6..9b37270 100644 --- a/src/versionstr.cc +++ b/src/versionstr.cc @@ -13,7 +13,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/src/versionstr.h b/src/versionstr.h index ecb1df3..700e3d9 100644 --- a/src/versionstr.h +++ b/src/versionstr.h @@ -13,7 +13,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