[Checkins] SVN: Products.PluginRegistry/branches/1.1/ Update to ZPL 2.1.

Tres Seaver cvs-admin at zope.org
Mon Jun 11 14:32:40 UTC 2012


Log message for revision 126713:
  Update to ZPL 2.1.

Changed:
  _U  Products.PluginRegistry/branches/1.1/
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/PluginRegistry.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/__init__.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/exportimport.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/interfaces.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/__init__.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_PluginRegistry.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_exportimport.py
  U   Products.PluginRegistry/branches/1.1/Products/PluginRegistry/utils.py

-=-
Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/PluginRegistry.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/PluginRegistry.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/PluginRegistry.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/__init__.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/__init__.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/__init__.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/exportimport.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/exportimport.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/exportimport.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/interfaces.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/interfaces.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/interfaces.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/__init__.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/__init__.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/__init__.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_PluginRegistry.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_PluginRegistry.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_PluginRegistry.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_exportimport.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_exportimport.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/tests/test_exportimport.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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

Modified: Products.PluginRegistry/branches/1.1/Products/PluginRegistry/utils.py
===================================================================
--- Products.PluginRegistry/branches/1.1/Products/PluginRegistry/utils.py	2012-06-11 13:32:14 UTC (rev 126712)
+++ Products.PluginRegistry/branches/1.1/Products/PluginRegistry/utils.py	2012-06-11 14:32:37 UTC (rev 126713)
@@ -4,7 +4,7 @@
 # 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
+# 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



More information about the checkins mailing list