[Zope3-checkins] CVS: Zope3/src/pythonlib/compat22 - _csv.c:1.5

Scott Pascoe manager at planneditsolutions.com
Mon May 3 16:20:49 EDT 2004


Update of /cvs-repository/Zope3/src/pythonlib/compat22
In directory cvs.zope.org:/tmp/cvs-serv4721/src/pythonlib/compat22

Modified Files:
	_csv.c 
Log Message:
Spring Cleaning, Added ZPL and CVS id tag


=== Zope3/src/pythonlib/compat22/_csv.c 1.4 => 1.5 ===
--- Zope3/src/pythonlib/compat22/_csv.c:1.4	Thu Sep 18 08:25:23 2003
+++ Zope3/src/pythonlib/compat22/_csv.c	Mon May  3 16:20:45 2004
@@ -1,6 +1,20 @@
-/* csv module */
+/*############################################################################
+#
+# Copyright (c) 2004 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.
+#
+############################################################################*/
 
-/*
+#define _CSV_C "$Id$\n"
+
+/* csv module
 
 This module provides the low-level underpinnings of a CSV reading/writing
 module.  Users should not use this module directly, but import the csv.py




More information about the Zope3-Checkins mailing list