[Checkins] SVN: zope.container/branches/3.11/ Merge repository policy changes and $Id$ removal from trunk

Gediminas Paulauskas menesis at pov.lt
Thu Mar 10 13:40:00 EST 2011


Log message for revision 120853:
  Merge repository policy changes and $Id$ removal from trunk
  

Changed:
  A   zope.container/branches/3.11/COPYRIGHT.txt
  A   zope.container/branches/3.11/LICENSE.txt
  U   zope.container/branches/3.11/bootstrap.py
  U   zope.container/branches/3.11/setup.py
  U   zope.container/branches/3.11/src/zope/container/_zope_container_contained.c
  U   zope.container/branches/3.11/src/zope/container/_zope_proxy_proxy.c
  U   zope.container/branches/3.11/src/zope/container/btree.py
  U   zope.container/branches/3.11/src/zope/container/constraints.py
  U   zope.container/branches/3.11/src/zope/container/contained.py
  U   zope.container/branches/3.11/src/zope/container/dependency.py
  U   zope.container/branches/3.11/src/zope/container/directory.py
  U   zope.container/branches/3.11/src/zope/container/find.py
  U   zope.container/branches/3.11/src/zope/container/folder.py
  U   zope.container/branches/3.11/src/zope/container/i18n.py
  U   zope.container/branches/3.11/src/zope/container/interfaces.py
  U   zope.container/branches/3.11/src/zope/container/ordered.py
  U   zope.container/branches/3.11/src/zope/container/sample.py
  U   zope.container/branches/3.11/src/zope/container/size.py
  U   zope.container/branches/3.11/src/zope/container/testing.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_btree.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_constraints.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_contained.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_containertraversable.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_containertraverser.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_directory.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_find.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_icontainer.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_ordered.py
  U   zope.container/branches/3.11/src/zope/container/tests/test_size.py
  U   zope.container/branches/3.11/src/zope/container/traversal.py

-=-
Added: zope.container/branches/3.11/COPYRIGHT.txt
===================================================================
--- zope.container/branches/3.11/COPYRIGHT.txt	                        (rev 0)
+++ zope.container/branches/3.11/COPYRIGHT.txt	2011-03-10 18:40:00 UTC (rev 120853)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file


Property changes on: zope.container/branches/3.11/COPYRIGHT.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Added: zope.container/branches/3.11/LICENSE.txt
===================================================================
--- zope.container/branches/3.11/LICENSE.txt	                        (rev 0)
+++ zope.container/branches/3.11/LICENSE.txt	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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.


Property changes on: zope.container/branches/3.11/LICENSE.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: zope.container/branches/3.11/bootstrap.py
===================================================================
--- zope.container/branches/3.11/bootstrap.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/bootstrap.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -16,8 +16,6 @@
 Simply run this script in a directory containing a buildout.cfg.
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
-
-$Id$
 """
 
 import os, shutil, sys, tempfile, urllib2

Modified: zope.container/branches/3.11/setup.py
===================================================================
--- zope.container/branches/3.11/setup.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/setup.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -16,16 +16,14 @@
 # When developing and releasing this package, please follow the documented
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
-"""Setup for zope.container package"""
-
+"""Setup for zope.container package
+"""
 import os
 from setuptools import setup, find_packages, Extension
 
-
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-
 setup(name='zope.container',
       version='3.11.3dev',
       author='Zope Corporation and Contributors',

Modified: zope.container/branches/3.11/src/zope/container/_zope_container_contained.c
===================================================================
--- zope.container/branches/3.11/src/zope/container/_zope_container_contained.c	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/_zope_container_contained.c	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define _ZOPE_CONTAINER_CONTAINED_C "$Id$\n"
+#define _ZOPE_CONTAINER_CONTAINED_C "\n"
 
 /* Contained Proxy Base class
 

Modified: zope.container/branches/3.11/src/zope/container/_zope_proxy_proxy.c
===================================================================
--- zope.container/branches/3.11/src/zope/container/_zope_proxy_proxy.c	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/_zope_proxy_proxy.c	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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.container/branches/3.11/src/zope/container/btree.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/btree.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/btree.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """This module provides a sample btree container implementation.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/constraints.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/constraints.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/constraints.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -146,8 +146,6 @@
 
    >>> checkFactory(c1, "Zbob", factory)
    False
-
-   $Id$
    """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/contained.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/contained.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/contained.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Classes to support implementing `IContained`
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/dependency.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/dependency.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/dependency.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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.container/branches/3.11/src/zope/container/directory.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/directory.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/directory.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -20,8 +20,6 @@
 
 `Cloner`
   An `IDirectoryFactory` adapter that just clones the original object.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/find.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/find.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/find.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Find Support
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/folder.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/folder.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/folder.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """The standard Zope Folder.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/i18n.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/i18n.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/i18n.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Customization of zope.i18n for the Zope application server
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/interfaces.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/interfaces.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/interfaces.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Container-related interfaces
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/ordered.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/ordered.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/ordered.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Ordered container implementation.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/sample.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/sample.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/sample.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -17,8 +17,6 @@
 
 It might be useful as a mix-in for some classes, but many classes will
 need a very different implementation.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/size.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/size.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/size.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -13,8 +13,6 @@
 #
 ##############################################################################
 """Adapters that give the size of an object.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.container/branches/3.11/src/zope/container/testing.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/testing.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/testing.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Unit test logic for setting up and tearing down basic infrastructure
-
-$Id: placelesssetup.py 95341 2009-01-28 15:59:18Z wosc $
 """
 from zope import component
 from zope.component.testing import PlacelessSetup as CAPlacelessSetup

Modified: zope.container/branches/3.11/src/zope/container/tests/test_btree.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_btree.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_btree.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """BTree Container Tests
-
-$Id$
 """
 from doctest import DocTestSuite
 from unittest import TestCase, main, makeSuite, TestSuite

Modified: zope.container/branches/3.11/src/zope/container/tests/test_constraints.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_constraints.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_constraints.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Container constraint tests
-
-$Id$
 """
 
 import doctest

Modified: zope.container/branches/3.11/src/zope/container/tests/test_contained.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_contained.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_contained.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Contained Tests
-
-$Id$
 """
 
 import doctest

Modified: zope.container/branches/3.11/src/zope/container/tests/test_containertraversable.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_containertraversable.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_containertraversable.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Container Traverser tests.
-
-$Id$
 """
 import unittest
 from zope.testing.cleanup import CleanUp

Modified: zope.container/branches/3.11/src/zope/container/tests/test_containertraverser.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_containertraverser.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_containertraverser.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Container Traverser Tests
-
-$Id$
 """
 import unittest
 from zope.interface import Interface, implements

Modified: zope.container/branches/3.11/src/zope/container/tests/test_directory.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_directory.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_directory.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """FS-based directory implementation tests for containers
-
-$Id$
 """
 
 import doctest

Modified: zope.container/branches/3.11/src/zope/container/tests/test_find.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_find.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_find.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Find functionality tests
-
-$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.container.interfaces import IReadContainer

Modified: zope.container/branches/3.11/src/zope/container/tests/test_icontainer.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_icontainer.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_icontainer.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test the IContainer interface.
-
-$Id$
 """
 from unittest import TestCase, main, makeSuite
 

Modified: zope.container/branches/3.11/src/zope/container/tests/test_ordered.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_ordered.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_ordered.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test the OrderedContainer.
-
-$Id$
 """
 import unittest
 from doctest import DocTestSuite

Modified: zope.container/branches/3.11/src/zope/container/tests/test_size.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/tests/test_size.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/tests/test_size.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test container ISized adapter.
-
-$Id$
 """
 import unittest
 

Modified: zope.container/branches/3.11/src/zope/container/traversal.py
===================================================================
--- zope.container/branches/3.11/src/zope/container/traversal.py	2011-03-10 17:55:16 UTC (rev 120852)
+++ zope.container/branches/3.11/src/zope/container/traversal.py	2011-03-10 18:40:00 UTC (rev 120853)
@@ -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,
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Traversal components for containers
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 



More information about the checkins mailing list