[Checkins] SVN: zope.fanstatic/trunk/src/zope/fanstatic/ Conform to repository policy.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jan 19 09:55:09 EST 2011


Log message for revision 119711:
  Conform to repository policy.

Changed:
  U   zope.fanstatic/trunk/src/zope/fanstatic/interfaces.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/testing.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/tests/test_computeurl.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/tests/tests.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/tests/view.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/zcml.py
  U   zope.fanstatic/trunk/src/zope/fanstatic/zopesupport.py

-=-
Modified: zope.fanstatic/trunk/src/zope/fanstatic/interfaces.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/interfaces.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/interfaces.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 zope.interface import Interface
 
 class ISetupZopeFanstatic(Interface):

Modified: zope.fanstatic/trunk/src/zope/fanstatic/testing.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/testing.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/testing.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 zope.app.wsgi.testlayer import BrowserLayer
 import fanstatic
 

Modified: zope.fanstatic/trunk/src/zope/fanstatic/tests/test_computeurl.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/tests/test_computeurl.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/tests/test_computeurl.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,5 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 zope.interface import Interface
 from zope.component import getMultiAdapter
 from zope.publisher.browser import TestRequest
 from zope.traversing.interfaces import ITraversable

Modified: zope.fanstatic/trunk/src/zope/fanstatic/tests/tests.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/tests/tests.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/tests/tests.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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
 

Modified: zope.fanstatic/trunk/src/zope/fanstatic/tests/view.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/tests/view.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/tests/view.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 fanstatic import Library, Resource
 from fanstatic import get_needed
 

Modified: zope.fanstatic/trunk/src/zope/fanstatic/zcml.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/zcml.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/zcml.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 zope.interface import Interface
 from zope import component
 from zope.publisher.interfaces.browser import IBrowserRequest

Modified: zope.fanstatic/trunk/src/zope/fanstatic/zopesupport.py
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/zopesupport.py	2011-01-19 14:51:01 UTC (rev 119710)
+++ zope.fanstatic/trunk/src/zope/fanstatic/zopesupport.py	2011-01-19 14:55:09 UTC (rev 119711)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2011 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 zope.interface import implements
 from zope.component import adapter
 from zope.publisher.interfaces import IEndRequestEvent



More information about the checkins mailing list