[gnue] r10035 - in trunk/gnue-common/src: base lib

[email protected] Mon, 2 Nov 2009 16:46:34 -0600 (CST)
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-11-02 16:46:34 -0600 (Mon, 02 Nov 2009)
New Revision: 10035

Modified:
   trunk/gnue-common/src/base/__init__.py
   trunk/gnue-common/src/base/config.py
   trunk/gnue-common/src/base/errors.py
   trunk/gnue-common/src/base/i18n.py
   trunk/gnue-common/src/base/log.py
   trunk/gnue-common/src/base/plugin.py
   trunk/gnue-common/src/base/tree.py
   trunk/gnue-common/src/base/version.py
   trunk/gnue-common/src/lib/__init__.py
   trunk/gnue-common/src/lib/checktype.py
   trunk/gnue-common/src/lib/iso8601.py
   trunk/gnue-common/src/lib/modules.py
Log:
Fixed year in copyright notice.


Modified: trunk/gnue-common/src/base/__init__.py
===================================================================
--- trunk/gnue-common/src/base/__init__.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/__init__.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base Modules
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2007-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/base/config.py
===================================================================
--- trunk/gnue-common/src/base/config.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/config.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Configuration file management
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2007-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/base/errors.py
===================================================================
--- trunk/gnue-common/src/base/errors.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/errors.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Base exception classes
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2004-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/base/i18n.py
===================================================================
--- trunk/gnue-common/src/base/i18n.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/i18n.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - i18n support
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2004-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/base/log.py
===================================================================
--- trunk/gnue-common/src/base/log.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/log.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Logging support
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2007-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/base/plugin.py
===================================================================
--- trunk/gnue-common/src/base/plugin.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/plugin.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Plugin support
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2004-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise.
 #

Modified: trunk/gnue-common/src/base/tree.py
===================================================================
--- trunk/gnue-common/src/base/tree.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/tree.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Tree structure classes
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2006-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/base/version.py
===================================================================
--- trunk/gnue-common/src/base/version.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/base/version.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
-# GNU Enterprise Common Library - Utilities - Version handling
+# GNU Enterprise Common Library - Version handling
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2006-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/lib/__init__.py
===================================================================
--- trunk/gnue-common/src/lib/__init__.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/lib/__init__.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Gereral Library
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2007-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/lib/checktype.py
===================================================================
--- trunk/gnue-common/src/lib/checktype.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/lib/checktype.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Variable Type Checking
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2004-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/lib/iso8601.py
===================================================================
--- trunk/gnue-common/src/lib/iso8601.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/lib/iso8601.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - ISO 8601 Parser
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2005-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #

Modified: trunk/gnue-common/src/lib/modules.py
===================================================================
--- trunk/gnue-common/src/lib/modules.py	2009-11-02 16:59:56 UTC (rev 10034)
+++ trunk/gnue-common/src/lib/modules.py	2009-11-02 22:46:34 UTC (rev 10035)
@@ -1,6 +1,6 @@
 # GNU Enterprise Common Library - Module inspection
 #
-# Copyright 2001-2009 Free Software Foundation
+# Copyright 2008-2009 Free Software Foundation
 #
 # This file is part of GNU Enterprise
 #