[Zodb-checkins] CVS: Packages/ZConfig/tests - runtests.py:1.1.40.1

Fred L. Drake, Jr. fred@zope.com
Wed, 11 Dec 2002 15:20:39 -0500


Update of /cvs-repository/Packages/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv22149/tests

Modified Files:
      Tag: zconfig-schema-devel-branch
	runtests.py 
Log Message:
Add missing ZPL boilerplate to Python files.

=== Packages/ZConfig/tests/runtests.py 1.1 => 1.1.40.1 ===
--- Packages/ZConfig/tests/runtests.py:1.1	Thu Oct 10 11:13:08 2002
+++ Packages/ZConfig/tests/runtests.py	Wed Dec 11 15:20:37 2002
@@ -1,4 +1,17 @@
 #! /usr/bin/env python
+##############################################################################
+#
+# 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.
+#
+##############################################################################
 """Script to run all the regression tests for the ZConfig package."""
 
 import os