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. --- plugingui/button.cc | 2 +- plugingui/button.h | 2 +- plugingui/checkbox.cc | 2 +- plugingui/checkbox.h | 2 +- plugingui/colour.cc | 2 +- plugingui/colour.h | 2 +- plugingui/combobox.cc | 2 +- plugingui/combobox.h | 2 +- plugingui/dgwindow.cc | 2 +- plugingui/dgwindow.h | 2 +- plugingui/directory.cc | 2 +- plugingui/directory.h | 2 +- plugingui/eventhandler.cc | 2 +- plugingui/eventhandler.h | 2 +- plugingui/filebrowser.cc | 2 +- plugingui/filebrowser.h | 2 +- plugingui/font.cc | 2 +- plugingui/font.h | 2 +- plugingui/guievent.h | 2 +- plugingui/image.cc | 2 +- plugingui/image.h | 2 +- plugingui/knob.cc | 2 +- plugingui/knob.h | 2 +- plugingui/label.cc | 2 +- plugingui/label.h | 2 +- plugingui/layout.cc | 2 +- plugingui/layout.h | 2 +- plugingui/led.cc | 2 +- plugingui/led.h | 2 +- plugingui/lineedit.cc | 2 +- plugingui/lineedit.h | 2 +- plugingui/listbox.cc | 2 +- plugingui/listbox.h | 2 +- plugingui/listboxbasic.cc | 2 +- plugingui/listboxbasic.h | 2 +- plugingui/listboxthin.cc | 2 +- plugingui/listboxthin.h | 2 +- plugingui/nativewindow.h | 2 +- plugingui/nativewindow_pugl.cc | 2 +- plugingui/nativewindow_pugl.h | 2 +- plugingui/nativewindow_win32.cc | 2 +- plugingui/nativewindow_win32.h | 2 +- plugingui/nativewindow_x11.cc | 2 +- plugingui/nativewindow_x11.h | 2 +- plugingui/notifier.h | 2 +- plugingui/painter.cc | 2 +- plugingui/painter.h | 2 +- plugingui/pixelbuffer.cc | 2 +- plugingui/pixelbuffer.h | 2 +- plugingui/pluginconfig.cc | 2 +- plugingui/pluginconfig.h | 2 +- plugingui/plugingui.cc | 2 +- plugingui/plugingui.h | 2 +- plugingui/progressbar.cc | 2 +- plugingui/progressbar.h | 2 +- plugingui/rcgen.cc | 2 +- plugingui/resource.cc | 2 +- plugingui/resource.h | 2 +- plugingui/resource_data.h | 2 +- plugingui/scrollbar.cc | 2 +- plugingui/scrollbar.h | 2 +- plugingui/slider.cc | 2 +- plugingui/slider.h | 2 +- plugingui/testmain.cc | 2 +- plugingui/textedit.cc | 2 +- plugingui/textedit.h | 2 +- plugingui/verticalline.cc | 2 +- plugingui/verticalline.h | 2 +- plugingui/widget.cc | 2 +- plugingui/widget.h | 2 +- plugingui/window.cc | 2 +- plugingui/window.h | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) (limited to 'plugingui') diff --git a/plugingui/button.cc b/plugingui/button.cc index a3dd435..64cf1a5 100644 --- a/plugingui/button.cc +++ b/plugingui/button.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/plugingui/button.h b/plugingui/button.h index f42dc99..c842ebd 100644 --- a/plugingui/button.h +++ b/plugingui/button.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/plugingui/checkbox.cc b/plugingui/checkbox.cc index 60ed7a6..fc9bb70 100644 --- a/plugingui/checkbox.cc +++ b/plugingui/checkbox.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/plugingui/checkbox.h b/plugingui/checkbox.h index 927bf6d..b69b3a3 100644 --- a/plugingui/checkbox.h +++ b/plugingui/checkbox.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/plugingui/colour.cc b/plugingui/colour.cc index fb3d789..44fe3ac 100644 --- a/plugingui/colour.cc +++ b/plugingui/colour.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/plugingui/colour.h b/plugingui/colour.h index 9f539e9..b4fe0d2 100644 --- a/plugingui/colour.h +++ b/plugingui/colour.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/plugingui/combobox.cc b/plugingui/combobox.cc index 1323dab..2bfaad0 100644 --- a/plugingui/combobox.cc +++ b/plugingui/combobox.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/plugingui/combobox.h b/plugingui/combobox.h index 1e4fb8d..bdebfbe 100644 --- a/plugingui/combobox.h +++ b/plugingui/combobox.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/plugingui/dgwindow.cc b/plugingui/dgwindow.cc index 9eae38c..cc4aa8a 100644 --- a/plugingui/dgwindow.cc +++ b/plugingui/dgwindow.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/plugingui/dgwindow.h b/plugingui/dgwindow.h index 6eb4226..4df93cf 100644 --- a/plugingui/dgwindow.h +++ b/plugingui/dgwindow.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/plugingui/directory.cc b/plugingui/directory.cc index 08bf59a..06dc23e 100644 --- a/plugingui/directory.cc +++ b/plugingui/directory.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/plugingui/directory.h b/plugingui/directory.h index a3f0059..6743820 100644 --- a/plugingui/directory.h +++ b/plugingui/directory.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/plugingui/eventhandler.cc b/plugingui/eventhandler.cc index 9a6fa8d..3b5c1e3 100644 --- a/plugingui/eventhandler.cc +++ b/plugingui/eventhandler.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/plugingui/eventhandler.h b/plugingui/eventhandler.h index b011f87..af21086 100644 --- a/plugingui/eventhandler.h +++ b/plugingui/eventhandler.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/plugingui/filebrowser.cc b/plugingui/filebrowser.cc index 6313415..39974dc 100644 --- a/plugingui/filebrowser.cc +++ b/plugingui/filebrowser.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/plugingui/filebrowser.h b/plugingui/filebrowser.h index bd9dd8e..a6a7609 100644 --- a/plugingui/filebrowser.h +++ b/plugingui/filebrowser.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/plugingui/font.cc b/plugingui/font.cc index bcaa027..bdf5230 100644 --- a/plugingui/font.cc +++ b/plugingui/font.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/plugingui/font.h b/plugingui/font.h index e29528d..3c3ea41 100644 --- a/plugingui/font.h +++ b/plugingui/font.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/plugingui/guievent.h b/plugingui/guievent.h index 6e2ded9..dc53fbb 100644 --- a/plugingui/guievent.h +++ b/plugingui/guievent.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/plugingui/image.cc b/plugingui/image.cc index 3cefbb3..0553351 100644 --- a/plugingui/image.cc +++ b/plugingui/image.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/plugingui/image.h b/plugingui/image.h index 0decc22..f344bf6 100644 --- a/plugingui/image.h +++ b/plugingui/image.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/plugingui/knob.cc b/plugingui/knob.cc index ab2eca9..24d85f4 100644 --- a/plugingui/knob.cc +++ b/plugingui/knob.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/plugingui/knob.h b/plugingui/knob.h index 4a71b2e..29e64ae 100644 --- a/plugingui/knob.h +++ b/plugingui/knob.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/plugingui/label.cc b/plugingui/label.cc index f4a2cc1..eed7bc5 100644 --- a/plugingui/label.cc +++ b/plugingui/label.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/plugingui/label.h b/plugingui/label.h index 794778d..b8cb750 100644 --- a/plugingui/label.h +++ b/plugingui/label.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/plugingui/layout.cc b/plugingui/layout.cc index 65042a4..31c7813 100644 --- a/plugingui/layout.cc +++ b/plugingui/layout.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/plugingui/layout.h b/plugingui/layout.h index 949c1ca..0a41ae6 100644 --- a/plugingui/layout.h +++ b/plugingui/layout.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/plugingui/led.cc b/plugingui/led.cc index 6950140..190ae61 100644 --- a/plugingui/led.cc +++ b/plugingui/led.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/plugingui/led.h b/plugingui/led.h index 6b1b730..39e75e2 100644 --- a/plugingui/led.h +++ b/plugingui/led.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/plugingui/lineedit.cc b/plugingui/lineedit.cc index 2df40ff..25eeb4b 100644 --- a/plugingui/lineedit.cc +++ b/plugingui/lineedit.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/plugingui/lineedit.h b/plugingui/lineedit.h index ae1c7b8..e2c6595 100644 --- a/plugingui/lineedit.h +++ b/plugingui/lineedit.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/plugingui/listbox.cc b/plugingui/listbox.cc index 8097ca9..be77a8e 100644 --- a/plugingui/listbox.cc +++ b/plugingui/listbox.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/plugingui/listbox.h b/plugingui/listbox.h index f805fcb..4629c53 100644 --- a/plugingui/listbox.h +++ b/plugingui/listbox.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/plugingui/listboxbasic.cc b/plugingui/listboxbasic.cc index 10d6c66..4c80bd5 100644 --- a/plugingui/listboxbasic.cc +++ b/plugingui/listboxbasic.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/plugingui/listboxbasic.h b/plugingui/listboxbasic.h index 3a190da..28fbc7f 100644 --- a/plugingui/listboxbasic.h +++ b/plugingui/listboxbasic.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/plugingui/listboxthin.cc b/plugingui/listboxthin.cc index 16ea49e..c6d6527 100644 --- a/plugingui/listboxthin.cc +++ b/plugingui/listboxthin.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/plugingui/listboxthin.h b/plugingui/listboxthin.h index bc9399b..237585e 100644 --- a/plugingui/listboxthin.h +++ b/plugingui/listboxthin.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/plugingui/nativewindow.h b/plugingui/nativewindow.h index a44693c..33e0ca8 100644 --- a/plugingui/nativewindow.h +++ b/plugingui/nativewindow.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/plugingui/nativewindow_pugl.cc b/plugingui/nativewindow_pugl.cc index b9dcd54..48cc3f9 100644 --- a/plugingui/nativewindow_pugl.cc +++ b/plugingui/nativewindow_pugl.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/plugingui/nativewindow_pugl.h b/plugingui/nativewindow_pugl.h index 335e7e4..2c9fbc7 100644 --- a/plugingui/nativewindow_pugl.h +++ b/plugingui/nativewindow_pugl.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/plugingui/nativewindow_win32.cc b/plugingui/nativewindow_win32.cc index cf39010..e3103b1 100644 --- a/plugingui/nativewindow_win32.cc +++ b/plugingui/nativewindow_win32.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/plugingui/nativewindow_win32.h b/plugingui/nativewindow_win32.h index fa4b6bc..e9e9804 100644 --- a/plugingui/nativewindow_win32.h +++ b/plugingui/nativewindow_win32.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/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index a0316b9..ae1907c 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.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/plugingui/nativewindow_x11.h b/plugingui/nativewindow_x11.h index 134ab6f..b0dcd83 100644 --- a/plugingui/nativewindow_x11.h +++ b/plugingui/nativewindow_x11.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/plugingui/notifier.h b/plugingui/notifier.h index 328ab7d..23916b0 100644 --- a/plugingui/notifier.h +++ b/plugingui/notifier.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/plugingui/painter.cc b/plugingui/painter.cc index 01fae5d..6579755 100644 --- a/plugingui/painter.cc +++ b/plugingui/painter.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/plugingui/painter.h b/plugingui/painter.h index 78f1560..8f6c4cf 100644 --- a/plugingui/painter.h +++ b/plugingui/painter.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/plugingui/pixelbuffer.cc b/plugingui/pixelbuffer.cc index 962091e..359e7a7 100644 --- a/plugingui/pixelbuffer.cc +++ b/plugingui/pixelbuffer.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/plugingui/pixelbuffer.h b/plugingui/pixelbuffer.h index d955c1a..c708396 100644 --- a/plugingui/pixelbuffer.h +++ b/plugingui/pixelbuffer.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/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index 77cb4ba..6d171fa 100644 --- a/plugingui/pluginconfig.cc +++ b/plugingui/pluginconfig.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/plugingui/pluginconfig.h b/plugingui/pluginconfig.h index a249eb2..825f44d 100644 --- a/plugingui/pluginconfig.h +++ b/plugingui/pluginconfig.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/plugingui/plugingui.cc b/plugingui/plugingui.cc index a56818c..85e628c 100644 --- a/plugingui/plugingui.cc +++ b/plugingui/plugingui.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/plugingui/plugingui.h b/plugingui/plugingui.h index b57855a..d639a16 100644 --- a/plugingui/plugingui.h +++ b/plugingui/plugingui.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/plugingui/progressbar.cc b/plugingui/progressbar.cc index 6882789..201fba4 100644 --- a/plugingui/progressbar.cc +++ b/plugingui/progressbar.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/plugingui/progressbar.h b/plugingui/progressbar.h index 26fbbea..39546cb 100644 --- a/plugingui/progressbar.h +++ b/plugingui/progressbar.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/plugingui/rcgen.cc b/plugingui/rcgen.cc index 5cb0999..4f28e5e 100644 --- a/plugingui/rcgen.cc +++ b/plugingui/rcgen.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/plugingui/resource.cc b/plugingui/resource.cc index c0248c3..2032c40 100644 --- a/plugingui/resource.cc +++ b/plugingui/resource.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/plugingui/resource.h b/plugingui/resource.h index 2246271..188294a 100644 --- a/plugingui/resource.h +++ b/plugingui/resource.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/plugingui/resource_data.h b/plugingui/resource_data.h index 5d6392f..5d565e5 100644 --- a/plugingui/resource_data.h +++ b/plugingui/resource_data.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/plugingui/scrollbar.cc b/plugingui/scrollbar.cc index 2a9d3fd..09800c6 100644 --- a/plugingui/scrollbar.cc +++ b/plugingui/scrollbar.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/plugingui/scrollbar.h b/plugingui/scrollbar.h index 99f8377..3209ab7 100644 --- a/plugingui/scrollbar.h +++ b/plugingui/scrollbar.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/plugingui/slider.cc b/plugingui/slider.cc index a3c10f9..9b633da 100644 --- a/plugingui/slider.cc +++ b/plugingui/slider.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/plugingui/slider.h b/plugingui/slider.h index 01cbd54..2f3d777 100644 --- a/plugingui/slider.h +++ b/plugingui/slider.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/plugingui/testmain.cc b/plugingui/testmain.cc index 7b1bfec..08c0ad7 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.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/plugingui/textedit.cc b/plugingui/textedit.cc index 7342421..da20836 100644 --- a/plugingui/textedit.cc +++ b/plugingui/textedit.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/plugingui/textedit.h b/plugingui/textedit.h index d1b4a01..20563a3 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.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/plugingui/verticalline.cc b/plugingui/verticalline.cc index 5bf4afd..e4a2b90 100644 --- a/plugingui/verticalline.cc +++ b/plugingui/verticalline.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/plugingui/verticalline.h b/plugingui/verticalline.h index 1d05eac..2f4b15b 100644 --- a/plugingui/verticalline.h +++ b/plugingui/verticalline.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/plugingui/widget.cc b/plugingui/widget.cc index 4b92e65..a257119 100644 --- a/plugingui/widget.cc +++ b/plugingui/widget.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/plugingui/widget.h b/plugingui/widget.h index 6bfffb5..bb9c85e 100644 --- a/plugingui/widget.h +++ b/plugingui/widget.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/plugingui/window.cc b/plugingui/window.cc index 9263128..ab51008 100644 --- a/plugingui/window.cc +++ b/plugingui/window.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/plugingui/window.h b/plugingui/window.h index 1fffbb6..f898105 100644 --- a/plugingui/window.h +++ b/plugingui/window.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