[Zodb-checkins] CVS: Packages/ZConfig - Config.py:1.14.10.4 Context.py:1.15.10.7 Substitution.py:1.13.10.1 cfgparser.py:1.1.2.4

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


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

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

=== Packages/ZConfig/Config.py 1.14.10.3 => 1.14.10.4 ===
--- Packages/ZConfig/Config.py:1.14.10.3	Wed Dec 11 15:08:41 2002
+++ Packages/ZConfig/Config.py	Wed Dec 11 15:20:37 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
 """Configuration data structure."""
 
 import ZConfig


=== Packages/ZConfig/Context.py 1.15.10.6 => 1.15.10.7 ===
--- Packages/ZConfig/Context.py:1.15.10.6	Tue Dec 10 16:33:39 2002
+++ Packages/ZConfig/Context.py	Wed Dec 11 15:20:37 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
 """Top-level configuration handle."""
 
 import urlparse


=== Packages/ZConfig/Substitution.py 1.13 => 1.13.10.1 ===
--- Packages/ZConfig/Substitution.py:1.13	Thu Dec  5 00:17:45 2002
+++ Packages/ZConfig/Substitution.py	Wed Dec 11 15:20:37 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
 """Substitution support for ZConfig values."""
 
 import ZConfig


=== Packages/ZConfig/cfgparser.py 1.1.2.3 => 1.1.2.4 ===
--- Packages/ZConfig/cfgparser.py:1.1.2.3	Tue Dec 10 16:33:39 2002
+++ Packages/ZConfig/cfgparser.py	Wed Dec 11 15:20:37 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
 """Configuration parser."""
 
 from ZConfig import ConfigurationError, ConfigurationSyntaxError