More removal of $Id$ tags
[citadel.git] / citadel / modules / imap / serv_imap.c
index eca6f3c7fdc80df87df4b6602d50be9b9426bbec..a7c3cb1956f3898b20dd3b9f9cbab342490c5615 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * IMAP server for the Citadel system
  * Copyright (C) 2000-2009 by Art Cancro and others.
  * This code is released under the terms of the GNU General Public License.
@@ -1749,5 +1747,5 @@ CTDL_MODULE_INIT(imap)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "imap";
 }