diff --git a/animator.cpp b/animator.cpp index b5a4a5a7d..0683cd5b0 100644 --- a/animator.cpp +++ b/animator.cpp @@ -3,8 +3,9 @@ * 2007 Alexis Ménard * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/animator.h b/animator.h index aa008159c..c84485f73 100644 --- a/animator.h +++ b/animator.h @@ -3,8 +3,9 @@ * 2007 Alexis Ménard * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/applet.cpp b/applet.cpp index 0cf1c8049..325c6ac51 100644 --- a/applet.cpp +++ b/applet.cpp @@ -3,8 +3,9 @@ * Copyright 2007 by Riccardo Iaconelli * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/applet.h b/applet.h index 356ba62d3..df90fe4a0 100644 --- a/applet.h +++ b/applet.h @@ -3,8 +3,9 @@ * Copyright 2007 by Riccardo Iaconelli * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/configxml.cpp b/configxml.cpp index f1acb1557..4c55fe3fd 100644 --- a/configxml.cpp +++ b/configxml.cpp @@ -2,8 +2,9 @@ * Copyright 2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/configxml.h b/configxml.h index 4645e3038..c3c11c5c3 100644 --- a/configxml.h +++ b/configxml.h @@ -2,8 +2,9 @@ * Copyright 2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/corona.cpp b/corona.cpp index cb08af664..368d9562f 100644 --- a/corona.cpp +++ b/corona.cpp @@ -4,8 +4,9 @@ * Copyright 2007 Riccardo Iaconelli * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/corona.h b/corona.h index 59175f74b..e27126f63 100644 --- a/corona.h +++ b/corona.h @@ -2,8 +2,9 @@ * Copyright 2007 Matt Broadstone * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/datacontainer.cpp b/datacontainer.cpp index 749cdc8d1..10f6a710b 100644 --- a/datacontainer.cpp +++ b/datacontainer.cpp @@ -2,8 +2,9 @@ * Copyright 2006-2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/datacontainer.h b/datacontainer.h index 1aebead3d..f0a8d8345 100644 --- a/datacontainer.h +++ b/datacontainer.h @@ -2,8 +2,9 @@ * Copyright 2006-2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/datacontainer_p.h b/datacontainer_p.h index cc5f3a401..530020bbf 100644 --- a/datacontainer_p.h +++ b/datacontainer_p.h @@ -2,8 +2,9 @@ * Copyright 2006-2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/glapplet.cpp b/glapplet.cpp index b6cc2798e..1835a9040 100644 --- a/glapplet.cpp +++ b/glapplet.cpp @@ -2,8 +2,9 @@ * Copyright 2007 Zack Rusin * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/glapplet.h b/glapplet.h index 880100492..329104a64 100644 --- a/glapplet.h +++ b/glapplet.h @@ -2,8 +2,9 @@ * Copyright 2007 Zack Rusin * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/karambamanager.cpp b/karambamanager.cpp index 160d551c5..4b4c46de9 100644 --- a/karambamanager.cpp +++ b/karambamanager.cpp @@ -2,8 +2,9 @@ * Copyright 2007 Alexander Wiedenbruch * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/karambamanager.h b/karambamanager.h index 74da19c0f..80e5ff7f1 100644 --- a/karambamanager.h +++ b/karambamanager.h @@ -2,8 +2,9 @@ * Copyright 2007 Alexander Wiedenbruch * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/phase.cpp b/phase.cpp index 6c51ce95d..192833de0 100644 --- a/phase.cpp +++ b/phase.cpp @@ -3,8 +3,9 @@ * 2007 Alexis Ménard * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/phase.h b/phase.h index 61655a62a..af5d9f2d4 100644 --- a/phase.h +++ b/phase.h @@ -3,8 +3,9 @@ * 2007 Alexis Ménard * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/plasma.cpp b/plasma.cpp index 186621d8e..390bd0e23 100644 --- a/plasma.cpp +++ b/plasma.cpp @@ -2,8 +2,9 @@ * Copyright 2005 by Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shadowitem.cpp b/shadowitem.cpp index 97ce06b84..4c7d64215 100644 --- a/shadowitem.cpp +++ b/shadowitem.cpp @@ -2,8 +2,9 @@ * Copyright 2007 by Zack Rusin * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shadowitem_p.h b/shadowitem_p.h index 55979c92f..bc42a707b 100644 --- a/shadowitem_p.h +++ b/shadowitem_p.h @@ -2,8 +2,9 @@ * Copyright 2007 by Zack Rusin * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/theme.cpp b/theme.cpp index 8517b32ff..d218797ed 100644 --- a/theme.cpp +++ b/theme.cpp @@ -2,8 +2,9 @@ * Copyright 2006-2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/theme.h b/theme.h index ac253f8c9..a8f14b30f 100644 --- a/theme.h +++ b/theme.h @@ -2,8 +2,9 @@ * Copyright 2006-2007 Aaron Seigo * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/boxlayout.cpp b/widgets/boxlayout.cpp index f3d4378a9..f489e4321 100644 --- a/widgets/boxlayout.cpp +++ b/widgets/boxlayout.cpp @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/boxlayout.h b/widgets/boxlayout.h index 35c2d3ab5..9f42a79e6 100644 --- a/widgets/boxlayout.h +++ b/widgets/boxlayout.h @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/checkbox.cpp b/widgets/checkbox.cpp index 032c14be4..84cf4bddb 100644 --- a/widgets/checkbox.cpp +++ b/widgets/checkbox.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/checkbox.h b/widgets/checkbox.h index dc37f55e6..e2e8084f7 100644 --- a/widgets/checkbox.h +++ b/widgets/checkbox.h @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/flash.cpp b/widgets/flash.cpp index ad2bbb64e..603e670e2 100644 --- a/widgets/flash.cpp +++ b/widgets/flash.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/flash.h b/widgets/flash.h index 65b490caa..cda4d730c 100644 --- a/widgets/flash.h +++ b/widgets/flash.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/freelayout.cpp b/widgets/freelayout.cpp index df0ca2816..c5af7bc49 100644 --- a/widgets/freelayout.cpp +++ b/widgets/freelayout.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/freelayout.h b/widgets/freelayout.h index b61c09ac7..a2b29f36f 100644 --- a/widgets/freelayout.h +++ b/widgets/freelayout.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/hboxlayout.h b/widgets/hboxlayout.h index ec3883155..e7d55d638 100644 --- a/widgets/hboxlayout.h +++ b/widgets/hboxlayout.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/icon.cpp b/widgets/icon.cpp index 642529186..b6be78484 100644 --- a/widgets/icon.cpp +++ b/widgets/icon.cpp @@ -6,7 +6,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/icon_p.h b/widgets/icon_p.h index 1122f3257..f59a48bb4 100644 --- a/widgets/icon_p.h +++ b/widgets/icon_p.h @@ -5,7 +5,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/label.h b/widgets/label.h index 35f409a51..e5dadab5b 100644 --- a/widgets/label.h +++ b/widgets/label.h @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/layout.cpp b/widgets/layout.cpp index c14285568..d5f8cd698 100644 --- a/widgets/layout.cpp +++ b/widgets/layout.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/layout.h b/widgets/layout.h index 80e2ab89d..0e16ab237 100644 --- a/widgets/layout.h +++ b/widgets/layout.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/layoutitem.cpp b/widgets/layoutitem.cpp index 84641bc87..8333ed8a1 100644 --- a/widgets/layoutitem.cpp +++ b/widgets/layoutitem.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/layoutitem.h b/widgets/layoutitem.h index cceacdb26..aab79b5de 100644 --- a/widgets/layoutitem.h +++ b/widgets/layoutitem.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/lineedit.cpp b/widgets/lineedit.cpp index f962bbac6..5ce03e515 100644 --- a/widgets/lineedit.cpp +++ b/widgets/lineedit.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/lineedit.h b/widgets/lineedit.h index 24f6ee479..fbc28b82d 100644 --- a/widgets/lineedit.h +++ b/widgets/lineedit.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/pushbutton.cpp b/widgets/pushbutton.cpp index 86cd634e2..e21ed617c 100644 --- a/widgets/pushbutton.cpp +++ b/widgets/pushbutton.cpp @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/pushbutton.h b/widgets/pushbutton.h index 15a4bcac3..5790b8ad2 100644 --- a/widgets/pushbutton.h +++ b/widgets/pushbutton.h @@ -5,7 +5,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/radiobutton.cpp b/widgets/radiobutton.cpp index be821bd6c..1ad492e66 100644 --- a/widgets/radiobutton.cpp +++ b/widgets/radiobutton.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/radiobutton.h b/widgets/radiobutton.h index c8f2d2284..a98f2fa5e 100644 --- a/widgets/radiobutton.h +++ b/widgets/radiobutton.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/rectangle.cpp b/widgets/rectangle.cpp index 0b36b6e8e..38583b614 100644 --- a/widgets/rectangle.cpp +++ b/widgets/rectangle.cpp @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/rectangle.h b/widgets/rectangle.h index ca5f1cba8..29ba7954e 100644 --- a/widgets/rectangle.h +++ b/widgets/rectangle.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/signalplotter.cpp b/widgets/signalplotter.cpp index c7fd55b4c..ccdd9b15b 100644 --- a/widgets/signalplotter.cpp +++ b/widgets/signalplotter.cpp @@ -6,7 +6,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/signalplotter.h b/widgets/signalplotter.h index cd2a78e6b..53a9cc020 100644 --- a/widgets/signalplotter.h +++ b/widgets/signalplotter.h @@ -5,7 +5,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/vboxlayout.h b/widgets/vboxlayout.h index bde8dd264..7b4cf689a 100644 --- a/widgets/vboxlayout.h +++ b/widgets/vboxlayout.h @@ -3,7 +3,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/widget.cpp b/widgets/widget.cpp index ec177dc53..9e2300cd6 100644 --- a/widgets/widget.cpp +++ b/widgets/widget.cpp @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/widgets/widget.h b/widgets/widget.h index 24664006b..520dc37f4 100644 --- a/widgets/widget.h +++ b/widgets/widget.h @@ -4,7 +4,9 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of