diff options
author | lloyd <[email protected]> | 2015-01-10 04:15:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-10 04:15:52 +0000 |
commit | 3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 (patch) | |
tree | e6660bee8f66909b5508c5b4f1c235bf7bdbe817 /src/lib/hash | |
parent | 832f538e603b6660644c26beb063d0ac81549746 (diff) |
Ensure all files have copyright and license info.
Update license header line to specify the terms and refer to the file,
neither of which it included before.
Diffstat (limited to 'src/lib/hash')
51 files changed, 51 insertions, 51 deletions
diff --git a/src/lib/hash/comb4p/comb4p.cpp b/src/lib/hash/comb4p/comb4p.cpp index 7abc3a3d2..194c4613e 100644 --- a/src/lib/hash/comb4p/comb4p.cpp +++ b/src/lib/hash/comb4p/comb4p.cpp @@ -2,7 +2,7 @@ * Comb4P hash combiner * (C) 2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/comb4p.h> diff --git a/src/lib/hash/comb4p/comb4p.h b/src/lib/hash/comb4p/comb4p.h index 066b6f38c..ba745aefa 100644 --- a/src/lib/hash/comb4p/comb4p.h +++ b/src/lib/hash/comb4p/comb4p.h @@ -2,7 +2,7 @@ * Comb4P hash combiner * (C) 2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_COMB4P_H__ diff --git a/src/lib/hash/gost_3411/gost_3411.cpp b/src/lib/hash/gost_3411/gost_3411.cpp index eb889c0a5..abe8adb66 100644 --- a/src/lib/hash/gost_3411/gost_3411.cpp +++ b/src/lib/hash/gost_3411/gost_3411.cpp @@ -2,7 +2,7 @@ * GOST 34.11 * (C) 2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/gost_3411.h> diff --git a/src/lib/hash/gost_3411/gost_3411.h b/src/lib/hash/gost_3411/gost_3411.h index 5437ca4d8..fb636e30e 100644 --- a/src/lib/hash/gost_3411/gost_3411.h +++ b/src/lib/hash/gost_3411/gost_3411.h @@ -2,7 +2,7 @@ * GOST 34.11 * (C) 2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_GOST_3411_H__ diff --git a/src/lib/hash/has160/has160.cpp b/src/lib/hash/has160/has160.cpp index fa14b5dca..4510ddbfc 100644 --- a/src/lib/hash/has160/has160.cpp +++ b/src/lib/hash/has160/has160.cpp @@ -2,7 +2,7 @@ * HAS-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/has160.h> diff --git a/src/lib/hash/has160/has160.h b/src/lib/hash/has160/has160.h index 9947d9580..795b244c3 100644 --- a/src/lib/hash/has160/has160.h +++ b/src/lib/hash/has160/has160.h @@ -2,7 +2,7 @@ * HAS-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_HAS_160_H__ diff --git a/src/lib/hash/hash.h b/src/lib/hash/hash.h index 58a810c4b..174324c10 100644 --- a/src/lib/hash/hash.h +++ b/src/lib/hash/hash.h @@ -2,7 +2,7 @@ * Hash Function Base Class * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_HASH_FUNCTION_BASE_CLASS_H__ diff --git a/src/lib/hash/keccak/keccak.cpp b/src/lib/hash/keccak/keccak.cpp index e34c0fd43..67a8ed204 100644 --- a/src/lib/hash/keccak/keccak.cpp +++ b/src/lib/hash/keccak/keccak.cpp @@ -2,7 +2,7 @@ * Keccak * (C) 2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/keccak.h> diff --git a/src/lib/hash/keccak/keccak.h b/src/lib/hash/keccak/keccak.h index e91a04d32..a115d8f7f 100644 --- a/src/lib/hash/keccak/keccak.h +++ b/src/lib/hash/keccak/keccak.h @@ -2,7 +2,7 @@ * Keccak * (C) 2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_KECCAK_H__ diff --git a/src/lib/hash/md2/md2.cpp b/src/lib/hash/md2/md2.cpp index 8f6a90208..223619ebb 100644 --- a/src/lib/hash/md2/md2.cpp +++ b/src/lib/hash/md2/md2.cpp @@ -2,7 +2,7 @@ * MD2 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/md2.h> diff --git a/src/lib/hash/md2/md2.h b/src/lib/hash/md2/md2.h index 032d8a8e0..bde390385 100644 --- a/src/lib/hash/md2/md2.h +++ b/src/lib/hash/md2/md2.h @@ -2,7 +2,7 @@ * MD2 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MD2_H__ diff --git a/src/lib/hash/md4/md4.cpp b/src/lib/hash/md4/md4.cpp index 4018758aa..65934bf0b 100644 --- a/src/lib/hash/md4/md4.cpp +++ b/src/lib/hash/md4/md4.cpp @@ -2,7 +2,7 @@ * MD4 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/md4.h> diff --git a/src/lib/hash/md4/md4.h b/src/lib/hash/md4/md4.h index 750be0fe7..3d38550c2 100644 --- a/src/lib/hash/md4/md4.h +++ b/src/lib/hash/md4/md4.h @@ -2,7 +2,7 @@ * MD4 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MD4_H__ diff --git a/src/lib/hash/md4_x86_32/md4_x86_32.cpp b/src/lib/hash/md4_x86_32/md4_x86_32.cpp index ed3f72fc9..6deb75f51 100644 --- a/src/lib/hash/md4_x86_32/md4_x86_32.cpp +++ b/src/lib/hash/md4_x86_32/md4_x86_32.cpp @@ -2,7 +2,7 @@ * MD4 (x86-32) * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/md4_x86_32.h> diff --git a/src/lib/hash/md4_x86_32/md4_x86_32.h b/src/lib/hash/md4_x86_32/md4_x86_32.h index a9f23e94f..1cb6c779d 100644 --- a/src/lib/hash/md4_x86_32/md4_x86_32.h +++ b/src/lib/hash/md4_x86_32/md4_x86_32.h @@ -2,7 +2,7 @@ * MD4 (x86-32) * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MD4_X86_32_H__ diff --git a/src/lib/hash/md4_x86_32/md4_x86_32_imp.S b/src/lib/hash/md4_x86_32/md4_x86_32_imp.S index 192751166..035b30801 100644 --- a/src/lib/hash/md4_x86_32/md4_x86_32_imp.S +++ b/src/lib/hash/md4_x86_32/md4_x86_32_imp.S @@ -2,7 +2,7 @@ * MD4 in x86-32 assembler * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/asm_x86_32.h> diff --git a/src/lib/hash/md5/md5.cpp b/src/lib/hash/md5/md5.cpp index a68bb725d..0808d0140 100644 --- a/src/lib/hash/md5/md5.cpp +++ b/src/lib/hash/md5/md5.cpp @@ -2,7 +2,7 @@ * MD5 * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/md5.h> diff --git a/src/lib/hash/md5/md5.h b/src/lib/hash/md5/md5.h index bc90df0af..bbdc11aa6 100644 --- a/src/lib/hash/md5/md5.h +++ b/src/lib/hash/md5/md5.h @@ -2,7 +2,7 @@ * MD5 * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MD5_H__ diff --git a/src/lib/hash/md5_x86_32/md5_x86_32.cpp b/src/lib/hash/md5_x86_32/md5_x86_32.cpp index 73071ac18..ea69b8bcc 100644 --- a/src/lib/hash/md5_x86_32/md5_x86_32.cpp +++ b/src/lib/hash/md5_x86_32/md5_x86_32.cpp @@ -2,7 +2,7 @@ * MD5 (x86-32) * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/md5_x86_32.h> diff --git a/src/lib/hash/md5_x86_32/md5_x86_32.h b/src/lib/hash/md5_x86_32/md5_x86_32.h index 0150249ae..2f8873a2a 100644 --- a/src/lib/hash/md5_x86_32/md5_x86_32.h +++ b/src/lib/hash/md5_x86_32/md5_x86_32.h @@ -2,7 +2,7 @@ * MD5 (x86-32) * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MD5_X86_32_H__ diff --git a/src/lib/hash/md5_x86_32/md5_x86_32_imp.S b/src/lib/hash/md5_x86_32/md5_x86_32_imp.S index f41aaccbf..23606e93a 100644 --- a/src/lib/hash/md5_x86_32/md5_x86_32_imp.S +++ b/src/lib/hash/md5_x86_32/md5_x86_32_imp.S @@ -2,7 +2,7 @@ * MD5 in x86-32 assembler * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/asm_x86_32.h> diff --git a/src/lib/hash/mdx_hash/mdx_hash.cpp b/src/lib/hash/mdx_hash/mdx_hash.cpp index 81042c1fa..de7e45540 100644 --- a/src/lib/hash/mdx_hash/mdx_hash.cpp +++ b/src/lib/hash/mdx_hash/mdx_hash.cpp @@ -2,7 +2,7 @@ * Merkle-Damgard Hash Function * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/mdx_hash.h> diff --git a/src/lib/hash/mdx_hash/mdx_hash.h b/src/lib/hash/mdx_hash/mdx_hash.h index 14d3c27a0..9671cbe81 100644 --- a/src/lib/hash/mdx_hash/mdx_hash.h +++ b/src/lib/hash/mdx_hash/mdx_hash.h @@ -2,7 +2,7 @@ * MDx Hash Function * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_MDX_BASE_H__ diff --git a/src/lib/hash/par_hash/par_hash.cpp b/src/lib/hash/par_hash/par_hash.cpp index df47780ef..437d0c485 100644 --- a/src/lib/hash/par_hash/par_hash.cpp +++ b/src/lib/hash/par_hash/par_hash.cpp @@ -2,7 +2,7 @@ * Parallel * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/par_hash.h> diff --git a/src/lib/hash/par_hash/par_hash.h b/src/lib/hash/par_hash/par_hash.h index 4f5395c23..189a67437 100644 --- a/src/lib/hash/par_hash/par_hash.h +++ b/src/lib/hash/par_hash/par_hash.h @@ -2,7 +2,7 @@ * Parallel Hash * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_PARALLEL_HASH_H__ diff --git a/src/lib/hash/rmd128/rmd128.cpp b/src/lib/hash/rmd128/rmd128.cpp index 1a55b467d..6bdf95251 100644 --- a/src/lib/hash/rmd128/rmd128.cpp +++ b/src/lib/hash/rmd128/rmd128.cpp @@ -2,7 +2,7 @@ * RIPEMD-128 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/rmd128.h> diff --git a/src/lib/hash/rmd128/rmd128.h b/src/lib/hash/rmd128/rmd128.h index e37666a27..a91122c79 100644 --- a/src/lib/hash/rmd128/rmd128.h +++ b/src/lib/hash/rmd128/rmd128.h @@ -2,7 +2,7 @@ * RIPEMD-128 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_RIPEMD_128_H__ diff --git a/src/lib/hash/rmd160/rmd160.cpp b/src/lib/hash/rmd160/rmd160.cpp index 29e2b4daa..c88288cab 100644 --- a/src/lib/hash/rmd160/rmd160.cpp +++ b/src/lib/hash/rmd160/rmd160.cpp @@ -2,7 +2,7 @@ * RIPEMD-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/rmd160.h> diff --git a/src/lib/hash/rmd160/rmd160.h b/src/lib/hash/rmd160/rmd160.h index 0e43fed9a..a4f428c37 100644 --- a/src/lib/hash/rmd160/rmd160.h +++ b/src/lib/hash/rmd160/rmd160.h @@ -2,7 +2,7 @@ * RIPEMD-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_RIPEMD_160_H__ diff --git a/src/lib/hash/sha1/sha160.cpp b/src/lib/hash/sha1/sha160.cpp index 42dc8a206..b5741489d 100644 --- a/src/lib/hash/sha1/sha160.cpp +++ b/src/lib/hash/sha1/sha160.cpp @@ -2,7 +2,7 @@ * SHA-160 * (C) 1999-2008,2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/sha160.h> diff --git a/src/lib/hash/sha1/sha160.h b/src/lib/hash/sha1/sha160.h index e2a81808d..fbafb5c7d 100644 --- a/src/lib/hash/sha1/sha160.h +++ b/src/lib/hash/sha1/sha160.h @@ -2,7 +2,7 @@ * SHA-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_160_H__ diff --git a/src/lib/hash/sha1_sse2/sha1_sse2.cpp b/src/lib/hash/sha1_sse2/sha1_sse2.cpp index f96afd9ce..e7684db57 100644 --- a/src/lib/hash/sha1_sse2/sha1_sse2.cpp +++ b/src/lib/hash/sha1_sse2/sha1_sse2.cpp @@ -2,7 +2,7 @@ * SHA-1 using SSE2 * (C) 2009-2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) * * Based on public domain code by Dean Gaudet * (http://arctic.org/~dean/crypto/sha1.html) diff --git a/src/lib/hash/sha1_sse2/sha1_sse2.h b/src/lib/hash/sha1_sse2/sha1_sse2.h index 9b7b327f0..fc74c41b7 100644 --- a/src/lib/hash/sha1_sse2/sha1_sse2.h +++ b/src/lib/hash/sha1_sse2/sha1_sse2.h @@ -2,7 +2,7 @@ * SHA-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_160_SSE2_H__ diff --git a/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp b/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp index 6a4dc2a1d..521b055ad 100644 --- a/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp +++ b/src/lib/hash/sha1_x86_32/sha1_x86_32.cpp @@ -2,7 +2,7 @@ * SHA-160 in x86-32 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/sha1_x86_32.h> diff --git a/src/lib/hash/sha1_x86_32/sha1_x86_32.h b/src/lib/hash/sha1_x86_32/sha1_x86_32.h index b344d4ae2..738000744 100644 --- a/src/lib/hash/sha1_x86_32/sha1_x86_32.h +++ b/src/lib/hash/sha1_x86_32/sha1_x86_32.h @@ -2,7 +2,7 @@ * SHA-160 in x86-32 asm * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_160_X86_32_H__ diff --git a/src/lib/hash/sha1_x86_32/sha1_x86_32_imp.S b/src/lib/hash/sha1_x86_32/sha1_x86_32_imp.S index 775ef6854..6ab5ed78d 100644 --- a/src/lib/hash/sha1_x86_32/sha1_x86_32_imp.S +++ b/src/lib/hash/sha1_x86_32/sha1_x86_32_imp.S @@ -2,7 +2,7 @@ * SHA-1 in x86-32 asm * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/asm_x86_32.h> diff --git a/src/lib/hash/sha1_x86_64/sha1_x86_64.cpp b/src/lib/hash/sha1_x86_64/sha1_x86_64.cpp index a3e92e313..8c8b1c9cf 100644 --- a/src/lib/hash/sha1_x86_64/sha1_x86_64.cpp +++ b/src/lib/hash/sha1_x86_64/sha1_x86_64.cpp @@ -2,7 +2,7 @@ * SHA-160 * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/sha1_x86_64.h> diff --git a/src/lib/hash/sha1_x86_64/sha1_x86_64.h b/src/lib/hash/sha1_x86_64/sha1_x86_64.h index 068a94595..10bb8bd16 100644 --- a/src/lib/hash/sha1_x86_64/sha1_x86_64.h +++ b/src/lib/hash/sha1_x86_64/sha1_x86_64.h @@ -2,7 +2,7 @@ * SHA-160 (x86-64) * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_160_X86_64_H__ diff --git a/src/lib/hash/sha1_x86_64/sha1_x86_64_imp.S b/src/lib/hash/sha1_x86_64/sha1_x86_64_imp.S index ee35f0d85..dd46a9e56 100644 --- a/src/lib/hash/sha1_x86_64/sha1_x86_64_imp.S +++ b/src/lib/hash/sha1_x86_64/sha1_x86_64_imp.S @@ -2,7 +2,7 @@ * SHA-1 in x86-64 assembler * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/internal/asm_x86_64.h> diff --git a/src/lib/hash/sha2_32/sha2_32.cpp b/src/lib/hash/sha2_32/sha2_32.cpp index 8e649771f..cfdb574d3 100644 --- a/src/lib/hash/sha2_32/sha2_32.cpp +++ b/src/lib/hash/sha2_32/sha2_32.cpp @@ -3,7 +3,7 @@ * (C) 1999-2010 Jack Lloyd * 2007 FlexSecure GmbH * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/sha2_32.h> diff --git a/src/lib/hash/sha2_32/sha2_32.h b/src/lib/hash/sha2_32/sha2_32.h index ccb8e07f2..2ea12860d 100644 --- a/src/lib/hash/sha2_32/sha2_32.h +++ b/src/lib/hash/sha2_32/sha2_32.h @@ -3,7 +3,7 @@ * (C) 1999-2011 Jack Lloyd * 2007 FlexSecure GmbH * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_224_256_H__ diff --git a/src/lib/hash/sha2_64/sha2_64.cpp b/src/lib/hash/sha2_64/sha2_64.cpp index 7d32c8ef1..6f42974d6 100644 --- a/src/lib/hash/sha2_64/sha2_64.cpp +++ b/src/lib/hash/sha2_64/sha2_64.cpp @@ -2,7 +2,7 @@ * SHA-{384,512} * (C) 1999-2011,2015 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/sha2_64.h> diff --git a/src/lib/hash/sha2_64/sha2_64.h b/src/lib/hash/sha2_64/sha2_64.h index 33bcb1100..2956d94e8 100644 --- a/src/lib/hash/sha2_64/sha2_64.h +++ b/src/lib/hash/sha2_64/sha2_64.h @@ -2,7 +2,7 @@ * SHA-{384,512} * (C) 1999-2010,2015 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SHA_64BIT_H__ diff --git a/src/lib/hash/skein/skein_512.cpp b/src/lib/hash/skein/skein_512.cpp index aac481648..7d7d876fc 100644 --- a/src/lib/hash/skein/skein_512.cpp +++ b/src/lib/hash/skein/skein_512.cpp @@ -2,7 +2,7 @@ * The Skein-512 hash function * (C) 2009,2010,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/skein_512.h> diff --git a/src/lib/hash/skein/skein_512.h b/src/lib/hash/skein/skein_512.h index 1fd514cf5..06e2e6ccb 100644 --- a/src/lib/hash/skein/skein_512.h +++ b/src/lib/hash/skein/skein_512.h @@ -2,7 +2,7 @@ * The Skein-512 hash function * (C) 2009,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SKEIN_512_H__ diff --git a/src/lib/hash/tiger/tig_tab.cpp b/src/lib/hash/tiger/tig_tab.cpp index b76501d74..4d0bea5ee 100644 --- a/src/lib/hash/tiger/tig_tab.cpp +++ b/src/lib/hash/tiger/tig_tab.cpp @@ -2,7 +2,7 @@ * S-Box Tables for Tiger * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/tiger.h> diff --git a/src/lib/hash/tiger/tiger.cpp b/src/lib/hash/tiger/tiger.cpp index b6d796f29..db4d38f0a 100644 --- a/src/lib/hash/tiger/tiger.cpp +++ b/src/lib/hash/tiger/tiger.cpp @@ -2,7 +2,7 @@ * Tiger * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/tiger.h> diff --git a/src/lib/hash/tiger/tiger.h b/src/lib/hash/tiger/tiger.h index 70c70958b..df3b869fb 100644 --- a/src/lib/hash/tiger/tiger.h +++ b/src/lib/hash/tiger/tiger.h @@ -2,7 +2,7 @@ * Tiger * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_TIGER_H__ diff --git a/src/lib/hash/whirlpool/whirlpool.cpp b/src/lib/hash/whirlpool/whirlpool.cpp index 736de0e1d..cd4715e57 100644 --- a/src/lib/hash/whirlpool/whirlpool.cpp +++ b/src/lib/hash/whirlpool/whirlpool.cpp @@ -2,7 +2,7 @@ * Whirlpool * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/whrlpool.h> diff --git a/src/lib/hash/whirlpool/whrl_tab.cpp b/src/lib/hash/whirlpool/whrl_tab.cpp index cf670f308..7289a0560 100644 --- a/src/lib/hash/whirlpool/whrl_tab.cpp +++ b/src/lib/hash/whirlpool/whrl_tab.cpp @@ -2,7 +2,7 @@ * Diffusion Tables for Whirlpool * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/whrlpool.h> diff --git a/src/lib/hash/whirlpool/whrlpool.h b/src/lib/hash/whirlpool/whrlpool.h index d4ad805e1..4f067f18d 100644 --- a/src/lib/hash/whirlpool/whrlpool.h +++ b/src/lib/hash/whirlpool/whrlpool.h @@ -2,7 +2,7 @@ * Whirlpool * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_WHIRLPOOL_H__ |