[Zodb-checkins] CVS: ZEO/ZEO/tests - CommitLockTests.py:1.1.2.4 ThreadTests.py:1.1.2.3

Jeremy Hylton jeremy@zope.com
Tue, 21 May 2002 16:06:02 -0400


Update of /cvs-repository/ZEO/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6126/ZEO/tests

Modified Files:
      Tag: ZEO2-branch
	CommitLockTests.py ThreadTests.py 
Log Message:
Add licenses





=== ZEO/ZEO/tests/CommitLockTests.py 1.1.2.3 => 1.1.2.4 ===
+#
+# Copyright (c) 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
+# 
+##############################################################################
 """Tests of the distributed commit lock."""
 
 import threading


=== ZEO/ZEO/tests/ThreadTests.py 1.1.2.2 => 1.1.2.3 ===
+#
+# Copyright (c) 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
+# 
+##############################################################################
 """Compromising positions involving threads."""
 
 import threading