[Zope3-checkins] CVS: Zope3/src/zope/proxy/tests - test_proxy.py:1.5
Steve Alexander
steve@cat-box.net
Wed, 9 Apr 2003 08:50:31 -0400
Update of /cvs-repository/Zope3/src/zope/proxy/tests
In directory cvs.zope.org:/tmp/cvs-serv28581/src/zope/proxy/tests
Modified Files:
test_proxy.py
Log Message:
added standard zpl header
=== Zope3/src/zope/proxy/tests/test_proxy.py 1.4 => 1.5 ===
--- Zope3/src/zope/proxy/tests/test_proxy.py:1.4 Tue Apr 1 11:31:30 2003
+++ Zope3/src/zope/proxy/tests/test_proxy.py Wed Apr 9 08:50:31 2003
@@ -1,3 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2003 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 base proxy class.
+
+$Id$
+"""
import pickle
import unittest