]> granicus.if.org Git - neomutt/commitdiff
Add the original fetchmail copyright notice.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 14 Mar 2000 07:43:47 +0000 (07:43 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 14 Mar 2000 07:43:47 +0000 (07:43 +0000)
base64.c

index daf9cb3fba61143b8a408c501f582ca48c3c33f4..228a927e57666f631c7d61d3bf928276148ebb26 100644 (file)
--- a/base64.c
+++ b/base64.c
  * 
  *     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 <brendan@kublai.com>.
+ * 
+ * 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"