[CMF-checkins] CVS: CMF/CMFWorkspaces - OrganizationTool.py:1.9
References.py:1.7 Workspace.py:1.12 __init__.py:1.6
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:08:14 EDT 2004
Update of /cvs-repository/CMF/CMFWorkspaces
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFWorkspaces
Modified Files:
OrganizationTool.py References.py Workspace.py __init__.py
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1
=== CMF/CMFWorkspaces/OrganizationTool.py 1.8 => 1.9 ===
--- CMF/CMFWorkspaces/OrganizationTool.py:1.8 Thu Apr 29 12:13:23 2004
+++ CMF/CMFWorkspaces/OrganizationTool.py Thu Aug 12 11:07:43 2004
@@ -4,11 +4,11 @@
# 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.
#
##############################################################################
"""Organization Tool
=== CMF/CMFWorkspaces/References.py 1.6 => 1.7 ===
--- CMF/CMFWorkspaces/References.py:1.6 Sat Nov 29 08:05:47 2003
+++ CMF/CMFWorkspaces/References.py Thu Aug 12 11:07:43 2004
@@ -4,11 +4,11 @@
# 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.
#
##############################################################################
"""Reference objects, used for indirect dependencies between content objects.
=== CMF/CMFWorkspaces/Workspace.py 1.11 => 1.12 ===
--- CMF/CMFWorkspaces/Workspace.py:1.11 Thu Apr 29 12:13:23 2004
+++ CMF/CMFWorkspaces/Workspace.py Thu Aug 12 11:07:43 2004
@@ -4,11 +4,11 @@
# 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.
#
##############################################################################
"""Workspaces are for gathering content references into logical collections.
=== CMF/CMFWorkspaces/__init__.py 1.5 => 1.6 ===
--- CMF/CMFWorkspaces/__init__.py:1.5 Thu Apr 29 12:13:23 2004
+++ CMF/CMFWorkspaces/__init__.py Thu Aug 12 11:07:43 2004
@@ -4,11 +4,11 @@
# 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.
#
##############################################################################
""" CMFWorkspaces Product Initialization
More information about the CMF-checkins
mailing list