More removal of $Id$ tags
[citadel.git] / citadel / modules / clamav / serv_virus.c
index ab77f1865d3b1c95875074aa187b9059f153abd4..e31638aee42a5935d4f67b2b754537eae6afe9af 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module allows Citadel to use clamd to filter incoming messages
  * arriving via SMTP.  For more information on clamd, visit
  * http://clamav.net (the ClamAV project is not in any way
@@ -204,5 +202,5 @@ CTDL_MODULE_INIT(virus)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "virus";
 }