[Zodb-checkins] CVS: ZODB3/zdaemon - zdaemon.py:1.24
Guido van Rossum
guido@python.org
Mon, 25 Nov 2002 12:54:45 -0500
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv25263
Modified Files:
zdaemon.py
Log Message:
Add copyright notice. Remove initial blank line from docstring.
=== ZODB3/zdaemon/zdaemon.py 1.23 => 1.24 ===
--- ZODB3/zdaemon/zdaemon.py:1.23 Mon Nov 25 10:03:59 2002
+++ ZODB3/zdaemon/zdaemon.py Mon Nov 25 12:54:45 2002
@@ -1,7 +1,18 @@
#! /usr/bin/env python
-
-"""
-zdaemon -- run an application as a daemon.
+##############################################################################
+#
+# 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
+#
+##############################################################################
+"""zdaemon -- run an application as a daemon.
Usage: python zdaemon.py [zdaemon-options] program [program-arguments]
Or: python zdaemon.py -c [command]