[gnue] r9954 - in trunk/gnue-common: . doc doc/man etc module/base packaging/debian packaging/win32 scripts src src/apps src/base src/datasources src/datasources/drivers src/datasources/drivers/Base src/datasources/drivers/DBSIG2 src/datasources/drivers/file src/datasources/drivers/other src/datasources/drivers/sql src/datasources/drivers/sql/interbase src/datasources/drivers/sql/maxdb src/datasources/drivers/sql/msado src/datasources/drivers/sql/mysql src/datasources/drivers/sql/oracle src/datasources/drivers/sql/postgresql src/datasources/drivers/sql/sqlite2 src/datasources/drivers/sql/sqlite3 src/definitions src/events src/formatting src/gear src/lib src/logic src/logic/adapters src/rpc src/rpc/drivers src/rpc/drivers/hessian src/rpc/drivers/pyro src/rpc/drivers/xmlrpc src/setup src/utils tests tests/drivers unittest utils

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

Modified:
   trunk/gnue-common/doc/gnue-schema.dtd
   trunk/gnue-common/doc/man/gnue-schema.1
   trunk/gnue-common/etc/sample.gnue.conf
   trunk/gnue-common/license_header.txt
   trunk/gnue-common/module/base/__init__.py
   trunk/gnue-common/packaging/debian/copyright
   trunk/gnue-common/packaging/win32/setup.py
   trunk/gnue-common/scripts/gnue-diag.sh
   trunk/gnue-common/scripts/gnue-schema
   trunk/gnue-common/scripts/gnuedtd
   trunk/gnue-common/setup-svn.py
   trunk/gnue-common/setup.cfg.in
   trunk/gnue-common/setup.py
   trunk/gnue-common/setup.svn
   trunk/gnue-common/src/GCConfig.py
   trunk/gnue-common/src/GMenu.py
   trunk/gnue-common/src/__init__.py
   trunk/gnue-common/src/apps/CommandOption.py
   trunk/gnue-common/src/apps/GBaseApp.py
   trunk/gnue-common/src/apps/GClientApp.py
   trunk/gnue-common/src/apps/GConfig.py
   trunk/gnue-common/src/apps/GDebug.py
   trunk/gnue-common/src/apps/GServerApp.py
   trunk/gnue-common/src/apps/RuntimeSettings.py
   trunk/gnue-common/src/apps/__init__.py
   trunk/gnue-common/src/apps/errors.py
   trunk/gnue-common/src/apps/i18n.py
   trunk/gnue-common/src/apps/manpage.py
   trunk/gnue-common/src/base/__init__.py
   trunk/gnue-common/src/base/errors.py
   trunk/gnue-common/src/base/i18n.py
   trunk/gnue-common/src/base/log.py
   trunk/gnue-common/src/base/plugin.py
   trunk/gnue-common/src/base/setup.py
   trunk/gnue-common/src/base/tree.py
   trunk/gnue-common/src/base/utils.py
   trunk/gnue-common/src/base/version.py
   trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
   trunk/gnue-common/src/datasources/Exceptions.py
   trunk/gnue-common/src/datasources/GConditions.py
   trunk/gnue-common/src/datasources/GConnections.py
   trunk/gnue-common/src/datasources/GDataSource.py
   trunk/gnue-common/src/datasources/GLoginHandler.py
   trunk/gnue-common/src/datasources/GSchema.py
   trunk/gnue-common/src/datasources/drivers/Base/Behavior.py
   trunk/gnue-common/src/datasources/drivers/Base/Connection.py
   trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py
   trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
   trunk/gnue-common/src/datasources/drivers/Base/__init__.py
   trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py
   trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
   trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
   trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
   trunk/gnue-common/src/datasources/drivers/__init__.py
   trunk/gnue-common/src/datasources/drivers/file/Base.py
   trunk/gnue-common/src/datasources/drivers/file/__init__.py
   trunk/gnue-common/src/datasources/drivers/file/csvfile.py
   trunk/gnue-common/src/datasources/drivers/file/dbffile.py
   trunk/gnue-common/src/datasources/drivers/file/inifile.py
   trunk/gnue-common/src/datasources/drivers/other/__init__.py
   trunk/gnue-common/src/datasources/drivers/other/appserver.py
   trunk/gnue-common/src/datasources/drivers/sql/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py
   trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py
   trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py
   trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py
   trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py
   trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py
   trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py
   trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Base.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py
   trunk/gnue-common/src/datasources/drivers/sql/sqlite3/sqlite3drv.py
   trunk/gnue-common/src/datasources/readgsd.py
   trunk/gnue-common/src/definitions/GBinary.py
   trunk/gnue-common/src/definitions/GObjects.py
   trunk/gnue-common/src/definitions/GParser.py
   trunk/gnue-common/src/definitions/GParserHelpers.py
   trunk/gnue-common/src/definitions/GRootObj.py
   trunk/gnue-common/src/definitions/__init__.py
   trunk/gnue-common/src/events/Event.py
   trunk/gnue-common/src/events/EventAware.py
   trunk/gnue-common/src/events/EventController.py
   trunk/gnue-common/src/events/__init__.py
   trunk/gnue-common/src/formatting/GDataFormatter.py
   trunk/gnue-common/src/formatting/GTypecast.py
   trunk/gnue-common/src/gear/GearSystem.py
   trunk/gnue-common/src/gear/NavigationBuilder.py
   trunk/gnue-common/src/lib/__init__.py
   trunk/gnue-common/src/lib/checktype.py
   trunk/gnue-common/src/lib/iso8601.py
   trunk/gnue-common/src/lib/modules.py
   trunk/gnue-common/src/logic/GTrigger.py
   trunk/gnue-common/src/logic/GTriggerCore.py
   trunk/gnue-common/src/logic/NamespaceCore.py
   trunk/gnue-common/src/logic/adapters/Base.py
   trunk/gnue-common/src/logic/adapters/__init__.py
   trunk/gnue-common/src/logic/adapters/ecmascript.py
   trunk/gnue-common/src/logic/adapters/python.py
   trunk/gnue-common/src/logic/language.py
   trunk/gnue-common/src/logic/usercode.py
   trunk/gnue-common/src/rpc/RpcDoc.py
   trunk/gnue-common/src/rpc/__init__.py
   trunk/gnue-common/src/rpc/client.py
   trunk/gnue-common/src/rpc/drivers/Base.py
   trunk/gnue-common/src/rpc/drivers/__init__.py
   trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py
   trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py
   trunk/gnue-common/src/rpc/drivers/hessian/__init__.py
   trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py
   trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py
   trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py
   trunk/gnue-common/src/rpc/drivers/pyro/__init__.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py
   trunk/gnue-common/src/rpc/server.py
   trunk/gnue-common/src/setup/GSetup.py
   trunk/gnue-common/src/utils/CaselessDict.py
   trunk/gnue-common/src/utils/FileUtils.py
   trunk/gnue-common/src/utils/GDateTime.py
   trunk/gnue-common/src/utils/GMimeTypes.py
   trunk/gnue-common/src/utils/TextUtils.py
   trunk/gnue-common/src/utils/datatypes.py
   trunk/gnue-common/src/utils/dbf.py
   trunk/gnue-common/src/utils/file.py
   trunk/gnue-common/src/utils/http.py
   trunk/gnue-common/src/utils/importing.py
   trunk/gnue-common/src/utils/ucsv.py
   trunk/gnue-common/src/utils/uuid.py
   trunk/gnue-common/src/utils/version.py
   trunk/gnue-common/src/utils/xlocale.py
   trunk/gnue-common/tests/apps_checktype.py
   trunk/gnue-common/tests/datasources_GConditions.py
   trunk/gnue-common/tests/drivers/checkem.py
   trunk/gnue-common/tests/utils_TextUtils.py
   trunk/gnue-common/unittest/datasource.py
   trunk/gnue-common/unittest/logic.py
   trunk/gnue-common/unittest/run_tests_gui.py
   trunk/gnue-common/utils/changelog.py
   trunk/gnue-common/utils/doc-xml-attrs-openoffice.py
   trunk/gnue-common/utils/generate-gnue-config.py
Log:
Switch to GPLv3.

issue187 testing


Modified: trunk/gnue-common/doc/gnue-schema.dtd
===================================================================
--- trunk/gnue-common/doc/gnue-schema.dtd	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/doc/gnue-schema.dtd	2009-10-11 18:51:52 UTC (rev 9954)
@@ -8,7 +8,7 @@
      GNU Enterprise is free software; you can redistribute it
      and/or modify it under the terms of the GNU General Public
      License as published by the Free Software Foundation; either
-     version 2, or (at your option) any later version.
+     version 3, or (at your option) any later version.
 
      GNU Enterprise is distributed in the hope that it will be
      useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/doc/man/gnue-schema.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-schema.1	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/doc/man/gnue-schema.1	2009-10-11 18:51:52 UTC (rev 9954)
@@ -137,7 +137,7 @@
 .LP
 gnue\-schema is free software; you can redistribute it and/or modify it under
 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\-schema is distributed in the hope that it will be useful, but WITHOUT ANY

Modified: trunk/gnue-common/etc/sample.gnue.conf
===================================================================
--- trunk/gnue-common/etc/sample.gnue.conf	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/etc/sample.gnue.conf	2009-10-11 18:51:52 UTC (rev 9954)
@@ -8,7 +8,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/license_header.txt
===================================================================
--- trunk/gnue-common/license_header.txt	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/license_header.txt	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/module/base/__init__.py
===================================================================
--- trunk/gnue-common/module/base/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/module/base/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/packaging/debian/copyright
===================================================================
--- trunk/gnue-common/packaging/debian/copyright	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/packaging/debian/copyright	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/packaging/win32/setup.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/scripts/gnue-diag.sh
===================================================================
--- trunk/gnue-common/scripts/gnue-diag.sh	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/scripts/gnue-diag.sh	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/scripts/gnue-schema
===================================================================
--- trunk/gnue-common/scripts/gnue-schema	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/scripts/gnue-schema	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/scripts/gnuedtd
===================================================================
--- trunk/gnue-common/scripts/gnuedtd	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/scripts/gnuedtd	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -135,7 +135,7 @@
      GNU Enterprise is free software; you can redistribute it
      and/or modify it under the terms of the GNU General Public
      License as published by the Free Software Foundation; either
-     version 2, or (at your option) any later version.
+     version 3, or (at your option) any later version.
 
      GNU Enterprise is distributed in the hope that it will be
      useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/setup-svn.py
===================================================================
--- trunk/gnue-common/setup-svn.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/setup-svn.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/setup.cfg.in
===================================================================
--- trunk/gnue-common/setup.cfg.in	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/setup.cfg.in	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/setup.py
===================================================================
--- trunk/gnue-common/setup.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/setup.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/setup.svn
===================================================================
--- trunk/gnue-common/setup.svn	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/setup.svn	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/GCConfig.py
===================================================================
--- trunk/gnue-common/src/GCConfig.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/GCConfig.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -6,7 +6,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/GMenu.py
===================================================================
--- trunk/gnue-common/src/GMenu.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/GMenu.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/__init__.py
===================================================================
--- trunk/gnue-common/src/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/CommandOption.py
===================================================================
--- trunk/gnue-common/src/apps/CommandOption.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/CommandOption.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/GBaseApp.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/GClientApp.py
===================================================================
--- trunk/gnue-common/src/apps/GClientApp.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/GClientApp.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/apps/GConfig.py
===================================================================
--- trunk/gnue-common/src/apps/GConfig.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/GConfig.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/GDebug.py
===================================================================
--- trunk/gnue-common/src/apps/GDebug.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/GDebug.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/GServerApp.py
===================================================================
--- trunk/gnue-common/src/apps/GServerApp.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/GServerApp.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/RuntimeSettings.py
===================================================================
--- trunk/gnue-common/src/apps/RuntimeSettings.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/RuntimeSettings.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/__init__.py
===================================================================
--- trunk/gnue-common/src/apps/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/errors.py
===================================================================
--- trunk/gnue-common/src/apps/errors.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/errors.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/i18n.py
===================================================================
--- trunk/gnue-common/src/apps/i18n.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/i18n.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/apps/manpage.py
===================================================================
--- trunk/gnue-common/src/apps/manpage.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/apps/manpage.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -149,7 +149,7 @@
 .LP
 %(COMMAND)s is free software; you can redistribute it and/or modify it under
 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
 %(COMMAND)s is distributed in the hope that it will be useful, but WITHOUT ANY

Modified: trunk/gnue-common/src/base/__init__.py
===================================================================
--- trunk/gnue-common/src/base/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/errors.py
===================================================================
--- trunk/gnue-common/src/base/errors.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/errors.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/i18n.py
===================================================================
--- trunk/gnue-common/src/base/i18n.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/i18n.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/log.py
===================================================================
--- trunk/gnue-common/src/base/log.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/log.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/plugin.py
===================================================================
--- trunk/gnue-common/src/base/plugin.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/plugin.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/setup.py
===================================================================
--- trunk/gnue-common/src/base/setup.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/setup.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/tree.py
===================================================================
--- trunk/gnue-common/src/base/tree.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/tree.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/utils.py
===================================================================
--- trunk/gnue-common/src/base/utils.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/utils.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/base/version.py
===================================================================
--- trunk/gnue-common/src/base/version.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/base/version.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
===================================================================
--- trunk/gnue-common/src/datasources/ConnectionTriggerObj.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/ConnectionTriggerObj.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/Exceptions.py
===================================================================
--- trunk/gnue-common/src/datasources/Exceptions.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/Exceptions.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/GConditions.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/GConnections.py
===================================================================
--- trunk/gnue-common/src/datasources/GConnections.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/GConnections.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/GDataSource.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/GLoginHandler.py
===================================================================
--- trunk/gnue-common/src/datasources/GLoginHandler.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/GLoginHandler.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/GSchema.py
===================================================================
--- trunk/gnue-common/src/datasources/GSchema.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/GSchema.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/Base/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/Base/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Connection.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/Base/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/Base/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/file/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/file/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/file/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/file/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/file/csvfile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/csvfile.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/file/csvfile.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/file/dbffile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/dbffile.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/file/dbffile.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/file/inifile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/inifile.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/file/inifile.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/other/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/other/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/other/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/other/appserver.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/other/appserver.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/other/appserver.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/sqlite3drv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/sqlite3drv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/sqlite3drv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/datasources/readgsd.py
===================================================================
--- trunk/gnue-common/src/datasources/readgsd.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/datasources/readgsd.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/GBinary.py
===================================================================
--- trunk/gnue-common/src/definitions/GBinary.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/GBinary.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/GObjects.py
===================================================================
--- trunk/gnue-common/src/definitions/GObjects.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/GObjects.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/GParser.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/GParserHelpers.py
===================================================================
--- trunk/gnue-common/src/definitions/GParserHelpers.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/GParserHelpers.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/GRootObj.py
===================================================================
--- trunk/gnue-common/src/definitions/GRootObj.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/GRootObj.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/definitions/__init__.py
===================================================================
--- trunk/gnue-common/src/definitions/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/definitions/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/events/Event.py
===================================================================
--- trunk/gnue-common/src/events/Event.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/events/Event.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/events/EventAware.py
===================================================================
--- trunk/gnue-common/src/events/EventAware.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/events/EventAware.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/events/EventController.py
===================================================================
--- trunk/gnue-common/src/events/EventController.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/events/EventController.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or(at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/events/__init__.py
===================================================================
--- trunk/gnue-common/src/events/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/events/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/formatting/GDataFormatter.py
===================================================================
--- trunk/gnue-common/src/formatting/GDataFormatter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/formatting/GDataFormatter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/formatting/GTypecast.py
===================================================================
--- trunk/gnue-common/src/formatting/GTypecast.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/formatting/GTypecast.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/gear/GearSystem.py
===================================================================
--- trunk/gnue-common/src/gear/GearSystem.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/gear/GearSystem.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/gear/NavigationBuilder.py
===================================================================
--- trunk/gnue-common/src/gear/NavigationBuilder.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/gear/NavigationBuilder.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/lib/__init__.py
===================================================================
--- trunk/gnue-common/src/lib/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/lib/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/lib/checktype.py
===================================================================
--- trunk/gnue-common/src/lib/checktype.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/lib/checktype.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/lib/iso8601.py
===================================================================
--- trunk/gnue-common/src/lib/iso8601.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/lib/iso8601.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/lib/modules.py
===================================================================
--- trunk/gnue-common/src/lib/modules.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/lib/modules.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/GTrigger.py
===================================================================
--- trunk/gnue-common/src/logic/GTrigger.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/GTrigger.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/GTriggerCore.py
===================================================================
--- trunk/gnue-common/src/logic/GTriggerCore.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/GTriggerCore.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/NamespaceCore.py
===================================================================
--- trunk/gnue-common/src/logic/NamespaceCore.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/NamespaceCore.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/adapters/Base.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/adapters/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/adapters/__init__.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/adapters/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/adapters/ecmascript.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/ecmascript.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/adapters/ecmascript.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/logic/adapters/python.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/python.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/adapters/python.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/language.py
===================================================================
--- trunk/gnue-common/src/logic/language.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/language.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/logic/usercode.py
===================================================================
--- trunk/gnue-common/src/logic/usercode.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/logic/usercode.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/RpcDoc.py
===================================================================
--- trunk/gnue-common/src/rpc/RpcDoc.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/RpcDoc.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/rpc/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/client.py
===================================================================
--- trunk/gnue-common/src/rpc/client.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/client.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/Base.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/Base.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/Base.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/hessian/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/hessian/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/pyro/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/pyro/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/rpc/drivers/xmlrpc/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/rpc/server.py
===================================================================
--- trunk/gnue-common/src/rpc/server.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/rpc/server.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/setup/GSetup.py
===================================================================
--- trunk/gnue-common/src/setup/GSetup.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/setup/GSetup.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/CaselessDict.py
===================================================================
--- trunk/gnue-common/src/utils/CaselessDict.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/CaselessDict.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/FileUtils.py
===================================================================
--- trunk/gnue-common/src/utils/FileUtils.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/FileUtils.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/GDateTime.py
===================================================================
--- trunk/gnue-common/src/utils/GDateTime.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/GDateTime.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/GMimeTypes.py
===================================================================
--- trunk/gnue-common/src/utils/GMimeTypes.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/GMimeTypes.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/utils/TextUtils.py
===================================================================
--- trunk/gnue-common/src/utils/TextUtils.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/TextUtils.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/src/utils/datatypes.py
===================================================================
--- trunk/gnue-common/src/utils/datatypes.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/datatypes.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/dbf.py
===================================================================
--- trunk/gnue-common/src/utils/dbf.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/dbf.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/file.py
===================================================================
--- trunk/gnue-common/src/utils/file.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/file.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/http.py
===================================================================
--- trunk/gnue-common/src/utils/http.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/http.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/importing.py
===================================================================
--- trunk/gnue-common/src/utils/importing.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/importing.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/ucsv.py
===================================================================
--- trunk/gnue-common/src/utils/ucsv.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/ucsv.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/uuid.py
===================================================================
--- trunk/gnue-common/src/utils/uuid.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/uuid.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/version.py
===================================================================
--- trunk/gnue-common/src/utils/version.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/version.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/src/utils/xlocale.py
===================================================================
--- trunk/gnue-common/src/utils/xlocale.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/src/utils/xlocale.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/tests/apps_checktype.py
===================================================================
--- trunk/gnue-common/tests/apps_checktype.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/tests/apps_checktype.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/tests/datasources_GConditions.py
===================================================================
--- trunk/gnue-common/tests/datasources_GConditions.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/tests/datasources_GConditions.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/tests/drivers/checkem.py
===================================================================
--- trunk/gnue-common/tests/drivers/checkem.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/tests/drivers/checkem.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/tests/utils_TextUtils.py
===================================================================
--- trunk/gnue-common/tests/utils_TextUtils.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/tests/utils_TextUtils.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -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-common/unittest/datasource.py
===================================================================
--- trunk/gnue-common/unittest/datasource.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/unittest/datasource.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/unittest/logic.py
===================================================================
--- trunk/gnue-common/unittest/logic.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/unittest/logic.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -8,7 +8,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/unittest/run_tests_gui.py
===================================================================
--- trunk/gnue-common/unittest/run_tests_gui.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/unittest/run_tests_gui.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -7,7 +7,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/utils/changelog.py
===================================================================
--- trunk/gnue-common/utils/changelog.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/utils/changelog.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -6,7 +6,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/utils/doc-xml-attrs-openoffice.py
===================================================================
--- trunk/gnue-common/utils/doc-xml-attrs-openoffice.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/utils/doc-xml-attrs-openoffice.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -5,7 +5,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied

Modified: trunk/gnue-common/utils/generate-gnue-config.py
===================================================================
--- trunk/gnue-common/utils/generate-gnue-config.py	2009-10-11 18:50:17 UTC (rev 9953)
+++ trunk/gnue-common/utils/generate-gnue-config.py	2009-10-11 18:51:52 UTC (rev 9954)
@@ -8,7 +8,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your option) any later version.
 #
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
@@ -52,7 +52,7 @@
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
+# version 3, or (at your 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.