[Checkins] SVN: PluggableAuthService/branches/shh-authentication-caching/tests/ Added ZPL copyright headers to new files.

Stefan H. Holek stefan at epy.co.at
Mon Aug 14 14:25:52 EDT 2006


Log message for revision 69491:
  Added ZPL copyright headers to new files.
  

Changed:
  U   PluggableAuthService/branches/shh-authentication-caching/tests/pastc.py
  U   PluggableAuthService/branches/shh-authentication-caching/tests/test_MoreCaching.py
  U   PluggableAuthService/branches/shh-authentication-caching/tests/test_UserFolder.py
  U   PluggableAuthService/branches/shh-authentication-caching/tests/test_utils.py

-=-
Modified: PluggableAuthService/branches/shh-authentication-caching/tests/pastc.py
===================================================================
--- PluggableAuthService/branches/shh-authentication-caching/tests/pastc.py	2006-08-14 18:21:57 UTC (rev 69490)
+++ PluggableAuthService/branches/shh-authentication-caching/tests/pastc.py	2006-08-14 18:25:51 UTC (rev 69491)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# 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
+# distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
 
 from Testing import ZopeTestCase
 

Modified: PluggableAuthService/branches/shh-authentication-caching/tests/test_MoreCaching.py
===================================================================
--- PluggableAuthService/branches/shh-authentication-caching/tests/test_MoreCaching.py	2006-08-14 18:21:57 UTC (rev 69490)
+++ PluggableAuthService/branches/shh-authentication-caching/tests/test_MoreCaching.py	2006-08-14 18:25:51 UTC (rev 69491)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# 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
+# distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
 
 from AccessControl.Permissions import view as View
 

Modified: PluggableAuthService/branches/shh-authentication-caching/tests/test_UserFolder.py
===================================================================
--- PluggableAuthService/branches/shh-authentication-caching/tests/test_UserFolder.py	2006-08-14 18:21:57 UTC (rev 69490)
+++ PluggableAuthService/branches/shh-authentication-caching/tests/test_UserFolder.py	2006-08-14 18:25:51 UTC (rev 69491)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# 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
+# distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
 
 import os, sys, base64, unittest
 

Modified: PluggableAuthService/branches/shh-authentication-caching/tests/test_utils.py
===================================================================
--- PluggableAuthService/branches/shh-authentication-caching/tests/test_utils.py	2006-08-14 18:21:57 UTC (rev 69490)
+++ PluggableAuthService/branches/shh-authentication-caching/tests/test_utils.py	2006-08-14 18:25:51 UTC (rev 69491)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation and Contributors. All Rights
+# 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
+# distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
 
 import unittest
 



More information about the Checkins mailing list