* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / mime_parser.c
index ecd54358ee6528eaab579da0df5f2e503e22e7c1..34decdd0211b798209210f1d6f292fe0e560108a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * mime_parser.c
+ * $Id$
  *
  * This is a really bad attempt at writing a parser to handle MIME-encoded
  * messages.
@@ -7,8 +7,6 @@
  * Copyright (c) 1998-1999 by Art Cancro
  * This code is distributed under the terms of the GNU General Public License.
  *
- * $Id$
- *
  */
 
 #include "sysdep.h"