[Checkins] SVN: zc.i18n/trunk/src/zc/i18n/ fix license text

Benji York benji at zope.com
Mon May 29 10:12:01 EDT 2006


Log message for revision 68343:
  fix license text
  

Changed:
  U   zc.i18n/trunk/src/zc/i18n/date.py
  U   zc.i18n/trunk/src/zc/i18n/i18n.py

-=-
Modified: zc.i18n/trunk/src/zc/i18n/date.py
===================================================================
--- zc.i18n/trunk/src/zc/i18n/date.py	2006-05-29 12:18:45 UTC (rev 68342)
+++ zc.i18n/trunk/src/zc/i18n/date.py	2006-05-29 14:12:00 UTC (rev 68343)
@@ -1,15 +1,14 @@
-##############################################################################
+#############################################################################
 #
-# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
+# Copyright (c) 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
 #
-# This software is subject to the provisions of the Zope Visible Source
-# License, Version 1.0 (ZVSL).  A copy of the ZVSL should accompany this
-# distribution.
-#
+# This software is subject to the provisions of the Zope Public License,
+# 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.
 #
 ##############################################################################
 """

Modified: zc.i18n/trunk/src/zc/i18n/i18n.py
===================================================================
--- zc.i18n/trunk/src/zc/i18n/i18n.py	2006-05-29 12:18:45 UTC (rev 68342)
+++ zc.i18n/trunk/src/zc/i18n/i18n.py	2006-05-29 14:12:00 UTC (rev 68343)
@@ -1,15 +1,14 @@
-##############################################################################
+#############################################################################
 #
-# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
+# Copyright (c) 2006 Zope Corporation and Contributors.
+# All Rights Reserved.
 #
-# This software is subject to the provisions of the Zope Visible Source
-# License, Version 1.0 (ZVSL).  A copy of the ZVSL should accompany this
-# distribution.
-#
+# This software is subject to the provisions of the Zope Public License,
+# 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.
 #
 ##############################################################################
 """I18N support for the i18n helper package.



More information about the Checkins mailing list