diff options
-rw-r--r-- | copyright | 42 |
1 files changed, 41 insertions, 1 deletions
@@ -1,15 +1,55 @@ Upstream Source =============== +In General +---------- + +LibTomCrypt is licensed under DUAL licensing terms. + +Choose and use the license of your needs. + +[LICENSE #1] + LibTomCrypt is public domain. As should all quality software be. Tom St Denis +[/LICENSE #1] + +[LICENSE #2] + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + +[/LICENSE #2] + +src/hashes/blake2*.c +-------------------- + +Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. You may use this under the +terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at +your option. The terms of these licenses can be found at: + +- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 +- OpenSSL license : https://www.openssl.org/source/license.html +- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + Distribution Packaging ====================== -Copyright (C) 2014 Patrick "P. J." McDermott +Copyright (C) 2014 Patrick McDermott These files may be reproduced, distributed, modified, and otherwise dealt in under the terms of the Expat License. |