summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/audio.h2
-rw-r--r--src/audiocache.cc2
-rw-r--r--src/audiocache.h2
-rw-r--r--src/audiocacheeventhandler.cc2
-rw-r--r--src/audiocacheeventhandler.h2
-rw-r--r--src/audiocachefile.cc2
-rw-r--r--src/audiocachefile.h2
-rw-r--r--src/audiocacheidmanager.cc2
-rw-r--r--src/audiocacheidmanager.h2
-rw-r--r--src/audiofile.cc2
-rw-r--r--src/audiofile.h2
-rw-r--r--src/audioinputengine.cc2
-rw-r--r--src/audioinputengine.h2
-rw-r--r--src/audioinputenginemidi.cc2
-rw-r--r--src/audioinputenginemidi.h2
-rw-r--r--src/audiooutputengine.cc2
-rw-r--r--src/audiooutputengine.h2
-rw-r--r--src/beatmapper.cc2
-rw-r--r--src/beatmapper.h2
-rw-r--r--src/channel.cc2
-rw-r--r--src/channel.h2
-rw-r--r--src/channelmixer.cc2
-rw-r--r--src/channelmixer.h2
-rw-r--r--src/chresampler.cc2
-rw-r--r--src/chresampler.h2
-rw-r--r--src/configfile.cc2
-rw-r--r--src/configfile.h2
-rw-r--r--src/configparser.cc2
-rw-r--r--src/configparser.h2
-rw-r--r--src/configuration.cc2
-rw-r--r--src/configuration.h2
-rw-r--r--src/cpp11fix.h2
-rw-r--r--src/drumgizmo.cc2
-rw-r--r--src/drumgizmo.h2
-rw-r--r--src/drumkit.cc2
-rw-r--r--src/drumkit.h2
-rw-r--r--src/drumkitloader.cc2
-rw-r--r--src/drumkitloader.h2
-rw-r--r--src/drumkitparser.cc2
-rw-r--r--src/drumkitparser.h2
-rw-r--r--src/events.cc2
-rw-r--r--src/events.h2
-rw-r--r--src/instrument.cc2
-rw-r--r--src/instrument.h2
-rw-r--r--src/instrumentparser.cc2
-rw-r--r--src/instrumentparser.h2
-rw-r--r--src/memchecker.cc2
-rw-r--r--src/memchecker.h2
-rw-r--r--src/message.h2
-rw-r--r--src/messagehandler.cc2
-rw-r--r--src/messagehandler.h2
-rw-r--r--src/messagereceiver.cc2
-rw-r--r--src/messagereceiver.h2
-rw-r--r--src/midimapparser.cc2
-rw-r--r--src/midimapparser.h2
-rw-r--r--src/midimapper.cc2
-rw-r--r--src/midimapper.h2
-rw-r--r--src/mutex.cc2
-rw-r--r--src/mutex.h2
-rw-r--r--src/nolocale.h2
-rw-r--r--src/path.cc2
-rw-r--r--src/path.h2
-rw-r--r--src/powerlist.cc2
-rw-r--r--src/powerlist.h2
-rw-r--r--src/rangemap.h2
-rw-r--r--src/sample.cc2
-rw-r--r--src/sample.h2
-rw-r--r--src/saxparser.cc2
-rw-r--r--src/saxparser.h2
-rw-r--r--src/semaphore.cc2
-rw-r--r--src/semaphore.h2
-rw-r--r--src/thread.cc2
-rw-r--r--src/thread.h2
-rw-r--r--src/velocity.cc2
-rw-r--r--src/velocity.h2
-rw-r--r--src/versionstr.cc2
-rw-r--r--src/versionstr.h2
77 files changed, 77 insertions, 77 deletions
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,