[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests - test_interfaceservice.py:1.3

Jeremy Hylton jeremy@zope.com
Fri, 25 Apr 2003 15:29:15 -0400


Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv22051/src/zope/app/component/tests

Modified Files:
	test_interfaceservice.py 
Log Message:
Add missing copyright notices.


=== Zope3/src/zope/app/component/tests/test_interfaceservice.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/component/tests/test_interfaceservice.py:1.2	Wed Dec 25 09:12:46 2002
+++ Zope3/src/zope/app/component/tests/test_interfaceservice.py	Fri Apr 25 15:28:45 2003
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2003 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.
+#
+##############################################################################
 from zope.interface import Interface
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.testing.cleanup import CleanUp