[Zconfig] SVN: ZConfig/trunk/ Changed to use 2.1 version of license.
    Jim Fulton 
    jim at zope.com
       
    Wed Jun  2 12:57:30 EDT 2004
    
    
  
Log message for revision 25193:
Changed to use 2.1 version of license.
-=-
Modified: ZConfig/trunk/__init__.py
===================================================================
--- ZConfig/trunk/__init__.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/__init__.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/cfgparser.py
===================================================================
--- ZConfig/trunk/cfgparser.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/cfgparser.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/cmdline.py
===================================================================
--- ZConfig/trunk/cmdline.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/cmdline.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/basic/mapping.py
===================================================================
--- ZConfig/trunk/components/basic/mapping.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/basic/mapping.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/basic/tests/test_mapping.py
===================================================================
--- ZConfig/trunk/components/basic/tests/test_mapping.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/basic/tests/test_mapping.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/logger/__init__.py
===================================================================
--- ZConfig/trunk/components/logger/__init__.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/__init__.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/logger/datatypes.py
===================================================================
--- ZConfig/trunk/components/logger/datatypes.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/datatypes.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -3,7 +3,7 @@
 # Copyright (c) 2002 Zope Corporation 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: ZConfig/trunk/components/logger/factory.py
===================================================================
--- ZConfig/trunk/components/logger/factory.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/factory.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/logger/handlers.py
===================================================================
--- ZConfig/trunk/components/logger/handlers.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/handlers.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/logger/logger.py
===================================================================
--- ZConfig/trunk/components/logger/logger.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/logger.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/components/logger/loghandler.py
===================================================================
--- ZConfig/trunk/components/logger/loghandler.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/loghandler.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -3,7 +3,7 @@
 # Copyright (c) 2001 Zope Corporation 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: ZConfig/trunk/components/logger/tests/test_logger.py
===================================================================
--- ZConfig/trunk/components/logger/tests/test_logger.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/components/logger/tests/test_logger.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/datatypes.py
===================================================================
--- ZConfig/trunk/datatypes.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/datatypes.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/doc/Makefile
===================================================================
--- ZConfig/trunk/doc/Makefile	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/doc/Makefile	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/doc/schema.dtd
===================================================================
--- ZConfig/trunk/doc/schema.dtd	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/doc/schema.dtd	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/doc/xmlmarkup.perl
===================================================================
--- ZConfig/trunk/doc/xmlmarkup.perl	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/doc/xmlmarkup.perl	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/doc/xmlmarkup.sty
===================================================================
--- ZConfig/trunk/doc/xmlmarkup.sty	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/doc/xmlmarkup.sty	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/doc/zconfig.tex
===================================================================
--- ZConfig/trunk/doc/zconfig.tex	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/doc/zconfig.tex	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/info.py
===================================================================
--- ZConfig/trunk/info.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/info.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/loader.py
===================================================================
--- ZConfig/trunk/loader.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/loader.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/matcher.py
===================================================================
--- ZConfig/trunk/matcher.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/matcher.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/schema.py
===================================================================
--- ZConfig/trunk/schema.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/schema.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/scripts/zconfig
===================================================================
--- ZConfig/trunk/scripts/zconfig	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/scripts/zconfig	2004-06-02 16:57:29 UTC (rev 25193)
@@ -5,7 +5,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: ZConfig/trunk/scripts/zconfig_schema2html
===================================================================
--- ZConfig/trunk/scripts/zconfig_schema2html	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/scripts/zconfig_schema2html	2004-06-02 16:57:29 UTC (rev 25193)
@@ -5,7 +5,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: ZConfig/trunk/substitution.py
===================================================================
--- ZConfig/trunk/substitution.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/substitution.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/__init__.py
===================================================================
--- ZConfig/trunk/tests/__init__.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/__init__.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/library/thing/__init__.py
===================================================================
--- ZConfig/trunk/tests/library/thing/__init__.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/library/thing/__init__.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/runtests.py
===================================================================
--- ZConfig/trunk/tests/runtests.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/runtests.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -5,7 +5,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: ZConfig/trunk/tests/support.py
===================================================================
--- ZConfig/trunk/tests/support.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/support.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_cfgimports.py
===================================================================
--- ZConfig/trunk/tests/test_cfgimports.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_cfgimports.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_cmdline.py
===================================================================
--- ZConfig/trunk/tests/test_cmdline.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_cmdline.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_config.py
===================================================================
--- ZConfig/trunk/tests/test_config.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_config.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_cookbook.py
===================================================================
--- ZConfig/trunk/tests/test_cookbook.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_cookbook.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_datatypes.py
===================================================================
--- ZConfig/trunk/tests/test_datatypes.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_datatypes.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_loader.py
===================================================================
--- ZConfig/trunk/tests/test_loader.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_loader.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_schema.py
===================================================================
--- ZConfig/trunk/tests/test_schema.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_schema.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/tests/test_subst.py
===================================================================
--- ZConfig/trunk/tests/test_subst.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/tests/test_subst.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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: ZConfig/trunk/url.py
===================================================================
--- ZConfig/trunk/url.py	2004-06-02 16:56:26 UTC (rev 25192)
+++ ZConfig/trunk/url.py	2004-06-02 16:57:29 UTC (rev 25193)
@@ -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
    
    
More information about the ZConfig
mailing list