]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/pop3client/serv_pop3client.c
More removal of $Id$ tags
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 4250cc446ac67486dcf95ca75573538d646b901c..c6b349c6ce9468fc12a71da9b986d0bd775ef763 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Consolidate mail from remote POP3 accounts.
  *
  * Copyright (c) 2007-2009 by the citadel.org team
@@ -363,5 +361,5 @@ CTDL_MODULE_INIT(pop3client)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "pop3client";
 }