SVN: ZODB/branches/3.9/ Update to ZPL 2.1.
Tres Seaver <[email protected]> Mon, 11 Jun 2012 11:27:28 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20120611152729.0029A9416E__42127.6457993828$1339428468$gmane$org@cvs.zope.org> |
Log message for revision 126734: Update to ZPL 2.1. Changed: _U ZODB/branches/3.9/ U ZODB/branches/3.9/src/ZEO/scripts/tests.py U ZODB/branches/3.9/src/ZEO/tests/testConversionSupport.py U ZODB/branches/3.9/src/ZODB/FileStorage/tests.py U ZODB/branches/3.9/src/ZODB/persistentclass.py U ZODB/branches/3.9/src/ZODB/scripts/tests/test_doc.py U ZODB/branches/3.9/src/ZODB/tests/testConnectionSavepoint.py U ZODB/branches/3.9/src/ZODB/tests/testconflictresolution.py U ZODB/branches/3.9/src/ZODB/tests/testcrossdatabasereferences.py U ZODB/branches/3.9/src/ZODB/tests/testhistoricalconnections.py U ZODB/branches/3.9/src/persistent/tests/test_mapping.py U ZODB/branches/3.9/src/persistent/tests/test_persistent.py -=- Modified: ZODB/branches/3.9/src/ZEO/scripts/tests.py =================================================================== --- ZODB/branches/3.9/src/ZEO/scripts/tests.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZEO/scripts/tests.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZEO/tests/testConversionSupport.py =================================================================== --- ZODB/branches/3.9/src/ZEO/tests/testConversionSupport.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZEO/tests/testConversionSupport.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/FileStorage/tests.py =================================================================== --- ZODB/branches/3.9/src/ZODB/FileStorage/tests.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/FileStorage/tests.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/persistentclass.py =================================================================== --- ZODB/branches/3.9/src/ZODB/persistentclass.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/persistentclass.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/scripts/tests/test_doc.py =================================================================== --- ZODB/branches/3.9/src/ZODB/scripts/tests/test_doc.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/scripts/tests/test_doc.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/tests/testConnectionSavepoint.py =================================================================== --- ZODB/branches/3.9/src/ZODB/tests/testConnectionSavepoint.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/tests/testConnectionSavepoint.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/tests/testconflictresolution.py =================================================================== --- ZODB/branches/3.9/src/ZODB/tests/testconflictresolution.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/tests/testconflictresolution.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/tests/testcrossdatabasereferences.py =================================================================== --- ZODB/branches/3.9/src/ZODB/tests/testcrossdatabasereferences.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/tests/testcrossdatabasereferences.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/ZODB/tests/testhistoricalconnections.py =================================================================== --- ZODB/branches/3.9/src/ZODB/tests/testhistoricalconnections.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/ZODB/tests/testhistoricalconnections.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/persistent/tests/test_mapping.py =================================================================== --- ZODB/branches/3.9/src/persistent/tests/test_mapping.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/persistent/tests/test_mapping.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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 Modified: ZODB/branches/3.9/src/persistent/tests/test_persistent.py =================================================================== --- ZODB/branches/3.9/src/persistent/tests/test_persistent.py 2012-06-11 15:22:56 UTC (rev 126733) +++ ZODB/branches/3.9/src/persistent/tests/test_persistent.py 2012-06-11 15:27:25 UTC (rev 126734) @@ -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