X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fbase64.c;h=53965bd438e7af08af81deda8624c50e9a7c98ba;hb=83875cf99a93ec708989894477f3880cf4579630;hp=ff69e32188619c4fda76f31ab98a0e8a8de4d298;hpb=4fd426be85d2d1328742bafc2c7005aa114a5074;p=citadel.git diff --git a/citadel/base64.c b/citadel/base64.c index ff69e3218..53965bd43 100644 --- a/citadel/base64.c +++ b/citadel/base64.c @@ -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