summaryrefslogtreecommitdiff
path: root/LICENSING
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2018-10-22 13:48:34 +0200
committerBjörn Esser <besser82@fedoraproject.org>2018-10-22 13:55:23 +0200
commit4964877dbf96d951b3f45b2dba97459404d1dff8 (patch)
tree822fc8f0e649351d8683191249f56bae818504e1 /LICENSING
parent323e5e097f643641f41f24969227b073470e186e (diff)
downloadlibxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.tar.gz
libxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.tar.bz2
libxcrypt-4964877dbf96d951b3f45b2dba97459404d1dff8.zip
Use md5 implementation from Alexander Peslyak.
Thus we now have a md5 implementation in the public domain.
Diffstat (limited to 'LICENSING')
-rw-r--r--LICENSING5
1 files changed, 3 insertions, 2 deletions
diff --git a/LICENSING b/LICENSING
index 31f704c..0ed22f5 100644
--- a/LICENSING
+++ b/LICENSING
@@ -13,7 +13,7 @@ source tree. For specific licensing terms consult the files themselves.
* Copyright Free Software Foundation, Inc.; LGPL (v2.1 or later):
crypt.h, crypt-obsolete.h, crypt-private.h
- alg-md5.h, alg-md5.c, crypt-md5.c,
+ crypt-md5.c,
test-crypt-badsalt.c, test-crypt-nonnull.c
* Copyright David Burren et al.; 3-clause BSD:
@@ -24,7 +24,8 @@ source tree. For specific licensing terms consult the files themselves.
crypt-sha256.c, crypt-sha512.c
* Public domain, written by Solar Designer et al.:
- alg-md4.h, alg-md4.c, crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c
+ alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c,
+ crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c
* Copyright Solar Designer, Colin Percival; 0-clause BSD:
alg-yescrypt-common.c, alg-yescrypt-platform.c