From: Christophe Oosterlynck Date: Mon, 10 Nov 2008 09:01:19 +0000 (+0100) Subject: License includes hash functions X-Git-Url: https://repo.or.cz/w/python-cryptoplus.git/commitdiff_plain/4e51c2b5e643e3ab7393e8307a293c547d5547c3 License includes hash functions --- diff --git a/LICENSE b/LICENSE index 993c5f5..c643561 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,15 @@ Used implementations of others are distributed under their respective license available in the source: - pyblowfish.py, pyDes.py, pyserpent.py, pytwofish.py, rijndael.py - - pyblowfish.py is being redistributed under the Artistic License - + Ciphers: + pyblowfish.py, pyDes.py, pyserpent.py, pytwofish.py, rijndael.py + + - pyblowfish.py is being redistributed under the Artistic License + + Hash functions: + pypbkdf2.py, pywhirlpool.py + using pypy license: pysha.py, pysha224.py, pysha256.py, pysha384.py, + pysha512.py, pymd5.py + All the rest is licensed under the MIT License: # =============================================================================