]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/netfilter/serv_netfilter.c
Removed references to Subversion in the code
[citadel.git] / citadel / modules / netfilter / serv_netfilter.c
index a32a0e06c539ff8e5411404dc4119b9513448433..a75576948f99c53abf65ce0173f5b9d3f486079a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- * 
  * A server-side module for Citadel designed to filter idiots off the network.
  * 
  * Copyright (c) 2002-2009 by the citadel.org team
@@ -124,6 +122,6 @@ CTDL_MODULE_INIT(netfilter)
                CtdlRegisterNetprocHook(filter_the_idiots);
        }
        
-       /* return our Subversion id for the Log */
-       return "$Id$";
+       /* return our module name for the log */
+       return "netfilter";
 }