[Zope3-checkins] CVS: Zope3/src/BTrees - _fsBTree.c:1.9

Scott Pascoe manager at planneditsolutions.com
Fri Apr 30 21:15:47 EDT 2004


Update of /cvs-repository/Zope3/src/BTrees
In directory cvs.zope.org:/tmp/cvs-serv18816/src/BTrees

Modified Files:
	_fsBTree.c 
Log Message:
Spring Cleaning, Add ZPL


=== Zope3/src/BTrees/_fsBTree.c 1.8 => 1.9 ===
--- Zope3/src/BTrees/_fsBTree.c:1.8	Fri Nov 28 11:44:44 2003
+++ Zope3/src/BTrees/_fsBTree.c	Fri Apr 30 21:15:45 2004
@@ -1,3 +1,19 @@
+/*############################################################################
+#
+# Copyright (c) 2004 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.
+#
+############################################################################*/
+
+#define MASTER_ID "$Id$\n"
+
 /* fsBTree - FileStorage index BTree
 
    This BTree implements a mapping from 2-character strings
@@ -11,8 +27,6 @@
 typedef unsigned char char6[6];
 
 /* Setup template macros */
-
-#define MASTER_ID "$Id$\n"
 
 #define PERSISTENT
 




More information about the Zope3-Checkins mailing list