[Zodb-checkins] SVN: ZODB/trunk/src/BTrees/__init__.py add ZPL now that some code lives here

Fred L. Drake, Jr. fdrake at gmail.com
Thu Apr 26 10:51:17 EDT 2007


Log message for revision 74782:
  add ZPL now that some code lives here

Changed:
  U   ZODB/trunk/src/BTrees/__init__.py

-=-
Modified: ZODB/trunk/src/BTrees/__init__.py
===================================================================
--- ZODB/trunk/src/BTrees/__init__.py	2007-04-26 14:36:13 UTC (rev 74781)
+++ ZODB/trunk/src/BTrees/__init__.py	2007-04-26 14:51:17 UTC (rev 74782)
@@ -1,3 +1,17 @@
+#############################################################################
+#
+# Copyright (c) 2007 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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 BTrees.family64
 import BTrees.family32
 



More information about the Zodb-checkins mailing list