[Zodb-checkins] CVS: StandaloneZODB/ExtensionClass/test - test_AqAlg.py:1.1.100.2
Barry Warsaw
barry@wooz.org
Fri, 8 Feb 2002 13:42:06 -0500
Update of /cvs-repository/StandaloneZODB/ExtensionClass/test
In directory cvs.zope.org:/tmp/cvs-serv7662/ExtensionClass/test
Modified Files:
Tag: StandaloneZODB-1_0-branch
test_AqAlg.py
Log Message:
Consistent copyright notices for all files which had them before. The
changes are:
1) Use ZPL 2.0 everywhere
2) Update the copyright dates to include 2002
=== StandaloneZODB/ExtensionClass/test/test_AqAlg.py 1.1.100.1 => 1.1.100.2 ===
+##############################################################################
#
+# Copyright (c) 2001, 2002 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
+#
+##############################################################################
__doc__='''Examples from the Acquisition Algebra Presentation