Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
index 7f8e9f383dd704d287de0023d2cd03bf864d13c9..404d879e7cefbbed44c444d796a55b9686b59e16 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Bring external RSS feeds into rooms.
  *
  * Copyright (c) 2007-2010 by the citadel.org team
@@ -955,5 +953,5 @@ CTDL_MODULE_INIT(rssclient)
                CtdlThreadSchedule ("RSS Client", CTDLTHREAD_BIGSTACK, rssclient_scan, NULL, 0);
        }
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "rssclient";
 }