SVN: Zope/branches/2.12/src/ - fixed ZPL version
Yvo Schubbe <[email protected]> Mon, 6 Feb 2012 02:08:02 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 124309: - fixed ZPL version Changed: U Zope/branches/2.12/src/OFS/tests/test_Uninstalled.py U Zope/branches/2.12/src/ZPublisher/HTTPResponse.py U Zope/branches/2.12/src/ZPublisher/tests/test_Converters.py -=- Modified: Zope/branches/2.12/src/OFS/tests/test_Uninstalled.py =================================================================== --- Zope/branches/2.12/src/OFS/tests/test_Uninstalled.py 2012-02-05 21:10:36 UTC (rev 124308) +++ Zope/branches/2.12/src/OFS/tests/test_Uninstalled.py 2012-02-06 07:08:01 UTC (rev 124309) @@ -1,10 +1,9 @@ ############################################################################## # # Copyright (c) 2006 Zope Foundation 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: Zope/branches/2.12/src/ZPublisher/HTTPResponse.py =================================================================== --- Zope/branches/2.12/src/ZPublisher/HTTPResponse.py 2012-02-05 21:10:36 UTC (rev 124308) +++ Zope/branches/2.12/src/ZPublisher/HTTPResponse.py 2012-02-06 07:08:01 UTC (rev 124309) @@ -1,13 +1,13 @@ -############################################################################# +############################################################################## # # Copyright (c) 2001 Zope Foundation and Contributors. # # 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. # ############################################################################## '''CGI Response Output formatter Modified: Zope/branches/2.12/src/ZPublisher/tests/test_Converters.py =================================================================== --- Zope/branches/2.12/src/ZPublisher/tests/test_Converters.py 2012-02-05 21:10:36 UTC (rev 124308) +++ Zope/branches/2.12/src/ZPublisher/tests/test_Converters.py 2012-02-06 07:08:01 UTC (rev 124309) @@ -1,15 +1,15 @@ -################################################################################ +############################################################################## # # Copyright (c) 2006 Zope Foundation and Contributors. # # 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. # -################################################################################ +############################################################################## import unittest _______________________________________________ Zope-Checkins maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-checkins