[Zope3-checkins] SVN: zope.formlib/trunk/ Conform to repository policy.

Tres Seaver tseaver at palladion.com
Wed May 5 14:27:23 EDT 2010


Log message for revision 112015:
  Conform to repository policy.

Changed:
  U   zope.formlib/trunk/COPYRIGHT.txt
  U   zope.formlib/trunk/LICENSE.txt
  U   zope.formlib/trunk/bootstrap.py
  U   zope.formlib/trunk/setup.py
  U   zope.formlib/trunk/src/zope/formlib/__init__.py
  U   zope.formlib/trunk/src/zope/formlib/boolwidgets.py
  U   zope.formlib/trunk/src/zope/formlib/errors.py
  U   zope.formlib/trunk/src/zope/formlib/exception.py
  U   zope.formlib/trunk/src/zope/formlib/form.py
  U   zope.formlib/trunk/src/zope/formlib/interfaces.py
  U   zope.formlib/trunk/src/zope/formlib/itemswidgets.py
  U   zope.formlib/trunk/src/zope/formlib/namedtemplate.py
  U   zope.formlib/trunk/src/zope/formlib/objectwidget.py
  U   zope.formlib/trunk/src/zope/formlib/sequencewidget.py
  U   zope.formlib/trunk/src/zope/formlib/source.py
  U   zope.formlib/trunk/src/zope/formlib/tests/support.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_browserwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_checkboxwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_choicecollections.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_choicewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_datetimewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_datewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_decimalwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_displaywidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_exception.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_filewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_floatwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_formlib.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_booleanradiowidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_checkboxwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_datetimewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_decimalwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_filewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_floatwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_intwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_objectwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_selectwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_textareawidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_functional_textwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_intwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_itemswidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_multicheckboxwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_objectwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_passwordwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_radiowidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_registrations.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_selectwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_sequencewidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_setprefix.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_source.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_textareawidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_textwidget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_widget.py
  U   zope.formlib/trunk/src/zope/formlib/tests/test_widgetdocs.py
  U   zope.formlib/trunk/src/zope/formlib/textwidgets.py
  U   zope.formlib/trunk/src/zope/formlib/utility.py
  U   zope.formlib/trunk/src/zope/formlib/widget.py
  U   zope.formlib/trunk/src/zope/formlib/widgets.py

-=-
Modified: zope.formlib/trunk/COPYRIGHT.txt
===================================================================
--- zope.formlib/trunk/COPYRIGHT.txt	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/COPYRIGHT.txt	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,9 +1 @@
-Copyright (c) 2004 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.formlib/trunk/LICENSE.txt
===================================================================
--- zope.formlib/trunk/LICENSE.txt	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/LICENSE.txt	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,56 +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: zope.formlib/trunk/bootstrap.py
===================================================================
--- zope.formlib/trunk/bootstrap.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/bootstrap.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/setup.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006-2009 Zope Corporation and Contributors.
+# Copyright (c) 2006-2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -33,7 +33,7 @@
       url='http://pypi.python.org/pypi/zope.formlib',
       license='ZPL 2.1',
       description='Form generation and validation library for Zope',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=(read('README.txt')
                         + '\n\n' +

Modified: zope.formlib/trunk/src/zope/formlib/__init__.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/__init__.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/__init__.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005 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: zope.formlib/trunk/src/zope/formlib/boolwidgets.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/boolwidgets.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/boolwidgets.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/errors.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/errors.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/errors.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2006 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: zope.formlib/trunk/src/zope/formlib/exception.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/exception.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/exception.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/form.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/form.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/form.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005 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: zope.formlib/trunk/src/zope/formlib/interfaces.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/interfaces.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/interfaces.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005 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: zope.formlib/trunk/src/zope/formlib/itemswidgets.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/itemswidgets.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/itemswidgets.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/namedtemplate.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/namedtemplate.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/namedtemplate.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2009 Zope Corporation and Contributors.
+# Copyright (c) 2005-2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.formlib/trunk/src/zope/formlib/objectwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/objectwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/objectwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/sequencewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/sequencewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/sequencewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/source.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/source.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/source.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/support.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/support.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/support.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_browserwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_browserwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_browserwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_checkboxwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_checkboxwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_checkboxwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_choicecollections.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_choicecollections.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_choicecollections.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_choicewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_choicewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_choicewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_datetimewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_datetimewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_datetimewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_datewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_datewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_datewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_decimalwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_decimalwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_decimalwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_displaywidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_displaywidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_displaywidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_exception.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_exception.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_exception.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_filewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_filewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_filewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_floatwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_floatwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_floatwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_formlib.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_formlib.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_formlib.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005 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: zope.formlib/trunk/src/zope/formlib/tests/test_functional_booleanradiowidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_booleanradiowidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_booleanradiowidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_checkboxwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_checkboxwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_checkboxwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_datetimewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_datetimewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_datetimewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_decimalwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_decimalwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_decimalwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_filewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_filewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_filewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_floatwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_floatwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_floatwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_intwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_intwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_intwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_objectwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_objectwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_objectwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_selectwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_selectwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_selectwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_textareawidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_textareawidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_textareawidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_functional_textwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_functional_textwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_functional_textwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_intwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_intwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_intwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_itemswidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_itemswidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_itemswidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_multicheckboxwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_multicheckboxwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_multicheckboxwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_objectwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_objectwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_objectwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_passwordwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_passwordwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_passwordwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_radiowidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_radiowidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_radiowidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_registrations.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_registrations.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_registrations.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_selectwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_selectwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_selectwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_sequencewidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_sequencewidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_sequencewidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_setprefix.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_setprefix.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_setprefix.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_source.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_source.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_source.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_textareawidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_textareawidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_textareawidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_textwidget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_textwidget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_textwidget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2004, 2005 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2004, 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.formlib/trunk/src/zope/formlib/tests/test_widget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_widget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_widget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/tests/test_widgetdocs.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/tests/test_widgetdocs.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/tests/test_widgetdocs.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/textwidgets.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/textwidgets.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/textwidgets.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/utility.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/utility.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/utility.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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.formlib/trunk/src/zope/formlib/widget.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/widget.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/widget.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2004 Zope Corporation and Contributors.
+# Copyright (c) 2001-2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.formlib/trunk/src/zope/formlib/widgets.py
===================================================================
--- zope.formlib/trunk/src/zope/formlib/widgets.py	2010-05-05 18:25:26 UTC (rev 112014)
+++ zope.formlib/trunk/src/zope/formlib/widgets.py	2010-05-05 18:27:23 UTC (rev 112015)
@@ -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,



More information about the Zope3-Checkins mailing list