* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / base64.c
index ff69e32188619c4fda76f31ab98a0e8a8de4d298..53965bd438e7af08af81deda8624c50e9a7c98ba 100644 (file)
@@ -1,18 +1,11 @@
 /*
-
-          Encode or decode file as MIME base64 (RFC 1341)
-
-                           by John Walker
-                      http://www.fourmilab.ch/
-
-               This program is in the public domain.
-
-Revision date: 11th August 1997
-
-Modified slightly for the Citadel/UX system, June 1999
-http://uncnsrd.mt-kisco.ny.us/citadel
-
-*/
+ * $Id$
+ *
+ * Encode or decode file as MIME base64 (RFC 1341)
+ * Public domain by John Walker, August 11 1997
+ * Modified slightly for the Citadel/UX system, June 1999
+ *
+ */
 
 
 #include <stdio.h>