[CMF-checkins] CVS: CMF/CMFUid - DEPENDENCIES.txt:1.2 UniqueIdAnnotationTool.py:1.4 UniqueIdGeneratorTool.py:1.6 UniqueIdHandlerTool.py:1.8 __init__.py:1.4 interfaces.py:1.6

Grégoire Weber zope.org at incept.ch
Thu Aug 5 12:08:16 EDT 2004


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

Modified Files:
	DEPENDENCIES.txt UniqueIdAnnotationTool.py 
	UniqueIdGeneratorTool.py UniqueIdHandlerTool.py __init__.py 
	interfaces.py 
Log Message:
- changed the copyright year to 2004
- removed __version__ = blablah from the module code


=== CMF/CMFUid/DEPENDENCIES.txt 1.1 => 1.2 ===
--- CMF/CMFUid/DEPENDENCIES.txt:1.1	Thu Aug  5 04:15:08 2004
+++ CMF/CMFUid/DEPENDENCIES.txt	Thu Aug  5 12:07:46 2004
@@ -1,2 +1,2 @@
 Zope >= 2.7.0
-CMFCore
+CMFCore
\ No newline at end of file


=== CMF/CMFUid/UniqueIdAnnotationTool.py 1.3 => 1.4 ===
--- CMF/CMFUid/UniqueIdAnnotationTool.py:1.3	Thu Jul 22 18:45:43 2004
+++ CMF/CMFUid/UniqueIdAnnotationTool.py	Thu Aug  5 12:07:46 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# 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.
@@ -16,7 +16,6 @@
 
 $Id$
 """
-__version__ = "$Revision$"
 
 from Globals import InitializeClass, Persistent
 from AccessControl import ClassSecurityInfo


=== CMF/CMFUid/UniqueIdGeneratorTool.py 1.5 => 1.6 ===
--- CMF/CMFUid/UniqueIdGeneratorTool.py:1.5	Thu Jul 22 18:45:05 2004
+++ CMF/CMFUid/UniqueIdGeneratorTool.py	Thu Aug  5 12:07:46 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# 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.
@@ -16,7 +16,6 @@
 
 $Id$
 """
-__version__ = "$Revision$"
 
 import os
 import time, random, md5, socket


=== CMF/CMFUid/UniqueIdHandlerTool.py 1.7 => 1.8 ===
--- CMF/CMFUid/UniqueIdHandlerTool.py:1.7	Thu Jul 22 18:44:34 2004
+++ CMF/CMFUid/UniqueIdHandlerTool.py	Thu Aug  5 12:07:46 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# 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.
@@ -16,7 +16,6 @@
 
 $Id$
 """
-__version__ = "$Revision$"
 
 import Missing
 


=== CMF/CMFUid/__init__.py 1.3 => 1.4 ===
--- CMF/CMFUid/__init__.py:1.3	Wed Aug  4 17:03:29 2004
+++ CMF/CMFUid/__init__.py	Thu Aug  5 12:07:46 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+# 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.


=== CMF/CMFUid/interfaces.py 1.5 => 1.6 ===
--- CMF/CMFUid/interfaces.py:1.5	Thu Jul 22 18:45:43 2004
+++ CMF/CMFUid/interfaces.py	Thu Aug  5 12:07:46 2004
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# 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.
@@ -10,7 +10,7 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-"""Unique Id Generation and Management
+"""Unique Id Generation and Handling
 
 These interfaces are intentionaly kept close to those from Zope3. Additionaly
 handling (IUniqueIdHandler) and generation (IUniqueIdGenerator) of unique ids 
@@ -18,7 +18,6 @@
 
 $Id$
 """
-__version__ = "$Revision$"
 
 from Interface import Interface, Attribute
 
@@ -106,7 +105,7 @@
         UniqueIdError is raised if object was not registered previously.
         """
 
-
+# Main API for plaing with unique ids
 class IUniqueIdHandler(IUniqueIdSet, IUniqueIdQuery, IUniqueIdBrainQuery):
     """Handle registering, querying unique ids and objects.
     """



More information about the CMF-checkins mailing list