[Zope-Checkins] CVS: Zope3 - stupid_build.py:1.1.2.6.4.1 test.py:1.1.2.6.4.1 ut.py:1.1.2.6.4.1 z3.py:1.1.2.27.2.1 contentObjects.zcml:NONE
Gary Poster
garyposter@earthlink.net
Tue, 2 Apr 2002 21:02:41 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv22457
Modified Files:
Tag: gary-pre_create_views-branch
stupid_build.py test.py ut.py z3.py
Removed Files:
Tag: gary-pre_create_views-branch
contentObjects.zcml
Log Message:
license check; merge with current Zope-3x branch; small updates
=== Zope3/stupid_build.py 1.1.2.6 => 1.1.2.6.4.1 ===
+#
+# Copyright (c) 2001, 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.
+#
+##############################################################################
"""
Really stupid in-place builder for C extensions that are linked in to Zope 3.
=== Zope3/test.py 1.1.2.6 => 1.1.2.6.4.1 ===
+#
+# Copyright (c) 2001, 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.py [-bdvvL] [modfilter [testfilter]]
=== Zope3/ut.py 1.1.2.6 => 1.1.2.6.4.1 ===
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
=== Zope3/z3.py 1.1.2.27 => 1.1.2.27.2.1 ===
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
=== Removed File Zope3/contentObjects.zcml ===