diff options
Diffstat (limited to 'src/lib/block')
75 files changed, 75 insertions, 75 deletions
diff --git a/src/lib/block/aes/aes.cpp b/src/lib/block/aes/aes.cpp index f8d632c44..8180231ca 100644 --- a/src/lib/block/aes/aes.cpp +++ b/src/lib/block/aes/aes.cpp @@ -4,7 +4,7 @@ * * Based on the public domain reference implemenation * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/aes.h> diff --git a/src/lib/block/aes/aes.h b/src/lib/block/aes/aes.h index 5ddd39b08..b57d4ce65 100644 --- a/src/lib/block/aes/aes.h +++ b/src/lib/block/aes/aes.h @@ -2,7 +2,7 @@ * AES * (C) 1999-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_AES_H__ diff --git a/src/lib/block/aes_ni/aes_ni.cpp b/src/lib/block/aes_ni/aes_ni.cpp index c752d359c..aa061b3c1 100644 --- a/src/lib/block/aes_ni/aes_ni.cpp +++ b/src/lib/block/aes_ni/aes_ni.cpp @@ -2,7 +2,7 @@ * AES using AES-NI instructions * (C) 2009,2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/aes_ni.h> diff --git a/src/lib/block/aes_ni/aes_ni.h b/src/lib/block/aes_ni/aes_ni.h index aac6b0808..f329b409e 100644 --- a/src/lib/block/aes_ni/aes_ni.h +++ b/src/lib/block/aes_ni/aes_ni.h @@ -2,7 +2,7 @@ * AES using AES-NI instructions * (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_AES_NI_H__ diff --git a/src/lib/block/aes_ssse3/aes_ssse3.cpp b/src/lib/block/aes_ssse3/aes_ssse3.cpp index 476b004bb..40f0a5c8e 100644 --- a/src/lib/block/aes_ssse3/aes_ssse3.cpp +++ b/src/lib/block/aes_ssse3/aes_ssse3.cpp @@ -7,7 +7,7 @@ * with Vector Permute Instructions" (CHES 2009). His original code is * available at http://crypto.stanford.edu/vpaes/ * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/aes_ssse3.h> diff --git a/src/lib/block/aes_ssse3/aes_ssse3.h b/src/lib/block/aes_ssse3/aes_ssse3.h index 938abeae3..4e3df39e9 100644 --- a/src/lib/block/aes_ssse3/aes_ssse3.h +++ b/src/lib/block/aes_ssse3/aes_ssse3.h @@ -2,7 +2,7 @@ * AES using SSSE3 * (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_AES_SSSE3_H__ diff --git a/src/lib/block/block_cipher.h b/src/lib/block/block_cipher.h index 5cbd6bdae..19dbc8e57 100644 --- a/src/lib/block/block_cipher.h +++ b/src/lib/block/block_cipher.h @@ -2,7 +2,7 @@ * Block Cipher Base Class * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_BLOCK_CIPHER_H__ diff --git a/src/lib/block/blowfish/blfs_tab.cpp b/src/lib/block/blowfish/blfs_tab.cpp index 070fa6c69..d5ea9cfdf 100644 --- a/src/lib/block/blowfish/blfs_tab.cpp +++ b/src/lib/block/blowfish/blfs_tab.cpp @@ -2,7 +2,7 @@ * S-Box and P-Box Tables for Blowfish * (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/blowfish.h> diff --git a/src/lib/block/blowfish/blowfish.cpp b/src/lib/block/blowfish/blowfish.cpp index b896033f4..d388f9d97 100644 --- a/src/lib/block/blowfish/blowfish.cpp +++ b/src/lib/block/blowfish/blowfish.cpp @@ -2,7 +2,7 @@ * Blowfish * (C) 1999-2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/blowfish.h> diff --git a/src/lib/block/blowfish/blowfish.h b/src/lib/block/blowfish/blowfish.h index cdf65f285..8653bb7d6 100644 --- a/src/lib/block/blowfish/blowfish.h +++ b/src/lib/block/blowfish/blowfish.h @@ -2,7 +2,7 @@ * Blowfish * (C) 1999-2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_BLOWFISH_H__ diff --git a/src/lib/block/camellia/camellia.cpp b/src/lib/block/camellia/camellia.cpp index a5d70d736..2ee4251d7 100644 --- a/src/lib/block/camellia/camellia.cpp +++ b/src/lib/block/camellia/camellia.cpp @@ -2,7 +2,7 @@ * Camellia * (C) 2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/camellia.h> diff --git a/src/lib/block/camellia/camellia.h b/src/lib/block/camellia/camellia.h index 09f420765..ea08ce2a2 100644 --- a/src/lib/block/camellia/camellia.h +++ b/src/lib/block/camellia/camellia.h @@ -2,7 +2,7 @@ * Camellia * (C) 2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CAMELLIA_H__ diff --git a/src/lib/block/camellia/camellia_sbox.h b/src/lib/block/camellia/camellia_sbox.h index 24c849a16..874beb4ce 100644 --- a/src/lib/block/camellia/camellia_sbox.h +++ b/src/lib/block/camellia/camellia_sbox.h @@ -2,7 +2,7 @@ * Camellia SBox Tables * (C) 2012 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CAMELLIA_SBOX_H__ diff --git a/src/lib/block/cascade/cascade.cpp b/src/lib/block/cascade/cascade.cpp index 67846204d..98e862de9 100644 --- a/src/lib/block/cascade/cascade.cpp +++ b/src/lib/block/cascade/cascade.cpp @@ -2,7 +2,7 @@ * Block Cipher Cascade * (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/cascade.h> diff --git a/src/lib/block/cascade/cascade.h b/src/lib/block/cascade/cascade.h index 011c2a2bf..440f5c8f4 100644 --- a/src/lib/block/cascade/cascade.h +++ b/src/lib/block/cascade/cascade.h @@ -2,7 +2,7 @@ * Block Cipher Cascade * (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_CASCADE_H__ diff --git a/src/lib/block/cast/cast128.cpp b/src/lib/block/cast/cast128.cpp index 169b18f01..e28106c55 100644 --- a/src/lib/block/cast/cast128.cpp +++ b/src/lib/block/cast/cast128.cpp @@ -2,7 +2,7 @@ * CAST-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/cast128.h> diff --git a/src/lib/block/cast/cast128.h b/src/lib/block/cast/cast128.h index 233c1e478..ed28d6a71 100644 --- a/src/lib/block/cast/cast128.h +++ b/src/lib/block/cast/cast128.h @@ -2,7 +2,7 @@ * CAST-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_CAST128_H__ diff --git a/src/lib/block/cast/cast256.cpp b/src/lib/block/cast/cast256.cpp index 0c4dbb941..8dc78c11e 100644 --- a/src/lib/block/cast/cast256.cpp +++ b/src/lib/block/cast/cast256.cpp @@ -2,7 +2,7 @@ * CAST-256 * (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/cast256.h> diff --git a/src/lib/block/cast/cast256.h b/src/lib/block/cast/cast256.h index cd4572c4d..206b4d83e 100644 --- a/src/lib/block/cast/cast256.h +++ b/src/lib/block/cast/cast256.h @@ -2,7 +2,7 @@ * CAST-256 * (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_CAST256_H__ diff --git a/src/lib/block/cast/cast_sboxes.h b/src/lib/block/cast/cast_sboxes.h index 95578c4a0..f73ce8142 100644 --- a/src/lib/block/cast/cast_sboxes.h +++ b/src/lib/block/cast/cast_sboxes.h @@ -2,7 +2,7 @@ * S-Box Tables for CAST-128 and CAST-256 * (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_CAST_SBOX_TABLES_H__ diff --git a/src/lib/block/des/des.cpp b/src/lib/block/des/des.cpp index a87b4d6bc..3b6c2ee4a 100644 --- a/src/lib/block/des/des.cpp +++ b/src/lib/block/des/des.cpp @@ -5,7 +5,7 @@ * Based on a public domain implemenation by Phil Karn (who in turn * credited Richard Outerbridge and Jim Gillogly) * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/des.h> diff --git a/src/lib/block/des/des.h b/src/lib/block/des/des.h index 4f3811bcf..aa201e560 100644 --- a/src/lib/block/des/des.h +++ b/src/lib/block/des/des.h @@ -2,7 +2,7 @@ * DES * (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_DES_H__ diff --git a/src/lib/block/des/des_tab.cpp b/src/lib/block/des/des_tab.cpp index b46ca3063..0f8179995 100644 --- a/src/lib/block/des/des_tab.cpp +++ b/src/lib/block/des/des_tab.cpp @@ -2,7 +2,7 @@ * Substitution/Permutation Tables for DES * (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/des.h> diff --git a/src/lib/block/des/desx.cpp b/src/lib/block/des/desx.cpp index 879e73ee9..2e5274932 100644 --- a/src/lib/block/des/desx.cpp +++ b/src/lib/block/des/desx.cpp @@ -2,7 +2,7 @@ * DES * (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/desx.h> diff --git a/src/lib/block/des/desx.h b/src/lib/block/des/desx.h index aeda3f3c4..f324ed7d5 100644 --- a/src/lib/block/des/desx.h +++ b/src/lib/block/des/desx.h @@ -2,7 +2,7 @@ * DESX * (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_DESX_H__ diff --git a/src/lib/block/gost_28147/gost_28147.cpp b/src/lib/block/gost_28147/gost_28147.cpp index 09ca9a57e..f70072f22 100644 --- a/src/lib/block/gost_28147/gost_28147.cpp +++ b/src/lib/block/gost_28147/gost_28147.cpp @@ -2,7 +2,7 @@ * GOST 28147-89 * (C) 1999-2009,2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/gost_28147.h> diff --git a/src/lib/block/gost_28147/gost_28147.h b/src/lib/block/gost_28147/gost_28147.h index 34b99197e..6d6e546f2 100644 --- a/src/lib/block/gost_28147/gost_28147.h +++ b/src/lib/block/gost_28147/gost_28147.h @@ -2,7 +2,7 @@ * GOST 28147-89 * (C) 1999-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_28147_89_H__ diff --git a/src/lib/block/idea/idea.cpp b/src/lib/block/idea/idea.cpp index 61a938c57..2d282461d 100644 --- a/src/lib/block/idea/idea.cpp +++ b/src/lib/block/idea/idea.cpp @@ -2,7 +2,7 @@ * IDEA * (C) 1999-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/idea.h> diff --git a/src/lib/block/idea/idea.h b/src/lib/block/idea/idea.h index da5dc4cb6..3c01ad873 100644 --- a/src/lib/block/idea/idea.h +++ b/src/lib/block/idea/idea.h @@ -2,7 +2,7 @@ * IDEA * (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_IDEA_H__ diff --git a/src/lib/block/idea_sse2/idea_sse2.cpp b/src/lib/block/idea_sse2/idea_sse2.cpp index 70698560d..389fbdd2b 100644 --- a/src/lib/block/idea_sse2/idea_sse2.cpp +++ b/src/lib/block/idea_sse2/idea_sse2.cpp @@ -2,7 +2,7 @@ * IDEA in SSE2 * (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/idea_sse2.h> diff --git a/src/lib/block/idea_sse2/idea_sse2.h b/src/lib/block/idea_sse2/idea_sse2.h index 8e475568e..10d19688e 100644 --- a/src/lib/block/idea_sse2/idea_sse2.h +++ b/src/lib/block/idea_sse2/idea_sse2.h @@ -2,7 +2,7 @@ * IDEA in SSE2 * (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_IDEA_SSE2_H__ diff --git a/src/lib/block/kasumi/kasumi.cpp b/src/lib/block/kasumi/kasumi.cpp index 69f146ebb..53321e94d 100644 --- a/src/lib/block/kasumi/kasumi.cpp +++ b/src/lib/block/kasumi/kasumi.cpp @@ -2,7 +2,7 @@ * KASUMI * (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/kasumi.h> diff --git a/src/lib/block/kasumi/kasumi.h b/src/lib/block/kasumi/kasumi.h index b91a2eb77..97e8dbb31 100644 --- a/src/lib/block/kasumi/kasumi.h +++ b/src/lib/block/kasumi/kasumi.h @@ -2,7 +2,7 @@ * KASUMI * (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_KASUMI_H__ diff --git a/src/lib/block/lion/lion.cpp b/src/lib/block/lion/lion.cpp index 95f703f8b..7e18eec56 100644 --- a/src/lib/block/lion/lion.cpp +++ b/src/lib/block/lion/lion.cpp @@ -2,7 +2,7 @@ * Lion * (C) 1999-2007,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/lion.h> diff --git a/src/lib/block/lion/lion.h b/src/lib/block/lion/lion.h index 345cd5da0..451ee9f88 100644 --- a/src/lib/block/lion/lion.h +++ b/src/lib/block/lion/lion.h @@ -2,7 +2,7 @@ * Lion * (C) 1999-2007,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_LION_H__ diff --git a/src/lib/block/mars/mars.cpp b/src/lib/block/mars/mars.cpp index ca4e6f5c7..6821738dd 100644 --- a/src/lib/block/mars/mars.cpp +++ b/src/lib/block/mars/mars.cpp @@ -2,7 +2,7 @@ * MARS * (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/mars.h> diff --git a/src/lib/block/mars/mars.h b/src/lib/block/mars/mars.h index 90f6480e6..90de963ce 100644 --- a/src/lib/block/mars/mars.h +++ b/src/lib/block/mars/mars.h @@ -2,7 +2,7 @@ * MARS * (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_MARS_H__ diff --git a/src/lib/block/misty1/misty1.cpp b/src/lib/block/misty1/misty1.cpp index 98f20eee8..d6ffda945 100644 --- a/src/lib/block/misty1/misty1.cpp +++ b/src/lib/block/misty1/misty1.cpp @@ -2,7 +2,7 @@ * MISTY1 * (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/misty1.h> diff --git a/src/lib/block/misty1/misty1.h b/src/lib/block/misty1/misty1.h index 40917b08b..17b617283 100644 --- a/src/lib/block/misty1/misty1.h +++ b/src/lib/block/misty1/misty1.h @@ -2,7 +2,7 @@ * MISTY1 * (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_MISTY1_H__ diff --git a/src/lib/block/noekeon/noekeon.cpp b/src/lib/block/noekeon/noekeon.cpp index 53e67e5e6..aa593c95f 100644 --- a/src/lib/block/noekeon/noekeon.cpp +++ b/src/lib/block/noekeon/noekeon.cpp @@ -2,7 +2,7 @@ * Noekeon * (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/noekeon.h> diff --git a/src/lib/block/noekeon/noekeon.h b/src/lib/block/noekeon/noekeon.h index 108b34cd6..36be5903c 100644 --- a/src/lib/block/noekeon/noekeon.h +++ b/src/lib/block/noekeon/noekeon.h @@ -2,7 +2,7 @@ * Noekeon * (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_NOEKEON_H__ diff --git a/src/lib/block/noekeon_simd/noekeon_simd.cpp b/src/lib/block/noekeon_simd/noekeon_simd.cpp index 2a4c1fd74..07fcf19ff 100644 --- a/src/lib/block/noekeon_simd/noekeon_simd.cpp +++ b/src/lib/block/noekeon_simd/noekeon_simd.cpp @@ -2,7 +2,7 @@ * Noekeon in SIMD * (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/noekeon_simd.h> diff --git a/src/lib/block/noekeon_simd/noekeon_simd.h b/src/lib/block/noekeon_simd/noekeon_simd.h index 5cc2d8b09..eaf48a364 100644 --- a/src/lib/block/noekeon_simd/noekeon_simd.h +++ b/src/lib/block/noekeon_simd/noekeon_simd.h @@ -2,7 +2,7 @@ * Noekeon in SIMD * (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_NOEKEON_SIMD_H__ diff --git a/src/lib/block/rc2/rc2.cpp b/src/lib/block/rc2/rc2.cpp index d7c76a7a6..329b174e9 100644 --- a/src/lib/block/rc2/rc2.cpp +++ b/src/lib/block/rc2/rc2.cpp @@ -2,7 +2,7 @@ * RC2 * (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/rc2.h> diff --git a/src/lib/block/rc2/rc2.h b/src/lib/block/rc2/rc2.h index ae41c9ce2..1ae58e186 100644 --- a/src/lib/block/rc2/rc2.h +++ b/src/lib/block/rc2/rc2.h @@ -2,7 +2,7 @@ * RC2 * (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_RC2_H__ diff --git a/src/lib/block/rc5/rc5.cpp b/src/lib/block/rc5/rc5.cpp index f370e6cfb..45067678f 100644 --- a/src/lib/block/rc5/rc5.cpp +++ b/src/lib/block/rc5/rc5.cpp @@ -2,7 +2,7 @@ * RC5 * (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/rc5.h> diff --git a/src/lib/block/rc5/rc5.h b/src/lib/block/rc5/rc5.h index 9055974e5..782d0592c 100644 --- a/src/lib/block/rc5/rc5.h +++ b/src/lib/block/rc5/rc5.h @@ -2,7 +2,7 @@ * RC5 * (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_RC5_H__ diff --git a/src/lib/block/rc6/rc6.cpp b/src/lib/block/rc6/rc6.cpp index 01255954d..183395310 100644 --- a/src/lib/block/rc6/rc6.cpp +++ b/src/lib/block/rc6/rc6.cpp @@ -2,7 +2,7 @@ * RC6 * (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/rc6.h> diff --git a/src/lib/block/rc6/rc6.h b/src/lib/block/rc6/rc6.h index 4331c3e0f..282d56639 100644 --- a/src/lib/block/rc6/rc6.h +++ b/src/lib/block/rc6/rc6.h @@ -2,7 +2,7 @@ * RC6 * (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_RC6_H__ diff --git a/src/lib/block/safer/safer_sk.cpp b/src/lib/block/safer/safer_sk.cpp index 3e93ab8cf..390e5d9bb 100644 --- a/src/lib/block/safer/safer_sk.cpp +++ b/src/lib/block/safer/safer_sk.cpp @@ -2,7 +2,7 @@ * SAFER-SK * (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/safer_sk.h> diff --git a/src/lib/block/safer/safer_sk.h b/src/lib/block/safer/safer_sk.h index 043ecb456..d346c739e 100644 --- a/src/lib/block/safer/safer_sk.h +++ b/src/lib/block/safer/safer_sk.h @@ -2,7 +2,7 @@ * SAFER-SK * (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_SAFER_SK_H__ diff --git a/src/lib/block/seed/seed.cpp b/src/lib/block/seed/seed.cpp index d133e4153..833f9943f 100644 --- a/src/lib/block/seed/seed.cpp +++ b/src/lib/block/seed/seed.cpp @@ -2,7 +2,7 @@ * SEED * (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/seed.h> diff --git a/src/lib/block/seed/seed.h b/src/lib/block/seed/seed.h index 25138a700..d98d6e798 100644 --- a/src/lib/block/seed/seed.h +++ b/src/lib/block/seed/seed.h @@ -2,7 +2,7 @@ * SEED * (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_SEED_H__ diff --git a/src/lib/block/seed/seed_tab.cpp b/src/lib/block/seed/seed_tab.cpp index 6ada36e52..eb2a9a2fc 100644 --- a/src/lib/block/seed/seed_tab.cpp +++ b/src/lib/block/seed/seed_tab.cpp @@ -2,7 +2,7 @@ * S-Box Tables for SEED * (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/seed.h> diff --git a/src/lib/block/serpent/serpent.cpp b/src/lib/block/serpent/serpent.cpp index 7b75d6b84..f66cd2a32 100644 --- a/src/lib/block/serpent/serpent.cpp +++ b/src/lib/block/serpent/serpent.cpp @@ -2,7 +2,7 @@ * Serpent * (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/serpent.h> diff --git a/src/lib/block/serpent/serpent.h b/src/lib/block/serpent/serpent.h index dc539c9f3..a3f5d0817 100644 --- a/src/lib/block/serpent/serpent.h +++ b/src/lib/block/serpent/serpent.h @@ -2,7 +2,7 @@ * Serpent * (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_SERPENT_H__ diff --git a/src/lib/block/serpent/serpent_sbox.h b/src/lib/block/serpent/serpent_sbox.h index fb396120e..afde289b1 100644 --- a/src/lib/block/serpent/serpent_sbox.h +++ b/src/lib/block/serpent/serpent_sbox.h @@ -5,7 +5,7 @@ * The sbox expressions used here were discovered by Dag Arne Osvik and * are described in his paper "Speeding Up Serpent". * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_SERPENT_SBOX_H__ diff --git a/src/lib/block/serpent_simd/serp_simd.cpp b/src/lib/block/serpent_simd/serp_simd.cpp index bedf20122..1a379efca 100644 --- a/src/lib/block/serpent_simd/serp_simd.cpp +++ b/src/lib/block/serpent_simd/serp_simd.cpp @@ -2,7 +2,7 @@ * Serpent (SIMD) * (C) 2009,2013 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/serp_simd.h> diff --git a/src/lib/block/serpent_simd/serp_simd.h b/src/lib/block/serpent_simd/serp_simd.h index b3c0b06c8..cde5bf112 100644 --- a/src/lib/block/serpent_simd/serp_simd.h +++ b/src/lib/block/serpent_simd/serp_simd.h @@ -2,7 +2,7 @@ * Serpent (SIMD) * (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_SERPENT_SIMD_H__ diff --git a/src/lib/block/serpent_x86_32/serp_x86_32.cpp b/src/lib/block/serpent_x86_32/serp_x86_32.cpp index afff5835c..5548e3496 100644 --- a/src/lib/block/serpent_x86_32/serp_x86_32.cpp +++ b/src/lib/block/serpent_x86_32/serp_x86_32.cpp @@ -2,7 +2,7 @@ * Serpent 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/serp_x86_32.h> diff --git a/src/lib/block/serpent_x86_32/serp_x86_32.h b/src/lib/block/serpent_x86_32/serp_x86_32.h index f6c4d564a..89fb1a8fe 100644 --- a/src/lib/block/serpent_x86_32/serp_x86_32.h +++ b/src/lib/block/serpent_x86_32/serp_x86_32.h @@ -2,7 +2,7 @@ * Serpent 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_SERPENT_X86_32_H__ diff --git a/src/lib/block/serpent_x86_32/serp_x86_32_imp.S b/src/lib/block/serpent_x86_32/serp_x86_32_imp.S index e2549a099..807c3fc54 100644 --- a/src/lib/block/serpent_x86_32/serp_x86_32_imp.S +++ b/src/lib/block/serpent_x86_32/serp_x86_32_imp.S @@ -2,7 +2,7 @@ * Serpent 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/block/tea/tea.cpp b/src/lib/block/tea/tea.cpp index 2accab700..01f342607 100644 --- a/src/lib/block/tea/tea.cpp +++ b/src/lib/block/tea/tea.cpp @@ -2,7 +2,7 @@ * TEA * (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/tea.h> diff --git a/src/lib/block/tea/tea.h b/src/lib/block/tea/tea.h index 0d203975e..55e6d8309 100644 --- a/src/lib/block/tea/tea.h +++ b/src/lib/block/tea/tea.h @@ -2,7 +2,7 @@ * TEA * (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_TEA_H__ diff --git a/src/lib/block/threefish/threefish.cpp b/src/lib/block/threefish/threefish.cpp index aa1b1ee81..f6636615b 100644 --- a/src/lib/block/threefish/threefish.cpp +++ b/src/lib/block/threefish/threefish.cpp @@ -2,7 +2,7 @@ * Threefish-512 * (C) 2013,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/threefish.h> diff --git a/src/lib/block/threefish/threefish.h b/src/lib/block/threefish/threefish.h index 0d3c6fb9d..6020b8a28 100644 --- a/src/lib/block/threefish/threefish.h +++ b/src/lib/block/threefish/threefish.h @@ -2,7 +2,7 @@ * Threefish * (C) 2013,2014 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_THREEFISH_H__ diff --git a/src/lib/block/threefish_avx2/threefish_avx2.cpp b/src/lib/block/threefish_avx2/threefish_avx2.cpp index 9fad9bdcc..ee0ecde85 100644 --- a/src/lib/block/threefish_avx2/threefish_avx2.cpp +++ b/src/lib/block/threefish_avx2/threefish_avx2.cpp @@ -2,7 +2,7 @@ * Threefish-512 * (C) 2013 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/threefish_avx2.h> diff --git a/src/lib/block/threefish_avx2/threefish_avx2.h b/src/lib/block/threefish_avx2/threefish_avx2.h index ed0da00d6..ba24f114f 100644 --- a/src/lib/block/threefish_avx2/threefish_avx2.h +++ b/src/lib/block/threefish_avx2/threefish_avx2.h @@ -2,7 +2,7 @@ * Threefish-512 in AVX2 * (C) 2013 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_THREEFISH_AVX2_H__ diff --git a/src/lib/block/twofish/two_tab.cpp b/src/lib/block/twofish/two_tab.cpp index 19ba58de6..6eb6b62f0 100644 --- a/src/lib/block/twofish/two_tab.cpp +++ b/src/lib/block/twofish/two_tab.cpp @@ -2,7 +2,7 @@ * S-Box and MDS Tables for Twofish * (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/twofish.h> diff --git a/src/lib/block/twofish/twofish.cpp b/src/lib/block/twofish/twofish.cpp index 4ea8a799e..ffdf4b198 100644 --- a/src/lib/block/twofish/twofish.cpp +++ b/src/lib/block/twofish/twofish.cpp @@ -5,7 +5,7 @@ * The key schedule implemenation is based on a public domain * implementation by Matthew Skala * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/twofish.h> diff --git a/src/lib/block/twofish/twofish.h b/src/lib/block/twofish/twofish.h index 3d8e47498..f6e030df2 100644 --- a/src/lib/block/twofish/twofish.h +++ b/src/lib/block/twofish/twofish.h @@ -2,7 +2,7 @@ * Twofish * (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_TWOFISH_H__ diff --git a/src/lib/block/xtea/xtea.cpp b/src/lib/block/xtea/xtea.cpp index 165a6ea6a..59060dff7 100644 --- a/src/lib/block/xtea/xtea.cpp +++ b/src/lib/block/xtea/xtea.cpp @@ -2,7 +2,7 @@ * XTEA * (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/xtea.h> diff --git a/src/lib/block/xtea/xtea.h b/src/lib/block/xtea/xtea.h index 42acc35a5..4de0bea72 100644 --- a/src/lib/block/xtea/xtea.h +++ b/src/lib/block/xtea/xtea.h @@ -2,7 +2,7 @@ * XTEA * (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_XTEA_H__ diff --git a/src/lib/block/xtea_simd/xtea_simd.cpp b/src/lib/block/xtea_simd/xtea_simd.cpp index d684eca5a..87c7a20bf 100644 --- a/src/lib/block/xtea_simd/xtea_simd.cpp +++ b/src/lib/block/xtea_simd/xtea_simd.cpp @@ -2,7 +2,7 @@ * XTEA in SIMD * (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/xtea_simd.h> diff --git a/src/lib/block/xtea_simd/xtea_simd.h b/src/lib/block/xtea_simd/xtea_simd.h index ecfdf90a5..451dc8c8d 100644 --- a/src/lib/block/xtea_simd/xtea_simd.h +++ b/src/lib/block/xtea_simd/xtea_simd.h @@ -2,7 +2,7 @@ * XTEA in SIMD * (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_XTEA_SIMD_H__ |