Update of /cvsroot/cvs-syncmail/syncmail
In directory usw-pr-cvs1:/tmp/cvs-serv5419
Modified Files:
syncmail
Log Message:
Add a copyright notice and a pointer to the LICENSE file. I really
don't want to include the whole LICENSE file as a comment in this
file.
Index: syncmail
===================================================================
RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- syncmail 7 Nov 2002 15:02:10 -0000 1.22
+++ syncmail 8 Nov 2002 22:01:36 -0000 1.23
@@ -1,5 +1,9 @@
#! /usr/bin/python
+# Copyright (c) 2002, Barry Warsaw, Fred Drake, and contributors
+# All rights reserved.
+# See the accompanying LICENSE file for details.
+
# NOTE: Until SourceForge installs a modern version of Python on the cvs
# servers, this script MUST be compatible with Python 1.5.2.
|