[CMF-checkins] CVS: Products/DCWorkflow - ContainerTab.py:1.6 DCWorkflow.py:1.36 Default.py:1.17 Expression.py:1.13 Guard.py:1.16 Scripts.py:1.6 States.py:1.16 Transitions.py:1.13 Variables.py:1.10 WorkflowUIMixin.py:1.13 Worklists.py:1.12 __init__.py:1.6 utils.py:1.10

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


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

Modified Files:
	ContainerTab.py DCWorkflow.py Default.py Expression.py 
	Guard.py Scripts.py States.py Transitions.py Variables.py 
	WorkflowUIMixin.py Worklists.py __init__.py utils.py 
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1



=== Products/DCWorkflow/ContainerTab.py 1.5 => 1.6 ===
--- Products/DCWorkflow/ContainerTab.py:1.5	Thu Aug  1 15:05:14 2002
+++ Products/DCWorkflow/ContainerTab.py	Thu Aug 12 11:07:44 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.
 # 
 ##############################################################################
 """ A convenient base class for representing a container as a management tab.


=== Products/DCWorkflow/DCWorkflow.py 1.35 => 1.36 ===
--- Products/DCWorkflow/DCWorkflow.py:1.35	Thu Aug  5 09:56:37 2004
+++ Products/DCWorkflow/DCWorkflow.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Web-configurable workflow.


=== Products/DCWorkflow/Default.py 1.16 => 1.17 ===
--- Products/DCWorkflow/Default.py:1.16	Wed Jul 21 10:55:39 2004
+++ Products/DCWorkflow/Default.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Programmatically creates a workflow.


=== Products/DCWorkflow/Expression.py 1.12 => 1.13 ===
--- Products/DCWorkflow/Expression.py:1.12	Thu Aug  1 15:05:14 2002
+++ Products/DCWorkflow/Expression.py	Thu Aug 12 11:07:44 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/DCWorkflow/Guard.py 1.15 => 1.16 ===
--- Products/DCWorkflow/Guard.py:1.15	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/Guard.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Guard conditions in a web-configurable workflow.


=== Products/DCWorkflow/Scripts.py 1.5 => 1.6 ===
--- Products/DCWorkflow/Scripts.py:1.5	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/Scripts.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Scripts in a web-configurable workflow.


=== Products/DCWorkflow/States.py 1.15 => 1.16 ===
--- Products/DCWorkflow/States.py:1.15	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/States.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ States in a web-configurable workflow.


=== Products/DCWorkflow/Transitions.py 1.12 => 1.13 ===
--- Products/DCWorkflow/Transitions.py:1.12	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/Transitions.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Transitions in a web-configurable workflow.


=== Products/DCWorkflow/Variables.py 1.9 => 1.10 ===
--- Products/DCWorkflow/Variables.py:1.9	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/Variables.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Variables in a web-configurable workflow.


=== Products/DCWorkflow/WorkflowUIMixin.py 1.12 => 1.13 ===
--- Products/DCWorkflow/WorkflowUIMixin.py:1.12	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/WorkflowUIMixin.py	Thu Aug 12 11:07:44 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.
 # 
 ##############################################################################
 """ Web-configurable workflow UI.


=== Products/DCWorkflow/Worklists.py 1.11 => 1.12 ===
--- Products/DCWorkflow/Worklists.py:1.11	Thu Apr 29 12:13:23 2004
+++ Products/DCWorkflow/Worklists.py	Thu Aug 12 11:07:44 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.
 #
 ##############################################################################
 """ Worklists in a web-configurable workflow.


=== Products/DCWorkflow/__init__.py 1.5 => 1.6 ===
--- Products/DCWorkflow/__init__.py:1.5	Thu Aug  1 15:05:14 2002
+++ Products/DCWorkflow/__init__.py	Thu Aug 12 11:07:44 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.
 # 
 ##############################################################################
 """ Web-configurable workflow.


=== Products/DCWorkflow/utils.py 1.9 => 1.10 ===
--- Products/DCWorkflow/utils.py:1.9	Wed Mar 31 18:20:41 2004
+++ Products/DCWorkflow/utils.py	Thu Aug 12 11:07:44 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.
 # 
 ##############################################################################
 """ Some common utilities.



More information about the CMF-checkins mailing list