[Checkins] SVN: z3 reindent code; copyright holder changed

Nikolay Kim fafhrd91 at gmail.com
Tue Aug 11 06:27:44 EDT 2009


Log message for revision 102668:
  reindent code; copyright holder changed

Changed:
  U   z3c.recipe.autoinclude/trunk/bootstrap.py
  U   z3c.recipe.autoinclude/trunk/setup.py
  U   z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/dependency.py
  U   z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/include.py
  U   z3ext.formatter/trunk/CHANGES.txt
  U   z3ext.formatter/trunk/bootstrap.py
  U   z3ext.formatter/trunk/setup.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/config.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/dformatter.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/dtformatter.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/expression.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/fancydatetime.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/humandatetime.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/interfaces.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po
  U   z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po
  U   z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po
  U   z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot
  U   z3ext.formatter/trunk/src/z3ext/formatter/tests.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/utils.py
  U   z3ext.formatter/trunk/src/z3ext/formatter/vocabulary.py
  U   z3ext.pathindex/trunk/bootstrap.py
  U   z3ext.pathindex/trunk/setup.py
  U   z3ext.pathindex/trunk/src/z3ext/pathindex/index.py
  U   z3ext.pathindex/trunk/src/z3ext/pathindex/interfaces.py
  U   z3ext.pathindex/trunk/src/z3ext/pathindex/tests.py
  U   z3ext.permissionsmap/trunk/CHANGES.txt
  U   z3ext.permissionsmap/trunk/bootstrap.py
  U   z3ext.permissionsmap/trunk/setup.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/interfaces.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/manager.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/permissionsmap.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/support.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/tests.py
  U   z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/zcml.py
  U   z3ext.preferences/trunk/CHANGES.txt
  U   z3ext.preferences/trunk/bootstrap.py
  U   z3ext.preferences/trunk/setup.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/breadcrumb.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/group.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/index.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/interfaces.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/navigation.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/browser/preferences.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/interfaces.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/locales/nl/LC_MESSAGES/z3ext.preferences.po
  U   z3ext.preferences/trunk/src/z3ext/preferences/locales/ru/LC_MESSAGES/z3ext.preferences.po
  U   z3ext.preferences/trunk/src/z3ext/preferences/locales/z3ext.preferences.pot
  U   z3ext.preferences/trunk/src/z3ext/preferences/preference.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/preferencetype.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/publisher.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/roles.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/root.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/storage.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/tests/interfaces.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/tests/tests.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/utils.py
  U   z3ext.preferences/trunk/src/z3ext/preferences/zcml.py
  U   z3ext.security/trunk/bootstrap.py
  U   z3ext.security/trunk/setup.py
  U   z3ext.security/trunk/src/z3ext/security/grantinfo.py
  U   z3ext.security/trunk/src/z3ext/security/groups.py
  U   z3ext.security/trunk/src/z3ext/security/interfaces.py
  U   z3ext.security/trunk/src/z3ext/security/securitypolicy.py
  U   z3ext.security/trunk/src/z3ext/security/tests.py
  U   z3ext.security/trunk/src/z3ext/security/utils.py

-=-
Modified: z3c.recipe.autoinclude/trunk/bootstrap.py
===================================================================
--- z3c.recipe.autoinclude/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3c.recipe.autoinclude/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 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,
@@ -51,9 +51,9 @@
 
 if is_jython:
     import subprocess
-    
-    assert subprocess.Popen([sys.executable] + ['-c', quote(cmd), '-mqNxd', 
-           quote(tmpeggs), 'zc.buildout'], 
+
+    assert subprocess.Popen([sys.executable] + ['-c', quote(cmd), '-mqNxd',
+           quote(tmpeggs), 'zc.buildout'],
            env=dict(os.environ,
                PYTHONPATH=
                ws.find(pkg_resources.Requirement.parse('setuptools')).location

Modified: z3c.recipe.autoinclude/trunk/setup.py
===================================================================
--- z3c.recipe.autoinclude/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3c.recipe.autoinclude/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -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,
@@ -50,9 +50,9 @@
       package_dir = {'':'src'},
       namespace_packages=['z3c', 'z3c.recipe'],
       zip_safe = True,
-      install_requires = ['setuptools', 
+      install_requires = ['setuptools',
                           'zc.buildout',
-			  'zc.recipe.egg',
+                          'zc.recipe.egg',
                           ],
       entry_points = {
         'zc.buildout': [

Modified: z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/dependency.py
===================================================================
--- z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/dependency.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/dependency.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -28,7 +28,7 @@
 
     def includableInfo(self, zcml_to_look_for, seen=None):
         result = dict([(key, []) for key in zcml_to_look_for])
-        
+
         if seen is None:
             seen = set()
 

Modified: z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/include.py
===================================================================
--- z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/include.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3c.recipe.autoinclude/trunk/src/z3c/recipe/autoinclude/include.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -66,7 +66,7 @@
             ['<include package="%s" file="meta.zcml" />\n'%pkg for pkg in meta])
 
         overrides = ''.join(
-            ['<includeOverrides package="%s" file="overrides.zcml" />\n'%pkg 
+            ['<includeOverrides package="%s" file="overrides.zcml" />\n'%pkg
              for pkg in overrides])
 
         exclude = ''.join(

Modified: z3ext.formatter/trunk/CHANGES.txt
===================================================================
--- z3ext.formatter/trunk/CHANGES.txt	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/CHANGES.txt	2009-08-11 10:27:43 UTC (rev 102668)
@@ -2,12 +2,14 @@
 CHANGES
 =======
 
-1.4.0 (Unreleased)
+1.4.0 (2009-08-11)
 ------------------
 
 - Predefine date,time,datetime formats, do not use locale formats
 
+- Copyright holder changed
 
+
 1.3.0 (2009-07-05)
 ------------------
 

Modified: z3ext.formatter/trunk/bootstrap.py
===================================================================
--- z3ext.formatter/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 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: z3ext.formatter/trunk/setup.py
===================================================================
--- z3ext.formatter/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/config.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/config.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/config.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/dformatter.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/dformatter.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/dformatter.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/dtformatter.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/dtformatter.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/dtformatter.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/expression.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/expression.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/expression.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/fancydatetime.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/fancydatetime.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/fancydatetime.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/humandatetime.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/humandatetime.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/humandatetime.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/interfaces.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ###############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ###############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ###############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.formatter/trunk/src/z3ext/formatter/tests.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/tests.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/tests.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/utils.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/utils.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/utils.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.formatter/trunk/src/z3ext/formatter/vocabulary.py
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/vocabulary.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.formatter/trunk/src/z3ext/formatter/vocabulary.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.pathindex/trunk/bootstrap.py
===================================================================
--- z3ext.pathindex/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.pathindex/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 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: z3ext.pathindex/trunk/setup.py
===================================================================
--- z3ext.pathindex/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.pathindex/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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,
@@ -55,10 +55,10 @@
       install_requires = ['setuptools',
                           'zope.component',
                           'zope.interface',
-			  'zope.traversing',
+                          'zope.traversing',
                           'zope.app.intid',
                           'zope.app.catalog',
-			  'zc.catalog',
+                          'zc.catalog',
                           ],
      extras_require = dict(test=['ZODB3',
                                  'zope.app.testing',

Modified: z3ext.pathindex/trunk/src/z3ext/pathindex/index.py
===================================================================
--- z3ext.pathindex/trunk/src/z3ext/pathindex/index.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.pathindex/trunk/src/z3ext/pathindex/index.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.pathindex/trunk/src/z3ext/pathindex/interfaces.py
===================================================================
--- z3ext.pathindex/trunk/src/z3ext/pathindex/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.pathindex/trunk/src/z3ext/pathindex/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.pathindex/trunk/src/z3ext/pathindex/tests.py
===================================================================
--- z3ext.pathindex/trunk/src/z3ext/pathindex/tests.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.pathindex/trunk/src/z3ext/pathindex/tests.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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,
@@ -44,7 +44,7 @@
         return self
 
     database_name = 'ConnectionStub'
-    
+
     def add(self, ob):
         ob._p_jar = self
         ob._p_oid = self.next

Modified: z3ext.permissionsmap/trunk/CHANGES.txt
===================================================================
--- z3ext.permissionsmap/trunk/CHANGES.txt	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/CHANGES.txt	2009-08-11 10:27:43 UTC (rev 102668)
@@ -2,12 +2,14 @@
 CHANGES
 =======
 
-1.2.3 (Unreleased)
+1.3.0 (2009-08-11)
 ------------------
 
 - Do not register named utility for default content permissions
 
+- Copyright holder changed
 
+
 1.2.2 (2009-04-30)
 ------------------
 

Modified: z3ext.permissionsmap/trunk/bootstrap.py
===================================================================
--- z3ext.permissionsmap/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 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: z3ext.permissionsmap/trunk/setup.py
===================================================================
--- z3ext.permissionsmap/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/interfaces.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/manager.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/manager.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/manager.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/permissionsmap.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/permissionsmap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/permissionsmap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/support.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/support.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/support.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/tests.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/tests.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/tests.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/zcml.py
===================================================================
--- z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/zcml.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.permissionsmap/trunk/src/z3ext/permissionsmap/zcml.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/CHANGES.txt
===================================================================
--- z3ext.preferences/trunk/CHANGES.txt	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/CHANGES.txt	2009-08-11 10:27:43 UTC (rev 102668)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.5.0 (Unreleased)
+------------------
+
+- Copyright holder changed
+
+
 1.4.9 (2009-07-05)
 ------------------
 

Modified: z3ext.preferences/trunk/bootstrap.py
===================================================================
--- z3ext.preferences/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -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: z3ext.preferences/trunk/setup.py
===================================================================
--- z3ext.preferences/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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,
@@ -84,7 +84,7 @@
                                   'zope.testing',
                                   'zope.testbrowser',
                                   'zope.app.zcmlfiles',
-				  'z3ext.autoinclude',
+                                  'z3ext.autoinclude',
                                   ]),
       include_package_data = True,
       zip_safe = False

Modified: z3ext.preferences/trunk/src/z3ext/preferences/browser/breadcrumb.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/breadcrumb.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/breadcrumb.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 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: z3ext.preferences/trunk/src/z3ext/preferences/browser/group.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/group.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/group.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/browser/index.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/index.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/index.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/browser/interfaces.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/src/z3ext/preferences/browser/navigation.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/navigation.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/navigation.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/browser/preferences.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/browser/preferences.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/browser/preferences.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/interfaces.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/locales/nl/LC_MESSAGES/z3ext.preferences.po
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/locales/nl/LC_MESSAGES/z3ext.preferences.po	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/locales/nl/LC_MESSAGES/z3ext.preferences.po	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 # #############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.preferences/trunk/src/z3ext/preferences/locales/ru/LC_MESSAGES/z3ext.preferences.po
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/locales/ru/LC_MESSAGES/z3ext.preferences.po	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/locales/ru/LC_MESSAGES/z3ext.preferences.po	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 # #############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.preferences/trunk/src/z3ext/preferences/locales/z3ext.preferences.pot
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/locales/z3ext.preferences.pot	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/locales/z3ext.preferences.pot	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2003-2004 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: z3ext.preferences/trunk/src/z3ext/preferences/preference.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/preference.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/preference.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/preferencetype.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/preferencetype.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/preferencetype.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/publisher.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/publisher.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/publisher.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/src/z3ext/preferences/roles.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/roles.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/roles.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/src/z3ext/preferences/root.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/root.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/root.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/storage.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/storage.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/storage.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/src/z3ext/preferences/tests/interfaces.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/tests/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/tests/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.preferences/trunk/src/z3ext/preferences/tests/tests.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/tests/tests.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/tests/tests.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 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: z3ext.preferences/trunk/src/z3ext/preferences/utils.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/utils.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/utils.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.preferences/trunk/src/z3ext/preferences/zcml.py
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/zcml.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.preferences/trunk/src/z3ext/preferences/zcml.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2008 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: z3ext.security/trunk/bootstrap.py
===================================================================
--- z3ext.security/trunk/bootstrap.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/bootstrap.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 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: z3ext.security/trunk/setup.py
===================================================================
--- z3ext.security/trunk/setup.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/setup.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/grantinfo.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/grantinfo.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/grantinfo.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/groups.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/groups.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/groups.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/interfaces.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/interfaces.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/interfaces.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/securitypolicy.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/securitypolicy.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/securitypolicy.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/tests.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/tests.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/tests.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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: z3ext.security/trunk/src/z3ext/security/utils.py
===================================================================
--- z3ext.security/trunk/src/z3ext/security/utils.py	2009-08-11 09:43:08 UTC (rev 102667)
+++ z3ext.security/trunk/src/z3ext/security/utils.py	2009-08-11 10:27:43 UTC (rev 102668)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 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,



More information about the Checkins mailing list