Remove $Id$ tags from most of webcit
[citadel.git] / webcit / ical_dezonify.c
index ea4b53ece8d458b3291684373343db7dbee054f9..c890129d068447f1f3d9a4a6d7736e60c17b6c7a 100644 (file)
@@ -1,13 +1,10 @@
 /* 
- * $Id$ 
- * 
  * Function to go through an ical component set and convert all non-UTC
  * date/time properties to UTC.  It also strips out any VTIMEZONE
  * subcomponents afterwards, because they're irrelevant.
  *
  * Everything here will work on both a fully encapsulated VCALENDAR component
  * or any type of subcomponent.
- *
  */
 
 #include "webcit.h"