aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-04 03:02:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-04 03:02:39 +0000
commit340d75a72dd329f97460919eff53e766d54b298e (patch)
tree2d3af08d7022a7dd74fa945a369d5e0e39b14196
parent33cb75c83198f228451e9a235f17254922ea5a1d (diff)
downloadfetchmail-340d75a72dd329f97460919eff53e766d54b298e.tar.gz
fetchmail-340d75a72dd329f97460919eff53e766d54b298e.tar.bz2
fetchmail-340d75a72dd329f97460919eff53e766d54b298e.zip
Add comment on MD5 license.
svn path=/trunk/; revision=1298
-rw-r--r--COPYING3
-rw-r--r--NEWS1
2 files changed, 4 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index a2e40c63..a234e13b 100644
--- a/COPYING
+++ b/COPYING
@@ -2,6 +2,9 @@ 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.
+The MD5 support is copyright by RSA Data Security, Inc. See the header
+comment of the md5.c module for license terms.
+
NO-VIRUS CLAUSE
The intent of this license is to protect free redistribution and reuse of the
diff --git a/NEWS b/NEWS
index 6d93a06a..a8e3e000 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@
fetchmail-4.1.3 ()
* Autoconfigure cortrectly for systems that lack inet_aton().
* Better failure reporting on SMTP connect failures.
+* Autoconfigure the MD5 support for 64-bit machines.
fetchmail-4.1.2 (Wed Sep 3 18:44:58 EDT 1997)
* Fixed a bonehead bug in RCPT TO name generation introduced in 4.1.1.