More removal of $Id$ tags
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index e1e02ae544b0caf6c73704ec66cb2675e51d1422..f697f3570022c35048a13ed9f69110e56e7c417b 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$ 
- *
  * This module implements iCalendar object processing and the Calendar>
  * room on a Citadel server.  It handles iCalendar objects using the
  * iTIP protocol.  See RFCs 2445 and 2446.
@@ -2599,5 +2597,5 @@ CTDL_MODULE_INIT(calendar)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "calendar";
 }