Removed the 'ascmonths' global declaration from libCitadel.
[citadel.git] / libcitadel / lib / mime_parser.c
index 33fc854f74d55084d23b59464eb69fa3e5ee05b2..2b14d7129d9b1f8c79389af76104a42edc369e6c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This is the MIME parser for Citadel.
  *
- * Copyright (c) 1998-2007 by Art Cancro
+ * Copyright (c) 1998-2007 by the citadel.org development team.
  * This code is distributed under the GNU General Public License v3.
  *
  */
@@ -20,7 +20,6 @@
 
 #include "libcitadel.h"
 
-
 void extract_key(char *target, char *source, char *key)
 {
        char *ptr;