[Zodb-checkins] CVS: StandaloneZODB/ZODB - UndoLogCompatible.py:1.3.96.2
Jeremy Hylton
jeremy@zope.com
Fri, 30 Nov 2001 12:43:32 -0500
Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29943
Modified Files:
Tag: StandaloneZODB-1_0-branch
UndoLogCompatible.py
Log Message:
Merge changes from the trunk.
The primary change is the way the copyright notice is formatted.
=== StandaloneZODB/ZODB/UndoLogCompatible.py 1.3.96.1 => 1.3.96.2 ===
+##############################################################################
#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+#
# This software is subject to the provisions of the Zope Public License,
-# Version 1.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.
+# 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
+#
+##############################################################################
+"""Provide backward compatability with storages that have undoLog, but not undoInfo."""
"""backwards compatibility for storages that have undoLog but not undoInfo."""