[Zope-CVS] CVS: Products/PluginRegistry/tests - __init__.py:1.2
test_PluginRegistry.py:1.2
Zachery Bir
zbir at urbanape.com
Wed Apr 28 15:36:20 EDT 2004
Update of /cvs-repository/Products/PluginRegistry/tests
In directory cvs.zope.org:/tmp/cvs-serv19658/tests
Modified Files:
__init__.py test_PluginRegistry.py
Log Message:
Added the ZPL to all modules
=== Products/PluginRegistry/tests/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/tests/__init__.py:1.1.1.1 Wed Apr 28 15:19:54 2004
+++ Products/PluginRegistry/tests/__init__.py Wed Apr 28 15:36:19 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
+#
+##############################################################################
""" PluginRegistry unit tests
$Id$
=== Products/PluginRegistry/tests/test_PluginRegistry.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/tests/test_PluginRegistry.py:1.1.1.1 Wed Apr 28 15:19:55 2004
+++ Products/PluginRegistry/tests/test_PluginRegistry.py Wed Apr 28 15:36:19 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
+#
+##############################################################################
from OFS.Folder import Folder
from Interface import Interface
from Acquisition import Implicit
More information about the Zope-CVS
mailing list