diff options
author | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
commit | 90be13de6fa5fb2778b5d6d296c81fd0e9393b97 (patch) | |
tree | d4907e023592ee117065c6879ba9e6827d279b22 /modules | |
parent | 030c4f7d5ced92d6a0e83e2f62d312f262cf2f4c (diff) |
Mass update of the copyright date. Honestly I don't know why I bother,
but might as well keep it up to date. And it's easier to do it once with
a 'perl -pi' command than to update each file over time.
Apologies to anyone looking at diffs.
Diffstat (limited to 'modules')
81 files changed, 81 insertions, 81 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index 6b9aaba75..0bf04b489 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_amd64/mp_mulop.S b/modules/alg_amd64/mp_mulop.S index 1988429f6..68c199c66 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 76937a577..9da803466 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-2008 The Botan Project * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_amd64/sha1core.S b/modules/alg_amd64/sha1core.S index 32f2d83a3..d648d05ff 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/asm_macr.h b/modules/alg_ia32/asm_macr.h index b852b85b1..fe2e76d28 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp index 497c6dbe7..e863391c8 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-2008 The Botan Project * *************************************************/ #include <botan/md4.h> diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S index 42c8dab98..b10bb80f2 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp index 5f2e7061e..a24a2e2d3 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-2008 The Botan Project * *************************************************/ #include <botan/md5.h> diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S index 4617dbd86..8d2e2343c 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/mp_mulop.S b/modules/alg_ia32/mp_mulop.S index d6401317b..0bbffb348 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serp_asm.S b/modules/alg_ia32/serp_asm.S index 13a55a0c9..980e7f2ee 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp index bf13772e6..1db5f81ab 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-2008 The Botan Project * *************************************************/ #include <botan/serpent.h> diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp index 11cd5dadb..59311287a 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-2008 The Botan Project * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S index 56e9169bf..6be33cb82 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-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alloc_mmap/mmap_mem.cpp b/modules/alloc_mmap/mmap_mem.cpp index b40d24ca0..984e63057 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-2008 The Botan Project * *************************************************/ #include <botan/mmap_mem.h> diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h index 3112feb41..ff2da9376 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__ diff --git a/modules/comp_bzip2/bzip2.cpp b/modules/comp_bzip2/bzip2.cpp index 323f8227f..e20f530a6 100644 --- a/modules/comp_bzip2/bzip2.cpp +++ b/modules/comp_bzip2/bzip2.cpp @@ -1,6 +1,6 @@ /************************************************* * Bzip Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bzip2.h> diff --git a/modules/comp_bzip2/bzip2.h b/modules/comp_bzip2/bzip2.h index 2d0cf5665..13a5ffea9 100644 --- a/modules/comp_bzip2/bzip2.h +++ b/modules/comp_bzip2/bzip2.h @@ -1,6 +1,6 @@ /************************************************* * Bzip Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_BZIP2_H__ diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp index 59f8e88c4..792dfafef 100644 --- a/modules/comp_zlib/zlib.cpp +++ b/modules/comp_zlib/zlib.cpp @@ -1,6 +1,6 @@ /************************************************* * Zlib Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/zlib.h> diff --git a/modules/comp_zlib/zlib.h b/modules/comp_zlib/zlib.h index 6e16735c3..acfb41ea7 100644 --- a/modules/comp_zlib/zlib.h +++ b/modules/comp_zlib/zlib.h @@ -1,6 +1,6 @@ /************************************************* * Zlib Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ZLIB_H__ diff --git a/modules/eng_aep/aep_conn.cpp b/modules/eng_aep/aep_conn.cpp index 2381c291a..0587a6d20 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-2008 The Botan Project * *************************************************/ #include <botan/aep_conn.h> diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h index b012e629a..73f3cef52 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_AEP_CONNECTION_H__ diff --git a/modules/eng_aep/aep_main.cpp b/modules/eng_aep/aep_main.cpp index 162004669..f83a47822 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-2008 The Botan Project * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.cpp b/modules/eng_aep/eng_aep.cpp index 18823eca7..f3e9dca8f 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-2008 The Botan Project * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.h b/modules/eng_aep/eng_aep.h index 2768029da..2a7c7151c 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_AEP_ENGINE_H__ diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h index f13dc1e92..62bb6b0c8 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-2008 The Botan Project * *************************************************/ #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..e12da6288 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_HW_AEP_H__ diff --git a/modules/eng_gmp/eng_gmp.cpp b/modules/eng_gmp/eng_gmp.cpp index 9b3ac98b5..1950a5832 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-2008 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/eng_gmp.h b/modules/eng_gmp/eng_gmp.h index a423bec11..9ed82a684 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENGINE_GMP_H__ diff --git a/modules/eng_gmp/gmp_mem.cpp b/modules/eng_gmp/gmp_mem.cpp index bfb6e5559..d20eff2e0 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-2008 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_powm.cpp b/modules/eng_gmp/gmp_powm.cpp index 60f87f50a..b0059503e 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-2008 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_wrap.cpp b/modules/eng_gmp/gmp_wrap.cpp index ff896cb07..be4238e36 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-2008 The Botan Project * *************************************************/ #include <botan/gmp_wrap.h> diff --git a/modules/eng_gmp/gmp_wrap.h b/modules/eng_gmp/gmp_wrap.h index 883b5aad1..439f89a44 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-2008 The Botan Project * *************************************************/ #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..efdeb504d 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-2008 The Botan Project * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp index f8f7a2e35..77c96ec30 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-2008 The Botan Project * *************************************************/ #include <botan/bn_wrap.h> diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h index 60187e414..ce6a0d7bf 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-2008 The Botan Project * *************************************************/ #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..7f55b82a5 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-2008 The Botan Project * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h index 455cadb73..de41e726a 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENGINE_OPENSSL_H__ diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp index 0782a9674..4da458ceb 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-2008 The Botan Project * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp index d10070ce7..ab9417a7c 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-2008 The Botan Project * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp index f63d2e8cf..61011ebb8 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-2008 The Botan Project * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/es_beos/es_beos.cpp b/modules/es_beos/es_beos.cpp index 9474a5dc7..3fe2a7a5d 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-2008 The Botan Project * *************************************************/ #include <botan/es_beos.h> diff --git a/modules/es_beos/es_beos.h b/modules/es_beos/es_beos.h index 5f3e85476..eb594f324 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-2008 The Botan Project * *************************************************/ #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..db0a63f0b 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-2008 The Botan Project * *************************************************/ #include <botan/es_capi.h> diff --git a/modules/es_capi/es_capi.h b/modules/es_capi/es_capi.h index d3ae1819b..33bd6fe12 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-2008 The Botan Project * *************************************************/ #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 61127388a..e63cc9f05 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-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/es_dev.h> diff --git a/modules/es_dev/es_dev.h b/modules/es_dev/es_dev.h index d491a7b18..d5bfa76c8 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_ENTROPY_SRC_DEVICE_H__ diff --git a/modules/es_egd/es_egd.cpp b/modules/es_egd/es_egd.cpp index 2fbd03598..66f67066f 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-2008 The Botan Project * *************************************************/ #include <botan/es_egd.h> diff --git a/modules/es_egd/es_egd.h b/modules/es_egd/es_egd.h index ddfeded77..70135a8cf 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_EGD_H__ diff --git a/modules/es_ftw/es_ftw.cpp b/modules/es_ftw/es_ftw.cpp index cbee7396d..ed81f8503 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-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/es_ftw.h> diff --git a/modules/es_ftw/es_ftw.h b/modules/es_ftw/es_ftw.h index 2e5aafc98..8a909a057 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_FTW_H__ diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index f1302cb61..3aaf6369a 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-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_unix/es_unix.h b/modules/es_unix/es_unix.h index 149e6f395..e077fc900 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-2008 The Botan Project * *************************************************/ #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..08d4fb7b8 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-2008 The Botan Project * *************************************************/ #ifndef _XOPEN_SOURCE diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h index a3754687e..b073eb59d 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_UNIX_CMD_H__ diff --git a/modules/es_unix/unix_src.cpp b/modules/es_unix/unix_src.cpp index 90189b193..55db5a1a5 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-2008 The Botan Project * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_win32/es_win32.cpp b/modules/es_win32/es_win32.cpp index 1428b588a..8379afb7b 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-2008 The Botan Project * *************************************************/ #include <botan/es_win32.h> diff --git a/modules/es_win32/es_win32.h b/modules/es_win32/es_win32.h index 3fd368afa..4fb7fa650 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-2008 The Botan Project * *************************************************/ #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..a08f97abb 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-2008 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/modules/fd_unix/fd_unix.h b/modules/fd_unix/fd_unix.h index 1a0a0c21e..472252f42 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_PIPE_UNIXFD_H__ diff --git a/modules/ml_unix/mlock.cpp b/modules/ml_unix/mlock.cpp index 396a996e6..f0f2e380f 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-2008 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/modules/ml_win32/mlock.cpp b/modules/ml_win32/mlock.cpp index b0f6a9ded..f94314ffc 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-2008 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/modules/mp_amd64/mp_asm.h b/modules/mp_amd64/mp_asm.h index d83f79741..745f62fdb 100644 --- a/modules/mp_amd64/mp_asm.h +++ b/modules/mp_amd64/mp_asm.h @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h index d66c60503..9329b3850 100644 --- a/modules/mp_amd64/mp_asmi.h +++ b/modules/mp_amd64/mp_asmi.h @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mp_asm64/mp_asm.h b/modules/mp_asm64/mp_asm.h index 6abab6166..a079b2371 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_MP_MADD_H__ diff --git a/modules/mp_ia32/mp_asm.h b/modules/mp_ia32/mp_asm.h index b427885b9..937aee598 100644 --- a/modules/mp_ia32/mp_asm.h +++ b/modules/mp_ia32/mp_asm.h @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_ia32/mp_asmi.h b/modules/mp_ia32/mp_asmi.h index 9a239c350..007c7613b 100644 --- a/modules/mp_ia32/mp_asmi.h +++ b/modules/mp_ia32/mp_asmi.h @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mux_pthr/mux_pthr.cpp b/modules/mux_pthr/mux_pthr.cpp index 89caf7fa7..abb64b079 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-2008 The Botan Project * *************************************************/ #include <botan/mux_pthr.h> diff --git a/modules/mux_pthr/mux_pthr.h b/modules/mux_pthr/mux_pthr.h index f0a94b4aa..56d6b8c3a 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_MUTEX_PTHREAD_H__ diff --git a/modules/mux_qt/mux_qt.cpp b/modules/mux_qt/mux_qt.cpp index 93c1b8a07..da21db6e2 100644 --- a/modules/mux_qt/mux_qt.cpp +++ b/modules/mux_qt/mux_qt.cpp @@ -1,6 +1,6 @@ /************************************************* * Qt Thread Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mux_qt.h> diff --git a/modules/mux_qt/mux_qt.h b/modules/mux_qt/mux_qt.h index 2b8ee9065..687c5bb4c 100644 --- a/modules/mux_qt/mux_qt.h +++ b/modules/mux_qt/mux_qt.h @@ -1,6 +1,6 @@ /************************************************* * Qt Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_MUTEX_QT_H__ diff --git a/modules/mux_win32/mux_win32.cpp b/modules/mux_win32/mux_win32.cpp index 087568d5e..b0e6da68d 100644 --- a/modules/mux_win32/mux_win32.cpp +++ b/modules/mux_win32/mux_win32.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mux_win32.h> diff --git a/modules/mux_win32/mux_win32.h b/modules/mux_win32/mux_win32.h index 96593a768..bd4bae693 100644 --- a/modules/mux_win32/mux_win32.h +++ b/modules/mux_win32/mux_win32.h @@ -1,6 +1,6 @@ /************************************************* * Win32 Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_MUTEX_WIN32_H__ diff --git a/modules/tm_hard/tm_hard.cpp b/modules/tm_hard/tm_hard.cpp index 251fc9cfd..10855daa8 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-2008 The Botan Project * *************************************************/ #include <botan/tm_hard.h> diff --git a/modules/tm_hard/tm_hard.h b/modules/tm_hard/tm_hard.h index 83980acf7..bff5d88ad 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_TIMER_HARDWARE_H__ diff --git a/modules/tm_posix/tm_posix.cpp b/modules/tm_posix/tm_posix.cpp index e5e1f3f93..0444a85e1 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-2008 The Botan Project * *************************************************/ #include <botan/tm_posix.h> diff --git a/modules/tm_posix/tm_posix.h b/modules/tm_posix/tm_posix.h index 1c3618dd6..73e96eade 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_TIMER_POSIX_H__ diff --git a/modules/tm_unix/tm_unix.cpp b/modules/tm_unix/tm_unix.cpp index 51224a7d2..f0ce0f1d2 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-2008 The Botan Project * *************************************************/ #include <botan/tm_unix.h> diff --git a/modules/tm_unix/tm_unix.h b/modules/tm_unix/tm_unix.h index a36eb8304..f354b6abe 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_TIMER_UNIX_H__ diff --git a/modules/tm_win32/tm_win32.cpp b/modules/tm_win32/tm_win32.cpp index c82a49fad..5bb39b750 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-2008 The Botan Project * *************************************************/ #include <botan/tm_win32.h> diff --git a/modules/tm_win32/tm_win32.h b/modules/tm_win32/tm_win32.h index 55cd30df8..8ead5d5d1 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_TIMER_WIN32_H__ |