[Zodb-checkins] CVS: Zope3/src/zodb/code/tests - test_patch.py:1.6 atestmodule.py:1.5 _pmtest.py:1.3

Jeremy Hylton jeremy at zope.com
Fri Apr 25 16:29:17 EDT 2003


Update of /cvs-repository/Zope3/src/zodb/code/tests
In directory cvs.zope.org:/tmp/cvs-serv22051/src/zodb/code/tests

Modified Files:
	test_patch.py atestmodule.py _pmtest.py 
Log Message:
Add missing copyright notices.


=== Zope3/src/zodb/code/tests/test_patch.py 1.5 => 1.6 ===
--- Zope3/src/zodb/code/tests/test_patch.py:1.5	Thu Mar 13 13:48:57 2003
+++ Zope3/src/zodb/code/tests/test_patch.py	Fri Apr 25 15:28:46 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.
+#
+##############################################################################
 from zodb.code.patch import NameFinder, convert
 from zodb.code.tests import atestmodule
 


=== Zope3/src/zodb/code/tests/atestmodule.py 1.4 => 1.5 ===
--- Zope3/src/zodb/code/tests/atestmodule.py:1.4	Tue Jan 28 14:23:44 2003
+++ Zope3/src/zodb/code/tests/atestmodule.py	Fri Apr 25 15:28:46 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.
+#
+##############################################################################
 """A module used to test persistent module patching."""
 
 from zodb.utils import *


=== Zope3/src/zodb/code/tests/_pmtest.py 1.2 => 1.3 ===
--- Zope3/src/zodb/code/tests/_pmtest.py:1.2	Wed Dec 25 09:12:18 2002
+++ Zope3/src/zodb/code/tests/_pmtest.py	Fri Apr 25 15:28:46 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.
+#
+##############################################################################
 """A simple module"""
 
 # XXX why aren't modules pickleable?




More information about the Zodb-checkins mailing list