More removal of $Id$ tags
[citadel.git] / citadel / modules / checkpoint / serv_checkpoint.c
index edc26a906a07e552851e104afe8a3e2870823625..0b36b086cd6c9025e0715a4f5ed40b4e25c55f8a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * checkpointing module for the database
  *
  * Copyright (c) 1987-2009 by the citadel.org team
@@ -86,5 +84,5 @@ CTDL_MODULE_INIT(checkpoint) {
                CtdlThreadCreate ("checkpoint", CTDLTHREAD_BIGSTACK, checkpoint_thread, NULL);
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "checkpoint";
 }