diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 09:53:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-19 09:53:33 +0000 |
commit | e236a1c99be21ab2f4b508e535573a847df64a4d (patch) | |
tree | 5865a81a65286d5f90723a9bedac594a177e2a91 /docs/LICENSE-MIXING | |
parent | a2f3094eb0b988c2b415db30a28473777db468d1 (diff) |
corrected factual mistake about BSD license in the krb4.c code
Diffstat (limited to 'docs/LICENSE-MIXING')
-rw-r--r-- | docs/LICENSE-MIXING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LICENSE-MIXING b/docs/LICENSE-MIXING index 796d3f728..0cf8a89e7 100644 --- a/docs/LICENSE-MIXING +++ b/docs/LICENSE-MIXING @@ -56,9 +56,9 @@ krb4 While nothing in particular says that a Kerberos4 library must use any particular license, the one I've tried and used successfully so far - (kth-krb4) is Original BSD-licensed with the announcement clause. Some - of the code in libcurl that is written to deal with Kerberos4 likewise - have such a license. + (kth-krb4) is partly Original BSD-licensed with the announcement + clause. Some of the code in libcurl that is written to deal with + Kerberos4 is Modified BSD-licensed. MIT Kerberos http://web.mit.edu/kerberos/www/dist/ |