[CMF-checkins] CVS: Products/CMFCore - ActionInformation.py:1.26 ActionProviderBase.py:1.30 ActionsTool.py:1.51 CMFCatalogAware.py:1.21 CMFCorePermissions.py:1.20 CachingPolicyManager.py:1.14 CatalogTool.py:1.55 ContentTypeRegistry.py:1.17 CookieCrumbler.py:1.30 DirectoryView.py:1.47 DiscussionTool.py:1.17 DynamicType.py:1.23 Expression.py:1.9 FSDTMLMethod.py:1.24 FSFile.py:1.11 FSImage.py:1.19 FSObject.py:1.18 FSPageTemplate.py:1.26 FSPropertiesObject.py:1.19 FSPythonScript.py:1.27 FSSTXMethod.py:1.12 MemberDataTool.py:1.36 MembershipTool.py:1.49 PortalContent.py:1.47 PortalFolder.py:1.71 PortalObject.py:1.11 RegistrationTool.py:1.23 Skinnable.py:1.15 SkinsContainer.py:1.12 SkinsTool.py:1.31 TypesTool.py:1.74 URLTool.py:1.6 UndoTool.py:1.19 WorkflowCore.py:1.15 WorkflowTool.py:1.46 __init__.py:1.28 exceptions.py:1.5 permissions.py:1.3 utils.py:1.59

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


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

Modified Files:
	ActionInformation.py ActionProviderBase.py ActionsTool.py 
	CMFCatalogAware.py CMFCorePermissions.py 
	CachingPolicyManager.py CatalogTool.py ContentTypeRegistry.py 
	CookieCrumbler.py DirectoryView.py DiscussionTool.py 
	DynamicType.py Expression.py FSDTMLMethod.py FSFile.py 
	FSImage.py FSObject.py FSPageTemplate.py FSPropertiesObject.py 
	FSPythonScript.py FSSTXMethod.py MemberDataTool.py 
	MembershipTool.py PortalContent.py PortalFolder.py 
	PortalObject.py RegistrationTool.py Skinnable.py 
	SkinsContainer.py SkinsTool.py TypesTool.py URLTool.py 
	UndoTool.py WorkflowCore.py WorkflowTool.py __init__.py 
	exceptions.py permissions.py utils.py 
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1



=== Products/CMFCore/ActionInformation.py 1.25 => 1.26 ===
--- Products/CMFCore/ActionInformation.py:1.25	Thu Aug  5 09:52:31 2004
+++ Products/CMFCore/ActionInformation.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.
 #
 ##############################################################################
 """ Information about customizable actions.


=== Products/CMFCore/ActionProviderBase.py 1.29 => 1.30 ===
--- Products/CMFCore/ActionProviderBase.py:1.29	Mon Jul 26 06:13:13 2004
+++ Products/CMFCore/ActionProviderBase.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.
 #
 ##############################################################################
 """ Implement a shared base for tools which provide actions.


=== Products/CMFCore/ActionsTool.py 1.50 => 1.51 ===
--- Products/CMFCore/ActionsTool.py:1.50	Mon Jul 26 06:13:13 2004
+++ Products/CMFCore/ActionsTool.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.
 #
 ##############################################################################
 """ Basic action list tool.


=== Products/CMFCore/CMFCatalogAware.py 1.20 => 1.21 ===
--- Products/CMFCore/CMFCatalogAware.py:1.20	Mon Jul 19 08:02:01 2004
+++ Products/CMFCore/CMFCatalogAware.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.
 #
 ##############################################################################
 """ Base class for catalog aware content items.


=== Products/CMFCore/CMFCorePermissions.py 1.19 => 1.20 ===
--- Products/CMFCore/CMFCorePermissions.py:1.19	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/CMFCorePermissions.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.
 #
 ##############################################################################
 """ Backward compatibility;  see Products.CMFCore.permissions


=== Products/CMFCore/CachingPolicyManager.py 1.13 => 1.14 ===
--- Products/CMFCore/CachingPolicyManager.py:1.13	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/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 tool implementation.


=== Products/CMFCore/CatalogTool.py 1.54 => 1.55 ===
--- Products/CMFCore/CatalogTool.py:1.54	Fri Aug  6 16:53:57 2004
+++ Products/CMFCore/CatalogTool.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.
 #
 ##############################################################################
 """ Basic portal catalog.


=== Products/CMFCore/ContentTypeRegistry.py 1.16 => 1.17 ===
--- Products/CMFCore/ContentTypeRegistry.py:1.16	Tue Jul 13 12:49:39 2004
+++ Products/CMFCore/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.
 #
 ##############################################################################
 """ Basic Site content type registry


=== Products/CMFCore/CookieCrumbler.py 1.29 => 1.30 ===
--- Products/CMFCore/CookieCrumbler.py:1.29	Wed Jul 14 15:41:32 2004
+++ Products/CMFCore/CookieCrumbler.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.
 # 
 ##############################################################################
 """ Cookie Crumbler: Enable cookies for non-cookie user folders.


=== Products/CMFCore/DirectoryView.py 1.46 => 1.47 ===
--- Products/CMFCore/DirectoryView.py:1.46	Wed Jun 30 11:24:46 2004
+++ Products/CMFCore/DirectoryView.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.
 #
 ##############################################################################
 """ Views of filesystem directories as folders.


=== Products/CMFCore/DiscussionTool.py 1.16 => 1.17 ===
--- Products/CMFCore/DiscussionTool.py:1.16	Mon Jul 26 06:13:13 2004
+++ Products/CMFCore/DiscussionTool.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.
 #
 ##############################################################################
 """ Basic portal discussion access tool.


=== Products/CMFCore/DynamicType.py 1.22 => 1.23 ===
--- Products/CMFCore/DynamicType.py:1.22	Mon Mar  8 08:46:07 2004
+++ Products/CMFCore/DynamicType.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.
 #
 ##############################################################################
 """ DynamicType: Mixin for dynamic properties.


=== Products/CMFCore/Expression.py 1.8 => 1.9 ===
--- Products/CMFCore/Expression.py:1.8	Tue Dec  2 12:06:14 2003
+++ Products/CMFCore/Expression.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.
 #
 ##############################################################################
 """ Expressions in a web-configurable workflow.


=== Products/CMFCore/FSDTMLMethod.py 1.23 => 1.24 ===
--- Products/CMFCore/FSDTMLMethod.py:1.23	Sun May 16 11:50:41 2004
+++ Products/CMFCore/FSDTMLMethod.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.
 #
 ##############################################################################
 """ Customizable DTML methods that come from the filesystem.


=== Products/CMFCore/FSFile.py 1.10 => 1.11 ===
--- Products/CMFCore/FSFile.py:1.10	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/FSFile.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.
 #
 ##############################################################################
 """ Customizable image objects that come from the filesystem.


=== Products/CMFCore/FSImage.py 1.18 => 1.19 ===
--- Products/CMFCore/FSImage.py:1.18	Wed Jun  2 10:25:19 2004
+++ Products/CMFCore/FSImage.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.
 #
 ##############################################################################
 """ Customizable image objects that come from the filesystem.


=== Products/CMFCore/FSObject.py 1.17 => 1.18 ===
--- Products/CMFCore/FSObject.py:1.17	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/FSObject.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.
 #
 ##############################################################################
 """ Customizable objects that come from the filesystem (base class).


=== Products/CMFCore/FSPageTemplate.py 1.25 => 1.26 ===
--- Products/CMFCore/FSPageTemplate.py:1.25	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/FSPageTemplate.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.
 #
 ##############################################################################
 """ Customizable page templates that come from the filesystem.


=== Products/CMFCore/FSPropertiesObject.py 1.18 => 1.19 ===
--- Products/CMFCore/FSPropertiesObject.py:1.18	Sun May 16 11:50:41 2004
+++ Products/CMFCore/FSPropertiesObject.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.
 #
 ##############################################################################
 """ Customizable properties that come from the filesystem.


=== Products/CMFCore/FSPythonScript.py 1.26 => 1.27 ===
--- Products/CMFCore/FSPythonScript.py:1.26	Tue Jul 13 12:49:39 2004
+++ Products/CMFCore/FSPythonScript.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.
 #
 ##############################################################################
 """ Customizable Python scripts that come from the filesystem.


=== Products/CMFCore/FSSTXMethod.py 1.11 => 1.12 ===
--- Products/CMFCore/FSSTXMethod.py:1.11	Wed May 26 15:05:34 2004
+++ Products/CMFCore/FSSTXMethod.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.
 #
 ##############################################################################
 """ FSSTXMethod: Filesystem methodish Structured Text document.


=== Products/CMFCore/MemberDataTool.py 1.35 => 1.36 ===
--- Products/CMFCore/MemberDataTool.py:1.35	Tue Jul 13 12:49:39 2004
+++ Products/CMFCore/MemberDataTool.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.
 #
 ##############################################################################
 """ Basic member data tool.


=== Products/CMFCore/MembershipTool.py 1.48 => 1.49 ===
--- Products/CMFCore/MembershipTool.py:1.48	Sun Aug  8 14:29:37 2004
+++ Products/CMFCore/MembershipTool.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.
 #
 ##############################################################################
 """ Basic membership tool.


=== Products/CMFCore/PortalContent.py 1.46 => 1.47 ===
--- Products/CMFCore/PortalContent.py:1.46	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/PortalContent.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.
 #
 ##############################################################################
 """ PortalContent: Base class for all CMF content.


=== Products/CMFCore/PortalFolder.py 1.70 => 1.71 ===
--- Products/CMFCore/PortalFolder.py:1.70	Wed Aug 11 06:50:03 2004
+++ Products/CMFCore/PortalFolder.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.
 #
 ##############################################################################
 """ PortalFolder: CMF-enabled Folder objects.


=== Products/CMFCore/PortalObject.py 1.10 => 1.11 ===
--- Products/CMFCore/PortalObject.py:1.10	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/PortalObject.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.
 #
 ##############################################################################
 """ PortalObject: The portal root object class


=== Products/CMFCore/RegistrationTool.py 1.22 => 1.23 ===
--- Products/CMFCore/RegistrationTool.py:1.22	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/RegistrationTool.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.
 #
 ##############################################################################
 """ Basic user registration tool.


=== Products/CMFCore/Skinnable.py 1.14 => 1.15 ===
--- Products/CMFCore/Skinnable.py:1.14	Thu Feb  5 05:21:21 2004
+++ Products/CMFCore/Skinnable.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.
 #
 ##############################################################################
 """ Base class for object managers which can be "skinned".


=== Products/CMFCore/SkinsContainer.py 1.11 => 1.12 ===
--- Products/CMFCore/SkinsContainer.py:1.11	Wed May  5 10:18:23 2004
+++ Products/CMFCore/SkinsContainer.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.
 #
 ##############################################################################
 """ Base class for objects that supply skins.


=== Products/CMFCore/SkinsTool.py 1.30 => 1.31 ===
--- Products/CMFCore/SkinsTool.py:1.30	Tue Aug  3 08:05:12 2004
+++ Products/CMFCore/SkinsTool.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.
 #
 ##############################################################################
 """Portal skins tool.


=== Products/CMFCore/TypesTool.py 1.73 => 1.74 ===
--- Products/CMFCore/TypesTool.py:1.73	Sat Aug  7 07:29:56 2004
+++ Products/CMFCore/TypesTool.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.


=== Products/CMFCore/URLTool.py 1.5 => 1.6 ===
--- Products/CMFCore/URLTool.py:1.5	Thu Apr 29 12:13:16 2004
+++ Products/CMFCore/URLTool.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.
 #
 ##############################################################################
 """ CMFCore portal_url tool.


=== Products/CMFCore/UndoTool.py 1.18 => 1.19 ===
--- Products/CMFCore/UndoTool.py:1.18	Wed May  5 10:18:23 2004
+++ Products/CMFCore/UndoTool.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.
 #
 ##############################################################################
 """ Basic undo tool.


=== Products/CMFCore/WorkflowCore.py 1.14 => 1.15 ===
--- Products/CMFCore/WorkflowCore.py:1.14	Tue Jul 13 12:49:39 2004
+++ Products/CMFCore/WorkflowCore.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.
 #
 ##############################################################################
 """ Common pieces of the workflow architecture.


=== Products/CMFCore/WorkflowTool.py 1.45 => 1.46 ===
--- Products/CMFCore/WorkflowTool.py:1.45	Mon Jul 26 06:13:13 2004
+++ Products/CMFCore/WorkflowTool.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.
 #
 ##############################################################################
 """ Basic workflow tool.


=== Products/CMFCore/__init__.py 1.27 => 1.28 ===
--- Products/CMFCore/__init__.py:1.27	Thu Apr 29 12:13:17 2004
+++ Products/CMFCore/__init__.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.
 #
 ##############################################################################
 """ Portal services base objects


=== Products/CMFCore/exceptions.py 1.4 => 1.5 ===
--- Products/CMFCore/exceptions.py:1.4	Tue Jun  1 06:36:52 2004
+++ Products/CMFCore/exceptions.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.
 #
 ##############################################################################
 """ CMFCore product exceptions.


=== Products/CMFCore/permissions.py 1.2 => 1.3 ===
--- Products/CMFCore/permissions.py:1.2	Thu Apr 29 12:13:17 2004
+++ Products/CMFCore/permissions.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.
 #
 ##############################################################################
 """ CMFCore product permissions.


=== Products/CMFCore/utils.py 1.58 => 1.59 ===
--- Products/CMFCore/utils.py:1.58	Fri Aug  6 11:19:00 2004
+++ Products/CMFCore/utils.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.
 #
 ##############################################################################
 """ Utility functions.



More information about the CMF-checkins mailing list