diff options
author | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
commit | bc87db3d01968883c9b97f72d236c925db16fe24 (patch) | |
tree | 41560bfe338ca1047396971a9c80448f0f01e1e9 /modules | |
parent | 29885981670e06413738458c11f632c5b87bb031 (diff) |
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Diffstat (limited to 'modules')
82 files changed, 96 insertions, 83 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index 6b9aaba75..380d05b02 100644 --- a/modules/alg_amd64/asm_macr.h +++ b/modules/alg_amd64/asm_macr.h @@ -1,6 +1,6 @@ /************************************************* * Assembly Macros Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_amd64/mp_mulop.S b/modules/alg_amd64/mp_mulop.S index 1988429f6..f1a2a2e75 100644 --- a/modules/alg_amd64/mp_mulop.S +++ b/modules/alg_amd64/mp_mulop.S @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 76937a577..180f050c9 100644 --- a/modules/alg_amd64/sha160.cpp +++ b/modules/alg_amd64/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_amd64/sha1core.S b/modules/alg_amd64/sha1core.S index 32f2d83a3..c3f530d70 100644 --- a/modules/alg_amd64/sha1core.S +++ b/modules/alg_amd64/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/asm_macr.h b/modules/alg_ia32/asm_macr.h index b852b85b1..cc4a1b2cc 100644 --- a/modules/alg_ia32/asm_macr.h +++ b/modules/alg_ia32/asm_macr.h @@ -1,6 +1,6 @@ /************************************************* * Assembly Macros Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp index 497c6dbe7..e3dc79012 100644 --- a/modules/alg_ia32/md4.cpp +++ b/modules/alg_ia32/md4.cpp @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md4.h> diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S index 42c8dab98..662e9924a 100644 --- a/modules/alg_ia32/md4core.S +++ b/modules/alg_ia32/md4core.S @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp index 5f2e7061e..cfe48e7e9 100644 --- a/modules/alg_ia32/md5.cpp +++ b/modules/alg_ia32/md5.cpp @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md5.h> diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S index 4617dbd86..8ebe469f3 100644 --- a/modules/alg_ia32/md5core.S +++ b/modules/alg_ia32/md5core.S @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/mp_mulop.S b/modules/alg_ia32/mp_mulop.S index d6401317b..a5f0d3b27 100644 --- a/modules/alg_ia32/mp_mulop.S +++ b/modules/alg_ia32/mp_mulop.S @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serp_asm.S b/modules/alg_ia32/serp_asm.S index 13a55a0c9..c8915382d 100644 --- a/modules/alg_ia32/serp_asm.S +++ b/modules/alg_ia32/serp_asm.S @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp index bf13772e6..aacb72b0f 100644 --- a/modules/alg_ia32/serpent.cpp +++ b/modules/alg_ia32/serpent.cpp @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/serpent.h> diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp index 11cd5dadb..23b9442c7 100644 --- a/modules/alg_ia32/sha160.cpp +++ b/modules/alg_ia32/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S index 56e9169bf..3598aeacc 100644 --- a/modules/alg_ia32/sha1core.S +++ b/modules/alg_ia32/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alloc_mmap/mmap_mem.cpp b/modules/alloc_mmap/mmap_mem.cpp index b40d24ca0..5955f9e22 100644 --- a/modules/alloc_mmap/mmap_mem.cpp +++ b/modules/alloc_mmap/mmap_mem.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Mapping Allocator Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mmap_mem.h> diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h index 3112feb41..315f55b2e 100644 --- a/modules/alloc_mmap/mmap_mem.h +++ b/modules/alloc_mmap/mmap_mem.h @@ -1,6 +1,6 @@ /************************************************* * Memory Mapping Allocator Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__ diff --git a/modules/comp_bzip2/bzip2.cpp b/modules/comp_bzip2/bzip2.cpp index 323f8227f..ae717b7fd 100644 --- a/modules/comp_bzip2/bzip2.cpp +++ b/modules/comp_bzip2/bzip2.cpp @@ -1,6 +1,8 @@ /************************************************* * Bzip Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * +* 2006 Matt Johnston * *************************************************/ #include <botan/bzip2.h> diff --git a/modules/comp_bzip2/bzip2.h b/modules/comp_bzip2/bzip2.h index 2d0cf5665..eb9962dec 100644 --- a/modules/comp_bzip2/bzip2.h +++ b/modules/comp_bzip2/bzip2.h @@ -1,6 +1,7 @@ /************************************************* * Bzip Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_BZIP2_H__ diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp index 59f8e88c4..3f4eb3b37 100644 --- a/modules/comp_zlib/zlib.cpp +++ b/modules/comp_zlib/zlib.cpp @@ -1,6 +1,8 @@ /************************************************* * Zlib Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * +* 2006 Matt Johnston * *************************************************/ #include <botan/zlib.h> diff --git a/modules/comp_zlib/zlib.h b/modules/comp_zlib/zlib.h index 6e16735c3..42f2eed5e 100644 --- a/modules/comp_zlib/zlib.h +++ b/modules/comp_zlib/zlib.h @@ -1,6 +1,7 @@ /************************************************* * Zlib Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ZLIB_H__ diff --git a/modules/eng_aep/aep_conn.cpp b/modules/eng_aep/aep_conn.cpp index 2381c291a..9c48dd837 100644 --- a/modules/eng_aep/aep_conn.cpp +++ b/modules/eng_aep/aep_conn.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Connection Management Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/aep_conn.h> diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h index b012e629a..69433a1e1 100644 --- a/modules/eng_aep/aep_conn.h +++ b/modules/eng_aep/aep_conn.h @@ -1,6 +1,6 @@ /************************************************* * AEP Connection Management Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_AEP_CONNECTION_H__ diff --git a/modules/eng_aep/aep_main.cpp b/modules/eng_aep/aep_main.cpp index 162004669..adc0a0f75 100644 --- a/modules/eng_aep/aep_main.cpp +++ b/modules/eng_aep/aep_main.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Interface Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.cpp b/modules/eng_aep/eng_aep.cpp index 18823eca7..a75fddaa1 100644 --- a/modules/eng_aep/eng_aep.cpp +++ b/modules/eng_aep/eng_aep.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.h b/modules/eng_aep/eng_aep.h index 2768029da..6178237e4 100644 --- a/modules/eng_aep/eng_aep.h +++ b/modules/eng_aep/eng_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_AEP_ENGINE_H__ diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h index f13dc1e92..dd9676245 100644 --- a/modules/eng_aep/es_aep.h +++ b/modules/eng_aep/es_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_AEP_H__ diff --git a/modules/eng_aep/hw_aep.h b/modules/eng_aep/hw_aep.h index 20534c170..4f96ef59d 100644 --- a/modules/eng_aep/hw_aep.h +++ b/modules/eng_aep/hw_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP Interface Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_HW_AEP_H__ diff --git a/modules/eng_gmp/eng_gmp.cpp b/modules/eng_gmp/eng_gmp.cpp index 9b3ac98b5..a0e18e059 100644 --- a/modules/eng_gmp/eng_gmp.cpp +++ b/modules/eng_gmp/eng_gmp.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/eng_gmp.h b/modules/eng_gmp/eng_gmp.h index a423bec11..2ac2b54a8 100644 --- a/modules/eng_gmp/eng_gmp.h +++ b/modules/eng_gmp/eng_gmp.h @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENGINE_GMP_H__ diff --git a/modules/eng_gmp/gmp_mem.cpp b/modules/eng_gmp/gmp_mem.cpp index bfb6e5559..ea8ef4d3b 100644 --- a/modules/eng_gmp/gmp_mem.cpp +++ b/modules/eng_gmp/gmp_mem.cpp @@ -1,6 +1,6 @@ /************************************************* * GNU MP Memory Handlers Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_powm.cpp b/modules/eng_gmp/gmp_powm.cpp index 60f87f50a..a5e3d1c0d 100644 --- a/modules/eng_gmp/gmp_powm.cpp +++ b/modules/eng_gmp/gmp_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_wrap.cpp b/modules/eng_gmp/gmp_wrap.cpp index ff896cb07..4c73c2562 100644 --- a/modules/eng_gmp/gmp_wrap.cpp +++ b/modules/eng_gmp/gmp_wrap.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Wrapper Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/gmp_wrap.h> diff --git a/modules/eng_gmp/gmp_wrap.h b/modules/eng_gmp/gmp_wrap.h index 883b5aad1..0da54550f 100644 --- a/modules/eng_gmp/gmp_wrap.h +++ b/modules/eng_gmp/gmp_wrap.h @@ -1,6 +1,6 @@ /************************************************* * GMP MPZ Wrapper Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_GMP_MPZ_WRAP_H__ diff --git a/modules/eng_ossl/bn_powm.cpp b/modules/eng_ossl/bn_powm.cpp index 8bf3b1eee..f54411240 100644 --- a/modules/eng_ossl/bn_powm.cpp +++ b/modules/eng_ossl/bn_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp index f8f7a2e35..4f7ea0078 100644 --- a/modules/eng_ossl/bn_wrap.cpp +++ b/modules/eng_ossl/bn_wrap.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL BN Wrapper Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bn_wrap.h> diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h index 60187e414..682795660 100644 --- a/modules/eng_ossl/bn_wrap.h +++ b/modules/eng_ossl/bn_wrap.h @@ -1,6 +1,6 @@ /************************************************* * OpenSSL BN Wrapper Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_OPENSSL_BN_WRAP_H__ diff --git a/modules/eng_ossl/eng_ossl.cpp b/modules/eng_ossl/eng_ossl.cpp index eeb627bfd..9421495c2 100644 --- a/modules/eng_ossl/eng_ossl.cpp +++ b/modules/eng_ossl/eng_ossl.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h index 455cadb73..a1886662f 100644 --- a/modules/eng_ossl/eng_ossl.h +++ b/modules/eng_ossl/eng_ossl.h @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENGINE_OPENSSL_H__ diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp index 0782a9674..2e2bc4af3 100644 --- a/modules/eng_ossl/ossl_bc.cpp +++ b/modules/eng_ossl/ossl_bc.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Block Cipher Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp index d10070ce7..405a59521 100644 --- a/modules/eng_ossl/ossl_md.cpp +++ b/modules/eng_ossl/ossl_md.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Hash Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp index f63d2e8cf..db1c8a92d 100644 --- a/modules/eng_ossl/ossl_rc4.cpp +++ b/modules/eng_ossl/ossl_rc4.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL ARC4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/es_beos/es_beos.cpp b/modules/es_beos/es_beos.cpp index 9474a5dc7..80d5605d0 100644 --- a/modules/es_beos/es_beos.cpp +++ b/modules/es_beos/es_beos.cpp @@ -1,6 +1,6 @@ /************************************************* * BeOS EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_beos.h> diff --git a/modules/es_beos/es_beos.h b/modules/es_beos/es_beos.h index 5f3e85476..11808d2b8 100644 --- a/modules/es_beos/es_beos.h +++ b/modules/es_beos/es_beos.h @@ -1,6 +1,6 @@ /************************************************* * BeOS EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_BEOS_H__ diff --git a/modules/es_capi/es_capi.cpp b/modules/es_capi/es_capi.cpp index ce765a9ac..725474bd3 100644 --- a/modules/es_capi/es_capi.cpp +++ b/modules/es_capi/es_capi.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 CryptoAPI EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_capi.h> diff --git a/modules/es_capi/es_capi.h b/modules/es_capi/es_capi.h index d3ae1819b..e16b8cb9c 100644 --- a/modules/es_capi/es_capi.h +++ b/modules/es_capi/es_capi.h @@ -1,6 +1,6 @@ /************************************************* * Win32 CAPI EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_CAPI_H__ diff --git a/modules/es_dev/es_dev.cpp b/modules/es_dev/es_dev.cpp index 1a30eb75f..ade41f2eb 100644 --- a/modules/es_dev/es_dev.cpp +++ b/modules/es_dev/es_dev.cpp @@ -1,6 +1,6 @@ /************************************************* * Device EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_dev.h> diff --git a/modules/es_dev/es_dev.h b/modules/es_dev/es_dev.h index d491a7b18..8572094b7 100644 --- a/modules/es_dev/es_dev.h +++ b/modules/es_dev/es_dev.h @@ -1,6 +1,6 @@ /************************************************* * Device EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ENTROPY_SRC_DEVICE_H__ diff --git a/modules/es_egd/es_egd.cpp b/modules/es_egd/es_egd.cpp index 2fbd03598..9d3f4c29f 100644 --- a/modules/es_egd/es_egd.cpp +++ b/modules/es_egd/es_egd.cpp @@ -1,6 +1,6 @@ /************************************************* * EGD EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_egd.h> diff --git a/modules/es_egd/es_egd.h b/modules/es_egd/es_egd.h index ddfeded77..664609cba 100644 --- a/modules/es_egd/es_egd.h +++ b/modules/es_egd/es_egd.h @@ -1,6 +1,6 @@ /************************************************* * EGD EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_EGD_H__ diff --git a/modules/es_ftw/es_ftw.cpp b/modules/es_ftw/es_ftw.cpp index ed81f8503..0f00e417c 100644 --- a/modules/es_ftw/es_ftw.cpp +++ b/modules/es_ftw/es_ftw.cpp @@ -1,6 +1,6 @@ /************************************************* * FTW EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_ftw.h> diff --git a/modules/es_ftw/es_ftw.h b/modules/es_ftw/es_ftw.h index 2e5aafc98..15d113890 100644 --- a/modules/es_ftw/es_ftw.h +++ b/modules/es_ftw/es_ftw.h @@ -1,6 +1,6 @@ /************************************************* * File Tree Walking EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_FTW_H__ diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index 3aaf6369a..bc34fa8bf 100644 --- a/modules/es_unix/es_unix.cpp +++ b/modules/es_unix/es_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_unix/es_unix.h b/modules/es_unix/es_unix.h index 149e6f395..2bc6e9329 100644 --- a/modules/es_unix/es_unix.h +++ b/modules/es_unix/es_unix.h @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_UNIX_H__ diff --git a/modules/es_unix/unix_cmd.cpp b/modules/es_unix/unix_cmd.cpp index 65def8c74..a83063f7f 100644 --- a/modules/es_unix/unix_cmd.cpp +++ b/modules/es_unix/unix_cmd.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef _XOPEN_SOURCE diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h index a3754687e..42211b0a4 100644 --- a/modules/es_unix/unix_cmd.h +++ b/modules/es_unix/unix_cmd.h @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_UNIX_CMD_H__ diff --git a/modules/es_unix/unix_src.cpp b/modules/es_unix/unix_src.cpp index 90189b193..9d44dbf4f 100644 --- a/modules/es_unix/unix_src.cpp +++ b/modules/es_unix/unix_src.cpp @@ -1,6 +1,6 @@ /************************************************* * Program List for Unix_EntropySource * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_win32/es_win32.cpp b/modules/es_win32/es_win32.cpp index 1428b588a..febed59c0 100644 --- a/modules/es_win32/es_win32.cpp +++ b/modules/es_win32/es_win32.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_win32.h> diff --git a/modules/es_win32/es_win32.h b/modules/es_win32/es_win32.h index 3fd368afa..19b664a2f 100644 --- a/modules/es_win32/es_win32.h +++ b/modules/es_win32/es_win32.h @@ -1,6 +1,6 @@ /************************************************* * Win32 EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_H__ diff --git a/modules/fd_unix/fd_unix.cpp b/modules/fd_unix/fd_unix.cpp index 72f2cbf1b..ac88ac391 100644 --- a/modules/fd_unix/fd_unix.cpp +++ b/modules/fd_unix/fd_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pipe.h> diff --git a/modules/fd_unix/fd_unix.h b/modules/fd_unix/fd_unix.h index 1a0a0c21e..4767306da 100644 --- a/modules/fd_unix/fd_unix.h +++ b/modules/fd_unix/fd_unix.h @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_PIPE_UNIXFD_H__ diff --git a/modules/ml_unix/mlock.cpp b/modules/ml_unix/mlock.cpp index 396a996e6..98214a215 100644 --- a/modules/ml_unix/mlock.cpp +++ b/modules/ml_unix/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/modules/ml_win32/mlock.cpp b/modules/ml_win32/mlock.cpp index b0f6a9ded..8c5919934 100644 --- a/modules/ml_win32/mlock.cpp +++ b/modules/ml_win32/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/modules/mp_amd64/bit_ops.h b/modules/mp_amd64/bit_ops.h index a2f881229..1a829af96 100644 --- a/modules/mp_amd64/bit_ops.h +++ b/modules/mp_amd64/bit_ops.h @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_BIT_OPS_H__ diff --git a/modules/mp_amd64/mp_asm.h b/modules/mp_amd64/mp_asm.h index f24f030bd..9377872a7 100644 --- a/modules/mp_amd64/mp_asm.h +++ b/modules/mp_amd64/mp_asm.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h index d66c60503..947aaa0a1 100644 --- a/modules/mp_amd64/mp_asmi.h +++ b/modules/mp_amd64/mp_asmi.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mp_asm64/mp_asm.h b/modules/mp_asm64/mp_asm.h index 214c046e9..2ceb9fd56 100644 --- a/modules/mp_asm64/mp_asm.h +++ b/modules/mp_asm64/mp_asm.h @@ -1,6 +1,6 @@ /************************************************* * MPI Multiply-Add Core Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MP_MADD_H__ diff --git a/modules/mp_ia32/mp_asm.h b/modules/mp_ia32/mp_asm.h index 873b88f46..b45140321 100644 --- a/modules/mp_ia32/mp_asm.h +++ b/modules/mp_ia32/mp_asm.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_ia32/mp_asmi.h b/modules/mp_ia32/mp_asmi.h index 9a239c350..7532321b8 100644 --- a/modules/mp_ia32/mp_asmi.h +++ b/modules/mp_ia32/mp_asmi.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mux_pthr/mux_pthr.cpp b/modules/mux_pthr/mux_pthr.cpp index 89caf7fa7..d003fa298 100644 --- a/modules/mux_pthr/mux_pthr.cpp +++ b/modules/mux_pthr/mux_pthr.cpp @@ -1,6 +1,6 @@ /************************************************* * Pthread Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mux_pthr.h> diff --git a/modules/mux_pthr/mux_pthr.h b/modules/mux_pthr/mux_pthr.h index f0a94b4aa..1b83dbead 100644 --- a/modules/mux_pthr/mux_pthr.h +++ b/modules/mux_pthr/mux_pthr.h @@ -1,6 +1,6 @@ /************************************************* * Pthread Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_PTHREAD_H__ diff --git a/modules/mux_qt/mux_qt.cpp b/modules/mux_qt/mux_qt.cpp index 93c1b8a07..421b771c7 100644 --- a/modules/mux_qt/mux_qt.cpp +++ b/modules/mux_qt/mux_qt.cpp @@ -1,6 +1,7 @@ /************************************************* * Qt Thread Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2004-2007 Justin Karneges * +* 2004-2007 Jack Lloyd * *************************************************/ #include <botan/mux_qt.h> diff --git a/modules/mux_qt/mux_qt.h b/modules/mux_qt/mux_qt.h index 2b8ee9065..110e147ec 100644 --- a/modules/mux_qt/mux_qt.h +++ b/modules/mux_qt/mux_qt.h @@ -1,6 +1,7 @@ /************************************************* * Qt Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2004-2007 Justin Karneges * +* 2004-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_QT_H__ diff --git a/modules/mux_win32/mux_win32.cpp b/modules/mux_win32/mux_win32.cpp index 087568d5e..622a707fa 100644 --- a/modules/mux_win32/mux_win32.cpp +++ b/modules/mux_win32/mux_win32.cpp @@ -1,10 +1,10 @@ /************************************************* * Win32 Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2006 Luca Piccarreta * +* 2006-2007 Jack Lloyd * *************************************************/ #include <botan/mux_win32.h> -#include <botan/exceptn.h> #include <windows.h> namespace Botan { diff --git a/modules/mux_win32/mux_win32.h b/modules/mux_win32/mux_win32.h index 96593a768..37eadae0d 100644 --- a/modules/mux_win32/mux_win32.h +++ b/modules/mux_win32/mux_win32.h @@ -1,6 +1,7 @@ /************************************************* * Win32 Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2006 Luca Piccarreta * +* 2006-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_WIN32_H__ diff --git a/modules/tm_hard/tm_hard.cpp b/modules/tm_hard/tm_hard.cpp index 251fc9cfd..be8efd778 100644 --- a/modules/tm_hard/tm_hard.cpp +++ b/modules/tm_hard/tm_hard.cpp @@ -1,6 +1,6 @@ /************************************************* * Hardware Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_hard.h> diff --git a/modules/tm_hard/tm_hard.h b/modules/tm_hard/tm_hard.h index 83980acf7..d02010eda 100644 --- a/modules/tm_hard/tm_hard.h +++ b/modules/tm_hard/tm_hard.h @@ -1,6 +1,6 @@ /************************************************* * Hardware Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_HARDWARE_H__ diff --git a/modules/tm_posix/tm_posix.cpp b/modules/tm_posix/tm_posix.cpp index e5e1f3f93..601b2b43d 100644 --- a/modules/tm_posix/tm_posix.cpp +++ b/modules/tm_posix/tm_posix.cpp @@ -1,6 +1,6 @@ /************************************************* * POSIX Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_posix.h> diff --git a/modules/tm_posix/tm_posix.h b/modules/tm_posix/tm_posix.h index 1c3618dd6..60fa8f844 100644 --- a/modules/tm_posix/tm_posix.h +++ b/modules/tm_posix/tm_posix.h @@ -1,6 +1,6 @@ /************************************************* * POSIX Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_POSIX_H__ diff --git a/modules/tm_unix/tm_unix.cpp b/modules/tm_unix/tm_unix.cpp index 51224a7d2..654297753 100644 --- a/modules/tm_unix/tm_unix.cpp +++ b/modules/tm_unix/tm_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_unix.h> diff --git a/modules/tm_unix/tm_unix.h b/modules/tm_unix/tm_unix.h index a36eb8304..4b5b3e9dd 100644 --- a/modules/tm_unix/tm_unix.h +++ b/modules/tm_unix/tm_unix.h @@ -1,6 +1,6 @@ /************************************************* * Unix Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_UNIX_H__ diff --git a/modules/tm_win32/tm_win32.cpp b/modules/tm_win32/tm_win32.cpp index c82a49fad..58f7b0f55 100644 --- a/modules/tm_win32/tm_win32.cpp +++ b/modules/tm_win32/tm_win32.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_win32.h> diff --git a/modules/tm_win32/tm_win32.h b/modules/tm_win32/tm_win32.h index 55cd30df8..5a699021c 100644 --- a/modules/tm_win32/tm_win32.h +++ b/modules/tm_win32/tm_win32.h @@ -1,6 +1,6 @@ /************************************************* * Win32 Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_WIN32_H__ |