[Checkins] SVN: zope.security/trunk/ Conform to repository policy.

Tres Seaver tseaver at palladion.com
Wed May 5 15:21:20 EDT 2010


Log message for revision 112046:
  Conform to repository policy.

Changed:
  A   zope.security/trunk/COPYRIGHT.txt
  A   zope.security/trunk/LICENSE.txt
  U   zope.security/trunk/setup.py
  U   zope.security/trunk/src/zope/security/__init__.py
  U   zope.security/trunk/src/zope/security/_definitions.py
  U   zope.security/trunk/src/zope/security/_proxy.c
  U   zope.security/trunk/src/zope/security/_zope_security_checker.c
  U   zope.security/trunk/src/zope/security/adapter.py
  U   zope.security/trunk/src/zope/security/checker.py
  U   zope.security/trunk/src/zope/security/decorator.py
  U   zope.security/trunk/src/zope/security/examples/sandbox.py
  U   zope.security/trunk/src/zope/security/examples/sandbox_security.py
  U   zope.security/trunk/src/zope/security/i18n.py
  U   zope.security/trunk/src/zope/security/interfaces.py
  U   zope.security/trunk/src/zope/security/management.py
  U   zope.security/trunk/src/zope/security/metaconfigure.py
  U   zope.security/trunk/src/zope/security/metadirectives.py
  U   zope.security/trunk/src/zope/security/permission.py
  U   zope.security/trunk/src/zope/security/protectclass.py
  U   zope.security/trunk/src/zope/security/proxy.py
  U   zope.security/trunk/src/zope/security/setup.py
  U   zope.security/trunk/src/zope/security/simplepolicies.py
  U   zope.security/trunk/src/zope/security/testing.py
  U   zope.security/trunk/src/zope/security/tests/adapter.py
  U   zope.security/trunk/src/zope/security/tests/components.py
  U   zope.security/trunk/src/zope/security/tests/emptymodule.py
  U   zope.security/trunk/src/zope/security/tests/exampleclass.py
  U   zope.security/trunk/src/zope/security/tests/module.py
  U   zope.security/trunk/src/zope/security/tests/modulehookup.py
  U   zope.security/trunk/src/zope/security/tests/test_adapter.py
  U   zope.security/trunk/src/zope/security/tests/test_checker.py
  U   zope.security/trunk/src/zope/security/tests/test_contentdirective.py
  U   zope.security/trunk/src/zope/security/tests/test_decorator.py
  U   zope.security/trunk/src/zope/security/tests/test_directives.py
  U   zope.security/trunk/src/zope/security/tests/test_location.py
  U   zope.security/trunk/src/zope/security/tests/test_management.py
  U   zope.security/trunk/src/zope/security/tests/test_module_directives.py
  U   zope.security/trunk/src/zope/security/tests/test_permission.py
  U   zope.security/trunk/src/zope/security/tests/test_protectclass.py
  U   zope.security/trunk/src/zope/security/tests/test_protectsubclass.py
  U   zope.security/trunk/src/zope/security/tests/test_proxy.py
  U   zope.security/trunk/src/zope/security/tests/test_set_checkers.py
  U   zope.security/trunk/src/zope/security/tests/test_simpleinteraction.py
  U   zope.security/trunk/src/zope/security/tests/test_standard_checkers.py
  U   zope.security/trunk/src/zope/security/untrustedpython/builtins.py
  U   zope.security/trunk/src/zope/security/untrustedpython/interpreter.py
  U   zope.security/trunk/src/zope/security/untrustedpython/rcompile.py
  U   zope.security/trunk/src/zope/security/untrustedpython/tests.py
  U   zope.security/trunk/src/zope/security/zcml.py

-=-
Added: zope.security/trunk/COPYRIGHT.txt
===================================================================
--- zope.security/trunk/COPYRIGHT.txt	                        (rev 0)
+++ zope.security/trunk/COPYRIGHT.txt	2010-05-05 19:21:19 UTC (rev 112046)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Added: zope.security/trunk/LICENSE.txt
===================================================================
--- zope.security/trunk/LICENSE.txt	                        (rev 0)
+++ zope.security/trunk/LICENSE.txt	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/setup.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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,
@@ -28,7 +28,7 @@
 
 setup(name='zope.security',
       version = '3.7.4dev',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Security Framework',
       long_description=(

Modified: zope.security/trunk/src/zope/security/__init__.py
===================================================================
--- zope.security/trunk/src/zope/security/__init__.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/__init__.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/_definitions.py
===================================================================
--- zope.security/trunk/src/zope/security/_definitions.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/_definitions.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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: zope.security/trunk/src/zope/security/_proxy.c
===================================================================
--- zope.security/trunk/src/zope/security/_proxy.c	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/_proxy.c	2010-05-05 19:21:19 UTC (rev 112046)
@@ -1,6 +1,6 @@
 /*****************************************************************************
 *
-* Copyright (c) 2003, 2004 Zope Corporation and Contributors.
+* Copyright (c) 2003, 2004 Zope Foundation and Contributors.
 * All Rights Reserved.
 *
 * This software is subject to the provisions of the Zope Public License,

Modified: zope.security/trunk/src/zope/security/_zope_security_checker.c
===================================================================
--- zope.security/trunk/src/zope/security/_zope_security_checker.c	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/_zope_security_checker.c	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/adapter.py
===================================================================
--- zope.security/trunk/src/zope/security/adapter.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/adapter.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/checker.py
===================================================================
--- zope.security/trunk/src/zope/security/checker.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/checker.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/decorator.py
===================================================================
--- zope.security/trunk/src/zope/security/decorator.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/decorator.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/examples/sandbox.py
===================================================================
--- zope.security/trunk/src/zope/security/examples/sandbox.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/examples/sandbox.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/examples/sandbox_security.py
===================================================================
--- zope.security/trunk/src/zope/security/examples/sandbox_security.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/examples/sandbox_security.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/i18n.py
===================================================================
--- zope.security/trunk/src/zope/security/i18n.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/i18n.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/interfaces.py
===================================================================
--- zope.security/trunk/src/zope/security/interfaces.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/interfaces.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/management.py
===================================================================
--- zope.security/trunk/src/zope/security/management.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/management.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/metaconfigure.py
===================================================================
--- zope.security/trunk/src/zope/security/metaconfigure.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/metaconfigure.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/metadirectives.py
===================================================================
--- zope.security/trunk/src/zope/security/metadirectives.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/metadirectives.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/permission.py
===================================================================
--- zope.security/trunk/src/zope/security/permission.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/permission.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/protectclass.py
===================================================================
--- zope.security/trunk/src/zope/security/protectclass.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/protectclass.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/proxy.py
===================================================================
--- zope.security/trunk/src/zope/security/proxy.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/proxy.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/setup.py
===================================================================
--- zope.security/trunk/src/zope/security/setup.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/setup.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 ##############################################################################
 #
-# 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.security/trunk/src/zope/security/simplepolicies.py
===================================================================
--- zope.security/trunk/src/zope/security/simplepolicies.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/simplepolicies.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/testing.py
===================================================================
--- zope.security/trunk/src/zope/security/testing.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/testing.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/adapter.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/adapter.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/adapter.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/components.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/components.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/components.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/emptymodule.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/emptymodule.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/emptymodule.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/exampleclass.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/exampleclass.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/exampleclass.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/module.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/module.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/module.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/modulehookup.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/modulehookup.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/modulehookup.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_adapter.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_adapter.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_adapter.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_checker.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_checker.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_checker.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_contentdirective.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_contentdirective.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_contentdirective.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_decorator.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_decorator.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_decorator.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_directives.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_directives.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_directives.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_location.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_location.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_location.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_management.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_management.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_management.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_module_directives.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_module_directives.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_module_directives.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_permission.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_permission.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_permission.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_protectclass.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_protectclass.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_protectclass.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_protectsubclass.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_protectsubclass.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_protectsubclass.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_proxy.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_proxy.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_proxy.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_set_checkers.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_set_checkers.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_set_checkers.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_simpleinteraction.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_simpleinteraction.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_simpleinteraction.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/tests/test_standard_checkers.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_standard_checkers.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/tests/test_standard_checkers.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/untrustedpython/builtins.py
===================================================================
--- zope.security/trunk/src/zope/security/untrustedpython/builtins.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/untrustedpython/builtins.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/untrustedpython/interpreter.py
===================================================================
--- zope.security/trunk/src/zope/security/untrustedpython/interpreter.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/untrustedpython/interpreter.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/untrustedpython/rcompile.py
===================================================================
--- zope.security/trunk/src/zope/security/untrustedpython/rcompile.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/untrustedpython/rcompile.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/untrustedpython/tests.py
===================================================================
--- zope.security/trunk/src/zope/security/untrustedpython/tests.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/untrustedpython/tests.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -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.security/trunk/src/zope/security/zcml.py
===================================================================
--- zope.security/trunk/src/zope/security/zcml.py	2010-05-05 19:18:59 UTC (rev 112045)
+++ zope.security/trunk/src/zope/security/zcml.py	2010-05-05 19:21:19 UTC (rev 112046)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,



More information about the checkins mailing list