[Checkins] SVN: zope.app.container/branches/3.6/ Repository policy.

Tres Seaver cvs-admin at zope.org
Mon Jun 18 15:23:26 UTC 2012


Log message for revision 126918:
  Repository policy.

Changed:
  A   zope.app.container/branches/3.6/COPYRIGHT.txt
  A   zope.app.container/branches/3.6/LICENSE.txt
  U   zope.app.container/branches/3.6/bootstrap.py
  U   zope.app.container/branches/3.6/setup.py
  U   zope.app.container/branches/3.6/src/zope/app/container/_zope_app_container_contained.c
  U   zope.app.container/branches/3.6/src/zope/app/container/_zope_proxy_proxy.c
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/adding.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/contents.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/find.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/metaconfigure.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_adding.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents_functional.py
  U   zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_directive.py
  U   zope.app.container/branches/3.6/src/zope/app/container/btree.py
  U   zope.app.container/branches/3.6/src/zope/app/container/constraints.py
  U   zope.app.container/branches/3.6/src/zope/app/container/contained.py
  U   zope.app.container/branches/3.6/src/zope/app/container/dependency.py
  U   zope.app.container/branches/3.6/src/zope/app/container/directory.py
  U   zope.app.container/branches/3.6/src/zope/app/container/find.py
  U   zope.app.container/branches/3.6/src/zope/app/container/i18n.py
  U   zope.app.container/branches/3.6/src/zope/app/container/interfaces.py
  U   zope.app.container/branches/3.6/src/zope/app/container/ordered.py
  U   zope.app.container/branches/3.6/src/zope/app/container/sample.py
  U   zope.app.container/branches/3.6/src/zope/app/container/size.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/placelesssetup.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_btree.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_constraints.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_contained.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraversable.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraverser.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_dependency.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_directory.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_find.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_icontainer.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectcopier.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectmover.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_ordered.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_size.py
  U   zope.app.container/branches/3.6/src/zope/app/container/tests/test_view_permissions.py
  U   zope.app.container/branches/3.6/src/zope/app/container/traversal.py

-=-
Added: zope.app.container/branches/3.6/COPYRIGHT.txt
===================================================================
--- zope.app.container/branches/3.6/COPYRIGHT.txt	                        (rev 0)
+++ zope.app.container/branches/3.6/COPYRIGHT.txt	2012-06-18 15:23:23 UTC (rev 126918)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Added: zope.app.container/branches/3.6/LICENSE.txt
===================================================================
--- zope.app.container/branches/3.6/LICENSE.txt	                        (rev 0)
+++ zope.app.container/branches/3.6/LICENSE.txt	2012-06-18 15:23:23 UTC (rev 126918)
@@ -0,0 +1,44 @@
+Zope Public License (ZPL) Version 2.1
+
+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).
+
+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.
+
+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.
+
+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.
+
+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.

Modified: zope.app.container/branches/3.6/bootstrap.py
===================================================================
--- zope.app.container/branches/3.6/bootstrap.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/bootstrap.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/setup.py
===================================================================
--- zope.app.container/branches/3.6/setup.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/setup.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/_zope_app_container_contained.c
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/_zope_app_container_contained.c	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/_zope_app_container_contained.c	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 /*############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/_zope_proxy_proxy.c
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/_zope_proxy_proxy.c	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/_zope_proxy_proxy.c	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 /*############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/adding.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/adding.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/adding.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/contents.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/contents.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/contents.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/find.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/find.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/find.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/metaconfigure.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/metaconfigure.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/metaconfigure.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_adding.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_adding.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_adding.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents_functional.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents_functional.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_contents_functional.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_directive.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_directive.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/browser/tests/test_directive.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/btree.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/btree.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/btree.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/constraints.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/constraints.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/constraints.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/contained.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/contained.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/contained.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/dependency.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/dependency.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/dependency.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/directory.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/directory.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/directory.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 # 
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/find.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/find.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/find.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/i18n.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/i18n.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/i18n.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/interfaces.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/interfaces.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/interfaces.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/ordered.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/ordered.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/ordered.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/sample.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/sample.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/sample.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/size.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/size.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/size.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,7 +1,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: zope.app.container/branches/3.6/src/zope/app/container/tests/placelesssetup.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/placelesssetup.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/placelesssetup.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_btree.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_btree.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_btree.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_constraints.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_constraints.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_constraints.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_contained.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_contained.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_contained.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraversable.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraversable.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraversable.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraverser.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraverser.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_containertraverser.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_dependency.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_dependency.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_dependency.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -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: zope.app.container/branches/3.6/src/zope/app/container/tests/test_directory.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_directory.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_directory.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_find.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_find.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_find.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_icontainer.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_icontainer.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_icontainer.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectcopier.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectcopier.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectcopier.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectmover.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectmover.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_objectmover.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_ordered.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_ordered.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_ordered.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_size.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_size.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_size.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/tests/test_view_permissions.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/tests/test_view_permissions.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/tests/test_view_permissions.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.app.container/branches/3.6/src/zope/app/container/traversal.py
===================================================================
--- zope.app.container/branches/3.6/src/zope/app/container/traversal.py	2012-06-18 15:21:55 UTC (rev 126917)
+++ zope.app.container/branches/3.6/src/zope/app/container/traversal.py	2012-06-18 15:23:23 UTC (rev 126918)
@@ -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,



More information about the checkins mailing list