[CMF-checkins] CVS: Products/CMFTopic/tests - test_DateC.py:1.13
test_ListC.py:1.11 test_SIC.py:1.11 test_SSC.py:1.10
test_SortC.py:1.6 test_Topic.py:1.15 test_all.py:1.8
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:08:13 EDT 2004
Update of /cvs-repository/Products/CMFTopic/tests
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFTopic/tests
Modified Files:
test_DateC.py test_ListC.py test_SIC.py test_SSC.py
test_SortC.py test_Topic.py test_all.py
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1
=== Products/CMFTopic/tests/test_DateC.py 1.12 => 1.13 ===
--- Products/CMFTopic/tests/test_DateC.py:1.12 Mon Apr 26 08:14:19 2004
+++ Products/CMFTopic/tests/test_DateC.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for DateCriterion module.
=== Products/CMFTopic/tests/test_ListC.py 1.10 => 1.11 ===
--- Products/CMFTopic/tests/test_ListC.py:1.10 Mon Apr 26 08:14:19 2004
+++ Products/CMFTopic/tests/test_ListC.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for ListCriterion module.
=== Products/CMFTopic/tests/test_SIC.py 1.10 => 1.11 ===
--- Products/CMFTopic/tests/test_SIC.py:1.10 Mon Apr 26 08:14:19 2004
+++ Products/CMFTopic/tests/test_SIC.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for SimpleIntCriterion module.
=== Products/CMFTopic/tests/test_SSC.py 1.9 => 1.10 ===
--- Products/CMFTopic/tests/test_SSC.py:1.9 Mon Apr 26 08:14:19 2004
+++ Products/CMFTopic/tests/test_SSC.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for SimpleStringCriterion module.
=== Products/CMFTopic/tests/test_SortC.py 1.5 => 1.6 ===
--- Products/CMFTopic/tests/test_SortC.py:1.5 Mon Apr 26 08:14:19 2004
+++ Products/CMFTopic/tests/test_SortC.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for SortCriterion module.
=== Products/CMFTopic/tests/test_Topic.py 1.14 => 1.15 ===
--- Products/CMFTopic/tests/test_Topic.py:1.14 Mon Jun 7 22:41:04 2004
+++ Products/CMFTopic/tests/test_Topic.py Thu Aug 12 11:07:43 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.
#
##############################################################################
""" Unit tests for Topic module.
=== Products/CMFTopic/tests/test_all.py 1.7 => 1.8 ===
--- Products/CMFTopic/tests/test_all.py:1.7 Mon Apr 26 04:55:22 2004
+++ Products/CMFTopic/tests/test_all.py Thu Aug 12 11:07:43 2004
@@ -3,7 +3,7 @@
# 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
More information about the CMF-checkins
mailing list