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

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


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

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


=== Products/PluginRegistry/interfaces/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluginRegistry/interfaces/__init__.py:1.1.1.1	Wed Apr 28 15:19:54 2004
+++ Products/PluginRegistry/interfaces/__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 interface declarations
 
 $Id$


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




More information about the Zope-CVS mailing list