[Zope-CVS] CVS: Products/PluggableAuthService/tests - __init__.py:1.2 conformance.py:1.2 test_PluggableAuthService.py:1.2 test_PropertiedUser.py:1.2 test_UserPropertySheet.py:1.2

Zachery Bir zbir at urbanape.com
Wed Apr 28 15:58:54 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/tests
In directory cvs.zope.org:/tmp/cvs-serv24068/tests

Modified Files:
	__init__.py conformance.py test_PluggableAuthService.py 
	test_PropertiedUser.py test_UserPropertySheet.py 
Log Message:
Added ZPL to all modules



=== Products/PluggableAuthService/tests/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/tests/__init__.py:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/tests/__init__.py	Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# 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
+# 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
+#
+##############################################################################
 """ PluggableAuthService unit tests
 
 $Id$


=== Products/PluggableAuthService/tests/conformance.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/tests/conformance.py:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/tests/conformance.py	Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# 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
+# 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
+#
+##############################################################################
 """ Base classes for testing plugin interface conformance.
 
 $Id$


=== Products/PluggableAuthService/tests/test_PluggableAuthService.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/tests/test_PluggableAuthService.py:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/tests/test_PluggableAuthService.py	Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# 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
+# 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
 
 from Acquisition import Implicit, aq_base, aq_parent


=== Products/PluggableAuthService/tests/test_PropertiedUser.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/tests/test_PropertiedUser.py:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/tests/test_PropertiedUser.py	Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# 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
+# 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
 
 from Acquisition import Implicit


=== Products/PluggableAuthService/tests/test_UserPropertySheet.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/tests/test_UserPropertySheet.py:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/tests/test_UserPropertySheet.py	Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights
+# 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
+# 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
 from DateTime.DateTime import DateTime
 




More information about the Zope-CVS mailing list