[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - run.py:1.3

Chris McDonough chrism@zope.com
Sat, 19 Jul 2003 16:18:05 -0400


Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv3374

Modified Files:
	run.py 
Log Message:
Add ZPL header.


=== Zope/lib/python/Zope/Startup/run.py 1.2 => 1.3 ===
--- Zope/lib/python/Zope/Startup/run.py:1.2	Mon Jul 14 23:34:05 2003
+++ Zope/lib/python/Zope/Startup/run.py	Sat Jul 19 16:18:01 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.
+#
+##############################################################################
 
 # this function will actually start up a Zope instance
 def run():