[Zope-CVS] CVS: Products/PluginRegistry - PluginRegistry.py:1.2 __init__.py:1.2 utils.py:1.2

Zachery Bir zbir at urbanape.com
Wed Apr 28 15:36:49 EDT 2004


Update of /cvs-repository/Products/PluginRegistry
In directory cvs.zope.org:/tmp/cvs-serv19658

Modified Files:
	PluginRegistry.py __init__.py utils.py 
Log Message:
Added the ZPL to all modules


=== Products/PluginRegistry/PluginRegistry.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/PluginRegistry.py:1.1.1.1	Wed Apr 28 15:19:54 2004
+++ Products/PluginRegistry/PluginRegistry.py	Wed Apr 28 15:36:18 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
+#
+##############################################################################
 """ Classes: PluginRegistry
 
 $Id$


=== Products/PluginRegistry/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/__init__.py:1.1.1.1	Wed Apr 28 15:19:54 2004
+++ Products/PluginRegistry/__init__.py	Wed Apr 28 15:36:18 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 product initialization.
 
 $Id$


=== Products/PluginRegistry/utils.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/utils.py:1.1.1.1	Wed Apr 28 15:19:54 2004
+++ Products/PluginRegistry/utils.py	Wed Apr 28 15:36:18 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 os
 import unittest
 




More information about the Zope-CVS mailing list