[Checkins] SVN: Products.PluggableAuthService/trunk/ Comply with repository policy.

Tres Seaver tseaver at palladion.com
Mon Apr 5 23:20:24 EDT 2010


Log message for revision 110541:
  Comply with repository policy.

Changed:
  A   Products.PluggableAuthService/trunk/COPYRIGHT.txt
  A   Products.PluggableAuthService/trunk/LICENSE.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/COPYRIGHT.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/upgrade.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/exportimport.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/zcml.py
  U   Products.PluggableAuthService/trunk/bootstrap.py
  U   Products.PluggableAuthService/trunk/setup.py

-=-
Added: Products.PluggableAuthService/trunk/COPYRIGHT.txt
===================================================================
--- Products.PluggableAuthService/trunk/COPYRIGHT.txt	                        (rev 0)
+++ Products.PluggableAuthService/trunk/COPYRIGHT.txt	2010-04-06 03:20:23 UTC (rev 110541)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Added: Products.PluggableAuthService/trunk/LICENSE.txt
===================================================================
--- Products.PluggableAuthService/trunk/LICENSE.txt	                        (rev 0)
+++ Products.PluggableAuthService/trunk/LICENSE.txt	2010-04-06 03:20:23 UTC (rev 110541)
@@ -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: Products.PluggableAuthService/trunk/Products/PluggableAuthService/COPYRIGHT.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/COPYRIGHT.txt	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/COPYRIGHT.txt	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2006 Zope Corporation (TM) and Contributors.
+Copyright (c) 2004-2006 Zope Foundation and Contributors.
 All Rights Reserved.
 
 This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/upgrade.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/upgrade.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/upgrade.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation. All Rights Reserved.
+# Copyright (c) 2004 Zope Foundation and Contributors.
 #
 # This software is subject to the provisions of the Zope Visible Source 
 # License, Version 1.0 (ZVSL).  A copy of the ZVSL should accompany this 

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/exportimport.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005 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: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2005 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2008 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001-2008 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2008 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001-2008 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2008 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001-2008 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001-2008 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001-2008 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2005 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2005 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2006 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# Copyright (c) 2001 Zope Foundation and Contributors
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/zcml.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/zcml.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/zcml.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2007 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: Products.PluggableAuthService/trunk/bootstrap.py
===================================================================
--- Products.PluggableAuthService/trunk/bootstrap.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/bootstrap.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -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: Products.PluggableAuthService/trunk/setup.py
===================================================================
--- Products.PluggableAuthService/trunk/setup.py	2010-04-06 03:18:52 UTC (rev 110540)
+++ Products.PluggableAuthService/trunk/setup.py	2010-04-06 03:20:23 UTC (rev 110541)
@@ -33,7 +33,7 @@
                 "Authentication/Directory",
         ],
       keywords='web application server zope zope2',
-      author="Zope Corporation and contributors",
+      author="Zope Foundation and Contributors",
       author_email="zope-cmf at zope.org",
       url="http://pypi.python.org/pypi/Products.PluggableAuthService",
       license="ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)",



More information about the checkins mailing list