[Zope-Checkins] CVS: Zope3/src/persistent - TimeStamp.c:1.5
Scott Pascoe
manager at planneditsolutions.com
Mon May 3 16:17:58 EDT 2004
Update of /cvs-repository/Zope3/src/persistent
In directory cvs.zope.org:/tmp/cvs-serv4134/src/persistent
Modified Files:
TimeStamp.c
Log Message:
Spring Cleaning, Added CVS id tag to docstring
=== Zope3/src/persistent/TimeStamp.c 1.4 => 1.5 ===
--- Zope3/src/persistent/TimeStamp.c:1.4 Fri Nov 28 11:44:55 2003
+++ Zope3/src/persistent/TimeStamp.c Mon May 3 16:17:57 2004
@@ -1,6 +1,7 @@
/*****************************************************************************
- Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+ Copyright (c) 2001, 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.
@@ -18,7 +19,10 @@
PyObject *TimeStamp_FromString(const char *);
static char TimeStampModule_doc[] =
-"A 64-bit TimeStamp used as a ZODB serial number.\n";
+"A 64-bit TimeStamp used as a ZODB serial number.\n"
+"\n"
+"$Id$\n";
+
typedef struct {
PyObject_HEAD
More information about the Zope-Checkins
mailing list