[Zope3-checkins] CVS: Zope3/src/zope/security/examples - sandbox_security.py:1.5 sandbox.py:1.3

Jeremy Hylton jeremy@zope.com
Fri, 25 Apr 2003 15:29:14 -0400


Update of /cvs-repository/Zope3/src/zope/security/examples
In directory cvs.zope.org:/tmp/cvs-serv22051/src/zope/security/examples

Modified Files:
	sandbox_security.py sandbox.py 
Log Message:
Add missing copyright notices.


=== Zope3/src/zope/security/examples/sandbox_security.py 1.4 => 1.5 ===
--- Zope3/src/zope/security/examples/sandbox_security.py:1.4	Mon Dec 30 22:35:14 2002
+++ Zope3/src/zope/security/examples/sandbox_security.py	Fri Apr 25 15:28:43 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 sandbox
 from zope.security.interfaces import ISecurityPolicy, IChecker
 from zope.security import management, checker


=== Zope3/src/zope/security/examples/sandbox.py 1.2 => 1.3 ===
--- Zope3/src/zope/security/examples/sandbox.py:1.2	Wed Dec 25 09:15:22 2002
+++ Zope3/src/zope/security/examples/sandbox.py	Fri Apr 25 15:28:43 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 time, whrandom
 
 from zope.interface import Interface