SVN: ZODB/branches/3.8/ Comply with repository policy.

Christian Theune <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20100621153112.C12F3941BB__9615.74232574112$1277134288$gmane$org@cvs.zope.org>
Log message for revision 113732:
  Comply with repository policy.

Changed:
  U   ZODB/branches/3.8/COPYRIGHT.txt
  U   ZODB/branches/3.8/LICENSE.txt
  U   ZODB/branches/3.8/bootstrap.py
  U   ZODB/branches/3.8/doc/storage.tex
  U   ZODB/branches/3.8/setup.py
  U   ZODB/branches/3.8/src/BTrees/BTreeItemsTemplate.c
  U   ZODB/branches/3.8/src/BTrees/BTreeModuleTemplate.c
  U   ZODB/branches/3.8/src/BTrees/BTreeTemplate.c
  U   ZODB/branches/3.8/src/BTrees/BucketTemplate.c
  U   ZODB/branches/3.8/src/BTrees/IFBTree.py
  U   ZODB/branches/3.8/src/BTrees/IIBTree.py
  U   ZODB/branches/3.8/src/BTrees/IOBTree.py
  U   ZODB/branches/3.8/src/BTrees/Interfaces.py
  U   ZODB/branches/3.8/src/BTrees/LFBTree.py
  U   ZODB/branches/3.8/src/BTrees/LLBTree.py
  U   ZODB/branches/3.8/src/BTrees/LOBTree.py
  U   ZODB/branches/3.8/src/BTrees/Length.py
  U   ZODB/branches/3.8/src/BTrees/MergeTemplate.c
  U   ZODB/branches/3.8/src/BTrees/OIBTree.py
  U   ZODB/branches/3.8/src/BTrees/OLBTree.py
  U   ZODB/branches/3.8/src/BTrees/OOBTree.py
  U   ZODB/branches/3.8/src/BTrees/SetOpTemplate.c
  U   ZODB/branches/3.8/src/BTrees/SetTemplate.c
  U   ZODB/branches/3.8/src/BTrees/TreeSetTemplate.c
  U   ZODB/branches/3.8/src/BTrees/_IFBTree.c
  U   ZODB/branches/3.8/src/BTrees/_IIBTree.c
  U   ZODB/branches/3.8/src/BTrees/_IOBTree.c
  U   ZODB/branches/3.8/src/BTrees/_LFBTree.c
  U   ZODB/branches/3.8/src/BTrees/_LLBTree.c
  U   ZODB/branches/3.8/src/BTrees/_LOBTree.c
  U   ZODB/branches/3.8/src/BTrees/_OIBTree.c
  U   ZODB/branches/3.8/src/BTrees/_OLBTree.c
  U   ZODB/branches/3.8/src/BTrees/_OOBTree.c
  U   ZODB/branches/3.8/src/BTrees/__init__.py
  U   ZODB/branches/3.8/src/BTrees/_fsBTree.c
  U   ZODB/branches/3.8/src/BTrees/check.py
  U   ZODB/branches/3.8/src/BTrees/fsBTree.py
  U   ZODB/branches/3.8/src/BTrees/sorters.c
  U   ZODB/branches/3.8/src/BTrees/tests/testBTrees.py
  U   ZODB/branches/3.8/src/BTrees/tests/testBTreesUnicode.py
  U   ZODB/branches/3.8/src/BTrees/tests/testConflict.py
  U   ZODB/branches/3.8/src/BTrees/tests/testLength.py
  U   ZODB/branches/3.8/src/BTrees/tests/testSetOps.py
  U   ZODB/branches/3.8/src/BTrees/tests/test_btreesubclass.py
  U   ZODB/branches/3.8/src/BTrees/tests/test_check.py
  U   ZODB/branches/3.8/src/BTrees/tests/test_compare.py
  U   ZODB/branches/3.8/src/ThreadedAsync/LoopCallback.py
  U   ZODB/branches/3.8/src/ThreadedAsync/__init__.py
  U   ZODB/branches/3.8/src/ZEO/ClientStorage.py
  U   ZODB/branches/3.8/src/ZEO/ClientStub.py
  U   ZODB/branches/3.8/src/ZEO/CommitLog.py
  U   ZODB/branches/3.8/src/ZEO/DebugServer.py
  U   ZODB/branches/3.8/src/ZEO/Exceptions.py
  U   ZODB/branches/3.8/src/ZEO/ServerStub.py
  U   ZODB/branches/3.8/src/ZEO/StorageServer.py
  U   ZODB/branches/3.8/src/ZEO/TransactionBuffer.py
  U   ZODB/branches/3.8/src/ZEO/__init__.py
  U   ZODB/branches/3.8/src/ZEO/auth/__init__.py
  U   ZODB/branches/3.8/src/ZEO/auth/auth_digest.py
  U   ZODB/branches/3.8/src/ZEO/auth/base.py
  U   ZODB/branches/3.8/src/ZEO/cache.py
  U   ZODB/branches/3.8/src/ZEO/interfaces.py
  U   ZODB/branches/3.8/src/ZEO/mkzeoinst.py
  U   ZODB/branches/3.8/src/ZEO/monitor.py
  U   ZODB/branches/3.8/src/ZEO/runzeo.py
  U   ZODB/branches/3.8/src/ZEO/scripts/mkzeoinst.py
  U   ZODB/branches/3.8/src/ZEO/scripts/runzeo.py
  U   ZODB/branches/3.8/src/ZEO/scripts/zeoctl.py
  U   ZODB/branches/3.8/src/ZEO/scripts/zeopasswd.py
  U   ZODB/branches/3.8/src/ZEO/scripts/zeoserverlog.py
  U   ZODB/branches/3.8/src/ZEO/tests/Cache.py
  U   ZODB/branches/3.8/src/ZEO/tests/CommitLockTests.py
  U   ZODB/branches/3.8/src/ZEO/tests/ConnectionTests.py
  U   ZODB/branches/3.8/src/ZEO/tests/InvalidationTests.py
  U   ZODB/branches/3.8/src/ZEO/tests/TestThread.py
  U   ZODB/branches/3.8/src/ZEO/tests/ThreadTests.py
  U   ZODB/branches/3.8/src/ZEO/tests/__init__.py
  U   ZODB/branches/3.8/src/ZEO/tests/auth_plaintext.py
  U   ZODB/branches/3.8/src/ZEO/tests/forker.py
  U   ZODB/branches/3.8/src/ZEO/tests/multi.py
  U   ZODB/branches/3.8/src/ZEO/tests/speed.py
  U   ZODB/branches/3.8/src/ZEO/tests/stress.py
  U   ZODB/branches/3.8/src/ZEO/tests/testAuth.py
  U   ZODB/branches/3.8/src/ZEO/tests/testConnection.py
  U   ZODB/branches/3.8/src/ZEO/tests/testConversionSupport.py
  U   ZODB/branches/3.8/src/ZEO/tests/testMonitor.py
  U   ZODB/branches/3.8/src/ZEO/tests/testTransactionBuffer.py
  U   ZODB/branches/3.8/src/ZEO/tests/testZEO.py
  U   ZODB/branches/3.8/src/ZEO/tests/testZEOOptions.py
  U   ZODB/branches/3.8/src/ZEO/tests/test_cache.py
  U   ZODB/branches/3.8/src/ZEO/tests/zeoserver.py
  U   ZODB/branches/3.8/src/ZEO/util.py
  U   ZODB/branches/3.8/src/ZEO/zeoctl.py
  U   ZODB/branches/3.8/src/ZEO/zeopasswd.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/__init__.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/client.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/connection.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/error.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/log.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/marshal.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/server.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/smac.py
  U   ZODB/branches/3.8/src/ZEO/zrpc/trigger.py
  U   ZODB/branches/3.8/src/ZODB/ActivityMonitor.py
  U   ZODB/branches/3.8/src/ZODB/BaseStorage.py
  U   ZODB/branches/3.8/src/ZODB/ConflictResolution.py
  U   ZODB/branches/3.8/src/ZODB/Connection.py
  U   ZODB/branches/3.8/src/ZODB/DB.py
  U   ZODB/branches/3.8/src/ZODB/DemoStorage.py
  U   ZODB/branches/3.8/src/ZODB/ExportImport.py
  U   ZODB/branches/3.8/src/ZODB/FileStorage/FileStorage.py
  U   ZODB/branches/3.8/src/ZODB/FileStorage/format.py
  U   ZODB/branches/3.8/src/ZODB/FileStorage/fsdump.py
  U   ZODB/branches/3.8/src/ZODB/FileStorage/fsoids.py
  U   ZODB/branches/3.8/src/ZODB/FileStorage/fspack.py
  U   ZODB/branches/3.8/src/ZODB/MappingStorage.py
  U   ZODB/branches/3.8/src/ZODB/Mount.py
  U   ZODB/branches/3.8/src/ZODB/POSException.py
  U   ZODB/branches/3.8/src/ZODB/UndoLogCompatible.py
  U   ZODB/branches/3.8/src/ZODB/__init__.py
  U   ZODB/branches/3.8/src/ZODB/blob.py
  U   ZODB/branches/3.8/src/ZODB/broken.py
  U   ZODB/branches/3.8/src/ZODB/config.py
  U   ZODB/branches/3.8/src/ZODB/conversionhack.py
  U   ZODB/branches/3.8/src/ZODB/dbmStorage.py
  U   ZODB/branches/3.8/src/ZODB/fsIndex.py
  U   ZODB/branches/3.8/src/ZODB/fsrecover.py
  U   ZODB/branches/3.8/src/ZODB/fstools.py
  U   ZODB/branches/3.8/src/ZODB/interfaces.py
  U   ZODB/branches/3.8/src/ZODB/lock_file.py
  U   ZODB/branches/3.8/src/ZODB/loglevels.py
  U   ZODB/branches/3.8/src/ZODB/persistentclass.py
  U   ZODB/branches/3.8/src/ZODB/scripts/fsoids.py
  U   ZODB/branches/3.8/src/ZODB/scripts/fsrefs.py
  U   ZODB/branches/3.8/src/ZODB/scripts/fstail.py
  U   ZODB/branches/3.8/src/ZODB/scripts/fstest.py
  U   ZODB/branches/3.8/src/ZODB/scripts/manual_tests/testrepozo.py
  U   ZODB/branches/3.8/src/ZODB/scripts/migrate.py
  U   ZODB/branches/3.8/src/ZODB/scripts/migrateblobs.py
  U   ZODB/branches/3.8/src/ZODB/scripts/referrers.py
  U   ZODB/branches/3.8/src/ZODB/scripts/simul.py
  U   ZODB/branches/3.8/src/ZODB/scripts/stats.py
  U   ZODB/branches/3.8/src/ZODB/scripts/tests.py
  U   ZODB/branches/3.8/src/ZODB/scripts/zodbload.py
  U   ZODB/branches/3.8/src/ZODB/serialize.py
  U   ZODB/branches/3.8/src/ZODB/tests/BasicStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/ConflictResolution.py
  U   ZODB/branches/3.8/src/ZODB/tests/Corruption.py
  U   ZODB/branches/3.8/src/ZODB/tests/HistoryStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/IteratorStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/LocalStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/MinPO.py
  U   ZODB/branches/3.8/src/ZODB/tests/PackableStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/PersistentStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/ReadOnlyStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/RecoveryStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/RevisionStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/StorageTestBase.py
  U   ZODB/branches/3.8/src/ZODB/tests/Synchronization.py
  U   ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoVersionStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/VersionStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/blob_basic.txt
  U   ZODB/branches/3.8/src/ZODB/tests/blob_connection.txt
  U   ZODB/branches/3.8/src/ZODB/tests/blob_importexport.txt
  U   ZODB/branches/3.8/src/ZODB/tests/blob_packing.txt
  U   ZODB/branches/3.8/src/ZODB/tests/blob_transaction.txt
  U   ZODB/branches/3.8/src/ZODB/tests/dangle.py
  U   ZODB/branches/3.8/src/ZODB/tests/loggingsupport.py
  U   ZODB/branches/3.8/src/ZODB/tests/sampledm.py
  U   ZODB/branches/3.8/src/ZODB/tests/speed.py
  U   ZODB/branches/3.8/src/ZODB/tests/testActivityMonitor.py
  U   ZODB/branches/3.8/src/ZODB/tests/testBroken.py
  U   ZODB/branches/3.8/src/ZODB/tests/testCache.py
  U   ZODB/branches/3.8/src/ZODB/tests/testConfig.py
  U   ZODB/branches/3.8/src/ZODB/tests/testConnection.py
  U   ZODB/branches/3.8/src/ZODB/tests/testConnectionSavepoint.py
  U   ZODB/branches/3.8/src/ZODB/tests/testDB.py
  U   ZODB/branches/3.8/src/ZODB/tests/testDemoStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/testFileStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/testMappingStorage.py
  U   ZODB/branches/3.8/src/ZODB/tests/testPersistentList.py
  U   ZODB/branches/3.8/src/ZODB/tests/testPersistentMapping.py
  U   ZODB/branches/3.8/src/ZODB/tests/testRecover.py
  U   ZODB/branches/3.8/src/ZODB/tests/testSerialize.py
  U   ZODB/branches/3.8/src/ZODB/tests/testTimeStamp.py
  U   ZODB/branches/3.8/src/ZODB/tests/testUtils.py
  U   ZODB/branches/3.8/src/ZODB/tests/testZODB.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_cache.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_datamanageradapter.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_doctest_files.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_fsdump.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_lock_file.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_misc.py
  U   ZODB/branches/3.8/src/ZODB/tests/test_storage.py
  U   ZODB/branches/3.8/src/ZODB/tests/testblob.py
  U   ZODB/branches/3.8/src/ZODB/tests/testconflictresolution.py
  U   ZODB/branches/3.8/src/ZODB/tests/testcrossdatabasereferences.py
  U   ZODB/branches/3.8/src/ZODB/tests/testfsIndex.py
  U   ZODB/branches/3.8/src/ZODB/tests/testfsoids.py
  U   ZODB/branches/3.8/src/ZODB/tests/testmvcc.py
  U   ZODB/branches/3.8/src/ZODB/tests/testpersistentclass.py
  U   ZODB/branches/3.8/src/ZODB/tests/util.py
  U   ZODB/branches/3.8/src/ZODB/tests/warnhook.py
  U   ZODB/branches/3.8/src/ZODB/transact.py
  U   ZODB/branches/3.8/src/ZODB/utils.py
  U   ZODB/branches/3.8/src/ZopeUndo/Prefix.py
  U   ZODB/branches/3.8/src/ZopeUndo/__init__.py
  U   ZODB/branches/3.8/src/ZopeUndo/tests/__init__.py
  U   ZODB/branches/3.8/src/ZopeUndo/tests/testPrefix.py
  U   ZODB/branches/3.8/src/persistent/TimeStamp.c
  U   ZODB/branches/3.8/src/persistent/__init__.py
  U   ZODB/branches/3.8/src/persistent/cPersistence.c
  U   ZODB/branches/3.8/src/persistent/cPersistence.h
  U   ZODB/branches/3.8/src/persistent/cPickleCache.c
  U   ZODB/branches/3.8/src/persistent/dict.py
  U   ZODB/branches/3.8/src/persistent/interfaces.py
  U   ZODB/branches/3.8/src/persistent/list.py
  U   ZODB/branches/3.8/src/persistent/mapping.py
  U   ZODB/branches/3.8/src/persistent/ring.c
  U   ZODB/branches/3.8/src/persistent/ring.h
  U   ZODB/branches/3.8/src/persistent/tests/persistenttestbase.py
  U   ZODB/branches/3.8/src/persistent/tests/testPersistent.py
  U   ZODB/branches/3.8/src/persistent/tests/test_PickleCache.py
  U   ZODB/branches/3.8/src/persistent/tests/test_list.py
  U   ZODB/branches/3.8/src/persistent/tests/test_mapping.py
  U   ZODB/branches/3.8/src/persistent/tests/test_overriding_attrs.py
  U   ZODB/branches/3.8/src/persistent/tests/test_pickle.py
  U   ZODB/branches/3.8/src/persistent/tests/test_wref.py
  U   ZODB/branches/3.8/src/persistent/wref.py
  U   ZODB/branches/3.8/src/transaction/__init__.py
  U   ZODB/branches/3.8/src/transaction/_manager.py
  U   ZODB/branches/3.8/src/transaction/_transaction.py
  U   ZODB/branches/3.8/src/transaction/interfaces.py
  U   ZODB/branches/3.8/src/transaction/tests/abstestIDataManager.py
  U   ZODB/branches/3.8/src/transaction/tests/savepointsample.py
  U   ZODB/branches/3.8/src/transaction/tests/test_SampleDataManager.py
  U   ZODB/branches/3.8/src/transaction/tests/test_SampleResourceManager.py
  U   ZODB/branches/3.8/src/transaction/tests/test_register_compat.py
  U   ZODB/branches/3.8/src/transaction/tests/test_savepoint.py
  U   ZODB/branches/3.8/src/transaction/tests/test_transaction.py

-=-
Modified: ZODB/branches/3.8/COPYRIGHT.txt
===================================================================
--- ZODB/branches/3.8/COPYRIGHT.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/COPYRIGHT.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/LICENSE.txt
===================================================================
--- ZODB/branches/3.8/LICENSE.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/LICENSE.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/bootstrap.py
===================================================================
--- ZODB/branches/3.8/bootstrap.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/bootstrap.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/doc/storage.tex
===================================================================
--- ZODB/branches/3.8/doc/storage.tex	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/doc/storage.tex	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-% Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+% Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 % All Rights Reserved.
 %
 % This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/setup.py
===================================================================
--- ZODB/branches/3.8/setup.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/setup.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/BTreeItemsTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/BTreeItemsTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/BTreeItemsTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/BTreeModuleTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/BTreeModuleTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/BTreeModuleTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/BTreeTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/BTreeTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/BTreeTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/BucketTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/BucketTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/BucketTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/IFBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/IFBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/IFBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/IIBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/IIBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/IIBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/IOBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/IOBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/IOBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/Interfaces.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/Interfaces.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/Interfaces.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/LFBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/LFBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/LFBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/LLBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/LLBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/LLBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/LOBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/LOBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/LOBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/Length.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/Length.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/Length.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/MergeTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/MergeTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/MergeTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/OIBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/OIBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/OIBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/OLBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/OLBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/OLBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/OOBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/OOBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/OOBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/SetOpTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/SetOpTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/SetOpTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/SetTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/SetTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/SetTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/TreeSetTemplate.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/TreeSetTemplate.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/TreeSetTemplate.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_IFBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_IFBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_IFBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_IIBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_IIBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_IIBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_IOBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_IOBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_IOBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_LFBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_LFBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_LFBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_LLBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_LLBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_LLBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_LOBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_LOBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_LOBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_OIBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_OIBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_OIBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_OLBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_OLBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_OLBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_OOBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_OOBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_OOBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/__init__.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/_fsBTree.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/_fsBTree.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/_fsBTree.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/check.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/check.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/check.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/fsBTree.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/fsBTree.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/fsBTree.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/sorters.c
===================================================================
--- ZODB/branches/3.8/src/BTrees/sorters.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/sorters.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/testBTrees.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/testBTrees.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/testBTrees.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/testBTreesUnicode.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/testBTreesUnicode.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/testBTreesUnicode.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/testConflict.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/testConflict.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/testConflict.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/testLength.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/testLength.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/testLength.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 Zope Corporation and Contributors.
+# Copyright (c) 2008 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/BTrees/tests/testSetOps.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/testSetOps.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/testSetOps.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/test_btreesubclass.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/test_btreesubclass.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/test_btreesubclass.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/test_check.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/test_check.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/test_check.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/BTrees/tests/test_compare.py
===================================================================
--- ZODB/branches/3.8/src/BTrees/tests/test_compare.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/BTrees/tests/test_compare.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ThreadedAsync/LoopCallback.py
===================================================================
--- ZODB/branches/3.8/src/ThreadedAsync/LoopCallback.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ThreadedAsync/LoopCallback.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ThreadedAsync/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ThreadedAsync/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ThreadedAsync/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/ClientStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/ClientStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/ClientStub.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/ClientStub.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/ClientStub.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/CommitLog.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/CommitLog.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/CommitLog.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/DebugServer.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/DebugServer.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/DebugServer.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/Exceptions.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/Exceptions.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/Exceptions.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/ServerStub.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/ServerStub.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/ServerStub.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/StorageServer.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/StorageServer.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/StorageServer.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/TransactionBuffer.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/TransactionBuffer.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/TransactionBuffer.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/auth/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/auth/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/auth/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/auth/auth_digest.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/auth/auth_digest.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/auth/auth_digest.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/auth/base.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/auth/base.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/auth/base.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/cache.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/cache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/cache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/interfaces.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/interfaces.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/interfaces.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/mkzeoinst.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/mkzeoinst.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/mkzeoinst.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/monitor.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/monitor.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/monitor.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/runzeo.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/runzeo.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/runzeo.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/scripts/mkzeoinst.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/scripts/mkzeoinst.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/scripts/mkzeoinst.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!python
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZEO/scripts/runzeo.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/scripts/runzeo.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/scripts/runzeo.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!python
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZEO/scripts/zeoctl.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/scripts/zeoctl.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/scripts/zeoctl.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2.3
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/scripts/zeopasswd.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/scripts/zeopasswd.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/scripts/zeopasswd.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!python
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZEO/scripts/zeoserverlog.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/scripts/zeoserverlog.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/scripts/zeoserverlog.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZEO/tests/Cache.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/Cache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/Cache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/CommitLockTests.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/CommitLockTests.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/CommitLockTests.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/ConnectionTests.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/ConnectionTests.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/ConnectionTests.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/InvalidationTests.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/InvalidationTests.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/InvalidationTests.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/TestThread.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/TestThread.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/TestThread.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/ThreadTests.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/ThreadTests.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/ThreadTests.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/auth_plaintext.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/auth_plaintext.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/auth_plaintext.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/forker.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/forker.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/forker.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/multi.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/multi.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/multi.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/speed.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/speed.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/speed.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/stress.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/stress.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/stress.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testAuth.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testAuth.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testAuth.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testConnection.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testConnection.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testConnection.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testConversionSupport.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testConversionSupport.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testConversionSupport.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testMonitor.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testMonitor.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testMonitor.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testTransactionBuffer.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testTransactionBuffer.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testTransactionBuffer.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testZEO.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testZEO.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/testZEOOptions.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/testZEOOptions.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/testZEOOptions.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/test_cache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/test_cache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/tests/zeoserver.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/zeoserver.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/tests/zeoserver.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/util.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/util.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/util.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zeoctl.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zeoctl.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zeoctl.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2.3
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZEO/zeopasswd.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zeopasswd.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zeopasswd.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/client.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/client.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/client.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/connection.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/connection.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/connection.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/error.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/error.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/error.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/log.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/log.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/log.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/marshal.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/marshal.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/marshal.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/server.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/server.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/server.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/smac.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/smac.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/smac.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZEO/zrpc/trigger.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/zrpc/trigger.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZEO/zrpc/trigger.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2005 Zope Corporation and Contributors.
+# Copyright (c) 2001-2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/ActivityMonitor.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/ActivityMonitor.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/ActivityMonitor.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/BaseStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/BaseStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/BaseStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/ConflictResolution.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/ConflictResolution.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/ConflictResolution.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/Connection.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/Connection.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/Connection.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/DB.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/DB.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/DB.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/DemoStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/DemoStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/DemoStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/ExportImport.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/ExportImport.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/ExportImport.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/FileStorage/FileStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/FileStorage/FileStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/FileStorage/FileStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/FileStorage/format.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/FileStorage/format.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/FileStorage/format.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/FileStorage/fsdump.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/FileStorage/fsdump.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/FileStorage/fsdump.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/FileStorage/fsoids.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/FileStorage/fsoids.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/FileStorage/fsoids.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/FileStorage/fspack.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/FileStorage/fspack.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/FileStorage/fspack.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/MappingStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/MappingStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/MappingStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/Mount.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/Mount.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/Mount.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/POSException.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/POSException.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/POSException.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/UndoLogCompatible.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/UndoLogCompatible.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/UndoLogCompatible.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/blob.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/blob.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/blob.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2006 Zope Corporation and Contributors.
+# Copyright (c) 2005-2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/broken.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/broken.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/broken.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/config.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/config.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/config.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/conversionhack.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/conversionhack.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/conversionhack.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/dbmStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/dbmStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/dbmStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/fsIndex.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/fsIndex.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/fsIndex.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/fsrecover.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/fsrecover.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/fsrecover.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/fstools.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/fstools.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/fstools.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/interfaces.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/interfaces.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/interfaces.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/lock_file.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/lock_file.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/lock_file.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/loglevels.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/loglevels.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/loglevels.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/persistentclass.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/persistentclass.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/persistentclass.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/scripts/fsoids.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/fsoids.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/fsoids.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/scripts/fsrefs.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/fsrefs.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/fsrefs.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/scripts/fstail.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/fstail.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/fstail.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/scripts/fstest.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/fstest.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/fstest.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/scripts/manual_tests/testrepozo.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/manual_tests/testrepozo.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/manual_tests/testrepozo.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/scripts/migrate.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/migrate.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/migrate.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/scripts/migrateblobs.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/migrateblobs.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/migrateblobs.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 Zope Corporation and Contributors.
+# Copyright (c) 2008 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/scripts/referrers.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/referrers.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/referrers.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/scripts/simul.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/simul.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/simul.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 ##############################################################################
 #
-# Copyright (c) 2001-2005 Zope Corporation and Contributors.
+# Copyright (c) 2001-2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/scripts/stats.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/stats.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/stats.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/scripts/tests.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/tests.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/tests.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/scripts/zodbload.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/zodbload.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/scripts/zodbload.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# 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: ZODB/branches/3.8/src/ZODB/serialize.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/serialize.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/serialize.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/BasicStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/BasicStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/BasicStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/ConflictResolution.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/ConflictResolution.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/ConflictResolution.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/Corruption.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/Corruption.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/Corruption.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/HistoryStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/HistoryStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/HistoryStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/IteratorStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/IteratorStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/IteratorStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/LocalStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/LocalStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/LocalStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/MinPO.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/MinPO.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/MinPO.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/PackableStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/PackableStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/PackableStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/PersistentStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/PersistentStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/PersistentStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/ReadOnlyStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/ReadOnlyStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/ReadOnlyStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/RecoveryStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/RecoveryStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/RecoveryStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/RevisionStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/RevisionStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/RevisionStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/StorageTestBase.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/StorageTestBase.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/StorageTestBase.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/Synchronization.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/Synchronization.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/Synchronization.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoVersionStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoVersionStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/TransactionalUndoVersionStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/VersionStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/VersionStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/VersionStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/blob_basic.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_basic.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_basic.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/blob_connection.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_connection.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_connection.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/blob_importexport.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_importexport.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_importexport.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/blob_packing.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_packing.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_packing.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/blob_transaction.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_transaction.txt	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_transaction.txt	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005-2007 Zope Corporation and Contributors.
+# Copyright (c) 2005-2007 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/dangle.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/dangle.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/dangle.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/loggingsupport.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/loggingsupport.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/loggingsupport.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/sampledm.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/sampledm.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/sampledm.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/speed.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/speed.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/speed.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testActivityMonitor.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testActivityMonitor.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testActivityMonitor.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testBroken.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testBroken.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testBroken.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testCache.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testCache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testCache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testConfig.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testConfig.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testConfig.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testConnection.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testConnection.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testConnection.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testConnectionSavepoint.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testConnectionSavepoint.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testConnectionSavepoint.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testDB.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testDB.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testDB.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testDemoStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testDemoStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testDemoStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testFileStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testFileStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testFileStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testMappingStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testMappingStorage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testMappingStorage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testPersistentList.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testPersistentList.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testPersistentList.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testPersistentMapping.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testPersistentMapping.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testPersistentMapping.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testRecover.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testRecover.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testRecover.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testSerialize.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testSerialize.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testSerialize.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testTimeStamp.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testTimeStamp.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testTimeStamp.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testUtils.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testUtils.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testUtils.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testZODB.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testZODB.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testZODB.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_cache.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_cache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_cache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_datamanageradapter.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_datamanageradapter.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_datamanageradapter.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_doctest_files.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_doctest_files.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_doctest_files.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_fsdump.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_fsdump.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_fsdump.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/test_lock_file.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_lock_file.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_lock_file.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_misc.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_misc.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_misc.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/test_storage.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/test_storage.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/test_storage.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testblob.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testblob.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testblob.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testconflictresolution.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testconflictresolution.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testconflictresolution.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testcrossdatabasereferences.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testcrossdatabasereferences.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testcrossdatabasereferences.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors.
+# Copyright (c) 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/ZODB/tests/testfsIndex.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testfsIndex.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testfsIndex.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testfsoids.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testfsoids.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testfsoids.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testmvcc.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testmvcc.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testmvcc.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/testpersistentclass.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testpersistentclass.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/testpersistentclass.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/util.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/util.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/util.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/tests/warnhook.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/warnhook.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/tests/warnhook.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/transact.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/transact.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/transact.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZODB/utils.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/utils.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZODB/utils.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZopeUndo/Prefix.py
===================================================================
--- ZODB/branches/3.8/src/ZopeUndo/Prefix.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZopeUndo/Prefix.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZopeUndo/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZopeUndo/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZopeUndo/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZopeUndo/tests/__init__.py
===================================================================
--- ZODB/branches/3.8/src/ZopeUndo/tests/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZopeUndo/tests/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/ZopeUndo/tests/testPrefix.py
===================================================================
--- ZODB/branches/3.8/src/ZopeUndo/tests/testPrefix.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/ZopeUndo/tests/testPrefix.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/TimeStamp.c
===================================================================
--- ZODB/branches/3.8/src/persistent/TimeStamp.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/TimeStamp.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/__init__.py
===================================================================
--- ZODB/branches/3.8/src/persistent/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/cPersistence.c
===================================================================
--- ZODB/branches/3.8/src/persistent/cPersistence.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/cPersistence.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/cPersistence.h
===================================================================
--- ZODB/branches/3.8/src/persistent/cPersistence.h	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/cPersistence.h	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/cPickleCache.c
===================================================================
--- ZODB/branches/3.8/src/persistent/cPickleCache.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/cPickleCache.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/dict.py
===================================================================
--- ZODB/branches/3.8/src/persistent/dict.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/dict.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/interfaces.py
===================================================================
--- ZODB/branches/3.8/src/persistent/interfaces.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/interfaces.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/list.py
===================================================================
--- ZODB/branches/3.8/src/persistent/list.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/list.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/mapping.py
===================================================================
--- ZODB/branches/3.8/src/persistent/mapping.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/mapping.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/ring.c
===================================================================
--- ZODB/branches/3.8/src/persistent/ring.c	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/ring.c	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/ring.h
===================================================================
--- ZODB/branches/3.8/src/persistent/ring.h	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/ring.h	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/persistenttestbase.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/persistenttestbase.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/persistenttestbase.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/testPersistent.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/testPersistent.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/testPersistent.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_PickleCache.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_PickleCache.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_PickleCache.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_list.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_list.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_list.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_mapping.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_mapping.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_mapping.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_overriding_attrs.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_overriding_attrs.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_overriding_attrs.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_pickle.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_pickle.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_pickle.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/tests/test_wref.py
===================================================================
--- ZODB/branches/3.8/src/persistent/tests/test_wref.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/tests/test_wref.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/persistent/wref.py
===================================================================
--- ZODB/branches/3.8/src/persistent/wref.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/persistent/wref.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/__init__.py
===================================================================
--- ZODB/branches/3.8/src/transaction/__init__.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/__init__.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ############################################################################
 #
-# Copyright (c) 2001, 2002, 2004 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: ZODB/branches/3.8/src/transaction/_manager.py
===================================================================
--- ZODB/branches/3.8/src/transaction/_manager.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/_manager.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/_transaction.py
===================================================================
--- ZODB/branches/3.8/src/transaction/_transaction.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/_transaction.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/interfaces.py
===================================================================
--- ZODB/branches/3.8/src/transaction/interfaces.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/interfaces.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/abstestIDataManager.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/abstestIDataManager.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/abstestIDataManager.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/savepointsample.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/savepointsample.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/savepointsample.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/test_SampleDataManager.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/test_SampleDataManager.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/test_SampleDataManager.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/test_SampleResourceManager.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/test_SampleResourceManager.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/test_SampleResourceManager.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/test_register_compat.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/test_register_compat.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/test_register_compat.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/test_savepoint.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/test_savepoint.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/test_savepoint.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -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: ZODB/branches/3.8/src/transaction/tests/test_transaction.py
===================================================================
--- ZODB/branches/3.8/src/transaction/tests/test_transaction.py	2010-06-21 15:21:49 UTC (rev 113731)
+++ ZODB/branches/3.8/src/transaction/tests/test_transaction.py	2010-06-21 15:31:11 UTC (rev 113732)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002, 2005 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002, 2005 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.