[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content_types/ ZPL
fixes
Andreas Jung
andreas at andreas-jung.com
Sun Dec 11 04:48:05 EST 2005
Log message for revision 40692:
ZPL fixes
Changed:
U Zope3/trunk/src/zope/app/content_types/__init__.py
U Zope3/trunk/src/zope/app/content_types/tests/testContentTypes.py
-=-
Modified: Zope3/trunk/src/zope/app/content_types/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/content_types/__init__.py 2005-12-11 09:47:00 UTC (rev 40691)
+++ Zope3/trunk/src/zope/app/content_types/__init__.py 2005-12-11 09:48:04 UTC (rev 40692)
@@ -1,9 +1,9 @@
##############################################################################
#
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2003 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
Modified: Zope3/trunk/src/zope/app/content_types/tests/testContentTypes.py
===================================================================
--- Zope3/trunk/src/zope/app/content_types/tests/testContentTypes.py 2005-12-11 09:47:00 UTC (rev 40691)
+++ Zope3/trunk/src/zope/app/content_types/tests/testContentTypes.py 2005-12-11 09:48:04 UTC (rev 40692)
@@ -4,7 +4,7 @@
# 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 Zope3-Checkins
mailing list