commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9222 - in trunk/gnue-common/src: . apps cursing datasources data


From: johannes
Subject: [gnue] r9222 - in trunk/gnue-common/src: . apps cursing datasources datasources/drivers datasources/drivers/Base datasources/drivers/DBSIG2 datasources/drivers/file datasources/drivers/other datasources/drivers/sql datasources/drivers/sql/interbase datasources/drivers/sql/maxdb datasources/drivers/sql/msado datasources/drivers/sql/mysql datasources/drivers/sql/oracle datasources/drivers/sql/postgresql datasources/drivers/sql/sqlite2 datasources/drivers/sql/sqlite3 datatypes definitions events formatting formatting/masks gear logic logic/adapters printing/barcodes printing/pdftable rpc rpc/drivers rpc/drivers/hessian rpc/drivers/pyro rpc/drivers/xmlrpc setup utils
Date: Mon, 8 Jan 2007 07:02:58 -0600 (CST)

Author: johannes
Date: 2007-01-08 07:02:49 -0600 (Mon, 08 Jan 2007)
New Revision: 9222

Modified:
   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/GImportLogger.py
   trunk/gnue-common/src/apps/GLogger.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/checktype.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/apps/plugin.py
   trunk/gnue-common/src/cursing/Button.py
   trunk/gnue-common/src/cursing/CheckBox.py
   trunk/gnue-common/src/cursing/CheckBoxGroup.py
   trunk/gnue-common/src/cursing/ColorScheme.py
   trunk/gnue-common/src/cursing/ComboBox.py
   trunk/gnue-common/src/cursing/Container.py
   trunk/gnue-common/src/cursing/Control.py
   trunk/gnue-common/src/cursing/Dialog.py
   trunk/gnue-common/src/cursing/DirChooser.py
   trunk/gnue-common/src/cursing/FileSelectPad.py
   trunk/gnue-common/src/cursing/FileSelector.py
   trunk/gnue-common/src/cursing/FocusedLabel.py
   trunk/gnue-common/src/cursing/Frame.py
   trunk/gnue-common/src/cursing/GraphicObject.py
   trunk/gnue-common/src/cursing/GroupBox.py
   trunk/gnue-common/src/cursing/InputBox.py
   trunk/gnue-common/src/cursing/Label.py
   trunk/gnue-common/src/cursing/Menu.py
   trunk/gnue-common/src/cursing/MenuBar.py
   trunk/gnue-common/src/cursing/MenuItem.py
   trunk/gnue-common/src/cursing/MsgBoxOK.py
   trunk/gnue-common/src/cursing/MsgBoxTimer.py
   trunk/gnue-common/src/cursing/MsgBoxYesNo.py
   trunk/gnue-common/src/cursing/Notebook.py
   trunk/gnue-common/src/cursing/Progress.py
   trunk/gnue-common/src/cursing/RadioButton.py
   trunk/gnue-common/src/cursing/RadioGroup.py
   trunk/gnue-common/src/cursing/ScrollBar.py
   trunk/gnue-common/src/cursing/StatusBar.py
   trunk/gnue-common/src/cursing/TextArea.py
   trunk/gnue-common/src/cursing/TextBox.py
   trunk/gnue-common/src/cursing/VButton.py
   trunk/gnue-common/src/cursing/VScrollBar.py
   trunk/gnue-common/src/cursing/__init__.py
   trunk/gnue-common/src/cursing/constants.py
   trunk/gnue-common/src/cursing/sio.py
   trunk/gnue-common/src/cursing/utility.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/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/readgsd.py
   trunk/gnue-common/src/datatypes/Color.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/BaseMask.py
   trunk/gnue-common/src/formatting/DateMask.py
   trunk/gnue-common/src/formatting/FormatExceptions.py
   trunk/gnue-common/src/formatting/GDataFormatter.py
   trunk/gnue-common/src/formatting/GTypecast.py
   trunk/gnue-common/src/formatting/NumberMask.py
   trunk/gnue-common/src/formatting/TextMask.py
   trunk/gnue-common/src/formatting/masks/Errors.py
   trunk/gnue-common/src/formatting/masks/GMask.py
   trunk/gnue-common/src/formatting/masks/InputMask.py
   trunk/gnue-common/src/formatting/masks/InputTokens.py
   trunk/gnue-common/src/formatting/masks/MaskTokenizer.py
   trunk/gnue-common/src/formatting/masks/MaskTokens.py
   trunk/gnue-common/src/formatting/masks/Masks.py
   trunk/gnue-common/src/gear/GearSystem.py
   trunk/gnue-common/src/gear/NavigationBuilder.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/printing/barcodes/Base.py
   trunk/gnue-common/src/printing/barcodes/__init__.py
   trunk/gnue-common/src/printing/barcodes/codabar.py
   trunk/gnue-common/src/printing/barcodes/interleaved2of5.py
   trunk/gnue-common/src/printing/barcodes/postnet.py
   trunk/gnue-common/src/printing/barcodes/standard2of5.py
   trunk/gnue-common/src/printing/pdftable/__init__.py
   trunk/gnue-common/src/printing/pdftable/pdftable.py
   trunk/gnue-common/src/printing/pdftable/sample.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/ChangeLog.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/http.py
   trunk/gnue-common/src/utils/tree.py
   trunk/gnue-common/src/utils/ucsv.py
   trunk/gnue-common/src/utils/uuid.py
   trunk/gnue-common/src/utils/version.py
Log:
Updated copyright headers


Modified: trunk/gnue-common/src/GCConfig.py
===================================================================
--- trunk/gnue-common/src/GCConfig.py   2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/GCConfig.py   2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/GMenu.py
===================================================================
--- trunk/gnue-common/src/GMenu.py      2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/GMenu.py      2007-01-08 13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GMenu.py

Modified: trunk/gnue-common/src/__init__.py
===================================================================
--- trunk/gnue-common/src/__init__.py   2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/__init__.py   2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/CommandOption.py
===================================================================
--- trunk/gnue-common/src/apps/CommandOption.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/CommandOption.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # CommandOption.py

Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py      2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GBaseApp.py      2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Application Services - Base Application Class
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/GClientApp.py
===================================================================
--- trunk/gnue-common/src/apps/GClientApp.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GClientApp.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place 
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GClientApp.py

Modified: trunk/gnue-common/src/apps/GConfig.py
===================================================================
--- trunk/gnue-common/src/apps/GConfig.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GConfig.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,4 +1,4 @@
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/apps/GDebug.py
===================================================================
--- trunk/gnue-common/src/apps/GDebug.py        2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GDebug.py        2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Application Services - Debugging support
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/GImportLogger.py
===================================================================
--- trunk/gnue-common/src/apps/GImportLogger.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GImportLogger.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Application Services - Debugging support
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/GLogger.py
===================================================================
--- trunk/gnue-common/src/apps/GLogger.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GLogger.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # GLogger.py

Modified: trunk/gnue-common/src/apps/GServerApp.py
===================================================================
--- trunk/gnue-common/src/apps/GServerApp.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/GServerApp.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GServerApp.py

Modified: trunk/gnue-common/src/apps/RuntimeSettings.py
===================================================================
--- trunk/gnue-common/src/apps/RuntimeSettings.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/apps/RuntimeSettings.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/apps/__init__.py
===================================================================
--- trunk/gnue-common/src/apps/__init__.py      2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/__init__.py      2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Application Services
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/checktype.py
===================================================================
--- trunk/gnue-common/src/apps/checktype.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/checktype.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # $Id$
 

Modified: trunk/gnue-common/src/apps/errors.py
===================================================================
--- trunk/gnue-common/src/apps/errors.py        2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/errors.py        2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base exception classes
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/apps/i18n.py
===================================================================
--- trunk/gnue-common/src/apps/i18n.py  2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/apps/i18n.py  2007-01-08 13:02:49 UTC (rev 9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # $Id$
 

Modified: trunk/gnue-common/src/apps/manpage.py
===================================================================
--- trunk/gnue-common/src/apps/manpage.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/manpage.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # selfdoc.py

Modified: trunk/gnue-common/src/apps/plugin.py
===================================================================
--- trunk/gnue-common/src/apps/plugin.py        2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/apps/plugin.py        2007-01-08 13:02:49 UTC (rev 
9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # $Id$
 

Modified: trunk/gnue-common/src/cursing/Button.py
===================================================================
--- trunk/gnue-common/src/cursing/Button.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Button.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Button.py

Modified: trunk/gnue-common/src/cursing/CheckBox.py
===================================================================
--- trunk/gnue-common/src/cursing/CheckBox.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/CheckBox.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # CheckBox.py

Modified: trunk/gnue-common/src/cursing/CheckBoxGroup.py
===================================================================
--- trunk/gnue-common/src/cursing/CheckBoxGroup.py      2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/CheckBoxGroup.py      2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # CheckBoxGroup.py

Modified: trunk/gnue-common/src/cursing/ColorScheme.py
===================================================================
--- trunk/gnue-common/src/cursing/ColorScheme.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/ColorScheme.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # ColorScheme.py

Modified: trunk/gnue-common/src/cursing/ComboBox.py
===================================================================
--- trunk/gnue-common/src/cursing/ComboBox.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/ComboBox.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # ComboBox.py

Modified: trunk/gnue-common/src/cursing/Container.py
===================================================================
--- trunk/gnue-common/src/cursing/Container.py  2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Container.py  2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Container.py

Modified: trunk/gnue-common/src/cursing/Control.py
===================================================================
--- trunk/gnue-common/src/cursing/Control.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Control.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Control.py

Modified: trunk/gnue-common/src/cursing/Dialog.py
===================================================================
--- trunk/gnue-common/src/cursing/Dialog.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Dialog.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Dialog.py

Modified: trunk/gnue-common/src/cursing/DirChooser.py
===================================================================
--- trunk/gnue-common/src/cursing/DirChooser.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/DirChooser.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # DirChooser.py

Modified: trunk/gnue-common/src/cursing/FileSelectPad.py
===================================================================
--- trunk/gnue-common/src/cursing/FileSelectPad.py      2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/FileSelectPad.py      2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # FileSelectPad.py

Modified: trunk/gnue-common/src/cursing/FileSelector.py
===================================================================
--- trunk/gnue-common/src/cursing/FileSelector.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/FileSelector.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # FileSelector.py

Modified: trunk/gnue-common/src/cursing/FocusedLabel.py
===================================================================
--- trunk/gnue-common/src/cursing/FocusedLabel.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/FocusedLabel.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # FocusedLabel.py

Modified: trunk/gnue-common/src/cursing/Frame.py
===================================================================
--- trunk/gnue-common/src/cursing/Frame.py      2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Frame.py      2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Dialog.py

Modified: trunk/gnue-common/src/cursing/GraphicObject.py
===================================================================
--- trunk/gnue-common/src/cursing/GraphicObject.py      2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/GraphicObject.py      2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # GraphicObject.py

Modified: trunk/gnue-common/src/cursing/GroupBox.py
===================================================================
--- trunk/gnue-common/src/cursing/GroupBox.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/GroupBox.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # GroupBox.py

Modified: trunk/gnue-common/src/cursing/InputBox.py
===================================================================
--- trunk/gnue-common/src/cursing/InputBox.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/InputBox.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # InputBox.py

Modified: trunk/gnue-common/src/cursing/Label.py
===================================================================
--- trunk/gnue-common/src/cursing/Label.py      2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Label.py      2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Label.py

Modified: trunk/gnue-common/src/cursing/Menu.py
===================================================================
--- trunk/gnue-common/src/cursing/Menu.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Menu.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Menu.py

Modified: trunk/gnue-common/src/cursing/MenuBar.py
===================================================================
--- trunk/gnue-common/src/cursing/MenuBar.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/MenuBar.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # MenuBar.py

Modified: trunk/gnue-common/src/cursing/MenuItem.py
===================================================================
--- trunk/gnue-common/src/cursing/MenuItem.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/MenuItem.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # MenuItem.py

Modified: trunk/gnue-common/src/cursing/MsgBoxOK.py
===================================================================
--- trunk/gnue-common/src/cursing/MsgBoxOK.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/MsgBoxOK.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # MsgBoxOK.py

Modified: trunk/gnue-common/src/cursing/MsgBoxTimer.py
===================================================================
--- trunk/gnue-common/src/cursing/MsgBoxTimer.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/MsgBoxTimer.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # MsgBoxTimer.py

Modified: trunk/gnue-common/src/cursing/MsgBoxYesNo.py
===================================================================
--- trunk/gnue-common/src/cursing/MsgBoxYesNo.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/MsgBoxYesNo.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # MsgBoxYesNo.py

Modified: trunk/gnue-common/src/cursing/Notebook.py
===================================================================
--- trunk/gnue-common/src/cursing/Notebook.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Notebook.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Dialog.py

Modified: trunk/gnue-common/src/cursing/Progress.py
===================================================================
--- trunk/gnue-common/src/cursing/Progress.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/Progress.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Progress.py

Modified: trunk/gnue-common/src/cursing/RadioButton.py
===================================================================
--- trunk/gnue-common/src/cursing/RadioButton.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/cursing/RadioButton.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # RadioButton.py

Modified: trunk/gnue-common/src/cursing/RadioGroup.py
===================================================================
--- trunk/gnue-common/src/cursing/RadioGroup.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/RadioGroup.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # RadioGroup.py

Modified: trunk/gnue-common/src/cursing/ScrollBar.py
===================================================================
--- trunk/gnue-common/src/cursing/ScrollBar.py  2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/ScrollBar.py  2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # ScrollBar.py

Modified: trunk/gnue-common/src/cursing/StatusBar.py
===================================================================
--- trunk/gnue-common/src/cursing/StatusBar.py  2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/StatusBar.py  2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # StatusBar.py

Modified: trunk/gnue-common/src/cursing/TextArea.py
===================================================================
--- trunk/gnue-common/src/cursing/TextArea.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/TextArea.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # TextBox.py

Modified: trunk/gnue-common/src/cursing/TextBox.py
===================================================================
--- trunk/gnue-common/src/cursing/TextBox.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/TextBox.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # TextBox.py

Modified: trunk/gnue-common/src/cursing/VButton.py
===================================================================
--- trunk/gnue-common/src/cursing/VButton.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/VButton.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # VButton.py

Modified: trunk/gnue-common/src/cursing/VScrollBar.py
===================================================================
--- trunk/gnue-common/src/cursing/VScrollBar.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/VScrollBar.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # VScrollBar.py

Modified: trunk/gnue-common/src/cursing/__init__.py
===================================================================
--- trunk/gnue-common/src/cursing/__init__.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/__init__.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # __init__.py

Modified: trunk/gnue-common/src/cursing/constants.py
===================================================================
--- trunk/gnue-common/src/cursing/constants.py  2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/constants.py  2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # constants.py

Modified: trunk/gnue-common/src/cursing/sio.py
===================================================================
--- trunk/gnue-common/src/cursing/sio.py        2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/sio.py        2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # sio.py

Modified: trunk/gnue-common/src/cursing/utility.py
===================================================================
--- trunk/gnue-common/src/cursing/utility.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/cursing/utility.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # utility.py

Modified: trunk/gnue-common/src/datasources/ConnectionTriggerObj.py
===================================================================
--- trunk/gnue-common/src/datasources/ConnectionTriggerObj.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/ConnectionTriggerObj.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Connection object wrapper for triggers
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/Exceptions.py
===================================================================
--- trunk/gnue-common/src/datasources/Exceptions.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/Exceptions.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Exceptions
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/GConditions.py    2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - XML elements for conditions
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/GConnections.py
===================================================================
--- trunk/gnue-common/src/datasources/GConnections.py   2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/GConnections.py   2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Connection Manager
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - XML elements for datasources
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/GLoginHandler.py
===================================================================
--- trunk/gnue-common/src/datasources/GLoginHandler.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/GLoginHandler.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base Login Handler
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/GSchema.py
===================================================================
--- trunk/gnue-common/src/datasources/GSchema.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/GSchema.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - XML elements for schema support
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/Base/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Behavior.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/Base/Behavior.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base database driver - Schema behavior
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base database driver - Connection
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py 2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py 2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base database driver - Record set
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base database driver - Result set
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/Base/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/__init__.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/Base/__init__.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Behavior.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic DBSIG2 database driver - Behavior
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py      
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py      
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic DBSIG2 database driver - Connection
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py       
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py       
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic DBSIG2 database driver - Result set
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic DBSIG2 database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/__init__.py       2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/__init__.py       2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Database drivers
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/file/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/Base.py      2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/file/Base.py      2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic file based database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/file/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/__init__.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/file/__init__.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - File based database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/file/csvfile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/csvfile.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/file/csvfile.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - CSV file database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/file/dbffile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/dbffile.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/file/dbffile.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - DBF file database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/file/inifile.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/file/inifile.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/file/inifile.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - INI file database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/other/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/other/__init__.py 2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/other/__init__.py 2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Special database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/other/appserver.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/other/appserver.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/other/appserver.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Datasource Library - GNUe-AppServer database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/__init__.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/__init__.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - SQL based database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py 
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/Behavior.py 
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for Firebird/Interbase
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py 
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/__init__.py 
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Firebird/Interbase database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: 
trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/interbase/kinterbasdbdrv.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Firebird database driver using KinterbasDB
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/Behavior.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for MaxDB/SAP-DB
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/__init__.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MaxDB/SAP-DB database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/maxdb/maxdbdrv.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MaxDB database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/Behavior.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for MS-ADO
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/__init__.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MS-ADO database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py  
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/msado/adodbapidrv.py  
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MS-ADO database driver using adodbapi
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/Behavior.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for MySQL
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/__init__.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MySQL database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/mysql/mysqldbdrv.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - MySQL database driver using MySQLdb
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Base.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic Oracle database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py    
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/Behavior.py    
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for Oracle
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py    
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/__init__.py    
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Oracle database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py 
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py 
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Oracle database driver using cxOracle
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py 
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py 
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Oracle database driver using DCOracle
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py    
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/Base.py    
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Generic PostgreSQL database driver
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/Behavior.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for PostgreSQL
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/__init__.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - PostgreSQL database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: 
trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopg2drv.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - PostgreSQL database driver using psycopg
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py      
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/psycopgdrv.py      
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - PostgreSQL database driver using psycopg
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: 
trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py     
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/pygresqldrv.py     
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - PostgreSQL database driver using PyGreSQL
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py      
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/postgresql/pypgsqldrv.py      
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - PostgreSQL database driver using pyPgSQL
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/Behavior.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for SQLite
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/__init__.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - SQLite database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py        
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite2/pysqlitedrv.py        
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - SQLite database driver using pysqlite
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/Behavior.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Schema support for SQLite3
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py   
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/__init__.py   
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - SQLite3 database driver plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py       
2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/datasources/drivers/sql/sqlite3/pysqlite2drv.py       
2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - SQLite3 database driver using pysqlite2
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datasources/readgsd.py
===================================================================
--- trunk/gnue-common/src/datasources/readgsd.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/datasources/readgsd.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Read and import gsd-files
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/datatypes/Color.py
===================================================================
--- trunk/gnue-common/src/datatypes/Color.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/datatypes/Color.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # Color.py

Modified: trunk/gnue-common/src/definitions/GBinary.py
===================================================================
--- trunk/gnue-common/src/definitions/GBinary.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/GBinary.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GNUe XML object definitions - Binary objects
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/definitions/GObjects.py
===================================================================
--- trunk/gnue-common/src/definitions/GObjects.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/GObjects.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GNUe XML object definitions
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/GParser.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GNUe XML object definitions - XML Parser
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/definitions/GParserHelpers.py
===================================================================
--- trunk/gnue-common/src/definitions/GParserHelpers.py 2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/GParserHelpers.py 2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GParser - Helper classes
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/definitions/GRootObj.py
===================================================================
--- trunk/gnue-common/src/definitions/GRootObj.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/GRootObj.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GNUe XML object definitions - Root Node
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/definitions/__init__.py
===================================================================
--- trunk/gnue-common/src/definitions/__init__.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/definitions/__init__.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - GNUe XML object definitions
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/events/Event.py
===================================================================
--- trunk/gnue-common/src/events/Event.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/events/Event.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Events framework - Events
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/events/EventAware.py
===================================================================
--- trunk/gnue-common/src/events/EventAware.py  2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/events/EventAware.py  2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Events framework - Base classes
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/events/EventController.py
===================================================================
--- trunk/gnue-common/src/events/EventController.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/events/EventController.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Events framework - Event dispatching
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/events/__init__.py
===================================================================
--- trunk/gnue-common/src/events/__init__.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/events/__init__.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Events framework
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/formatting/BaseMask.py
===================================================================
--- trunk/gnue-common/src/formatting/BaseMask.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/BaseMask.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # BaseMask.py

Modified: trunk/gnue-common/src/formatting/DateMask.py
===================================================================
--- trunk/gnue-common/src/formatting/DateMask.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/DateMask.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # DateMask.py

Modified: trunk/gnue-common/src/formatting/FormatExceptions.py
===================================================================
--- trunk/gnue-common/src/formatting/FormatExceptions.py        2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/formatting/FormatExceptions.py        2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place 
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # BaseMask.py

Modified: trunk/gnue-common/src/formatting/GDataFormatter.py
===================================================================
--- trunk/gnue-common/src/formatting/GDataFormatter.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/GDataFormatter.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GRLayout.py

Modified: trunk/gnue-common/src/formatting/GTypecast.py
===================================================================
--- trunk/gnue-common/src/formatting/GTypecast.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/GTypecast.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GTypecast.py

Modified: trunk/gnue-common/src/formatting/NumberMask.py
===================================================================
--- trunk/gnue-common/src/formatting/NumberMask.py      2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/NumberMask.py      2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place 
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # NumberMask.py

Modified: trunk/gnue-common/src/formatting/TextMask.py
===================================================================
--- trunk/gnue-common/src/formatting/TextMask.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/TextMask.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # TextMask.py

Modified: trunk/gnue-common/src/formatting/masks/Errors.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/Errors.py    2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/masks/Errors.py    2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # Errors.py

Modified: trunk/gnue-common/src/formatting/masks/GMask.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/GMask.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/masks/GMask.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # GDataSource.py

Modified: trunk/gnue-common/src/formatting/masks/InputMask.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/InputMask.py 2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/masks/InputMask.py 2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # InputMask.py

Modified: trunk/gnue-common/src/formatting/masks/InputTokens.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/InputTokens.py       2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/formatting/masks/InputTokens.py       2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # pylint: disable-msg=R0903,
 #  R0903 disabled as these classes represent placeholders and

Modified: trunk/gnue-common/src/formatting/masks/MaskTokenizer.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/MaskTokenizer.py     2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/formatting/masks/MaskTokenizer.py     2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # pylint: disable-msg=W0402,
 #   W0402 is disabled as the only obsolete module (as of 4/12/06)

Modified: trunk/gnue-common/src/formatting/masks/MaskTokens.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/MaskTokens.py        2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/formatting/masks/MaskTokens.py        2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 # 
 # pylint: disable-msg=R0903,
 #  R0903 disabled as these classes represent placeholders and

Modified: trunk/gnue-common/src/formatting/masks/Masks.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/Masks.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/formatting/masks/Masks.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # masks.py

Modified: trunk/gnue-common/src/gear/GearSystem.py
===================================================================
--- trunk/gnue-common/src/gear/GearSystem.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/gear/GearSystem.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # GearSystem.py

Modified: trunk/gnue-common/src/gear/NavigationBuilder.py
===================================================================
--- trunk/gnue-common/src/gear/NavigationBuilder.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/gear/NavigationBuilder.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place 
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # FILE:
 # NavigationBuilder.py

Modified: trunk/gnue-common/src/logic/GTrigger.py
===================================================================
--- trunk/gnue-common/src/logic/GTrigger.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/logic/GTrigger.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Trigger handling classes
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/GTriggerCore.py
===================================================================
--- trunk/gnue-common/src/logic/GTriggerCore.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/logic/GTriggerCore.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Trigger Enabled Base Classes
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/NamespaceCore.py
===================================================================
--- trunk/gnue-common/src/logic/NamespaceCore.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/logic/NamespaceCore.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Namespace Handling
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/adapters/Base.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/Base.py        2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/logic/adapters/Base.py        2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base classes for language adapter plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/adapters/__init__.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/__init__.py    2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/logic/adapters/__init__.py    2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Language adapter plugins
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/adapters/ecmascript.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/ecmascript.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/logic/adapters/ecmascript.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2003-2006 Free Software Foundation
+# Copyright 2003-2007 Free Software Foundation
 #
 #
 # FILE:

Modified: trunk/gnue-common/src/logic/adapters/python.py
===================================================================
--- trunk/gnue-common/src/logic/adapters/python.py      2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/logic/adapters/python.py      2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Python language adapter plugin
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/language.py
===================================================================
--- trunk/gnue-common/src/logic/language.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/logic/language.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Interface to language adapters
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/logic/usercode.py
===================================================================
--- trunk/gnue-common/src/logic/usercode.py     2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/logic/usercode.py     2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Actions and Triggers
 #
-# Copyright 2000-2006 Free Software Foundation
+# Copyright 2000-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/printing/barcodes/Base.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/Base.py     2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/Base.py     2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/Base.py

Modified: trunk/gnue-common/src/printing/barcodes/__init__.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/__init__.py 2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/__init__.py 2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/__init__.py

Modified: trunk/gnue-common/src/printing/barcodes/codabar.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/codabar.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/codabar.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/codabar.py

Modified: trunk/gnue-common/src/printing/barcodes/interleaved2of5.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/interleaved2of5.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/interleaved2of5.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/code39.py

Modified: trunk/gnue-common/src/printing/barcodes/postnet.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/postnet.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/postnet.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/code39.py

Modified: trunk/gnue-common/src/printing/barcodes/standard2of5.py
===================================================================
--- trunk/gnue-common/src/printing/barcodes/standard2of5.py     2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/printing/barcodes/standard2of5.py     2007-01-08 
13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # barcodes/code39.py

Modified: trunk/gnue-common/src/printing/pdftable/__init__.py
===================================================================
--- trunk/gnue-common/src/printing/pdftable/__init__.py 2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/pdftable/__init__.py 2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # pdftable/__init__.py

Modified: trunk/gnue-common/src/printing/pdftable/pdftable.py
===================================================================
--- trunk/gnue-common/src/printing/pdftable/pdftable.py 2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/pdftable/pdftable.py 2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # pdftable/pdftable.py

Modified: trunk/gnue-common/src/printing/pdftable/sample.py
===================================================================
--- trunk/gnue-common/src/printing/pdftable/sample.py   2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/printing/pdftable/sample.py   2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2004-2006 Free Software Foundation
+# Copyright 2004-2007 Free Software Foundation
 #
 # FILE:
 # pdftable/sample.py

Modified: trunk/gnue-common/src/rpc/RpcDoc.py
===================================================================
--- trunk/gnue-common/src/rpc/RpcDoc.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/RpcDoc.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # RpcDoc.py

Modified: trunk/gnue-common/src/rpc/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/__init__.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/rpc/__init__.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Library
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/client.py
===================================================================
--- trunk/gnue-common/src/rpc/client.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/client.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC interface - Client adapter
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/drivers/Base.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/Base.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/rpc/drivers/Base.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC interface - Base for all drivers
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/drivers/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/__init__.py       2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/__init__.py       2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Library - RPC drivers
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/hessian/ClientAdapter.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - Hessian client
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py  2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/hessian/ServerAdapter.py  2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - hessian ServerAdpater
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/hessian/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/__init__.py       2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/hessian/__init__.py       2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC library - hessian driver
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py       2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/hessian/typeconv.py       2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC interface - Un-/Marshalling
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py     2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py     2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - Pyro ClientAdapter
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py     2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py     2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - Pyro ServerAdapter
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/pyro/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/__init__.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/pyro/__init__.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC library - PyRo driver
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/ClientAdapter.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - XML-RPC client
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py  2007-01-08 13:01:08 UTC 
(rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/RpcDoc.py  2007-01-08 13:02:49 UTC 
(rev 9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # xmlrpc/RpcDoc.py

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py   2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/ServerAdapter.py   2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC Interface - xmlrpc ServerAdpater
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py        2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/__init__.py        2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC library - xmlrpc driver
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py        2007-01-08 
13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/typeconv.py        2007-01-08 
13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - RPC interface - Un-/Marshalling
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/rpc/server.py
===================================================================
--- trunk/gnue-common/src/rpc/server.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/rpc/server.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common - RPC - Server Interface
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/setup/ChangeLog.py
===================================================================
--- trunk/gnue-common/src/setup/ChangeLog.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/setup/ChangeLog.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # $Id$
 

Modified: trunk/gnue-common/src/setup/GSetup.py
===================================================================
--- trunk/gnue-common/src/setup/GSetup.py       2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/setup/GSetup.py       2007-01-08 13:02:49 UTC (rev 
9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # $Id: GSetup.py,v 1.4 2003/10/06 18:33:16 reinhard Exp $
 

Modified: trunk/gnue-common/src/utils/CaselessDict.py
===================================================================
--- trunk/gnue-common/src/utils/CaselessDict.py 2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/CaselessDict.py 2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common - Utilities - Caseinsensitive Dictionary
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/FileUtils.py
===================================================================
--- trunk/gnue-common/src/utils/FileUtils.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/FileUtils.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -17,7 +17,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # FileUtils.py

Modified: trunk/gnue-common/src/utils/GDateTime.py
===================================================================
--- trunk/gnue-common/src/utils/GDateTime.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/GDateTime.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - Datetime support
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/GMimeTypes.py
===================================================================
--- trunk/gnue-common/src/utils/GMimeTypes.py   2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/GMimeTypes.py   2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2002-2006 Free Software Foundation
+# Copyright 2002-2007 Free Software Foundation
 #
 # FILE:
 # GMimeTypes.py

Modified: trunk/gnue-common/src/utils/TextUtils.py
===================================================================
--- trunk/gnue-common/src/utils/TextUtils.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/TextUtils.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -16,7 +16,7 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # FILE:
 # TextUtils.py

Modified: trunk/gnue-common/src/utils/datatypes.py
===================================================================
--- trunk/gnue-common/src/utils/datatypes.py    2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/datatypes.py    2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - Datatype conversion
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/dbf.py
===================================================================
--- trunk/gnue-common/src/utils/dbf.py  2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/utils/dbf.py  2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - DBase driver
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/http.py
===================================================================
--- trunk/gnue-common/src/utils/http.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/utils/http.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - Fixes to the httplib classes
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/tree.py
===================================================================
--- trunk/gnue-common/src/utils/tree.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/utils/tree.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Tree structure classes
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/ucsv.py
===================================================================
--- trunk/gnue-common/src/utils/ucsv.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/utils/ucsv.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - CSV writer
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/uuid.py
===================================================================
--- trunk/gnue-common/src/utils/uuid.py 2007-01-08 13:01:08 UTC (rev 9221)
+++ trunk/gnue-common/src/utils/uuid.py 2007-01-08 13:02:49 UTC (rev 9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common - Utilities - UUID generator
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/utils/version.py
===================================================================
--- trunk/gnue-common/src/utils/version.py      2007-01-08 13:01:08 UTC (rev 
9221)
+++ trunk/gnue-common/src/utils/version.py      2007-01-08 13:02:49 UTC (rev 
9222)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Utilities - Version handling
 #
-# Copyright 2001-2006 Free Software Foundation
+# Copyright 2001-2007 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #





reply via email to

[Prev in Thread] Current Thread [Next in Thread]