[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/tests/test_ftp.py Jim forgot to use the ZPL 2.1 license header

Philipp von Weitershausen philikon at philikon.de
Thu Jun 3 08:02:09 EDT 2004


Log message for revision 25224:
Jim forgot to use the ZPL 2.1 license header



-=-
Modified: Zope3/trunk/src/zope/app/server/tests/test_ftp.py
===================================================================
--- Zope3/trunk/src/zope/app/server/tests/test_ftp.py	2004-06-03 12:01:26 UTC (rev 25223)
+++ Zope3/trunk/src/zope/app/server/tests/test_ftp.py	2004-06-03 12:02:08 UTC (rev 25224)
@@ -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
@@ -25,4 +25,3 @@
 
 if __name__ == '__main__':
     unittest.main(defaultTest='test_suite')
-




More information about the Zope3-Checkins mailing list