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

Tres Seaver tseaver at palladion.com
Wed Apr 7 12:39:28 EDT 2010


Log message for revision 110600:
  Conform to repository policy.

Changed:
  U   RestrictedPython/trunk/bootstrap.py
  U   RestrictedPython/trunk/setup.py
  U   RestrictedPython/trunk/src/RestrictedPython/Eval.py
  U   RestrictedPython/trunk/src/RestrictedPython/Guards.py
  U   RestrictedPython/trunk/src/RestrictedPython/Limits.py
  U   RestrictedPython/trunk/src/RestrictedPython/MutatingWalker.py
  U   RestrictedPython/trunk/src/RestrictedPython/PrintCollector.py
  U   RestrictedPython/trunk/src/RestrictedPython/RCompile.py
  U   RestrictedPython/trunk/src/RestrictedPython/RestrictionMutator.py
  U   RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py
  U   RestrictedPython/trunk/src/RestrictedPython/Utilities.py
  U   RestrictedPython/trunk/src/RestrictedPython/__init__.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/testCompile.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/testREADME.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/testUtiliities.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/verify.py

-=-
Modified: RestrictedPython/trunk/bootstrap.py
===================================================================
--- RestrictedPython/trunk/bootstrap.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/bootstrap.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/setup.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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,
@@ -27,7 +27,7 @@
       license='ZPL 2.1',
       description='RestrictedPython provides a restricted execution '
       'environment for Python, e.g. for running untrusted code.',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope3-dev at zope.org',
       long_description=(read('src', 'RestrictedPython', 'README.txt')
                         + '\n' +

Modified: RestrictedPython/trunk/src/RestrictedPython/Eval.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/Eval.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/Eval.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/Guards.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/Guards.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/Guards.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/Limits.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/Limits.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/Limits.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/MutatingWalker.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/MutatingWalker.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/MutatingWalker.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/PrintCollector.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/PrintCollector.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/PrintCollector.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/RCompile.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/RCompile.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/RCompile.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/RestrictionMutator.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/RestrictionMutator.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/RestrictionMutator.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/Utilities.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/Utilities.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/Utilities.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/__init__.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/__init__.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/__init__.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -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: RestrictedPython/trunk/src/RestrictedPython/tests/testCompile.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/testCompile.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/testCompile.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/testREADME.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/testREADME.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/testREADME.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Corporation and Contributors.
+# Copyright (c) 2007 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/testUtiliities.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/testUtiliities.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/testUtiliities.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2009 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/verify.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/verify.py	2010-04-07 16:39:21 UTC (rev 110599)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/verify.py	2010-04-07 16:39:28 UTC (rev 110600)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2003 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.



More information about the checkins mailing list