Removed some $Id$ tags in libcitadel
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 21:04:15 +0000 (17:04 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 21:04:15 +0000 (17:04 -0400)
libcitadel/lib/libcitadel.c
libcitadel/lib/mime_parser.c
libcitadel/lib/vnote.c

index 1d83ca5f13956c938593a706879d7ebf7add1477..7028a5d87a4b3921ef94d26a5f37c2225db33c76 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Id$
- *
+ * Main stuff for libcitadel
  */
 
 #include <stdlib.h>
@@ -18,7 +17,7 @@
 
 extern int BaseStrBufSize;
 char *libcitadel_version_string(void) {
-       return "$Id$";
+       return "libcitadel(unnumbered)";
 }
 
 int libcitadel_version_number(void) {
index 765188c011bbe03a08459947ba64059e1c799cac..8f6a0bef90580605704cd4be1507e48cab154b61 100644 (file)
@@ -1,9 +1,7 @@
 /*
- * $Id$
- *
  * This is the MIME parser for Citadel.
  *
- * Copyright (c) 1998-2007 by the citadel.org development team.
+ * Copyright (c) 1998-2010 by the citadel.org development team.
  * This code is distributed under the GNU General Public License v3.
  *
  */
index b476ccbfa6f60cc5213a5d32d847c650bfa5d285..614efd3d76c1389a47bfc1ced3110fe299e0d844 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * vNote implementation for Citadel
  *
  * Copyright (C) 1999-2007 by the citadel.org development team.