More removal of $Id$ tags
[citadel.git] / citadel / modules / inetcfg / serv_inetcfg.c
index 051aae3bcb024e3619daa6bdb0a2e164d0b142ce..1e74c1df624173df4f4450c6597e6713301d1a76 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * This module handles the loading/saving and maintenance of the
  * system's Internet configuration.  It's not an optional component; I
  * wrote it as a module merely to keep things as clean and loosely coupled
@@ -198,6 +196,6 @@ CTDL_MODULE_INIT(inetcfg)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "inetcfg";
 }