More removal of $Id$ tags
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
index 50c2749016b7c28af44e7a9bfbff82f72a2cb07a..2441a0e4b786bc16cbb8df9d5d378d3a9063b0b3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * POP3 service for the Citadel system
  *
  * Copyright (c) 1998-2009 by the citadel.org team
@@ -745,5 +743,5 @@ CTDL_MODULE_INIT(pop3)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "pop3";
 }