[Zconfig] SVN: ZConfig/trunk/ Comply with repository policy
Fred Drake
fdrake at gmail.com
Thu Apr 8 22:30:02 EDT 2010
Log message for revision 110696:
Comply with repository policy
Changed:
A ZConfig/trunk/COPYRIGHT.txt
U ZConfig/trunk/LICENSE.txt
U ZConfig/trunk/ZConfig/__init__.py
U ZConfig/trunk/ZConfig/cfgparser.py
U ZConfig/trunk/ZConfig/cmdline.py
U ZConfig/trunk/ZConfig/components/basic/mapping.py
U ZConfig/trunk/ZConfig/components/basic/tests/test_mapping.py
U ZConfig/trunk/ZConfig/components/logger/__init__.py
U ZConfig/trunk/ZConfig/components/logger/datatypes.py
U ZConfig/trunk/ZConfig/components/logger/factory.py
U ZConfig/trunk/ZConfig/components/logger/handlers.py
U ZConfig/trunk/ZConfig/components/logger/logger.py
U ZConfig/trunk/ZConfig/components/logger/loghandler.py
U ZConfig/trunk/ZConfig/components/logger/tests/test_logger.py
U ZConfig/trunk/ZConfig/datatypes.py
U ZConfig/trunk/ZConfig/info.py
U ZConfig/trunk/ZConfig/loader.py
U ZConfig/trunk/ZConfig/matcher.py
U ZConfig/trunk/ZConfig/schema.py
U ZConfig/trunk/ZConfig/schemaless.py
U ZConfig/trunk/ZConfig/substitution.py
U ZConfig/trunk/ZConfig/tests/__init__.py
U ZConfig/trunk/ZConfig/tests/library/thing/__init__.py
U ZConfig/trunk/ZConfig/tests/support.py
U ZConfig/trunk/ZConfig/tests/test_cfgimports.py
U ZConfig/trunk/ZConfig/tests/test_cmdline.py
U ZConfig/trunk/ZConfig/tests/test_config.py
U ZConfig/trunk/ZConfig/tests/test_cookbook.py
U ZConfig/trunk/ZConfig/tests/test_datatypes.py
U ZConfig/trunk/ZConfig/tests/test_loader.py
U ZConfig/trunk/ZConfig/tests/test_readme.py
U ZConfig/trunk/ZConfig/tests/test_schema.py
U ZConfig/trunk/ZConfig/tests/test_schemaless.py
U ZConfig/trunk/ZConfig/tests/test_subst.py
U ZConfig/trunk/ZConfig/url.py
U ZConfig/trunk/bootstrap.py
U ZConfig/trunk/doc/xmlmarkup.sty
U ZConfig/trunk/doc/zconfig.tex
U ZConfig/trunk/setup.py
-=-
Added: ZConfig/trunk/COPYRIGHT.txt
===================================================================
--- ZConfig/trunk/COPYRIGHT.txt (rev 0)
+++ ZConfig/trunk/COPYRIGHT.txt 2010-04-09 02:30:01 UTC (rev 110696)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file
Property changes on: ZConfig/trunk/COPYRIGHT.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Modified: ZConfig/trunk/LICENSE.txt
===================================================================
--- ZConfig/trunk/LICENSE.txt 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/LICENSE.txt 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,54 +1,44 @@
Zope Public License (ZPL) Version 2.1
--------------------------------------
-A copyright notice accompanies this license document that
-identifies the copyright holders.
+A copyright notice accompanies this license document that identifies the
+copyright holders.
-This license has been certified as open source. It has also
-been designated as GPL compatible by the Free Software
-Foundation (FSF).
+This license has been certified as open source. It has also been designated as
+GPL compatible by the Free Software Foundation (FSF).
-Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the
-following conditions are met:
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
-1. Redistributions in source code must retain the
- accompanying copyright notice, this list of conditions,
- and the following disclaimer.
+1. Redistributions in source code must retain the accompanying copyright
+notice, this list of conditions, and the following disclaimer.
-2. Redistributions in binary form must reproduce the accompanying
- copyright notice, this list of conditions, and the
- following disclaimer in the documentation and/or other
- materials provided with the distribution.
+2. Redistributions in binary form must reproduce the accompanying copyright
+notice, this list of conditions, and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
-3. Names of the copyright holders must not be used to
- endorse or promote products derived from this software
- without prior written permission from the copyright
- holders.
+3. Names of the copyright holders must not be used to endorse or promote
+products derived from this software without prior written permission from the
+copyright holders.
-4. The right to distribute this software or to use it for
- any purpose does not give you the right to use
- Servicemarks (sm) or Trademarks (tm) of the copyright
- holders. Use of them is covered by separate agreement
- with the copyright holders.
+4. The right to distribute this software or to use it for any purpose does not
+give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+copyright
+holders. Use of them is covered by separate agreement with the copyright
+holders.
-5. If any files are modified, you must cause the modified
- files to carry prominent notices stating that you changed
- the files and the date of any change.
+5. If any files are modified, you must cause the modified files to carry
+prominent notices stating that you changed the files and the date of any
+change.
Disclaimer
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
- AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
- NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
- NO EVENT SHALL THE COPYRIGHT HOLDERS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Modified: ZConfig/trunk/ZConfig/__init__.py
===================================================================
--- ZConfig/trunk/ZConfig/__init__.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/__init__.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/cfgparser.py
===================================================================
--- ZConfig/trunk/ZConfig/cfgparser.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/cfgparser.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/cmdline.py
===================================================================
--- ZConfig/trunk/ZConfig/cmdline.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/cmdline.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/basic/mapping.py
===================================================================
--- ZConfig/trunk/ZConfig/components/basic/mapping.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/basic/mapping.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/basic/tests/test_mapping.py
===================================================================
--- ZConfig/trunk/ZConfig/components/basic/tests/test_mapping.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/basic/tests/test_mapping.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/logger/__init__.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/__init__.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/__init__.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/logger/datatypes.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/datatypes.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/datatypes.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
Modified: ZConfig/trunk/ZConfig/components/logger/factory.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/factory.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/factory.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/logger/handlers.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/handlers.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/handlers.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/logger/logger.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/logger.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/logger.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/components/logger/loghandler.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/loghandler.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/loghandler.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2001 Zope Foundation and Contributors.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
Modified: ZConfig/trunk/ZConfig/components/logger/tests/test_logger.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/tests/test_logger.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/components/logger/tests/test_logger.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/datatypes.py
===================================================================
--- ZConfig/trunk/ZConfig/datatypes.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/datatypes.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/info.py
===================================================================
--- ZConfig/trunk/ZConfig/info.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/info.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/loader.py
===================================================================
--- ZConfig/trunk/ZConfig/loader.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/loader.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/matcher.py
===================================================================
--- ZConfig/trunk/ZConfig/matcher.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/matcher.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/schema.py
===================================================================
--- ZConfig/trunk/ZConfig/schema.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/schema.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/schemaless.py
===================================================================
--- ZConfig/trunk/ZConfig/schemaless.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/schemaless.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2007 Zope Corporation and Contributors.
+# Copyright (c) 2007 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/substitution.py
===================================================================
--- ZConfig/trunk/ZConfig/substitution.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/substitution.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/__init__.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/__init__.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/__init__.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/library/thing/__init__.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/library/thing/__init__.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/library/thing/__init__.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/support.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/support.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/support.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_cfgimports.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_cfgimports.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_cfgimports.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_cmdline.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_cmdline.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_cmdline.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_config.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_config.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_config.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_cookbook.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_cookbook.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_cookbook.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_datatypes.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_datatypes.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_datatypes.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_loader.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_loader.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_loader.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_readme.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_readme.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_readme.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_schema.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_schema.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_schema.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_schemaless.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_schemaless.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_schemaless.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2007 Zope Corporation and Contributors.
+# Copyright (c) 2007 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/tests/test_subst.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_subst.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/tests/test_subst.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/ZConfig/url.py
===================================================================
--- ZConfig/trunk/ZConfig/url.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/ZConfig/url.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2002, 2003 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/bootstrap.py
===================================================================
--- ZConfig/trunk/bootstrap.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/bootstrap.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/doc/xmlmarkup.sty
===================================================================
--- ZConfig/trunk/doc/xmlmarkup.sty 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/doc/xmlmarkup.sty 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% Copyright (c) 2003 Zope Corporation and Contributors.
+% Copyright (c) 2003 Zope Foundation and Contributors.
% All Rights Reserved.
%
% This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/doc/zconfig.tex
===================================================================
--- ZConfig/trunk/doc/zconfig.tex 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/doc/zconfig.tex 2010-04-09 02:30:01 UTC (rev 110696)
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% Copyright (c) 2002-2007 Zope Corporation and Contributors.
+% Copyright (c) 2002-2007 Zope Foundation and Contributors.
% All Rights Reserved.
%
% This software is subject to the provisions of the Zope Public License,
Modified: ZConfig/trunk/setup.py
===================================================================
--- ZConfig/trunk/setup.py 2010-04-09 01:00:06 UTC (rev 110695)
+++ ZConfig/trunk/setup.py 2010-04-09 02:30:01 UTC (rev 110696)
@@ -21,7 +21,7 @@
options = dict(
name="ZConfig",
version="0",
- author="Fred L. Drake, Jr.",
+ author="Zope Foundation and Contributors",
author_email="fred at zope.com",
description="Structured Configuration Library",
long_description=README + "\n\n" + NEWS,
More information about the ZConfig
mailing list