[Zodb-checkins] CVS: ZEO - setup.py:1.1.2.2 test.py:1.1.2.3
Jeremy Hylton
jeremy@zope.com
Tue, 21 May 2002 16:06:02 -0400
Update of /cvs-repository/ZEO
In directory cvs.zope.org:/tmp/cvs-serv6126
Modified Files:
Tag: ZEO2-branch
setup.py test.py
Log Message:
Add licenses
=== ZEO/setup.py 1.1.2.1 => 1.1.2.2 ===
+#
+# 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
+#
+##############################################################################
from distutils.core import setup
packages = ['ZEO', 'ZEO.zrpc', 'ZEO.tests']
=== ZEO/test.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
+#
+##############################################################################
"""Test harness for ZEO
usage: python test.py [options] [modulepath] [testcase]