[Zope3-checkins] CVS: Zope3/src/datetime - __init__.py:1.4 _datetime.py:1.36

Tim Peters tim.one@comcast.net
Fri, 27 Jun 2003 14:24:12 -0400


Update of /cvs-repository/Zope3/src/datetime
In directory cvs.zope.org:/tmp/cvs-serv28046/src/datetime

Modified Files:
	__init__.py _datetime.py 
Log Message:
Adding a ZPL license notice.


=== Zope3/src/datetime/__init__.py 1.3 => 1.4 ===
--- Zope3/src/datetime/__init__.py:1.3	Wed Jan  8 15:18:23 2003
+++ Zope3/src/datetime/__init__.py	Fri Jun 27 14:24:11 2003
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2002, 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.
+#
+##############################################################################
 # Python datetime prototype.
 
 # This package contains the prototype datetime Python module whose C


=== Zope3/src/datetime/_datetime.py 1.35 => 1.36 ===
--- Zope3/src/datetime/_datetime.py:1.35	Fri Jun  6 14:17:06 2003
+++ Zope3/src/datetime/_datetime.py	Fri Jun 27 14:24:11 2003
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2002, 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.
+#
+##############################################################################
+
 """Concrete date/time and related types -- prototype implemented in Python.
 
 See http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage