More removal of $Id$ tags
[citadel.git] / citadel / modules / autocompletion / serv_autocompletion.c
index 28cc0bec457bbd5d2dc8b30070e7f89bc17941ec..9c1c97991fda592e54d95ec0b3f6d78c4cf3951c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Autocompletion of email recipients, etc.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
@@ -230,5 +228,5 @@ CTDL_MODULE_INIT(autocompletion) {
                CtdlRegisterProtoHook(cmd_auto, "AUTO", "Do recipient autocompletion");
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "autocompletion";
 }