[Zodb-checkins] CVS: ZODB3/ZODB - fsdump.py:1.3.72.4

Guido van Rossum guido at python.org
Fri Jun 13 13:02:57 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv13439

Modified Files:
      Tag: ZODB3-3_1-branch
	fsdump.py 
Log Message:
Add copyright notice.


=== ZODB3/ZODB/fsdump.py 1.3.72.3 => 1.3.72.4 ===
--- ZODB3/ZODB/fsdump.py:1.3.72.3	Thu May 22 11:31:01 2003
+++ ZODB3/ZODB/fsdump.py	Fri Jun 13 12:02:57 2003
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# (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
+#
+##############################################################################
 from ZODB.FileStorage import FileIterator
 from ZODB.TimeStamp import TimeStamp
 from ZODB.utils import U64




More information about the Zodb-checkins mailing list