More removal of $Id$ tags
[citadel.git] / citadel / modules / notes / serv_notes.c
index 436559a58953245000ef8f50fe4e50f0cb824907..e1e6b81cc39e60e764fe45f0f693587b1c32d478 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Handles functions related to yellow sticky notes.
  *
  * Copyright (c) 2007-2009 by the citadel.org team
@@ -185,5 +183,5 @@ CTDL_MODULE_INIT(notes)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "notes";
 }