[Checkins] SVN: zope.schema/trunk/ Comply with repository policy.

Tres Seaver tseaver at palladion.com
Mon Apr 5 22:57:38 EDT 2010


Log message for revision 110535:
  Comply with repository policy.

Changed:
  U   zope.schema/trunk/COPYRIGHT.txt
  U   zope.schema/trunk/LICENSE.txt
  U   zope.schema/trunk/bootstrap.py
  U   zope.schema/trunk/setup.py
  U   zope.schema/trunk/src/zope/schema/__init__.py
  U   zope.schema/trunk/src/zope/schema/_bootstrapfields.py
  U   zope.schema/trunk/src/zope/schema/_bootstrapinterfaces.py
  U   zope.schema/trunk/src/zope/schema/_field.py
  U   zope.schema/trunk/src/zope/schema/_schema.py
  U   zope.schema/trunk/src/zope/schema/accessors.py
  U   zope.schema/trunk/src/zope/schema/fieldproperty.py
  U   zope.schema/trunk/src/zope/schema/interfaces.py
  U   zope.schema/trunk/src/zope/schema/tests/states.py
  U   zope.schema/trunk/src/zope/schema/tests/test_accessors.py
  U   zope.schema/trunk/src/zope/schema/tests/test_boolfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_choice.py
  U   zope.schema/trunk/src/zope/schema/tests/test_containerfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_date.py
  U   zope.schema/trunk/src/zope/schema/tests/test_datetime.py
  U   zope.schema/trunk/src/zope/schema/tests/test_decimalfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_dictfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_docs.py
  U   zope.schema/trunk/src/zope/schema/tests/test_equality.py
  U   zope.schema/trunk/src/zope/schema/tests/test_field.py
  U   zope.schema/trunk/src/zope/schema/tests/test_fieldproperty.py
  U   zope.schema/trunk/src/zope/schema/tests/test_floatfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_interfacefield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_intfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_iterablefield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_listfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_objectfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_schema.py
  U   zope.schema/trunk/src/zope/schema/tests/test_setfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_states.py
  U   zope.schema/trunk/src/zope/schema/tests/test_strfield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_timedelta.py
  U   zope.schema/trunk/src/zope/schema/tests/test_tuplefield.py
  U   zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py
  U   zope.schema/trunk/src/zope/schema/vocabulary.py

-=-
Modified: zope.schema/trunk/COPYRIGHT.txt
===================================================================
--- zope.schema/trunk/COPYRIGHT.txt	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/COPYRIGHT.txt	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,9 +1 @@
-Copyright (c) 2007 Zope Corporation and contributors.
-All Rights Reserved.
-
-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.
-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. 
+Zope Foundation and Contributors
\ No newline at end of file

Modified: zope.schema/trunk/LICENSE.txt
===================================================================
--- zope.schema/trunk/LICENSE.txt	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/LICENSE.txt	2010-04-06 02:57:37 UTC (rev 110535)
@@ -21,7 +21,8 @@
 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
+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.
 
@@ -32,13 +33,12 @@
 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
+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.
-
+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: zope.schema/trunk/bootstrap.py
===================================================================
--- zope.schema/trunk/bootstrap.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/bootstrap.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/setup.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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,
@@ -67,7 +67,7 @@
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='zope.interface extension for defining data schemas',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=(read('src', 'zope', 'schema', 'README.txt')
                         + '\n\n' +

Modified: zope.schema/trunk/src/zope/schema/__init__.py
===================================================================
--- zope.schema/trunk/src/zope/schema/__init__.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/__init__.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/_bootstrapfields.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_bootstrapfields.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/_bootstrapfields.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/_bootstrapinterfaces.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_bootstrapinterfaces.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/_bootstrapinterfaces.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/_field.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_field.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/_field.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-# 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: zope.schema/trunk/src/zope/schema/_schema.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_schema.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/_schema.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/accessors.py
===================================================================
--- zope.schema/trunk/src/zope/schema/accessors.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/accessors.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/fieldproperty.py
===================================================================
--- zope.schema/trunk/src/zope/schema/fieldproperty.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/fieldproperty.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/interfaces.py
===================================================================
--- zope.schema/trunk/src/zope/schema/interfaces.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/interfaces.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/states.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/states.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/states.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_accessors.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_accessors.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_accessors.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_boolfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_boolfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_boolfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_choice.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_choice.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_choice.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_containerfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_containerfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_containerfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_date.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_date.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_date.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_datetime.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_datetime.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_datetime.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_decimalfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_decimalfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_decimalfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2006 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_dictfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_dictfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_dictfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_docs.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_docs.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_docs.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_equality.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_equality.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_equality.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_field.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_field.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_field.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_fieldproperty.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_fieldproperty.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_fieldproperty.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_floatfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_floatfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_floatfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_interfacefield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_interfacefield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_interfacefield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_intfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_intfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_intfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_iterablefield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_iterablefield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_iterablefield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_listfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_listfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_listfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_objectfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_objectfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_objectfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_schema.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_schema.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_schema.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_setfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_setfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_setfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_states.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_states.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_states.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/tests/test_strfield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_strfield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_strfield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_timedelta.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_timedelta.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_timedelta.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_tuplefield.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_tuplefield.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_tuplefield.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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: zope.schema/trunk/src/zope/schema/vocabulary.py
===================================================================
--- zope.schema/trunk/src/zope/schema/vocabulary.py	2010-04-06 02:56:41 UTC (rev 110534)
+++ zope.schema/trunk/src/zope/schema/vocabulary.py	2010-04-06 02:57:37 UTC (rev 110535)
@@ -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,



More information about the checkins mailing list