[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/plonetesting/ Add copyright boilerplate

Wolfgang Schnerring wosc at wosc.de
Tue Dec 28 03:28:20 EST 2010


Log message for revision 119171:
  Add copyright boilerplate
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py
  U   gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/isolation.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py	2010-12-28 08:24:54 UTC (rev 119170)
+++ gocept.selenium/trunk/src/gocept/selenium/plonetesting/__init__.py	2010-12-28 08:28:20 UTC (rev 119171)
@@ -1,9 +1,21 @@
-import selenium
+#############################################################################
+#
+# Copyright (c) 2010 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 plone.testing import Layer
 from plone.testing.z2 import ZSERVER_FIXTURE
-
 import gocept.selenium.selenese
+import selenium
 
 
 class Selenium(Layer):
@@ -27,4 +39,5 @@
         super(Selenium, self).tearDown()
         self.selenium.stop()
 
+
 SELENIUM = Selenium()

Modified: gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/isolation.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/isolation.py	2010-12-28 08:24:54 UTC (rev 119170)
+++ gocept.selenium/trunk/src/gocept/selenium/plonetesting/tests/isolation.py	2010-12-28 08:28:20 UTC (rev 119171)
@@ -1,3 +1,17 @@
+#############################################################################
+#
+# Copyright (c) 2010 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.configuration import xmlconfig
 
 from plone.testing import Layer



More information about the checkins mailing list