[CMF-checkins] CVS: Products/CMFTopic - AbstractCriterion.py:1.9
DateCriteria.py:1.11 ListCriterion.py:1.15
SimpleIntCriterion.py:1.14 SimpleStringCriterion.py:1.12
SortCriterion.py:1.8 Topic.py:1.44 TopicPermissions.py:1.7
__init__.py:1.16 permissions.py:1.3
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:08:13 EDT 2004
Update of /cvs-repository/Products/CMFTopic
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFTopic
Modified Files:
AbstractCriterion.py DateCriteria.py ListCriterion.py
SimpleIntCriterion.py SimpleStringCriterion.py
SortCriterion.py Topic.py TopicPermissions.py __init__.py
permissions.py
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1
=== Products/CMFTopic/AbstractCriterion.py 1.8 => 1.9 ===
--- Products/CMFTopic/AbstractCriterion.py:1.8 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/AbstractCriterion.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Home of the abstract Criterion base class.
=== Products/CMFTopic/DateCriteria.py 1.10 => 1.11 ===
--- Products/CMFTopic/DateCriteria.py:1.10 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/DateCriteria.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Various date criteria
=== Products/CMFTopic/ListCriterion.py 1.14 => 1.15 ===
--- Products/CMFTopic/ListCriterion.py:1.14 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/ListCriterion.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" List Criterion: A criterion that is a list
=== Products/CMFTopic/SimpleIntCriterion.py 1.13 => 1.14 ===
--- Products/CMFTopic/SimpleIntCriterion.py:1.13 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/SimpleIntCriterion.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Simple int-matching criterion
=== Products/CMFTopic/SimpleStringCriterion.py 1.11 => 1.12 ===
--- Products/CMFTopic/SimpleStringCriterion.py:1.11 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/SimpleStringCriterion.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Simple string-matching criterion class
=== Products/CMFTopic/SortCriterion.py 1.7 => 1.8 ===
--- Products/CMFTopic/SortCriterion.py:1.7 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/SortCriterion.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Allow topic to specify sorting.
=== Products/CMFTopic/Topic.py 1.43 => 1.44 ===
--- Products/CMFTopic/Topic.py:1.43 Mon Jun 7 22:41:03 2004
+++ Products/CMFTopic/Topic.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Topic: Canned catalog queries
=== Products/CMFTopic/TopicPermissions.py 1.6 => 1.7 ===
--- Products/CMFTopic/TopicPermissions.py:1.6 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/TopicPermissions.py Thu Aug 12 11:07:42 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 module for CMFTopic product permissions.
=== Products/CMFTopic/__init__.py 1.15 => 1.16 ===
--- Products/CMFTopic/__init__.py:1.15 Sun May 16 11:39:01 2004
+++ Products/CMFTopic/__init__.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Topic: Canned catalog queries
=== Products/CMFTopic/permissions.py 1.2 => 1.3 ===
--- Products/CMFTopic/permissions.py:1.2 Thu Apr 29 12:13:22 2004
+++ Products/CMFTopic/permissions.py Thu Aug 12 11:07:42 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.
#
##############################################################################
""" Permissions used throughout CMFTopic.
More information about the CMF-checkins
mailing list