More removal of $Id$ tags
[citadel.git] / citadel / modules / dspam / serv_dspam.c
index 7d5e4f0cbb77563515a2bdb22a5280ae8dbb2216..1f1349a17127115836e995e1d3f843d9b2c54c96 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module glues libDSpam to the Citadel server in order to implement
  * DSPAM Spamchecking 
  *
@@ -240,7 +238,7 @@ void serv_dspam_shutdown (void)
 
 CTDL_MODULE_INIT(dspam)
 {
-       return "$Id$" "disabled.";
+       return "disabled.";
        if (!threading)
        {
 #ifdef HAVE_LIBDSPAM
@@ -261,6 +259,6 @@ CTDL_MODULE_INIT(dspam)
        }
        
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "dspam";
 }