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

Tres Seaver tseaver at palladion.com
Mon Apr 5 23:22:10 EDT 2010


Log message for revision 110542:
  Comply with repository policy.

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

-=-
Added: Products.PluggableAuthService/branches/1.6/COPYRIGHT.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/COPYRIGHT.txt	                        (rev 0)
+++ Products.PluggableAuthService/branches/1.6/COPYRIGHT.txt	2010-04-06 03:22:08 UTC (rev 110542)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Added: Products.PluggableAuthService/branches/1.6/LICENSE.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/LICENSE.txt	                        (rev 0)
+++ Products.PluggableAuthService/branches/1.6/LICENSE.txt	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/COPYRIGHT.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/COPYRIGHT.txt	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/COPYRIGHT.txt	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/Extensions/basic_auth.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/Extensions/upgrade.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/Extensions/upgrade.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/Extensions/upgrade.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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 

Deleted: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/LICENSE.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/LICENSE.txt	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/LICENSE.txt	2010-04-06 03:22:08 UTC (rev 110542)
@@ -1,54 +0,0 @@
-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/branches/1.6/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/PluggableAuthService.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/PluggableAuthService.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/PropertiedUser.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/PropertiedUser.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/UserPropertySheet.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/UserPropertySheet.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/__init__.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/__init__.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/exportimport.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/exportimport.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/interfaces/__init__.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/__init__.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/interfaces/authservice.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/authservice.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/authservice.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/plugins.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/plugins.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/interfaces/propertysheets.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/interfaces/request.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/request.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/interfaces/request.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/permissions.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/permissions.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/permissions.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/BasePlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/SessionAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/__init__.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/__init__.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/exportimport.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/exportimport.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/helpers.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_doctests.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/plugins/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/__init__.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/__init__.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/conformance.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/conformance.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/conformance.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/pastc.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/pastc.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/pastc.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_Caching.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_Caching.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_Caching.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_MoreCaching.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_UserFolder.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/test_utils.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_utils.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/test_utils.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/tests/utils.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/utils.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/tests/utils.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/utils.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/utils.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/utils.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/Products/PluggableAuthService/zcml.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/zcml.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/zcml.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/bootstrap.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/bootstrap.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/bootstrap.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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/branches/1.6/setup.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/setup.py	2010-04-06 03:20:23 UTC (rev 110541)
+++ Products.PluggableAuthService/branches/1.6/setup.py	2010-04-06 03:22:08 UTC (rev 110542)
@@ -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