diff options
author | lloyd <[email protected]> | 2007-01-20 10:54:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-01-20 10:54:11 +0000 |
commit | f3c2bab8027a653a251503ad08e6f7607b3aa3a0 (patch) | |
tree | 0d9ff75206337317f33c1d0be43ddbf2c34ab556 /modules | |
parent | 49922890c906296caf31ad6fa750d197b0d8db5c (diff) |
Bump copyright year to 2007
Diffstat (limited to 'modules')
77 files changed, 77 insertions, 77 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index 93b675858..990a9fb61 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-2006 The Botan Project * +* (C) 1999-2007 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 71477cf2b..ebd6aa8c0 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-2006 The Botan Project * +* (C) 1999-2007 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 eb25ad209..54920d37c 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp index fb6c77a31..4c1fca4c3 100644 --- a/modules/alg_ia32/md4.cpp +++ b/modules/alg_ia32/md4.cpp @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/md4.h> diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S index ddc5c2614..42c8dab98 100644 --- a/modules/alg_ia32/md4core.S +++ b/modules/alg_ia32/md4core.S @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp index 0d35adf49..1f5c0c05b 100644 --- a/modules/alg_ia32/md5.cpp +++ b/modules/alg_ia32/md5.cpp @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/md5.h> diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S index 32f84e317..4617dbd86 100644 --- a/modules/alg_ia32/md5core.S +++ b/modules/alg_ia32/md5core.S @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 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 53b210d25..d6401317b 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-2006 The Botan Project * +* (C) 1999-2007 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 718e8cb74..13a55a0c9 100644 --- a/modules/alg_ia32/serp_asm.S +++ b/modules/alg_ia32/serp_asm.S @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp index fd489574b..3cb5c6305 100644 --- a/modules/alg_ia32/serpent.cpp +++ b/modules/alg_ia32/serpent.cpp @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/serpent.h> diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp index 2ab589adb..ffa88e080 100644 --- a/modules/alg_ia32/sha160.cpp +++ b/modules/alg_ia32/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S index 8794fb45b..56e9169bf 100644 --- a/modules/alg_ia32/sha1core.S +++ b/modules/alg_ia32/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 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 5d5b140f2..c840b2d2b 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-2006 The Botan Project * +* (C) 1999-2007 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 04923571d..3112feb41 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__ diff --git a/modules/comp_bzip2/bzip2.cpp b/modules/comp_bzip2/bzip2.cpp index a29c33598..323f8227f 100644 --- a/modules/comp_bzip2/bzip2.cpp +++ b/modules/comp_bzip2/bzip2.cpp @@ -1,6 +1,6 @@ /************************************************* * Bzip Compressor Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bzip2.h> diff --git a/modules/comp_bzip2/bzip2.h b/modules/comp_bzip2/bzip2.h index 40bfd1a77..2d0cf5665 100644 --- a/modules/comp_bzip2/bzip2.h +++ b/modules/comp_bzip2/bzip2.h @@ -1,6 +1,6 @@ /************************************************* * Bzip Compressor Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_BZIP2_H__ diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp index a1e05453d..4bb014b69 100644 --- a/modules/comp_zlib/zlib.cpp +++ b/modules/comp_zlib/zlib.cpp @@ -1,6 +1,6 @@ /************************************************* * Zlib Compressor Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/zlib.h> diff --git a/modules/comp_zlib/zlib.h b/modules/comp_zlib/zlib.h index 1557afaab..6e16735c3 100644 --- a/modules/comp_zlib/zlib.h +++ b/modules/comp_zlib/zlib.h @@ -1,6 +1,6 @@ /************************************************* * Zlib Compressor Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 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 6175bc5ae..2381c291a 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-2006 The Botan Project * +* (C) 1999-2007 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 9b1d97e58..b012e629a 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-2006 The Botan Project * +* (C) 1999-2007 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 fd3889b32..162004669 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-2006 The Botan Project * +* (C) 1999-2007 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 90e943a48..18823eca7 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-2006 The Botan Project * +* (C) 1999-2007 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 0b47c7322..2768029da 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-2006 The Botan Project * +* (C) 1999-2007 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 bb58a9ef5..f13dc1e92 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-2006 The Botan Project * +* (C) 1999-2007 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 6e690e4a8..20534c170 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-2006 The Botan Project * +* (C) 1999-2007 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 944fa90f7..9b3ac98b5 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-2006 The Botan Project * +* (C) 1999-2007 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 08a66a3f8..a423bec11 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-2006 The Botan Project * +* (C) 1999-2007 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 4c0b5d85a..bfb6e5559 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-2006 The Botan Project * +* (C) 1999-2007 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 c966a7b1c..60f87f50a 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-2006 The Botan Project * +* (C) 1999-2007 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 b6b80560e..ff896cb07 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-2006 The Botan Project * +* (C) 1999-2007 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 34038d5f9..883b5aad1 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-2006 The Botan Project * +* (C) 1999-2007 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 524379b72..8bf3b1eee 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-2006 The Botan Project * +* (C) 1999-2007 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 50c097724..f8f7a2e35 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-2006 The Botan Project * +* (C) 1999-2007 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 2b90d643c..60187e414 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-2006 The Botan Project * +* (C) 1999-2007 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 9c249876f..eeb627bfd 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-2006 The Botan Project * +* (C) 1999-2007 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 e72b3ca43..455cadb73 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-2006 The Botan Project * +* (C) 1999-2007 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 73b5f564a..0782a9674 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-2006 The Botan Project * +* (C) 1999-2007 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 173c4efbe..d10070ce7 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-2006 The Botan Project * +* (C) 1999-2007 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 3c8f96f72..f63d2e8cf 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-2006 The Botan Project * +* (C) 1999-2007 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 f1c575063..9474a5dc7 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-2006 The Botan Project * +* (C) 1999-2007 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 591443256..5f3e85476 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-2006 The Botan Project * +* (C) 1999-2007 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 011f5ec31..ce765a9ac 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-2006 The Botan Project * +* (C) 1999-2007 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 8025e9ce7..d3ae1819b 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_CAPI_H__ diff --git a/modules/es_egd/es_egd.cpp b/modules/es_egd/es_egd.cpp index adc71b9c0..5078177ab 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-2006 The Botan Project * +* (C) 1999-2007 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 3af50ef35..ddfeded77 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-2006 The Botan Project * +* (C) 1999-2007 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 08a03c0e4..3253ca27d 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-2006 The Botan Project * +* (C) 1999-2007 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 7b450798b..2e5aafc98 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-2006 The Botan Project * +* (C) 1999-2007 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 c956e8fa5..243ba9164 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-2006 The Botan Project * +* (C) 1999-2007 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 74f960eb8..167bafc89 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-2006 The Botan Project * +* (C) 1999-2007 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 db79478df..7a5e076a8 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef _XOPEN_SOURCE diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h index 8da81ccbd..a3754687e 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-2006 The Botan Project * +* (C) 1999-2007 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 5493d9fd8..90189b193 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-2006 The Botan Project * +* (C) 1999-2007 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 fda02effe..c0a1ed750 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-2006 The Botan Project * +* (C) 1999-2007 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 7ca9f1285..3fd368afa 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-2006 The Botan Project * +* (C) 1999-2007 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 8b7b2648a..72f2cbf1b 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/modules/fd_unix/fd_unix.h b/modules/fd_unix/fd_unix.h index f00cb8020..1a0a0c21e 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_PIPE_UNIXFD_H__ diff --git a/modules/ml_unix/mlock.cpp b/modules/ml_unix/mlock.cpp index 937308739..396a996e6 100644 --- a/modules/ml_unix/mlock.cpp +++ b/modules/ml_unix/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/modules/ml_win32/mlock.cpp b/modules/ml_win32/mlock.cpp index 7384beb07..b0f6a9ded 100644 --- a/modules/ml_win32/mlock.cpp +++ b/modules/ml_win32/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/modules/mp_amd64/mp_asm.h b/modules/mp_amd64/mp_asm.h index f67935936..d83f79741 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-2006 The Botan Project * +* (C) 1999-2007 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 c0f041068..d66c60503 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-2006 The Botan Project * +* (C) 1999-2007 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 51482d121..b3a60219d 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-2006 The Botan Project * +* (C) 1999-2007 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 4c2c74472..b427885b9 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-2006 The Botan Project * +* (C) 1999-2007 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 1320482f6..9a239c350 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-2006 The Botan Project * +* (C) 1999-2007 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 ade2005e9..89caf7fa7 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-2006 The Botan Project * +* (C) 1999-2007 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 47503d390..f0a94b4aa 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-2006 The Botan Project * +* (C) 1999-2007 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 c0f3c93c9..93c1b8a07 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-2006 The Botan Project * +* (C) 1999-2007 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 5eb6f4987..2b8ee9065 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-2006 The Botan Project * +* (C) 1999-2007 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 5ed448441..087568d5e 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-2006 The Botan Project * +* (C) 1999-2007 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 7ff1276aa..96593a768 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-2006 The Botan Project * +* (C) 1999-2007 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 f5f9b3ed5..da9aa3fd2 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-2006 The Botan Project * +* (C) 1999-2007 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 017bc5cad..83980acf7 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-2006 The Botan Project * +* (C) 1999-2007 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 bec82bc41..7a6b667c4 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-2006 The Botan Project * +* (C) 1999-2007 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 9a921ab3e..1c3618dd6 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-2006 The Botan Project * +* (C) 1999-2007 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 3cf6928be..cb9a8431f 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-2006 The Botan Project * +* (C) 1999-2007 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 2c14cb2d0..a36eb8304 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-2006 The Botan Project * +* (C) 1999-2007 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 1f4a33bf4..c82a49fad 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-2006 The Botan Project * +* (C) 1999-2007 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 ec4175d2d..55cd30df8 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_TIMER_WIN32_H__ |