[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server - Adjustments.py:1.1.2.2 TaskThreads.py:1.1.2.3 chunking.py:1.1.2.2 Producers.py:NONE
Shane Hathaway
shane@digicool.com
Tue, 27 Nov 2001 16:24:43 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server
In directory cvs.zope.org:/tmp/cvs-serv609/lib/python/Zope/Server
Modified Files:
Tag: Zope-3x-branch
Adjustments.py TaskThreads.py chunking.py
Removed Files:
Tag: Zope-3x-branch
Producers.py
Log Message:
Added license texts and removed unused modules.
=== Zope3/lib/python/Zope/Server/Adjustments.py 1.1.2.1 => 1.1.2.2 ===
+#
+# 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.
from medusa.test import max_sockets
=== Zope3/lib/python/Zope/Server/TaskThreads.py 1.1.2.2 => 1.1.2.3 ===
+#
+# 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.
import sys
=== Zope3/lib/python/Zope/Server/chunking.py 1.1.2.1 => 1.1.2.2 ===
+#
+# 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.
class ChunkedReceiver:
=== Removed File Zope3/lib/python/Zope/Server/Producers.py ===