[CMF-checkins] CVS: CMF/CMFSetup - __init__.py:1.8 actions.py:1.13 context.py:1.15 differ.py:1.3 factory.py:1.3 interfaces.py:1.16 permissions.py:1.3 registry.py:1.18 rolemap.py:1.11 skins.py:1.8 tool.py:1.18 typeinfo.py:1.12 utils.py:1.13 workflow.py:1.25

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


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

Modified Files:
	__init__.py actions.py context.py differ.py factory.py 
	interfaces.py permissions.py registry.py rolemap.py skins.py 
	tool.py typeinfo.py utils.py workflow.py 
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1



=== CMF/CMFSetup/__init__.py 1.7 => 1.8 ===
--- CMF/CMFSetup/__init__.py:1.7	Fri Aug  6 05:18:53 2004
+++ CMF/CMFSetup/__init__.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ CMFSetup product initialization.


=== CMF/CMFSetup/actions.py 1.12 => 1.13 ===
--- CMF/CMFSetup/actions.py:1.12	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/actions.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Classes:  ActionsProviderConfigurator


=== CMF/CMFSetup/context.py 1.14 => 1.15 ===
--- CMF/CMFSetup/context.py:1.14	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/context.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Various context implementations for export / import of configurations.


=== CMF/CMFSetup/differ.py 1.2 => 1.3 ===
--- CMF/CMFSetup/differ.py:1.2	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/differ.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Diff utilities for comparing configurations.


=== CMF/CMFSetup/factory.py 1.2 => 1.3 ===
--- CMF/CMFSetup/factory.py:1.2	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/factory.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Configured site factory implementation.


=== CMF/CMFSetup/interfaces.py 1.15 => 1.16 ===
--- CMF/CMFSetup/interfaces.py:1.15	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/interfaces.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ CMFSetup product interfaces


=== CMF/CMFSetup/permissions.py 1.2 => 1.3 ===
--- CMF/CMFSetup/permissions.py:1.2	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/permissions.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ CMFSetup product permissions.


=== CMF/CMFSetup/registry.py 1.17 => 1.18 ===
--- CMF/CMFSetup/registry.py:1.17	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/registry.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Classes:  ImportStepRegistry, ExportStepRegistry


=== CMF/CMFSetup/rolemap.py 1.10 => 1.11 ===
--- CMF/CMFSetup/rolemap.py:1.10	Thu Aug  5 15:13:33 2004
+++ CMF/CMFSetup/rolemap.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ CMFSetup:  Role-permission export / import


=== CMF/CMFSetup/skins.py 1.7 => 1.8 ===
--- CMF/CMFSetup/skins.py:1.7	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/skins.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Skin path configuration management


=== CMF/CMFSetup/tool.py 1.17 => 1.18 ===
--- CMF/CMFSetup/tool.py:1.17	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/tool.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Classes:  SetupTool


=== CMF/CMFSetup/typeinfo.py 1.11 => 1.12 ===
--- CMF/CMFSetup/typeinfo.py:1.11	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/typeinfo.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Types tool export / import


=== CMF/CMFSetup/utils.py 1.12 => 1.13 ===
--- CMF/CMFSetup/utils.py:1.12	Fri Aug  6 04:20:06 2004
+++ CMF/CMFSetup/utils.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ CMFSetup product utilities


=== CMF/CMFSetup/workflow.py 1.24 => 1.25 ===
--- CMF/CMFSetup/workflow.py:1.24	Thu Aug  5 16:47:59 2004
+++ CMF/CMFSetup/workflow.py	Thu Aug 12 11:07:41 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.
 #
 ##############################################################################
 """ Classes:  WorkflowConfigurator



More information about the CMF-checkins mailing list