[Zope3-checkins] CVS: Zope3/src/zope/security/tests - test_proxy.py:1.3 test_interpreter.py:1.2
Jeremy Hylton
jeremy@zope.com
Fri, 25 Apr 2003 15:29:13 -0400
Update of /cvs-repository/Zope3/src/zope/security/tests
In directory cvs.zope.org:/tmp/cvs-serv22051/src/zope/security/tests
Modified Files:
test_proxy.py test_interpreter.py
Log Message:
Add missing copyright notices.
=== Zope3/src/zope/security/tests/test_proxy.py 1.2 => 1.3 ===
--- Zope3/src/zope/security/tests/test_proxy.py:1.2 Wed Dec 25 09:15:22 2002
+++ Zope3/src/zope/security/tests/test_proxy.py Fri Apr 25 15:28:42 2003
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
import unittest
from zope.exceptions import Forbidden
from zope.security.proxy import getObject, getChecker, ProxyFactory
=== Zope3/src/zope/security/tests/test_interpreter.py 1.1 => 1.2 ===
--- Zope3/src/zope/security/tests/test_interpreter.py:1.1 Mon Dec 30 22:35:15 2002
+++ Zope3/src/zope/security/tests/test_interpreter.py Fri Apr 25 15:28:42 2003
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
import unittest
from zope.security.interpreter import RestrictedInterpreter