Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / genstamp.c
index cbf89d4488c0364ab792a98cbb00d2dd1e5f9449..eb594119ab01eb8fc1f6adeb229aa1d6c2e15603 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Function to generate RFC822-compliant textual time/date stamp
- *
  */
 
 #include "sysdep.h"
@@ -91,4 +88,3 @@ void datestring(char *buf, size_t n, time_t xtime, int which_format) {
 
        }
 }
-