[CMF-checkins] CVS: CMF/CMFUid - UniqueIdAnnotationTool.py:1.7 UniqueIdGeneratorTool.py:1.10 UniqueIdHandlerTool.py:1.14 __init__.py:1.5 interfaces.py:1.12

Jens Vagelpohl jens at dataflake.org
Thu Aug 12 11:08:13 EDT 2004


Update of /cvs-repository/CMF/CMFUid
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFUid

Modified Files:
	UniqueIdAnnotationTool.py UniqueIdGeneratorTool.py 
	UniqueIdHandlerTool.py __init__.py interfaces.py 
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1



=== CMF/CMFUid/UniqueIdAnnotationTool.py 1.6 => 1.7 ===
--- CMF/CMFUid/UniqueIdAnnotationTool.py:1.6	Sun Aug  8 20:27:33 2004
+++ CMF/CMFUid/UniqueIdAnnotationTool.py	Thu Aug 12 11:07:43 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """Unique Id Annotation Tool


=== CMF/CMFUid/UniqueIdGeneratorTool.py 1.9 => 1.10 ===
--- CMF/CMFUid/UniqueIdGeneratorTool.py:1.9	Sun Aug  8 20:27:33 2004
+++ CMF/CMFUid/UniqueIdGeneratorTool.py	Thu Aug 12 11:07:43 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """Uid Generator.


=== CMF/CMFUid/UniqueIdHandlerTool.py 1.13 => 1.14 ===
--- CMF/CMFUid/UniqueIdHandlerTool.py:1.13	Sun Aug  8 20:29:48 2004
+++ CMF/CMFUid/UniqueIdHandlerTool.py	Thu Aug 12 11:07:43 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """Unique Id Handler Tool


=== CMF/CMFUid/__init__.py 1.4 => 1.5 ===
--- CMF/CMFUid/__init__.py:1.4	Thu Aug  5 12:07:46 2004
+++ CMF/CMFUid/__init__.py	Thu Aug 12 11:07:43 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """Unique id generation and handling.


=== CMF/CMFUid/interfaces.py 1.11 => 1.12 ===
--- CMF/CMFUid/interfaces.py:1.11	Sun Aug  8 20:26:37 2004
+++ CMF/CMFUid/interfaces.py	Thu Aug 12 11:07:43 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """Unique Id Generation and Handling



More information about the CMF-checkins mailing list