[Zope-CVS] CVS: Products/FileCacheManager/tests - __init__.py:1.2
testFileCacheManager.py:1.5
Jens Vagelpohl
jens at dataflake.org
Fri Aug 13 08:53:50 EDT 2004
Update of /cvs-repository/Products/FileCacheManager/tests
In directory cvs.zope.org:/tmp/cvs-serv25032/tests
Modified Files:
__init__.py testFileCacheManager.py
Log Message:
- Put under ZPL 2.1
=== Products/FileCacheManager/tests/__init__.py 1.1.1.1 => 1.2 ===
--- Products/FileCacheManager/tests/__init__.py:1.1.1.1 Sun Mar 21 19:15:32 2004
+++ Products/FileCacheManager/tests/__init__.py Fri Aug 13 08:53:50 2004
@@ -0,0 +1,13 @@
+##############################################################################
+#
+# Copyright (c) 2004 Chris McDonough, Paul Winkler, Jens Vagelpohl and
+# Contributors. All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.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.
+#
+##############################################################################
=== Products/FileCacheManager/tests/testFileCacheManager.py 1.4 => 1.5 ===
--- Products/FileCacheManager/tests/testFileCacheManager.py:1.4 Fri Aug 13 07:33:19 2004
+++ Products/FileCacheManager/tests/testFileCacheManager.py Fri Aug 13 08:53:50 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2004 Chris McDonough, Paul Winkler, Jens Vagelpohl and
+# Contributors. All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.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 os, unittest, warnings
import random
from ZPublisher.Iterators import filestream_iterator
More information about the Zope-CVS
mailing list