diff --git a/TemporaryStorage.py b/TemporaryStorage.py index 5de90da..2c1c702 100644 --- a/TemporaryStorage.py +++ b/TemporaryStorage.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. +# Copyright (c) 2002 Zope Foundation and Contributors. # # 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. diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e67bcb6 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,15 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation 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. +# +############################################################################## + +# This file is needed to make this a package.