[Zope3-checkins] CVS: Zope3/src/transaction - txn.py:1.6 manager.py:1.9
Jeremy Hylton
jeremy@zope.com
Fri, 25 Apr 2003 15:28:48 -0400
Update of /cvs-repository/Zope3/src/transaction
In directory cvs.zope.org:/tmp/cvs-serv22051/src/transaction
Modified Files:
txn.py manager.py
Log Message:
Add missing copyright notices.
=== Zope3/src/transaction/txn.py 1.5 => 1.6 ===
--- Zope3/src/transaction/txn.py:1.5 Fri Mar 7 18:37:37 2003
+++ Zope3/src/transaction/txn.py Fri Apr 25 15:28:47 2003
@@ -1,5 +1,16 @@
-# XXX The fact that this module has the same name as the package makes
-# explicit imports impossible elsewhere. Pick a new name?
+##############################################################################
+#
+# 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.
+#
+##############################################################################
__metaclass__ = type
=== Zope3/src/transaction/manager.py 1.8 => 1.9 ===
--- Zope3/src/transaction/manager.py:1.8 Thu Mar 20 12:25:54 2003
+++ Zope3/src/transaction/manager.py Fri Apr 25 15:28:47 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 logging
import sys