[Checkins] SVN: z3c.unconfigure/trunk/src/z3c/unconfigure/ license headers

Philipp von Weitershausen philikon at philikon.de
Wed Aug 6 04:25:25 EDT 2008


Log message for revision 89425:
  license headers
  

Changed:
  U   z3c.unconfigure/trunk/src/z3c/unconfigure/config.py
  U   z3c.unconfigure/trunk/src/z3c/unconfigure/testing.py
  U   z3c.unconfigure/trunk/src/z3c/unconfigure/tests.py

-=-
Modified: z3c.unconfigure/trunk/src/z3c/unconfigure/config.py
===================================================================
--- z3c.unconfigure/trunk/src/z3c/unconfigure/config.py	2008-08-06 08:20:32 UTC (rev 89424)
+++ z3c.unconfigure/trunk/src/z3c/unconfigure/config.py	2008-08-06 08:25:24 UTC (rev 89425)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
+"""The 'unconfigure' grouping directive
+"""
 from zope.configuration.zopeconfigure import ZopeConfigure
 
 class Unconfigure(ZopeConfigure):

Modified: z3c.unconfigure/trunk/src/z3c/unconfigure/testing.py
===================================================================
--- z3c.unconfigure/trunk/src/z3c/unconfigure/testing.py	2008-08-06 08:20:32 UTC (rev 89424)
+++ z3c.unconfigure/trunk/src/z3c/unconfigure/testing.py	2008-08-06 08:25:24 UTC (rev 89425)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
+"""Test fixtures
+"""
 from zope.interface import Interface
 from zope.schema import Text
 

Modified: z3c.unconfigure/trunk/src/z3c/unconfigure/tests.py
===================================================================
--- z3c.unconfigure/trunk/src/z3c/unconfigure/tests.py	2008-08-06 08:20:32 UTC (rev 89424)
+++ z3c.unconfigure/trunk/src/z3c/unconfigure/tests.py	2008-08-06 08:25:24 UTC (rev 89425)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
+"""Tests
+"""
 import zope.testing.cleanup
 from zope.testing import doctest
 from zope.configuration import config



More information about the Checkins mailing list