[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration/tests - BaseTestDirectivesXML.py:1.3

R. David Murray bitz@bitdance.com
Wed, 6 Nov 2002 17:35:43 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv12215

Modified Files:
	BaseTestDirectivesXML.py 
Log Message:
Add missing copyright.


=== Zope3/lib/python/Zope/Configuration/tests/BaseTestDirectivesXML.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Configuration/tests/BaseTestDirectivesXML.py:1.2	Wed Nov  6 17:30:22 2002
+++ Zope3/lib/python/Zope/Configuration/tests/BaseTestDirectivesXML.py	Wed Nov  6 17:35:42 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2001, 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.
+#
+##############################################################################
 """Tests of the XML parsing machinery
 
 This mixin passes a series of sets of configuration directives
@@ -9,6 +22,8 @@
 
 These tests test only the capabilities of the meta-directives
 implemented by the bootstrap versions.
+
+$Id$
 """
 
 from cStringIO import StringIO