[gnue] r9955 - in trunk/gnue-designer: . doc/man packaging/debian scripts src src/app src/base src/base/settings src/base/tools src/forms src/forms/LayoutEditor src/forms/LayoutEditor/renderers/Base src/forms/LayoutEditor/renderers/curses src/forms/LayoutEditor/renderers/native src/forms/PagePainter src/forms/PagePainter/skins src/forms/events src/forms/wizards src/navigator src/navigator/wizards src/projects src/reports src/reports/Char src/reports/Default src/reports/Labels src/reports/MailMerge src/reports/SimpleTabulation src/reports/Standard src/reports/wizards src/schema src/schema/DiaEditor src/schema/wizards src/templates src/templates/forms src/templates/reports src/templates/schema src/ui/wx src/ui/wx/startup src/ui/wx/uihelpers src/ui/wx/uihelpers/doccanvas utils

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

Modified:
   trunk/gnue-designer/doc/man/gnue-designer.1
   trunk/gnue-designer/packaging/debian/copyright
   trunk/gnue-designer/scripts/gnue-designer
   trunk/gnue-designer/setup.py
   trunk/gnue-designer/setup.svn
   trunk/gnue-designer/src/__init__.py
   trunk/gnue-designer/src/app/designer.py
   trunk/gnue-designer/src/app/documents.py
   trunk/gnue-designer/src/base/Config.py
   trunk/gnue-designer/src/base/EditorBase.py
   trunk/gnue-designer/src/base/Goat.py
   trunk/gnue-designer/src/base/Icons.py
   trunk/gnue-designer/src/base/Incubator.py
   trunk/gnue-designer/src/base/MRUManager.py
   trunk/gnue-designer/src/base/MenuBar.py
   trunk/gnue-designer/src/base/MultiObjectGridEditor.py
   trunk/gnue-designer/src/base/ObjectList.py
   trunk/gnue-designer/src/base/PopupMenu.py
   trunk/gnue-designer/src/base/PrimaryToolBar.py
   trunk/gnue-designer/src/base/TemplateBase.py
   trunk/gnue-designer/src/base/TemplateChooser.py
   trunk/gnue-designer/src/base/TemplateParser.py
   trunk/gnue-designer/src/base/ToolBar.py
   trunk/gnue-designer/src/base/ToolBase.py
   trunk/gnue-designer/src/base/UndoManager.py
   trunk/gnue-designer/src/base/document.py
   trunk/gnue-designer/src/base/parsertoobj.py
   trunk/gnue-designer/src/base/settings/__init__.py
   trunk/gnue-designer/src/base/tools/DataSourceEditor.py
   trunk/gnue-designer/src/base/tools/EventEditor.py
   trunk/gnue-designer/src/base/tools/PropertyEditor.py
   trunk/gnue-designer/src/base/tools/SchemaNavigator.py
   trunk/gnue-designer/src/base/tools/SchemaViewer.py
   trunk/gnue-designer/src/base/tools/TreeView.py
   trunk/gnue-designer/src/base/tools/TriggerEditor.py
   trunk/gnue-designer/src/forms/BlockEditor.py
   trunk/gnue-designer/src/forms/Debugger.py
   trunk/gnue-designer/src/forms/EventEditor.py
   trunk/gnue-designer/src/forms/Incubator.py
   trunk/gnue-designer/src/forms/LayoutEditor/DisplayDropTarget.py
   trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditor.py
   trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditorTools.py
   trunk/gnue-designer/src/forms/LayoutEditor/PopupEditor.py
   trunk/gnue-designer/src/forms/LayoutEditor/PropertyBar.py
   trunk/gnue-designer/src/forms/LayoutEditor/ReorderFocus.py
   trunk/gnue-designer/src/forms/LayoutEditor/Utils.py
   trunk/gnue-designer/src/forms/LayoutEditor/WidgetFocusTab.py
   trunk/gnue-designer/src/forms/LayoutEditor/WidgetHandler.py
   trunk/gnue-designer/src/forms/LayoutEditor/WidgetHighlighter.py
   trunk/gnue-designer/src/forms/LayoutEditor/Workspace.py
   trunk/gnue-designer/src/forms/LayoutEditor/__init__.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/Driver.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/GridPane.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/__init__.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/curses/Driver.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/Driver.py
   trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/WidgetHandler.py
   trunk/gnue-designer/src/forms/PagePainter/PagePainter.py
   trunk/gnue-designer/src/forms/PagePainter/__init__.py
   trunk/gnue-designer/src/forms/PagePainter/skins/common.py
   trunk/gnue-designer/src/forms/PagePainter/skins/default.py
   trunk/gnue-designer/src/forms/PagePainter/skins/term.py
   trunk/gnue-designer/src/forms/PropertyEditor.py
   trunk/gnue-designer/src/forms/TemplateSupport.py
   trunk/gnue-designer/src/forms/TreeView.py
   trunk/gnue-designer/src/forms/WizardRunner.py
   trunk/gnue-designer/src/forms/__init__.py
   trunk/gnue-designer/src/forms/document.py
   trunk/gnue-designer/src/forms/events/Arrange.py
   trunk/gnue-designer/src/forms/events/Events.py
   trunk/gnue-designer/src/forms/events/Resize.py
   trunk/gnue-designer/src/forms/wizards/AddBlock.py
   trunk/gnue-designer/src/forms/wizards/AddBox.py
   trunk/gnue-designer/src/forms/wizards/AddButton.py
   trunk/gnue-designer/src/forms/wizards/AddCheckbox.py
   trunk/gnue-designer/src/forms/wizards/AddDataSource.py
   trunk/gnue-designer/src/forms/wizards/AddDropDown.py
   trunk/gnue-designer/src/forms/wizards/AddEntry.py
   trunk/gnue-designer/src/forms/wizards/AddLabel.py
   trunk/gnue-designer/src/forms/wizards/AddPage.py
   trunk/gnue-designer/src/forms/wizards/CreateSchema.py
   trunk/gnue-designer/src/forms/wizards/CreateWebForm.py
   trunk/gnue-designer/src/forms/wizards/__init__.py
   trunk/gnue-designer/src/navigator/Document.py
   trunk/gnue-designer/src/navigator/Incubator.py
   trunk/gnue-designer/src/navigator/LayoutEditor.py
   trunk/gnue-designer/src/navigator/TemplateSupport.py
   trunk/gnue-designer/src/navigator/__init__.py
   trunk/gnue-designer/src/navigator/wizards/__init__.py
   trunk/gnue-designer/src/projects/Objects.py
   trunk/gnue-designer/src/projects/Parser.py
   trunk/gnue-designer/src/projects/Project.py
   trunk/gnue-designer/src/projects/__init__.py
   trunk/gnue-designer/src/reports/Char/FilterSupport.py
   trunk/gnue-designer/src/reports/Char/Incubator.py
   trunk/gnue-designer/src/reports/Char/LayoutEditor.py
   trunk/gnue-designer/src/reports/Default/FilterSupport.py
   trunk/gnue-designer/src/reports/Document.py
   trunk/gnue-designer/src/reports/FilterSupport.py
   trunk/gnue-designer/src/reports/Incubator.py
   trunk/gnue-designer/src/reports/Labels/FilterSupport.py
   trunk/gnue-designer/src/reports/MailMerge/FilterSupport.py
   trunk/gnue-designer/src/reports/SimpleTabulation/FilterSupport.py
   trunk/gnue-designer/src/reports/Standard/FilterSupport.py
   trunk/gnue-designer/src/reports/Standard/GroupEditor.py
   trunk/gnue-designer/src/reports/Standard/Incubator.py
   trunk/gnue-designer/src/reports/Standard/LayoutEditor.py
   trunk/gnue-designer/src/reports/TemplateSupport.py
   trunk/gnue-designer/src/reports/TreeView.py
   trunk/gnue-designer/src/reports/__init__.py
   trunk/gnue-designer/src/reports/wizards/__init__.py
   trunk/gnue-designer/src/schema/DiaEditor/VisualEditor.py
   trunk/gnue-designer/src/schema/DiaEditor/VisualTable.py
   trunk/gnue-designer/src/schema/Document.py
   trunk/gnue-designer/src/schema/Incubator.py
   trunk/gnue-designer/src/schema/LayoutEditor.py
   trunk/gnue-designer/src/schema/TableEditor.py
   trunk/gnue-designer/src/schema/TemplateSupport.py
   trunk/gnue-designer/src/schema/TreeView.py
   trunk/gnue-designer/src/schema/__init__.py
   trunk/gnue-designer/src/schema/wizards/AddTable.py
   trunk/gnue-designer/src/schema/wizards/WriteSchema.py
   trunk/gnue-designer/src/schema/wizards/__init__.py
   trunk/gnue-designer/src/templates/__init__.py
   trunk/gnue-designer/src/templates/forms/FormBuilder.py
   trunk/gnue-designer/src/templates/forms/Simple.py
   trunk/gnue-designer/src/templates/forms/__init__.py
   trunk/gnue-designer/src/templates/reports/CharReport.py
   trunk/gnue-designer/src/templates/reports/Labels.py
   trunk/gnue-designer/src/templates/reports/MailMerge.py
   trunk/gnue-designer/src/templates/reports/SimpleReport.py
   trunk/gnue-designer/src/templates/reports/__init__.py
   trunk/gnue-designer/src/templates/schema/Introspection.py
   trunk/gnue-designer/src/templates/schema/__init__.py
   trunk/gnue-designer/src/ui/wx/Base.py
   trunk/gnue-designer/src/ui/wx/Instance.py
   trunk/gnue-designer/src/ui/wx/MenuBar.py
   trunk/gnue-designer/src/ui/wx/startup/Startup.py
   trunk/gnue-designer/src/ui/wx/startup/__init__.py
   trunk/gnue-designer/src/ui/wx/uihelpers/GridCellEditors.py
   trunk/gnue-designer/src/ui/wx/uihelpers/PythonEditor.py
   trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/canvas.py
   trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/dnd.py
   trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/settings.py
   trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/textedit.py
   trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/widget.py
   trunk/gnue-designer/utils/package_standalone_definitions.py
Log:
Switch to GPLv3.

issue189 testing


Modified: trunk/gnue-designer/doc/man/gnue-designer.1
===================================================================
--- trunk/gnue-designer/doc/man/gnue-designer.1	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/doc/man/gnue-designer.1	2009-10-11 18:53:04 UTC (rev 9955)
@@ -117,7 +117,7 @@
 .LP
 gnue\-designer is free software; you can redistribute 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\-designer is distributed in the hope that it will be useful, but WITHOUT ANY

Modified: trunk/gnue-designer/packaging/debian/copyright
===================================================================
--- trunk/gnue-designer/packaging/debian/copyright	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/packaging/debian/copyright	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/scripts/gnue-designer
===================================================================
--- trunk/gnue-designer/scripts/gnue-designer	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/scripts/gnue-designer	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/setup.py
===================================================================
--- trunk/gnue-designer/setup.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/setup.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/setup.svn
===================================================================
--- trunk/gnue-designer/setup.svn	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/setup.svn	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/__init__.py
===================================================================
--- trunk/gnue-designer/src/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/app/designer.py
===================================================================
--- trunk/gnue-designer/src/app/designer.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/app/designer.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/app/documents.py
===================================================================
--- trunk/gnue-designer/src/app/documents.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/app/documents.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/Config.py
===================================================================
--- trunk/gnue-designer/src/base/Config.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/Config.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/EditorBase.py
===================================================================
--- trunk/gnue-designer/src/base/EditorBase.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/EditorBase.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/Goat.py
===================================================================
--- trunk/gnue-designer/src/base/Goat.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/Goat.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/Icons.py
===================================================================
--- trunk/gnue-designer/src/base/Icons.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/Icons.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/Incubator.py
===================================================================
--- trunk/gnue-designer/src/base/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/MRUManager.py
===================================================================
--- trunk/gnue-designer/src/base/MRUManager.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/MRUManager.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/MenuBar.py
===================================================================
--- trunk/gnue-designer/src/base/MenuBar.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/MenuBar.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/MultiObjectGridEditor.py
===================================================================
--- trunk/gnue-designer/src/base/MultiObjectGridEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/MultiObjectGridEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/ObjectList.py
===================================================================
--- trunk/gnue-designer/src/base/ObjectList.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/ObjectList.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/PopupMenu.py
===================================================================
--- trunk/gnue-designer/src/base/PopupMenu.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/PopupMenu.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/PrimaryToolBar.py
===================================================================
--- trunk/gnue-designer/src/base/PrimaryToolBar.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/PrimaryToolBar.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/TemplateBase.py
===================================================================
--- trunk/gnue-designer/src/base/TemplateBase.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/TemplateBase.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/TemplateChooser.py
===================================================================
--- trunk/gnue-designer/src/base/TemplateChooser.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/TemplateChooser.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/TemplateParser.py
===================================================================
--- trunk/gnue-designer/src/base/TemplateParser.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/TemplateParser.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/ToolBar.py
===================================================================
--- trunk/gnue-designer/src/base/ToolBar.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/ToolBar.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/ToolBase.py
===================================================================
--- trunk/gnue-designer/src/base/ToolBase.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/ToolBase.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/UndoManager.py
===================================================================
--- trunk/gnue-designer/src/base/UndoManager.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/UndoManager.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/document.py
===================================================================
--- trunk/gnue-designer/src/base/document.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/document.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/parsertoobj.py
===================================================================
--- trunk/gnue-designer/src/base/parsertoobj.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/parsertoobj.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/settings/__init__.py
===================================================================
--- trunk/gnue-designer/src/base/settings/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/settings/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/DataSourceEditor.py
===================================================================
--- trunk/gnue-designer/src/base/tools/DataSourceEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/DataSourceEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/EventEditor.py
===================================================================
--- trunk/gnue-designer/src/base/tools/EventEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/EventEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/PropertyEditor.py
===================================================================
--- trunk/gnue-designer/src/base/tools/PropertyEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/PropertyEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/SchemaNavigator.py
===================================================================
--- trunk/gnue-designer/src/base/tools/SchemaNavigator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/SchemaNavigator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/SchemaViewer.py
===================================================================
--- trunk/gnue-designer/src/base/tools/SchemaViewer.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/SchemaViewer.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/TreeView.py
===================================================================
--- trunk/gnue-designer/src/base/tools/TreeView.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/TreeView.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/base/tools/TriggerEditor.py
===================================================================
--- trunk/gnue-designer/src/base/tools/TriggerEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/base/tools/TriggerEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/BlockEditor.py
===================================================================
--- trunk/gnue-designer/src/forms/BlockEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/BlockEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/Debugger.py
===================================================================
--- trunk/gnue-designer/src/forms/Debugger.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/Debugger.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/EventEditor.py
===================================================================
--- trunk/gnue-designer/src/forms/EventEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/EventEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/Incubator.py
===================================================================
--- trunk/gnue-designer/src/forms/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/DisplayDropTarget.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/DisplayDropTarget.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/DisplayDropTarget.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/LayoutEditorTools.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditorTools.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/LayoutEditorTools.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/PopupEditor.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/PopupEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/PopupEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/PropertyBar.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/PropertyBar.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/PropertyBar.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/ReorderFocus.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/ReorderFocus.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/ReorderFocus.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/Utils.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/Utils.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/Utils.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/WidgetFocusTab.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/WidgetFocusTab.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/WidgetFocusTab.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/WidgetHandler.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/WidgetHandler.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/WidgetHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/WidgetHighlighter.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/WidgetHighlighter.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/WidgetHighlighter.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/Workspace.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/Workspace.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/Workspace.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/__init__.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/Base/Driver.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/Driver.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/Driver.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/Base/GridPane.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/GridPane.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/GridPane.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/Base/__init__.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/Base/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/curses/Driver.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/curses/Driver.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/curses/Driver.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/native/Driver.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/Driver.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/Driver.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/LayoutEditor/renderers/native/WidgetHandler.py
===================================================================
--- trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/WidgetHandler.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/LayoutEditor/renderers/native/WidgetHandler.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PagePainter/PagePainter.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/PagePainter.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PagePainter/PagePainter.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PagePainter/__init__.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PagePainter/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PagePainter/skins/common.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/skins/common.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PagePainter/skins/common.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PagePainter/skins/default.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/skins/default.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PagePainter/skins/default.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PagePainter/skins/term.py
===================================================================
--- trunk/gnue-designer/src/forms/PagePainter/skins/term.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PagePainter/skins/term.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/PropertyEditor.py
===================================================================
--- trunk/gnue-designer/src/forms/PropertyEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/PropertyEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/TemplateSupport.py
===================================================================
--- trunk/gnue-designer/src/forms/TemplateSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/TemplateSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/TreeView.py
===================================================================
--- trunk/gnue-designer/src/forms/TreeView.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/TreeView.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/WizardRunner.py
===================================================================
--- trunk/gnue-designer/src/forms/WizardRunner.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/WizardRunner.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/__init__.py
===================================================================
--- trunk/gnue-designer/src/forms/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/document.py
===================================================================
--- trunk/gnue-designer/src/forms/document.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/document.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/events/Arrange.py
===================================================================
--- trunk/gnue-designer/src/forms/events/Arrange.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/events/Arrange.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/events/Events.py
===================================================================
--- trunk/gnue-designer/src/forms/events/Events.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/events/Events.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/events/Resize.py
===================================================================
--- trunk/gnue-designer/src/forms/events/Resize.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/events/Resize.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddBlock.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddBlock.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddBlock.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddBox.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddBox.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddBox.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddButton.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddButton.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddButton.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddCheckbox.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddCheckbox.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddCheckbox.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddDataSource.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddDataSource.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddDataSource.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddDropDown.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddDropDown.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddDropDown.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddEntry.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddEntry.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddEntry.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddLabel.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddLabel.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddLabel.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/AddPage.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/AddPage.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/AddPage.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/CreateSchema.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/CreateSchema.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/CreateSchema.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/CreateWebForm.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/CreateWebForm.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/CreateWebForm.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/forms/wizards/__init__.py
===================================================================
--- trunk/gnue-designer/src/forms/wizards/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/forms/wizards/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/Document.py
===================================================================
--- trunk/gnue-designer/src/navigator/Document.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/Document.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/Incubator.py
===================================================================
--- trunk/gnue-designer/src/navigator/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/navigator/LayoutEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/LayoutEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/TemplateSupport.py
===================================================================
--- trunk/gnue-designer/src/navigator/TemplateSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/TemplateSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/__init__.py
===================================================================
--- trunk/gnue-designer/src/navigator/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/navigator/wizards/__init__.py
===================================================================
--- trunk/gnue-designer/src/navigator/wizards/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/navigator/wizards/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/projects/Objects.py
===================================================================
--- trunk/gnue-designer/src/projects/Objects.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/projects/Objects.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/projects/Parser.py
===================================================================
--- trunk/gnue-designer/src/projects/Parser.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/projects/Parser.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/projects/Project.py
===================================================================
--- trunk/gnue-designer/src/projects/Project.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/projects/Project.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/projects/__init__.py
===================================================================
--- trunk/gnue-designer/src/projects/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/projects/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Char/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/Char/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Char/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Char/Incubator.py
===================================================================
--- trunk/gnue-designer/src/reports/Char/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Char/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Char/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/reports/Char/LayoutEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Char/LayoutEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Default/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/Default/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Default/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Document.py
===================================================================
--- trunk/gnue-designer/src/reports/Document.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Document.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Incubator.py
===================================================================
--- trunk/gnue-designer/src/reports/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Labels/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/Labels/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Labels/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/MailMerge/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/MailMerge/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/MailMerge/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/SimpleTabulation/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/SimpleTabulation/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/SimpleTabulation/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Standard/FilterSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/Standard/FilterSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Standard/FilterSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Standard/GroupEditor.py
===================================================================
--- trunk/gnue-designer/src/reports/Standard/GroupEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Standard/GroupEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Standard/Incubator.py
===================================================================
--- trunk/gnue-designer/src/reports/Standard/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Standard/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/Standard/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/reports/Standard/LayoutEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/Standard/LayoutEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/TemplateSupport.py
===================================================================
--- trunk/gnue-designer/src/reports/TemplateSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/TemplateSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/TreeView.py
===================================================================
--- trunk/gnue-designer/src/reports/TreeView.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/TreeView.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/__init__.py
===================================================================
--- trunk/gnue-designer/src/reports/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/reports/wizards/__init__.py
===================================================================
--- trunk/gnue-designer/src/reports/wizards/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/reports/wizards/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/DiaEditor/VisualEditor.py
===================================================================
--- trunk/gnue-designer/src/schema/DiaEditor/VisualEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/DiaEditor/VisualEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/DiaEditor/VisualTable.py
===================================================================
--- trunk/gnue-designer/src/schema/DiaEditor/VisualTable.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/DiaEditor/VisualTable.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/Document.py
===================================================================
--- trunk/gnue-designer/src/schema/Document.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/Document.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/Incubator.py
===================================================================
--- trunk/gnue-designer/src/schema/Incubator.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/Incubator.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/LayoutEditor.py
===================================================================
--- trunk/gnue-designer/src/schema/LayoutEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/LayoutEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/TableEditor.py
===================================================================
--- trunk/gnue-designer/src/schema/TableEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/TableEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/TemplateSupport.py
===================================================================
--- trunk/gnue-designer/src/schema/TemplateSupport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/TemplateSupport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/TreeView.py
===================================================================
--- trunk/gnue-designer/src/schema/TreeView.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/TreeView.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/__init__.py
===================================================================
--- trunk/gnue-designer/src/schema/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/wizards/AddTable.py
===================================================================
--- trunk/gnue-designer/src/schema/wizards/AddTable.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/wizards/AddTable.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/wizards/WriteSchema.py
===================================================================
--- trunk/gnue-designer/src/schema/wizards/WriteSchema.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/wizards/WriteSchema.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/schema/wizards/__init__.py
===================================================================
--- trunk/gnue-designer/src/schema/wizards/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/schema/wizards/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/__init__.py
===================================================================
--- trunk/gnue-designer/src/templates/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/forms/FormBuilder.py
===================================================================
--- trunk/gnue-designer/src/templates/forms/FormBuilder.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/forms/FormBuilder.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/forms/Simple.py
===================================================================
--- trunk/gnue-designer/src/templates/forms/Simple.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/forms/Simple.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/forms/__init__.py
===================================================================
--- trunk/gnue-designer/src/templates/forms/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/forms/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/reports/CharReport.py
===================================================================
--- trunk/gnue-designer/src/templates/reports/CharReport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/reports/CharReport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/reports/Labels.py
===================================================================
--- trunk/gnue-designer/src/templates/reports/Labels.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/reports/Labels.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/reports/MailMerge.py
===================================================================
--- trunk/gnue-designer/src/templates/reports/MailMerge.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/reports/MailMerge.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/reports/SimpleReport.py
===================================================================
--- trunk/gnue-designer/src/templates/reports/SimpleReport.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/reports/SimpleReport.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/reports/__init__.py
===================================================================
--- trunk/gnue-designer/src/templates/reports/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/reports/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/schema/Introspection.py
===================================================================
--- trunk/gnue-designer/src/templates/schema/Introspection.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/schema/Introspection.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/templates/schema/__init__.py
===================================================================
--- trunk/gnue-designer/src/templates/schema/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/templates/schema/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/Base.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/Base.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/Instance.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/Instance.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/Instance.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/MenuBar.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/MenuBar.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/MenuBar.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/startup/Startup.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/startup/Startup.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/startup/Startup.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/startup/__init__.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/startup/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/startup/__init__.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/GridCellEditors.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/GridCellEditors.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/GridCellEditors.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/PythonEditor.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/PythonEditor.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/PythonEditor.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/doccanvas/canvas.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/canvas.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/canvas.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/doccanvas/dnd.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/dnd.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/dnd.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/doccanvas/settings.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/settings.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/settings.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/doccanvas/textedit.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/textedit.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/textedit.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/src/ui/wx/uihelpers/doccanvas/widget.py
===================================================================
--- trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/widget.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/src/ui/wx/uihelpers/doccanvas/widget.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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-designer/utils/package_standalone_definitions.py
===================================================================
--- trunk/gnue-designer/utils/package_standalone_definitions.py	2009-10-11 18:51:52 UTC (rev 9954)
+++ trunk/gnue-designer/utils/package_standalone_definitions.py	2009-10-11 18:53:04 UTC (rev 9955)
@@ -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
@@ -130,7 +130,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.