[Checkins] SVN: grokcore.resource/trunk/src/grokcore/resource/ Add ZPL headers.

Jan-Jaap Driessen cvs-admin at zope.org
Mon May 14 18:50:14 UTC 2012


Log message for revision 125868:
  Add ZPL headers.

Changed:
  U   grokcore.resource/trunk/src/grokcore/resource/__init__.py
  U   grokcore.resource/trunk/src/grokcore/resource/directives.py
  U   grokcore.resource/trunk/src/grokcore/resource/event.py
  U   grokcore.resource/trunk/src/grokcore/resource/interfaces.py
  U   grokcore.resource/trunk/src/grokcore/resource/testing.py
  U   grokcore.resource/trunk/src/grokcore/resource/tests/fixtures.py
  U   grokcore.resource/trunk/src/grokcore/resource/tests/test_doctest.py
  U   grokcore.resource/trunk/src/grokcore/resource/tests/test_functional.py

-=-
Modified: grokcore.resource/trunk/src/grokcore/resource/__init__.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/__init__.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/__init__.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 from grokcore.resource.directives import resources

Modified: grokcore.resource/trunk/src/grokcore/resource/directives.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/directives.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/directives.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import zope.interface
 import zope.interface.declarations
 import martian

Modified: grokcore.resource/trunk/src/grokcore/resource/event.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/event.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/event.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import zope.component
 import zope.app.publication.interfaces
 import grokcore.component

Modified: grokcore.resource/trunk/src/grokcore/resource/interfaces.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/interfaces.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/interfaces.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
+
 import zope.interface
 
 class IResourcesIncluder(zope.interface.Interface):

Modified: grokcore.resource/trunk/src/grokcore/resource/testing.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/testing.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/testing.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import fanstatic
 import zope.app.wsgi.testlayer
 import grokcore.resource

Modified: grokcore.resource/trunk/src/grokcore/resource/tests/fixtures.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/tests/fixtures.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/tests/fixtures.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import grok
 import zope.interface
 import grokcore.layout

Modified: grokcore.resource/trunk/src/grokcore/resource/tests/test_doctest.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/tests/test_doctest.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/tests/test_doctest.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import unittest
 import doctest
 import grokcore.resource.testing

Modified: grokcore.resource/trunk/src/grokcore/resource/tests/test_functional.py
===================================================================
--- grokcore.resource/trunk/src/grokcore/resource/tests/test_functional.py	2012-05-14 18:47:18 UTC (rev 125867)
+++ grokcore.resource/trunk/src/grokcore/resource/tests/test_functional.py	2012-05-14 18:50:11 UTC (rev 125868)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation 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.
+#
+##############################################################################
 import unittest
 from grokcore.resource.testing import browser_layer
 



More information about the checkins mailing list