[CMF-checkins] CVS: Products/CMFCore/interfaces - CachingPolicyManager.py:1.6 ContentTypeRegistry.py:1.7 Contentish.py:1.7 Discussions.py:1.5 DublinCore.py:1.8 Dynamic.py:1.6 IOpaqueItems.py:1.7 Syndicatable.py:1.5 portal_actions.py:1.18 portal_catalog.py:1.11 portal_discussion.py:1.10 portal_memberdata.py:1.11 portal_membership.py:1.11 portal_metadata.py:1.8 portal_properties.py:1.5 portal_registration.py:1.8 portal_skins.py:1.11 portal_types.py:1.17 portal_undo.py:1.7 portal_url.py:1.6 portal_workflow.py:1.13

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


Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFCore/interfaces

Modified Files:
	CachingPolicyManager.py ContentTypeRegistry.py Contentish.py 
	Discussions.py DublinCore.py Dynamic.py IOpaqueItems.py 
	Syndicatable.py portal_actions.py portal_catalog.py 
	portal_discussion.py portal_memberdata.py portal_membership.py 
	portal_metadata.py portal_properties.py portal_registration.py 
	portal_skins.py portal_types.py portal_undo.py portal_url.py 
	portal_workflow.py 
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1



=== Products/CMFCore/interfaces/CachingPolicyManager.py 1.5 => 1.6 ===
--- Products/CMFCore/interfaces/CachingPolicyManager.py:1.5	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/CachingPolicyManager.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Caching policies tool interface.


=== Products/CMFCore/interfaces/ContentTypeRegistry.py 1.6 => 1.7 ===
--- Products/CMFCore/interfaces/ContentTypeRegistry.py:1.6	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/ContentTypeRegistry.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Putfactory registration tool interface.


=== Products/CMFCore/interfaces/Contentish.py 1.6 => 1.7 ===
--- Products/CMFCore/interfaces/Contentish.py:1.6	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/Contentish.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Contentish type interface.


=== Products/CMFCore/interfaces/Discussions.py 1.4 => 1.5 ===
--- Products/CMFCore/interfaces/Discussions.py:1.4	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/Discussions.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Discussable interface.


=== Products/CMFCore/interfaces/DublinCore.py 1.7 => 1.8 ===
--- Products/CMFCore/interfaces/DublinCore.py:1.7	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/DublinCore.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Dublin Core interface.


=== Products/CMFCore/interfaces/Dynamic.py 1.5 => 1.6 ===
--- Products/CMFCore/interfaces/Dynamic.py:1.5	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/Dynamic.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Dynamic type interface.


=== Products/CMFCore/interfaces/IOpaqueItems.py 1.6 => 1.7 ===
--- Products/CMFCore/interfaces/IOpaqueItems.py:1.6	Thu Jul 22 09:47:48 2004
+++ Products/CMFCore/interfaces/IOpaqueItems.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2003 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.
 #
 ##############################################################################
 """ Marker interface for callable opaque items with manage_* hooks.


=== Products/CMFCore/interfaces/Syndicatable.py 1.4 => 1.5 ===
--- Products/CMFCore/interfaces/Syndicatable.py:1.4	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/Syndicatable.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Syndicatable interface.


=== Products/CMFCore/interfaces/portal_actions.py 1.17 => 1.18 ===
--- Products/CMFCore/interfaces/portal_actions.py:1.17	Mon Jul 26 06:13:14 2004
+++ Products/CMFCore/interfaces/portal_actions.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Actions tool interface.


=== Products/CMFCore/interfaces/portal_catalog.py 1.10 => 1.11 ===
--- Products/CMFCore/interfaces/portal_catalog.py:1.10	Sat Aug  7 14:03:27 2004
+++ Products/CMFCore/interfaces/portal_catalog.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Catalog tool interface.


=== Products/CMFCore/interfaces/portal_discussion.py 1.9 => 1.10 ===
--- Products/CMFCore/interfaces/portal_discussion.py:1.9	Tue Jul 13 14:21:24 2004
+++ Products/CMFCore/interfaces/portal_discussion.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Discussion tool interface.


=== Products/CMFCore/interfaces/portal_memberdata.py 1.10 => 1.11 ===
--- Products/CMFCore/interfaces/portal_memberdata.py:1.10	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_memberdata.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Memberdata storage tool interface.


=== Products/CMFCore/interfaces/portal_membership.py 1.10 => 1.11 ===
--- Products/CMFCore/interfaces/portal_membership.py:1.10	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_membership.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Membership tool interface.


=== Products/CMFCore/interfaces/portal_metadata.py 1.7 => 1.8 ===
--- Products/CMFCore/interfaces/portal_metadata.py:1.7	Tue Jul 20 02:11:38 2004
+++ Products/CMFCore/interfaces/portal_metadata.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Metadata registration tool interface.


=== Products/CMFCore/interfaces/portal_properties.py 1.4 => 1.5 ===
--- Products/CMFCore/interfaces/portal_properties.py:1.4	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_properties.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Properties tool interface.


=== Products/CMFCore/interfaces/portal_registration.py 1.7 => 1.8 ===
--- Products/CMFCore/interfaces/portal_registration.py:1.7	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_registration.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Registration tool interface.


=== Products/CMFCore/interfaces/portal_skins.py 1.10 => 1.11 ===
--- Products/CMFCore/interfaces/portal_skins.py:1.10	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_skins.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Skins tool interface.


=== Products/CMFCore/interfaces/portal_types.py 1.16 => 1.17 ===
--- Products/CMFCore/interfaces/portal_types.py:1.16	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_types.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Type registration tool interface.


=== Products/CMFCore/interfaces/portal_undo.py 1.6 => 1.7 ===
--- Products/CMFCore/interfaces/portal_undo.py:1.6	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_undo.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Undo tool interface.


=== Products/CMFCore/interfaces/portal_url.py 1.5 => 1.6 ===
--- Products/CMFCore/interfaces/portal_url.py:1.5	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_url.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2002 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.
 #
 ##############################################################################
 """ URL tool interface.


=== Products/CMFCore/interfaces/portal_workflow.py 1.12 => 1.13 ===
--- Products/CMFCore/interfaces/portal_workflow.py:1.12	Mon Apr 26 08:34:10 2004
+++ Products/CMFCore/interfaces/portal_workflow.py	Thu Aug 12 11:07:39 2004
@@ -3,11 +3,11 @@
 # Copyright (c) 2001 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.
 #
 ##############################################################################
 """ Workflow tool interface.



More information about the CMF-checkins mailing list