From: Thomas Roessler Date: Tue, 14 Mar 2000 07:43:47 +0000 (+0000) Subject: Add the original fetchmail copyright notice. X-Git-Tag: mutt-1-1-10-rel~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1700381e2d051afa528557fbe403e3ece53a247;p=mutt Add the original fetchmail copyright notice. --- diff --git a/base64.c b/base64.c index daf9cb3f..228a927e 100644 --- a/base64.c +++ b/base64.c @@ -13,15 +13,31 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111, USA. + * */ -/* Base64 handling elsewhere in mutt should be modified to call these - * routines. These routines were written because IMAP's AUTHENTICATE - * protocol required them, and base64 handling elsewhere wasn't - * sufficiently generic. */ +/* + * Base64 handling elsewhere in mutt should be modified to call + * these routines. These routines were written because IMAP's + * AUTHENTICATE protocol required them, and base64 handling + * elsewhere wasn't sufficiently generic. + * + */ -/* This code is heavily modified from fetchmail (also GPL'd, of course) */ +/* + * This code is heavily modified from fetchmail (also GPL'd, of + * course) by Brendan Cully . + * + * Original copyright notice: + * + * The code in the fetchmail distribution is Copyright 1997 by Eric + * S. Raymond. Portions are also copyrighted by Carl Harris, 1993 + * and 1995. Copyright retained for the purpose of protecting free + * redistribution of source. + * + */ #include "mutt.h" #include "mime.h"