[Zope-CVS] CVS: Products/ZCTextIndex - HTMLSplitter.py:1.6

Guido van Rossum guido@python.org
Mon, 20 May 2002 12:24:22 -0400


Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv15968

Modified Files:
	HTMLSplitter.py 
Log Message:
Add Zope Copyright notice.


=== Products/ZCTextIndex/HTMLSplitter.py 1.5 => 1.6 ===
+#
+# Copyright (c) 2002 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 Products.ZCTextIndex.ISplitter import ISplitter
 
 import re