[Zope-CVS] CVS: Packages/SFTPGateway/bin - sftpgateway:1.3
Fred L. Drake, Jr.
fred at zope.com
Mon Jan 5 15:37:31 EST 2004
Update of /cvs-repository/Packages/SFTPGateway/bin
In directory cvs.zope.org:/tmp/cvs-serv4580
Modified Files:
sftpgateway
Log Message:
better insert the ZPL header here
=== Packages/SFTPGateway/bin/sftpgateway 1.2 => 1.3 ===
--- Packages/SFTPGateway/bin/sftpgateway:1.2 Mon Jan 5 15:36:39 2004
+++ Packages/SFTPGateway/bin/sftpgateway Mon Jan 5 15:37:30 2004
@@ -1,4 +1,17 @@
#! /usr/bin/env python2.3
+##############################################################################
+#
+# 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.
+#
+##############################################################################
import os
import sys
More information about the Zope-CVS
mailing list