SVN: PluginRegistry/trunk/ Copyright headers.
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 39897: Copyright headers. Changed: U PluginRegistry/trunk/exportimport.py U PluginRegistry/trunk/tests/test_exportimport.py -=- Modified: PluginRegistry/trunk/exportimport.py =================================================================== --- PluginRegistry/trunk/exportimport.py 2005-11-04 21:34:09 UTC (rev 39896) +++ PluginRegistry/trunk/exportimport.py 2005-11-04 21:38:03 UTC (rev 39897) @@ -1,3 +1,17 @@ +############################################################################## +# +# Copyright (c) 2005 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 +# +############################################################################## """ GenericSetup export / import support for PluginRegistry. $Id$ Modified: PluginRegistry/trunk/tests/test_exportimport.py =================================================================== --- PluginRegistry/trunk/tests/test_exportimport.py 2005-11-04 21:34:09 UTC (rev 39896) +++ PluginRegistry/trunk/tests/test_exportimport.py 2005-11-04 21:38:03 UTC (rev 39897) @@ -1,3 +1,17 @@ +############################################################################## +# +# Copyright (c) 2005 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 +# +############################################################################## """ Unit tests for GenericSetup-based export / import of PluginRegistry. $Id$ _______________________________________________ Zope-CVS maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS