[Zope3-checkins] CVS: Zope3/bin - zsync:1.3

Fred L. Drake, Jr. fred at zope.com
Tue Aug 12 19:13:48 EDT 2003


Update of /cvs-repository/Zope3/bin
In directory cvs.zope.org:/tmp/cvs-serv12408

Modified Files:
	zsync 
Log Message:
- add ZPL 2.0 blurb
- add CVS Id keyword


=== Zope3/bin/zsync 1.2 => 1.3 ===
--- Zope3/bin/zsync:1.2	Tue Aug 12 13:56:50 2003
+++ Zope3/bin/zsync	Tue Aug 12 18:13:44 2003
@@ -1,6 +1,21 @@
 #! /usr/bin/env python2.2
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""Command line script to drive the fssync client.
 
-"""Command line script to drive the fssync client."""
+$Id$
+"""
 
 import os
 import sys




More information about the Zope3-Checkins mailing list