[Zope3-checkins] CVS: Zope3/src/zope/app/contentdirective/tests - exampleclass.py:1.4

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


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

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


=== Zope3/src/zope/app/contentdirective/tests/exampleclass.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/contentdirective/tests/exampleclass.py:1.3	Fri Mar 21 16:03:41 2003
+++ Zope3/src/zope/app/contentdirective/tests/exampleclass.py	Fri Apr 25 15:28:44 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
 
 class ExampleClass: