[gnue] r9956 - in trunk/gnue-forms: . defaults defaults/default doc doc/man packaging/debian packaging/osx packaging/win32 scripts src src/GFObjects src/input src/input/displayHandlers src/uidrivers/_base src/uidrivers/_base/widgets src/uidrivers/curses src/uidrivers/curses/widgets src/uidrivers/gtk2 src/uidrivers/gtk2/widgets src/uidrivers/gtk2/widgets/form src/uidrivers/html src/uidrivers/html/widgets src/uidrivers/qt3 src/uidrivers/qt3/widgets src/uidrivers/qt4 src/uidrivers/qt4/widgets src/uidrivers/win32 src/uidrivers/win32/widgets src/uidrivers/win32/widgets/form src/uidrivers/wx26 src/uidrivers/wx26/widgets utils

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-10-11 13:54:57 -0500 (Sun, 11 Oct 2009)
New Revision: 9956

Modified:
   trunk/gnue-forms/defaults/default.gfd
   trunk/gnue-forms/defaults/default/es.gfd
   trunk/gnue-forms/defaults/default/fr.gfd
   trunk/gnue-forms/defaults/default/hu.gfd
   trunk/gnue-forms/doc/gnue-forms.dtd
   trunk/gnue-forms/doc/man/gnue-forms.1
   trunk/gnue-forms/packaging/debian/copyright
   trunk/gnue-forms/packaging/osx/gnue-forms.py
   trunk/gnue-forms/packaging/win32/setup.py
   trunk/gnue-forms/scripts/gfclient
   trunk/gnue-forms/scripts/gnue-forms
   trunk/gnue-forms/setup.py
   trunk/gnue-forms/setup.svn
   trunk/gnue-forms/src/GFClient.py
   trunk/gnue-forms/src/GFConfig.py
   trunk/gnue-forms/src/GFForm.py
   trunk/gnue-forms/src/GFInstance.py
   trunk/gnue-forms/src/GFLibrary.py
   trunk/gnue-forms/src/GFObjects/GFBlock.py
   trunk/gnue-forms/src/GFObjects/GFBox.py
   trunk/gnue-forms/src/GFObjects/GFButton.py
   trunk/gnue-forms/src/GFObjects/GFComponent.py
   trunk/gnue-forms/src/GFObjects/GFContainer.py
   trunk/gnue-forms/src/GFObjects/GFDataSource.py
   trunk/gnue-forms/src/GFObjects/GFEntry.py
   trunk/gnue-forms/src/GFObjects/GFField.py
   trunk/gnue-forms/src/GFObjects/GFGrid.py
   trunk/gnue-forms/src/GFObjects/GFGridLine.py
   trunk/gnue-forms/src/GFObjects/GFHBox.py
   trunk/gnue-forms/src/GFObjects/GFImage.py
   trunk/gnue-forms/src/GFObjects/GFLabel.py
   trunk/gnue-forms/src/GFObjects/GFLayout.py
   trunk/gnue-forms/src/GFObjects/GFLogic.py
   trunk/gnue-forms/src/GFObjects/GFObj.py
   trunk/gnue-forms/src/GFObjects/GFOption.py
   trunk/gnue-forms/src/GFObjects/GFOptions.py
   trunk/gnue-forms/src/GFObjects/GFPage.py
   trunk/gnue-forms/src/GFObjects/GFParameter.py
   trunk/gnue-forms/src/GFObjects/GFScrollBar.py
   trunk/gnue-forms/src/GFObjects/GFTabStop.py
   trunk/gnue-forms/src/GFObjects/GFVBox.py
   trunk/gnue-forms/src/GFObjects/__init__.py
   trunk/gnue-forms/src/GFObjects/commanders.py
   trunk/gnue-forms/src/GFParser.py
   trunk/gnue-forms/src/__init__.py
   trunk/gnue-forms/src/input/GFKeyMapper.py
   trunk/gnue-forms/src/input/displayHandlers/Checkbox.py
   trunk/gnue-forms/src/input/displayHandlers/Component.py
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
   trunk/gnue-forms/src/input/displayHandlers/Dropdown.py
   trunk/gnue-forms/src/input/displayHandlers/Image.py
   trunk/gnue-forms/src/input/displayHandlers/Listbox.py
   trunk/gnue-forms/src/input/displayHandlers/Numeric.py
   trunk/gnue-forms/src/input/displayHandlers/Password.py
   trunk/gnue-forms/src/input/displayHandlers/Text.py
   trunk/gnue-forms/src/input/displayHandlers/__init__.py
   trunk/gnue-forms/src/input/displayHandlers/datehandler.py
   trunk/gnue-forms/src/uidrivers/_base/Exceptions.py
   trunk/gnue-forms/src/uidrivers/_base/UIdriver.py
   trunk/gnue-forms/src/uidrivers/_base/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/curses/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/curses/UIdriver.py
   trunk/gnue-forms/src/uidrivers/curses/__init__.py
   trunk/gnue-forms/src/uidrivers/curses/dialogs.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/box.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/button.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/form.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/grid.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/gridline.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/hbox.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/label.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/menu.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/menuitem.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/page.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/curses/widgets/vbox.py
   trunk/gnue-forms/src/uidrivers/gtk2/GFApp.py
   trunk/gnue-forms/src/uidrivers/gtk2/SplashScreen.py
   trunk/gnue-forms/src/uidrivers/gtk2/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/gtk2/UIdriver.py
   trunk/gnue-forms/src/uidrivers/gtk2/common.py
   trunk/gnue-forms/src/uidrivers/gtk2/dialogs.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/button.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/component.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/wrappers.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/image.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/label.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/menu.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/menuitem.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/page.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbar.py
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbutton.py
   trunk/gnue-forms/src/uidrivers/html/GFController.py
   trunk/gnue-forms/src/uidrivers/html/GFServer.py
   trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py
   trunk/gnue-forms/src/uidrivers/html/Generator.py
   trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/html/UISplashScreen.py
   trunk/gnue-forms/src/uidrivers/html/UIdriver.py
   trunk/gnue-forms/src/uidrivers/html/common.py
   trunk/gnue-forms/src/uidrivers/html/gnue.js
   trunk/gnue-forms/src/uidrivers/html/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/html/widgets/box.py
   trunk/gnue-forms/src/uidrivers/html/widgets/button.py
   trunk/gnue-forms/src/uidrivers/html/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/html/widgets/form.py
   trunk/gnue-forms/src/uidrivers/html/widgets/image.py
   trunk/gnue-forms/src/uidrivers/html/widgets/label.py
   trunk/gnue-forms/src/uidrivers/html/widgets/page.py
   trunk/gnue-forms/src/uidrivers/qt3/QTApp.py
   trunk/gnue-forms/src/uidrivers/qt3/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/qt3/UIdriver.py
   trunk/gnue-forms/src/uidrivers/qt3/dialogs.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/box.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/button.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/grid.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/gridline.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/hbox.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/image.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/label.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/menu.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/menuitem.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/page.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbar.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbutton.py
   trunk/gnue-forms/src/uidrivers/qt3/widgets/vbox.py
   trunk/gnue-forms/src/uidrivers/qt4/QTApp.py
   trunk/gnue-forms/src/uidrivers/qt4/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/qt4/UIdriver.py
   trunk/gnue-forms/src/uidrivers/qt4/dialogs.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/box.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/button.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/form.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/grid.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/gridline.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/hbox.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/image.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/label.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/page.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/qt4/widgets/vbox.py
   trunk/gnue-forms/src/uidrivers/win32/GFwin32App.py
   trunk/gnue-forms/src/uidrivers/win32/PrintDialog.py
   trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/win32/UIdriver.py
   trunk/gnue-forms/src/uidrivers/win32/common.py
   trunk/gnue-forms/src/uidrivers/win32/dialog.py
   trunk/gnue-forms/src/uidrivers/win32/dialogs.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/box.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/button.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/form/__init__.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/form/widget.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/form/wrappers.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/image.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/label.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/menu.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/menuitem.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/page.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/toolbar.py
   trunk/gnue-forms/src/uidrivers/win32/widgets/toolbutton.py
   trunk/gnue-forms/src/uidrivers/wx26/PrintDialog.py
   trunk/gnue-forms/src/uidrivers/wx26/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/wx26/UISplashScreen.py
   trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
   trunk/gnue-forms/src/uidrivers/wx26/__init__.py
   trunk/gnue-forms/src/uidrivers/wx26/dialogs.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/button.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/hbox.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/image.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/label.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/menu.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/menuitem.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/page.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/scrollbar.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbar.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbutton.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/vbox.py
   trunk/gnue-forms/utils/gfd04to05.py
Log:
Switch to GPLv3.

issue190 testing


Modified: trunk/gnue-forms/defaults/default/es.gfd
===================================================================
--- trunk/gnue-forms/defaults/default/es.gfd	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/defaults/default/es.gfd	2009-10-11 18:54:57 UTC (rev 9956)
@@ -10,7 +10,7 @@
   GNU Enterprise 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, or (at your option) any later version.
+  version 3, or (at your option) any later version.
 
   GNU Enterprise is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/defaults/default/fr.gfd
===================================================================
--- trunk/gnue-forms/defaults/default/fr.gfd	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/defaults/default/fr.gfd	2009-10-11 18:54:57 UTC (rev 9956)
@@ -10,7 +10,7 @@
   GNU Enterprise 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, or (at your option) any later version.
+  version 3, or (at your option) any later version.
 
   GNU Enterprise is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/defaults/default/hu.gfd
===================================================================
--- trunk/gnue-forms/defaults/default/hu.gfd	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/defaults/default/hu.gfd	2009-10-11 18:54:57 UTC (rev 9956)
@@ -10,7 +10,7 @@
   GNU Enterprise 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, or (at your option) any later version.
+  version 3, or (at your option) any later version.
 
   GNU Enterprise is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/defaults/default.gfd
===================================================================
--- trunk/gnue-forms/defaults/default.gfd	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/defaults/default.gfd	2009-10-11 18:54:57 UTC (rev 9956)
@@ -10,7 +10,7 @@
   GNU Enterprise 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, or (at your option) any later version.
+  version 3, or (at your option) any later version.
 
   GNU Enterprise is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/doc/gnue-forms.dtd	2009-10-11 18:54:57 UTC (rev 9956)
@@ -8,7 +8,7 @@
      GNU Enterprise 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, or (at your option) any later version.
+     version 3, or (at your option) any later version.
 
      GNU Enterprise is distributed in the hope that it will be
      useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/doc/man/gnue-forms.1	2009-10-11 18:54:57 UTC (rev 9956)
@@ -116,7 +116,7 @@
 .LP
 gnue\-forms 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, or (at your option) any later
+Software Foundation; either version 3, or (at your option) any later
 version.
 .LP
 gnue\-forms is distributed in the hope that it will be useful, but WITHOUT ANY

Modified: trunk/gnue-forms/packaging/debian/copyright
===================================================================
--- trunk/gnue-forms/packaging/debian/copyright	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/packaging/debian/copyright	2009-10-11 18:54:57 UTC (rev 9956)
@@ -11,7 +11,7 @@
 GNU Enterprise 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, or (at your option) any later version.
+version 3, or (at your option) any later version.
 
 GNU Enterprise is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/packaging/osx/gnue-forms.py
===================================================================
--- trunk/gnue-forms/packaging/osx/gnue-forms.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/packaging/osx/gnue-forms.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -9,7 +9,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/packaging/win32/setup.py
===================================================================
--- trunk/gnue-forms/packaging/win32/setup.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/packaging/win32/setup.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/scripts/gfclient
===================================================================
--- trunk/gnue-forms/scripts/gfclient	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/scripts/gfclient	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/scripts/gnue-forms
===================================================================
--- trunk/gnue-forms/scripts/gnue-forms	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/scripts/gnue-forms	2009-10-11 18:54:57 UTC (rev 9956)
@@ -9,7 +9,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/setup.py
===================================================================
--- trunk/gnue-forms/setup.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/setup.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -9,7 +9,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/setup.svn
===================================================================
--- trunk/gnue-forms/setup.svn	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/setup.svn	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFClient.py
===================================================================
--- trunk/gnue-forms/src/GFClient.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFClient.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFConfig.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -6,7 +6,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFForm.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFInstance.py
===================================================================
--- trunk/gnue-forms/src/GFInstance.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFInstance.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFLibrary.py
===================================================================
--- trunk/gnue-forms/src/GFLibrary.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFLibrary.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or(at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be 
 # useful, but WITHOUT ANY WARRANTY; without even the implied 

Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFBox.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFBox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFButton.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFButton.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFButton.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFComponent.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFComponent.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFComponent.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFContainer.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFContainer.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFContainer.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFDataSource.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFDataSource.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFDataSource.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFEntry.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFEntry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFEntry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFField.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFField.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFField.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFGrid.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFGrid.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFGrid.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFGridLine.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFGridLine.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFGridLine.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFHBox.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFHBox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFHBox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFImage.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFImage.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFImage.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFLabel.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFLabel.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFLabel.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFLayout.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFLayout.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFLayout.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFLogic.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFLogic.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFLogic.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFObj.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFObj.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFObj.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFOption.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFOption.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFOption.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFOptions.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFOptions.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFOptions.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFPage.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFPage.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFPage.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFParameter.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFParameter.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFParameter.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFScrollBar.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFScrollBar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFScrollBar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFTabStop.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFTabStop.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFTabStop.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/GFVBox.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFVBox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/GFVBox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/__init__.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFObjects/commanders.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/commanders.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFObjects/commanders.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/GFParser.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/__init__.py
===================================================================
--- trunk/gnue-forms/src/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/GFKeyMapper.py
===================================================================
--- trunk/gnue-forms/src/input/GFKeyMapper.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/GFKeyMapper.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Checkbox.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Checkbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Checkbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Component.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Component.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Component.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Cursor.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Cursor.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Cursor.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Dropdown.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Dropdown.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Dropdown.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Image.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Listbox.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Listbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Listbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Numeric.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Numeric.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Numeric.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Password.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Password.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Password.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/Text.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Text.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/Text.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/input/displayHandlers/__init__.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be 
 # useful, but WITHOUT ANY WARRANTY; without even the implied 

Modified: trunk/gnue-forms/src/input/displayHandlers/datehandler.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/datehandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/input/displayHandlers/datehandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/_base/Exceptions.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/_base/Exceptions.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/_base/Exceptions.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/_base/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/_base/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/_base/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/_base/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/_base/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/_base/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/__init__.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/form.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/form.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/grid.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/grid.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/grid.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/gridline.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/gridline.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/gridline.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/hbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/hbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/hbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/menu.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/menu.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/menu.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/menuitem.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/menuitem.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/menuitem.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/vbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/vbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/vbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/GFApp.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/GFApp.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/GFApp.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/SplashScreen.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/SplashScreen.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/SplashScreen.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/common.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/common.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/common.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/component.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/component.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/component.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/wrappers.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/wrappers.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/wrappers.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/menu.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/menu.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/menu.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/menuitem.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/menuitem.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/menuitem.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbutton.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbutton.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/toolbutton.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/GFController.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/GFController.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/GFController.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/GFServer.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/GFServer.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/GFServer.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/Generator.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/Generator.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/Generator.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/UISplashScreen.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/UISplashScreen.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/UISplashScreen.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/common.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/common.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/common.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/gnue.js
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/gnue.js	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/gnue.js	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 * GNU Enterprise 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, or (at your option) any later version.
+* version 3, or (at your option) any later version.
 *
 * GNU Enterprise is distributed in the hope that it will be
 * useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/form.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/form.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -4,7 +4,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/QTApp.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/QTApp.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/QTApp.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/form.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/grid.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/grid.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/grid.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/gridline.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/gridline.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/gridline.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/hbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/hbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/hbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/menu.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/menu.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/menu.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/menuitem.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/menuitem.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/menuitem.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbutton.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbutton.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/toolbutton.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt3/widgets/vbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt3/widgets/vbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt3/widgets/vbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/QTApp.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/QTApp.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/QTApp.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/form.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/form.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/grid.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/grid.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/grid.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/gridline.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/gridline.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/gridline.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/hbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/hbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/hbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/qt4/widgets/vbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/qt4/widgets/vbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/qt4/widgets/vbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/GFwin32App.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/GFwin32App.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/GFwin32App.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/PrintDialog.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/PrintDialog.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/PrintDialog.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -6,7 +6,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU GPublic
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/common.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/common.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/common.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/dialog.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/dialog.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/dialog.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/form/__init__.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/form/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/form/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/form/widget.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/form/widget.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/form/widget.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/form/wrappers.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/form/wrappers.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/form/wrappers.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/menu.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/menu.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/menu.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/menuitem.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/menuitem.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/menuitem.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -3,7 +3,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/toolbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/toolbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/toolbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/win32/widgets/toolbutton.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/win32/widgets/toolbutton.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/win32/widgets/toolbutton.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/PrintDialog.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/PrintDialog.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/PrintDialog.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -6,7 +6,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UILoginHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/UILoginHandler.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/UISplashScreen.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UISplashScreen.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/UISplashScreen.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/UIdriver.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/__init__.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/__init__.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/dialogs.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/dialogs.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/dialogs.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/_base.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/box.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/button.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/button.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/grid.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/gridline.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/hbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/hbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/hbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/image.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/image.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/label.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/label.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/menu.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/menu.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/menu.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/menuitem.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/menuitem.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/menuitem.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/page.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/page.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/scrollbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/scrollbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/scrollbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbar.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbar.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbutton.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbutton.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/toolbutton.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/vbox.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/vbox.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/vbox.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -7,7 +7,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-forms/utils/gfd04to05.py
===================================================================
--- trunk/gnue-forms/utils/gfd04to05.py	2009-10-11 18:53:04 UTC (rev 9955)
+++ trunk/gnue-forms/utils/gfd04to05.py	2009-10-11 18:54:57 UTC (rev 9956)
@@ -5,7 +5,7 @@
 # GNU Enterprise 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, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.