[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/ Fix detritus left over from zope.repositorypolicy's fixup.

Tres Seaver tseaver at palladion.com
Wed Apr 7 11:37:24 EDT 2010


Log message for revision 110582:
  Fix detritus left over from zope.repositorypolicy's fixup.

Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.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/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

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/Extensions/basic_auth.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/PropertiedUser.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/UserPropertySheet.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/__init__.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/__init__.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/authservice.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/propertysheets.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/request.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/permissions.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/BasePlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/CookieAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DomainAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/InlineAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/LocalRolePlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/RequestTypeSniffer.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ScriptablePlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/SessionAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBGroupManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBRoleManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/ZODBUserManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/__init__.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/exportimport.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2005 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/__init__.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/helpers.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001-2008 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001-2008 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001-2008 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001-2008 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_doctests.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/tests/test_exportimport.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2005 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/__init__.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/conformance.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/pastc.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_Caching.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_MoreCaching.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PluggableAuthService.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_PropertiedUser.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserFolder.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_UserPropertySheet.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_exportimport.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2005 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/test_utils.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/tests/utils.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2006 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py	2010-04-07 15:04:20 UTC (rev 110581)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/utils.py	2010-04-07 15:37:24 UTC (rev 110582)
@@ -1,7 +1,6 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Foundation and Contributors
-# Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this



More information about the checkins mailing list