More removal of $Id$ tags
[citadel.git] / citadel / modules / managesieve / serv_managesieve.c
index e963781046295cdbd863e6d1b97e2693b486a745..2f67d2f6f02b54061addb931861035aa13b0e79f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module is an managesieve implementation for the Citadel system.
  * It is compliant with all of the following:
  *
@@ -614,7 +612,7 @@ CTDL_MODULE_INIT(managesieve)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "managesieve";
 }