diff options
Diffstat (limited to 'src')
208 files changed, 208 insertions, 208 deletions
diff --git a/src/adler32.cpp b/src/adler32.cpp index e2ee02cb8..ac8f193e1 100644 --- a/src/adler32.cpp +++ b/src/adler32.cpp @@ -1,6 +1,6 @@ /************************************************* * Adler32 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/adler32.h> diff --git a/src/aes.cpp b/src/aes.cpp index 09ff81234..7698272f4 100644 --- a/src/aes.cpp +++ b/src/aes.cpp @@ -1,6 +1,6 @@ /************************************************* * AES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/aes.h> diff --git a/src/aes_tab.cpp b/src/aes_tab.cpp index ba647a498..7ca3086aa 100644 --- a/src/aes_tab.cpp +++ b/src/aes_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for AES * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/aes.h> diff --git a/src/alg_id.cpp b/src/alg_id.cpp index d85396295..3f913a6d6 100644 --- a/src/alg_id.cpp +++ b/src/alg_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Identifier Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/alg_id.h> diff --git a/src/arc4.cpp b/src/arc4.cpp index c189a1f7c..0e615e139 100644 --- a/src/arc4.cpp +++ b/src/arc4.cpp @@ -1,6 +1,6 @@ /************************************************* * ARC4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/arc4.h> diff --git a/src/asn1_alt.cpp b/src/asn1_alt.cpp index 9941ef567..30d353ec3 100644 --- a/src/asn1_alt.cpp +++ b/src/asn1_alt.cpp @@ -1,6 +1,6 @@ /************************************************* * AlternativeName Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_att.cpp b/src/asn1_att.cpp index 26bb9e7ab..649eb654f 100644 --- a/src/asn1_att.cpp +++ b/src/asn1_att.cpp @@ -1,6 +1,6 @@ /************************************************* * Attribute Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_dn.cpp b/src/asn1_dn.cpp index 12225a4b5..986c11fef 100644 --- a/src/asn1_dn.cpp +++ b/src/asn1_dn.cpp @@ -1,6 +1,6 @@ /************************************************* * X509_DN Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_int.cpp b/src/asn1_int.cpp index ee39c529d..e87491859 100644 --- a/src/asn1_int.cpp +++ b/src/asn1_int.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 Internals Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_int.h> diff --git a/src/asn1_ku.cpp b/src/asn1_ku.cpp index 5d6711bbc..1fd17a2b8 100644 --- a/src/asn1_ku.cpp +++ b/src/asn1_ku.cpp @@ -1,6 +1,6 @@ /************************************************* * KeyUsage Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_oid.cpp b/src/asn1_oid.cpp index ad64f4602..944689573 100644 --- a/src/asn1_oid.cpp +++ b/src/asn1_oid.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 OID Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_oid.h> diff --git a/src/asn1_str.cpp b/src/asn1_str.cpp index 903fa0e64..86ddd648c 100644 --- a/src/asn1_str.cpp +++ b/src/asn1_str.cpp @@ -1,6 +1,6 @@ /************************************************* * Simple ASN.1 String Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_tm.cpp b/src/asn1_tm.cpp index 598d99df0..6dab30c5c 100644 --- a/src/asn1_tm.cpp +++ b/src/asn1_tm.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Time Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/base.cpp b/src/base.cpp index 9382f57ba..e0802aa3f 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,6 +1,6 @@ /************************************************* * Base Classes Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/base.h> diff --git a/src/base64.cpp b/src/base64.cpp index c08780955..21ec09bf7 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,6 +1,6 @@ /************************************************* * Base64 Encoder/Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/base64.h> diff --git a/src/basefilt.cpp b/src/basefilt.cpp index cb23c108a..1ec41eb9d 100644 --- a/src/basefilt.cpp +++ b/src/basefilt.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/basefilt.h> diff --git a/src/ber_dec.cpp b/src/ber_dec.cpp index 2537a917b..1e943cbda 100644 --- a/src/ber_dec.cpp +++ b/src/ber_dec.cpp @@ -1,6 +1,6 @@ /************************************************* * BER Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/ber_dec.h> diff --git a/src/big_base.cpp b/src/big_base.cpp index fce11fe73..32e99db3d 100644 --- a/src/big_base.cpp +++ b/src/big_base.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_code.cpp b/src/big_code.cpp index f56fc53c4..775fb6328 100644 --- a/src/big_code.cpp +++ b/src/big_code.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Encoding/Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_io.cpp b/src/big_io.cpp index f5b952109..0936e7c7e 100644 --- a/src/big_io.cpp +++ b/src/big_io.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Input/Output Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops2.cpp b/src/big_ops2.cpp index d28f343f2..e33588337 100644 --- a/src/big_ops2.cpp +++ b/src/big_ops2.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Assignment Operators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops3.cpp b/src/big_ops3.cpp index e2b321643..16a5aa41b 100644 --- a/src/big_ops3.cpp +++ b/src/big_ops3.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Binary Operators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_rand.cpp b/src/big_rand.cpp index 7dac05e67..7ece7456c 100644 --- a/src/big_rand.cpp +++ b/src/big_rand.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Random Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/bit_ops.cpp b/src/bit_ops.cpp index fa08c5a9f..dad2b0fb9 100644 --- a/src/bit_ops.cpp +++ b/src/bit_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/bit_ops.h> diff --git a/src/blfs_tab.cpp b/src/blfs_tab.cpp index 32df7234f..527a4b077 100644 --- a/src/blfs_tab.cpp +++ b/src/blfs_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and P-Box Tables for Blowfish * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/blowfish.h> diff --git a/src/blinding.cpp b/src/blinding.cpp index d43e0da0a..45ecf69b1 100644 --- a/src/blinding.cpp +++ b/src/blinding.cpp @@ -1,6 +1,6 @@ /************************************************* * Blinder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/blinding.h> diff --git a/src/blowfish.cpp b/src/blowfish.cpp index f6f8213c4..8499e3c41 100644 --- a/src/blowfish.cpp +++ b/src/blowfish.cpp @@ -1,6 +1,6 @@ /************************************************* * Blowfish Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/blowfish.h> diff --git a/src/buf_es.cpp b/src/buf_es.cpp index b0ae98865..ab8adea72 100644 --- a/src/buf_es.cpp +++ b/src/buf_es.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffered EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/buf_es.h> diff --git a/src/buf_filt.cpp b/src/buf_filt.cpp index 20c223be5..844b4d80e 100644 --- a/src/buf_filt.cpp +++ b/src/buf_filt.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffering Filter Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/buf_filt.h> diff --git a/src/cast128.cpp b/src/cast128.cpp index 1d9222460..8b06c107c 100644 --- a/src/cast128.cpp +++ b/src/cast128.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-128 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cast128.h> diff --git a/src/cast256.cpp b/src/cast256.cpp index e7e978665..b6e37f101 100644 --- a/src/cast256.cpp +++ b/src/cast256.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cast256.h> diff --git a/src/cast_tab.cpp b/src/cast_tab.cpp index b10c728c5..b149a7db1 100644 --- a/src/cast_tab.cpp +++ b/src/cast_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for CAST-128 and CAST-256 * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cast128.h> diff --git a/src/cbc.cpp b/src/cbc.cpp index 7adc4f952..4e657aa59 100644 --- a/src/cbc.cpp +++ b/src/cbc.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cbc.h> diff --git a/src/cbc_mac.cpp b/src/cbc_mac.cpp index ff2347497..022b997fd 100644 --- a/src/cbc_mac.cpp +++ b/src/cbc_mac.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC-MAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cbc_mac.h> diff --git a/src/certstor.cpp b/src/certstor.cpp index a22559e68..e703e5383 100644 --- a/src/certstor.cpp +++ b/src/certstor.cpp @@ -1,6 +1,6 @@ /************************************************* * Certificate Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/certstor.h> diff --git a/src/cfb.cpp b/src/cfb.cpp index 9d42c4d1d..557cd7e3a 100644 --- a/src/cfb.cpp +++ b/src/cfb.cpp @@ -1,6 +1,6 @@ /************************************************* * CFB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cfb.h> diff --git a/src/charset.cpp b/src/charset.cpp index 7cda83f0d..1343c9dc2 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -1,6 +1,6 @@ /************************************************* * Character Set Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/charset.h> diff --git a/src/cmac.cpp b/src/cmac.cpp index 618af0ad5..94254c656 100644 --- a/src/cmac.cpp +++ b/src/cmac.cpp @@ -1,6 +1,6 @@ /************************************************* * CMAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cmac.h> diff --git a/src/config.cpp b/src/config.cpp index 3f03c70c0..67c4a1dce 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/config.h> diff --git a/src/crc24.cpp b/src/crc24.cpp index e7df4ea0f..09323d892 100644 --- a/src/crc24.cpp +++ b/src/crc24.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC24 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/crc24.h> diff --git a/src/crc32.cpp b/src/crc32.cpp index f950b136b..6739731d6 100644 --- a/src/crc32.cpp +++ b/src/crc32.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC32 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/crc32.h> diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp index 1e55d5ec1..cc4f4a4c6 100644 --- a/src/crl_ent.cpp +++ b/src/crl_ent.cpp @@ -1,6 +1,6 @@ /************************************************* * CRL Entry Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/crl_ent.h> diff --git a/src/ctr.cpp b/src/ctr.cpp index 3be4a0526..85cffa767 100644 --- a/src/ctr.cpp +++ b/src/ctr.cpp @@ -1,6 +1,6 @@ /************************************************* * CTR Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/ctr.h> diff --git a/src/cts.cpp b/src/cts.cpp index 8d0764c39..dc2e5437f 100644 --- a/src/cts.cpp +++ b/src/cts.cpp @@ -1,6 +1,6 @@ /************************************************* * CTS Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/cts.h> diff --git a/src/data_snk.cpp b/src/data_snk.cpp index a76fbfa09..810b1650b 100644 --- a/src/data_snk.cpp +++ b/src/data_snk.cpp @@ -1,6 +1,6 @@ /************************************************* * DataSink Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/data_snk.h> diff --git a/src/data_src.cpp b/src/data_src.cpp index 2a83a3860..87f5b3a60 100644 --- a/src/data_src.cpp +++ b/src/data_src.cpp @@ -1,6 +1,6 @@ /************************************************* * DataSource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/data_src.h> diff --git a/src/datastor.cpp b/src/datastor.cpp index e8b815c25..6d582406b 100644 --- a/src/datastor.cpp +++ b/src/datastor.cpp @@ -1,6 +1,6 @@ /************************************************* * Data Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/datastor.h> diff --git a/src/def_alg.cpp b/src/def_alg.cpp index 2dbd30621..c18d5087d 100644 --- a/src/def_alg.cpp +++ b/src/def_alg.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_char.cpp b/src/def_char.cpp index 0bbd719f6..fc2a2f6cd 100644 --- a/src/def_char.cpp +++ b/src/def_char.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Character Set Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/def_char.h> diff --git a/src/def_mode.cpp b/src/def_mode.cpp index 052582cd0..383c84d29 100644 --- a/src/def_mode.cpp +++ b/src/def_mode.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_ops.cpp b/src/def_ops.cpp index 9517d88d0..b0e53d7eb 100644 --- a/src/def_ops.cpp +++ b/src/def_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine PK Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_powm.cpp b/src/def_powm.cpp index 0a53db071..b209d5af4 100644 --- a/src/def_powm.cpp +++ b/src/def_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/defalloc.cpp b/src/defalloc.cpp index f7d880cda..6d0b9bc96 100644 --- a/src/defalloc.cpp +++ b/src/defalloc.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Allocators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/defalloc.h> diff --git a/src/der_enc.cpp b/src/der_enc.cpp index e418568bc..7b49d8d7e 100644 --- a/src/der_enc.cpp +++ b/src/der_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * DER Encoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/der_enc.h> diff --git a/src/des.cpp b/src/des.cpp index 18b183bc9..558144071 100644 --- a/src/des.cpp +++ b/src/des.cpp @@ -1,6 +1,6 @@ /************************************************* * DES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/des.h> diff --git a/src/des_tab.cpp b/src/des_tab.cpp index d72e86d8b..5d57fa67a 100644 --- a/src/des_tab.cpp +++ b/src/des_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Substitution/Permutation Tables for DES * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/des.h> diff --git a/src/dh.cpp b/src/dh.cpp index 8f3dda27f..2941183b9 100644 --- a/src/dh.cpp +++ b/src/dh.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffie-Hellman Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dh.h> diff --git a/src/divide.cpp b/src/divide.cpp index bc1c9ef2d..c7f3e1b42 100644 --- a/src/divide.cpp +++ b/src/divide.cpp @@ -1,6 +1,6 @@ /************************************************* * Division Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/dl_algo.cpp b/src/dl_algo.cpp index 0d2fca40d..751923940 100644 --- a/src/dl_algo.cpp +++ b/src/dl_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * DL Scheme Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dl_algo.h> diff --git a/src/dl_group.cpp b/src/dl_group.cpp index 1b52102db..8edd2b399 100644 --- a/src/dl_group.cpp +++ b/src/dl_group.cpp @@ -1,6 +1,6 @@ /************************************************* * Discrete Logarithm Parameters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dl_group.h> diff --git a/src/dlies.cpp b/src/dlies.cpp index 0df5ffef9..c9cdb25a2 100644 --- a/src/dlies.cpp +++ b/src/dlies.cpp @@ -1,6 +1,6 @@ /************************************************* * DLIES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dlies.h> diff --git a/src/dsa.cpp b/src/dsa.cpp index 76bbcf028..844763645 100644 --- a/src/dsa.cpp +++ b/src/dsa.cpp @@ -1,6 +1,6 @@ /************************************************* * DSA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dsa.h> diff --git a/src/dsa_gen.cpp b/src/dsa_gen.cpp index c4e475a49..249d93fb0 100644 --- a/src/dsa_gen.cpp +++ b/src/dsa_gen.cpp @@ -1,6 +1,6 @@ /************************************************* * DSA Parameter Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/dl_group.h> diff --git a/src/eax.cpp b/src/eax.cpp index e2053769a..b7466b1b5 100644 --- a/src/eax.cpp +++ b/src/eax.cpp @@ -1,6 +1,6 @@ /************************************************* * EAX Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eax.h> diff --git a/src/ecb.cpp b/src/ecb.cpp index 59bb526a1..8ffea3921 100644 --- a/src/ecb.cpp +++ b/src/ecb.cpp @@ -1,6 +1,6 @@ /************************************************* * ECB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/ecb.h> diff --git a/src/elgamal.cpp b/src/elgamal.cpp index 6bc4eadf0..7db61106f 100644 --- a/src/elgamal.cpp +++ b/src/elgamal.cpp @@ -1,6 +1,6 @@ /************************************************* * ElGamal Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/elgamal.h> diff --git a/src/eme1.cpp b/src/eme1.cpp index bf914d248..5110553f2 100644 --- a/src/eme1.cpp +++ b/src/eme1.cpp @@ -1,6 +1,6 @@ /************************************************* * EME1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eme.h> diff --git a/src/eme_pkcs.cpp b/src/eme_pkcs.cpp index 043d955c2..1ebfc1704 100644 --- a/src/eme_pkcs.cpp +++ b/src/eme_pkcs.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS1 EME Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/eme.h> diff --git a/src/emsa1.cpp b/src/emsa1.cpp index 35434bf0f..b6d55d808 100644 --- a/src/emsa1.cpp +++ b/src/emsa1.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa2.cpp b/src/emsa2.cpp index df5308c87..5d48a9a5b 100644 --- a/src/emsa2.cpp +++ b/src/emsa2.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa3.cpp b/src/emsa3.cpp index 334f2484f..cc5c24ccf 100644 --- a/src/emsa3.cpp +++ b/src/emsa3.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA3 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa4.cpp b/src/emsa4.cpp index 5b2719f58..ca06d7107 100644 --- a/src/emsa4.cpp +++ b/src/emsa4.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa_raw.cpp b/src/emsa_raw.cpp index 4639d624d..126ba2ebc 100644 --- a/src/emsa_raw.cpp +++ b/src/emsa_raw.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA-Raw Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/eng_base.cpp b/src/eng_base.cpp index c8aa4430c..654683479 100644 --- a/src/eng_base.cpp +++ b/src/eng_base.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic No-Op Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/engine.h> diff --git a/src/engine.cpp b/src/engine.cpp index 4d3768d17..94ed80ad7 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -1,6 +1,6 @@ /************************************************* * Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/engine.h> diff --git a/src/exceptn.cpp b/src/exceptn.cpp index 2a2ae448d..44269d13e 100644 --- a/src/exceptn.cpp +++ b/src/exceptn.cpp @@ -1,6 +1,6 @@ /************************************************* * Exceptions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/exceptn.h> diff --git a/src/filter.cpp b/src/filter.cpp index 385ab28a8..0a64aba80 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Filter Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/filter.h> diff --git a/src/filters.cpp b/src/filters.cpp index 2bd90a405..d69179813 100644 --- a/src/filters.cpp +++ b/src/filters.cpp @@ -1,6 +1,6 @@ /************************************************* * Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/filters.h> diff --git a/src/fips140.cpp b/src/fips140.cpp index 491510195..8cb2c8c6c 100644 --- a/src/fips140.cpp +++ b/src/fips140.cpp @@ -1,6 +1,6 @@ /************************************************* * FIPS-140 Self Tests Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/fips140.h> diff --git a/src/fork256.cpp b/src/fork256.cpp index e0b39c5d7..70884fc99 100644 --- a/src/fork256.cpp +++ b/src/fork256.cpp @@ -1,6 +1,6 @@ /************************************************* * FORK-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/fork256.h> diff --git a/src/get_algo.cpp b/src/get_algo.cpp index 2a5e5ef86..042f7ece4 100644 --- a/src/get_algo.cpp +++ b/src/get_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_enc.cpp b/src/get_enc.cpp index 209e2ddab..774ff1dbb 100644 --- a/src/get_enc.cpp +++ b/src/get_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA/EME/KDF/MGF Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_pbe.cpp b/src/get_pbe.cpp index e42c1594d..fbcd03ac3 100644 --- a/src/get_pbe.cpp +++ b/src/get_pbe.cpp @@ -1,6 +1,6 @@ /************************************************* * PBE Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/oids.h> diff --git a/src/gost.cpp b/src/gost.cpp index 6e82c57f6..f90f29bfe 100644 --- a/src/gost.cpp +++ b/src/gost.cpp @@ -1,6 +1,6 @@ /************************************************* * GOST Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/gost.h> diff --git a/src/gost_tab.cpp b/src/gost_tab.cpp index b858ffd3c..d3a16bb15 100644 --- a/src/gost_tab.cpp +++ b/src/gost_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for GOST * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/gost.h> diff --git a/src/has160.cpp b/src/has160.cpp index 8e7cb3fe7..f119c958d 100644 --- a/src/has160.cpp +++ b/src/has160.cpp @@ -1,6 +1,6 @@ /************************************************* * HAS-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/has160.h> diff --git a/src/hash_id.cpp b/src/hash_id.cpp index ad9fc366f..24ee0679f 100644 --- a/src/hash_id.cpp +++ b/src/hash_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Hash Function Identification Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/hash_id.h> diff --git a/src/hex.cpp b/src/hex.cpp index 252c0622b..8ae18f5ce 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ /************************************************* * Hex Encoder/Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/hex.h> diff --git a/src/hmac.cpp b/src/hmac.cpp index 2a67a91e1..95f7726f3 100644 --- a/src/hmac.cpp +++ b/src/hmac.cpp @@ -1,6 +1,6 @@ /************************************************* * HMAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/hmac.h> diff --git a/src/idea.cpp b/src/idea.cpp index e2338fa0d..97c8515c1 100644 --- a/src/idea.cpp +++ b/src/idea.cpp @@ -1,6 +1,6 @@ /************************************************* * IDEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/idea.h> diff --git a/src/if_algo.cpp b/src/if_algo.cpp index 204daed1d..cef639881 100644 --- a/src/if_algo.cpp +++ b/src/if_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * IF Scheme Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/if_algo.h> diff --git a/src/init_def.cpp b/src/init_def.cpp index f77b65453..3476d7591 100644 --- a/src/init_def.cpp +++ b/src/init_def.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Initialization Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/init.h> diff --git a/src/init_opt.cpp b/src/init_opt.cpp index 48dd00967..5965dad47 100644 --- a/src/init_opt.cpp +++ b/src/init_opt.cpp @@ -1,6 +1,6 @@ /************************************************* * Initialization Options Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/init.h> diff --git a/src/jacobi.cpp b/src/jacobi.cpp index 60a709ad5..36fd0be81 100644 --- a/src/jacobi.cpp +++ b/src/jacobi.cpp @@ -1,6 +1,6 @@ /************************************************* * Jacobi Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/kas_tab.cpp b/src/kas_tab.cpp index 005b53d99..fb6c1c5ad 100644 --- a/src/kas_tab.cpp +++ b/src/kas_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for KASUMI * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kasumi.cpp b/src/kasumi.cpp index 18cc0438e..42684f5b5 100644 --- a/src/kasumi.cpp +++ b/src/kasumi.cpp @@ -1,6 +1,6 @@ /************************************************* * KASUMI Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kdf.cpp b/src/kdf.cpp index 22d8ac7cc..7aaa8cc56 100644 --- a/src/kdf.cpp +++ b/src/kdf.cpp @@ -1,6 +1,6 @@ /************************************************* * KDF1/KDF2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/kdf.h> diff --git a/src/keypair.cpp b/src/keypair.cpp index b40b8c395..2e4abcf09 100644 --- a/src/keypair.cpp +++ b/src/keypair.cpp @@ -1,6 +1,6 @@ /************************************************* * Keypair Checks Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/keypair.h> diff --git a/src/libstate.cpp b/src/libstate.cpp index 7b6a929c5..add6cbaf6 100644 --- a/src/libstate.cpp +++ b/src/libstate.cpp @@ -1,6 +1,6 @@ /************************************************* * Library Internal/Global State Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/libstate.h> diff --git a/src/lion.cpp b/src/lion.cpp index 42bd9fa92..a5d729297 100644 --- a/src/lion.cpp +++ b/src/lion.cpp @@ -1,6 +1,6 @@ /************************************************* * Lion Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/lion.h> diff --git a/src/look_pk.cpp b/src/look_pk.cpp index ae21089ed..c659d7b04 100644 --- a/src/look_pk.cpp +++ b/src/look_pk.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Lookup Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/look_pk.h> diff --git a/src/lubyrack.cpp b/src/lubyrack.cpp index 21f6c875f..f139a1f1e 100644 --- a/src/lubyrack.cpp +++ b/src/lubyrack.cpp @@ -1,6 +1,6 @@ /************************************************* * Luby-Rackoff Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/lubyrack.h> diff --git a/src/make_prm.cpp b/src/make_prm.cpp index a3258c131..5151055f1 100644 --- a/src/make_prm.cpp +++ b/src/make_prm.cpp @@ -1,6 +1,6 @@ /************************************************* * Prime Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/mars.cpp b/src/mars.cpp index 52b5b812c..84bb2f41f 100644 --- a/src/mars.cpp +++ b/src/mars.cpp @@ -1,6 +1,6 @@ /************************************************* * MARS Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mars.h> diff --git a/src/mars_tab.cpp b/src/mars_tab.cpp index acfcf2393..b2fe4bf4c 100644 --- a/src/mars_tab.cpp +++ b/src/mars_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Table for MARS * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mars.h> diff --git a/src/md2.cpp b/src/md2.cpp index 8984f9f61..529743b9a 100644 --- a/src/md2.cpp +++ b/src/md2.cpp @@ -1,6 +1,6 @@ /************************************************* * MD2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/md2.h> diff --git a/src/md4.cpp b/src/md4.cpp index 91dc3f3c7..987612573 100644 --- a/src/md4.cpp +++ b/src/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/src/md5.cpp b/src/md5.cpp index edde36836..02a5af6b8 100644 --- a/src/md5.cpp +++ b/src/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/src/mdx_hash.cpp b/src/mdx_hash.cpp index 312f798d6..fa48b6b02 100644 --- a/src/mdx_hash.cpp +++ b/src/mdx_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * MDx Hash Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mdx_hash.h> diff --git a/src/mem_pool.cpp b/src/mem_pool.cpp index ec6bb344a..6f6c7bb11 100644 --- a/src/mem_pool.cpp +++ b/src/mem_pool.cpp @@ -1,6 +1,6 @@ /************************************************* * Pooling Allocator Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mem_pool.h> diff --git a/src/mgf1.cpp b/src/mgf1.cpp index dea792251..9f00997d2 100644 --- a/src/mgf1.cpp +++ b/src/mgf1.cpp @@ -1,6 +1,6 @@ /************************************************* * MGF1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mgf1.h> diff --git a/src/mist_tab.cpp b/src/mist_tab.cpp index 50b361ea8..e316c6b12 100644 --- a/src/mist_tab.cpp +++ b/src/mist_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for MISTY1 * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/misty1.h> diff --git a/src/misty1.cpp b/src/misty1.cpp index 44a6a852b..8e3043409 100644 --- a/src/misty1.cpp +++ b/src/misty1.cpp @@ -1,6 +1,6 @@ /************************************************* * MISTY1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/misty1.h> diff --git a/src/mlock.cpp b/src/mlock.cpp index 52a46580b..63a3449b9 100644 --- a/src/mlock.cpp +++ b/src/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/src/mode_pad.cpp b/src/mode_pad.cpp index acbace071..1f3dbd7ea 100644 --- a/src/mode_pad.cpp +++ b/src/mode_pad.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Padding Methods Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mode_pad.h> diff --git a/src/modebase.cpp b/src/modebase.cpp index c63593bed..f77148b7d 100644 --- a/src/modebase.cpp +++ b/src/modebase.cpp @@ -1,6 +1,6 @@ /************************************************* * Block Cipher Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/modebase.h> diff --git a/src/modules.cpp b/src/modules.cpp index 70ce21a01..1c9cc4894 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -1,6 +1,6 @@ /************************************************* * Module Factory Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/modules.h> diff --git a/src/mp_asm.cpp b/src/mp_asm.cpp index 48fc43ff2..2b921f15d 100644 --- a/src/mp_asm.cpp +++ b/src/mp_asm.cpp @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_comba.cpp b/src/mp_comba.cpp index b979a2d96..60b8638d4 100644 --- a/src/mp_comba.cpp +++ b/src/mp_comba.cpp @@ -1,6 +1,6 @@ /************************************************* * Comba Multiplication and Squaring Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_misc.cpp b/src/mp_misc.cpp index 0c52e84df..2c6c35d30 100644 --- a/src/mp_misc.cpp +++ b/src/mp_misc.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Misc Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mul.cpp b/src/mp_mul.cpp index 3c4248839..d300d4a56 100644 --- a/src/mp_mul.cpp +++ b/src/mp_mul.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Multiplication Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mulop.cpp b/src/mp_mulop.cpp index 0eaa1b15a..9bbd4cee2 100644 --- a/src/mp_mulop.cpp +++ b/src/mp_mulop.cpp @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_numth.cpp b/src/mp_numth.cpp index 11ff51bc7..ffeda784f 100644 --- a/src/mp_numth.cpp +++ b/src/mp_numth.cpp @@ -1,6 +1,6 @@ /************************************************* * Fused and Important MP Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/mp_shift.cpp b/src/mp_shift.cpp index 7249848a6..dd35ccafe 100644 --- a/src/mp_shift.cpp +++ b/src/mp_shift.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Shift Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_sqr.cpp b/src/mp_sqr.cpp index 34c997807..ba2ae2afe 100644 --- a/src/mp_sqr.cpp +++ b/src/mp_sqr.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Squaring Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mutex.cpp b/src/mutex.cpp index fb2d8308d..ee8d92446 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -1,6 +1,6 @@ /************************************************* * Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/mutex.h> diff --git a/src/nr.cpp b/src/nr.cpp index 5c478e582..8ffdfbe00 100644 --- a/src/nr.cpp +++ b/src/nr.cpp @@ -1,6 +1,6 @@ /************************************************* * Nyberg-Rueppel Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/nr.h> diff --git a/src/numthry.cpp b/src/numthry.cpp index 19fae1770..894c961df 100644 --- a/src/numthry.cpp +++ b/src/numthry.cpp @@ -1,6 +1,6 @@ /************************************************* * Number Theory Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/ofb.cpp b/src/ofb.cpp index cd6cc4bf6..fe629b91a 100644 --- a/src/ofb.cpp +++ b/src/ofb.cpp @@ -1,6 +1,6 @@ /************************************************* * OFB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/ofb.h> diff --git a/src/oids.cpp b/src/oids.cpp index 141b55707..7068273db 100644 --- a/src/oids.cpp +++ b/src/oids.cpp @@ -1,6 +1,6 @@ /************************************************* * OID Registry Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/oids.h> diff --git a/src/openpgp.cpp b/src/openpgp.cpp index b94b0c5b2..f688e8846 100644 --- a/src/openpgp.cpp +++ b/src/openpgp.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/openpgp.h> diff --git a/src/out_buf.cpp b/src/out_buf.cpp index 1dc89addc..bfda9c64e 100644 --- a/src/out_buf.cpp +++ b/src/out_buf.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Output Buffer Source file * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/out_buf.h> diff --git a/src/par_hash.cpp b/src/par_hash.cpp index a70584d60..c645e8ca2 100644 --- a/src/par_hash.cpp +++ b/src/par_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Parallel Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/par_hash.h> diff --git a/src/parsing.cpp b/src/parsing.cpp index 58be312a2..b8c5b9432 100644 --- a/src/parsing.cpp +++ b/src/parsing.cpp @@ -1,6 +1,6 @@ /************************************************* * Parser Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/parsing.h> diff --git a/src/pbes1.cpp b/src/pbes1.cpp index 69f2ebc10..e41d80cae 100644 --- a/src/pbes1.cpp +++ b/src/pbes1.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pbes2.cpp b/src/pbes2.cpp index 400e66572..c4dc48fda 100644 --- a/src/pbes2.cpp +++ b/src/pbes2.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pem.cpp b/src/pem.cpp index 67546986f..44f4773b8 100644 --- a/src/pem.cpp +++ b/src/pem.cpp @@ -1,6 +1,6 @@ /************************************************* * PEM Encoding/Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pem.h> diff --git a/src/pgp_s2k.cpp b/src/pgp_s2k.cpp index 8da044a1c..49758f0e4 100644 --- a/src/pgp_s2k.cpp +++ b/src/pgp_s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP S2K Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pgp_s2k.h> diff --git a/src/pipe.cpp b/src/pipe.cpp index f821a9ffe..86d92c380 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_io.cpp b/src/pipe_io.cpp index bd59e58cd..175b8e192 100644 --- a/src/pipe_io.cpp +++ b/src/pipe_io.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_rw.cpp b/src/pipe_rw.cpp index 1fa195210..2b2adb72f 100644 --- a/src/pipe_rw.cpp +++ b/src/pipe_rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Reading/Writing Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pk_algs.cpp b/src/pk_algs.cpp index 5f011452f..368ca8b86 100644 --- a/src/pk_algs.cpp +++ b/src/pk_algs.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pk_algs.h> diff --git a/src/pk_core.cpp b/src/pk_core.cpp index 78127dcc6..f83e10370 100644 --- a/src/pk_core.cpp +++ b/src/pk_core.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Core Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pk_core.h> diff --git a/src/pk_filts.cpp b/src/pk_filts.cpp index 93ccea337..23daeefe0 100644 --- a/src/pk_filts.cpp +++ b/src/pk_filts.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pk_filts.h> diff --git a/src/pk_keys.cpp b/src/pk_keys.cpp index ccac32c74..ff2873065 100644 --- a/src/pk_keys.cpp +++ b/src/pk_keys.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pk_keys.h> diff --git a/src/pk_util.cpp b/src/pk_util.cpp index 3ae730bf4..7d4a8447b 100644 --- a/src/pk_util.cpp +++ b/src/pk_util.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Utility Classes Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pk_util.h> diff --git a/src/pkcs10.cpp b/src/pkcs10.cpp index 673e0675c..3b5d88cc5 100644 --- a/src/pkcs10.cpp +++ b/src/pkcs10.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pkcs10.h> diff --git a/src/pkcs5.cpp b/src/pkcs5.cpp index 6ed5ba0a9..b70296720 100644 --- a/src/pkcs5.cpp +++ b/src/pkcs5.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pkcs5.h> diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp index efc500c16..314f0e915 100644 --- a/src/pkcs8.cpp +++ b/src/pkcs8.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #8 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pkcs8.h> diff --git a/src/policy.cpp b/src/policy.cpp index d27d4e2d9..e2426bcca 100644 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Policy Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/config.h> diff --git a/src/pow_mod.cpp b/src/pow_mod.cpp index 245d60e68..c367d842a 100644 --- a/src/pow_mod.cpp +++ b/src/pow_mod.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Proxy Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pow_mod.h> diff --git a/src/powm_fw.cpp b/src/powm_fw.cpp index 6a021685f..8152a79d5 100644 --- a/src/powm_fw.cpp +++ b/src/powm_fw.cpp @@ -1,6 +1,6 @@ /************************************************* * Fixed Window Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/def_powm.h> diff --git a/src/powm_mnt.cpp b/src/powm_mnt.cpp index b5a1b4b77..3a3ca6d78 100644 --- a/src/powm_mnt.cpp +++ b/src/powm_mnt.cpp @@ -1,6 +1,6 @@ /************************************************* * Montgomery Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/def_powm.h> diff --git a/src/prf_x942.cpp b/src/prf_x942.cpp index 8ede79efa..5d5c88a87 100644 --- a/src/prf_x942.cpp +++ b/src/prf_x942.cpp @@ -1,6 +1,6 @@ /************************************************* * X9.42 PRF Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/kdf.h> diff --git a/src/primes.cpp b/src/primes.cpp index 18b44b5b9..f5d2c9354 100644 --- a/src/primes.cpp +++ b/src/primes.cpp @@ -1,6 +1,6 @@ /************************************************* * Small Primes Table * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/pubkey.cpp b/src/pubkey.cpp index dae6ee936..8418028c7 100644 --- a/src/pubkey.cpp +++ b/src/pubkey.cpp @@ -1,6 +1,6 @@ /************************************************* * Public Key Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/pubkey.h> diff --git a/src/randpool.cpp b/src/randpool.cpp index 2fdddf53e..4d1b76238 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Randpool Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/randpool.h> diff --git a/src/rc2.cpp b/src/rc2.cpp index 2462e52ad..b6fad1811 100644 --- a/src/rc2.cpp +++ b/src/rc2.cpp @@ -1,6 +1,6 @@ /************************************************* * RC2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rc2.h> diff --git a/src/rc5.cpp b/src/rc5.cpp index 00d72f486..95579e5cb 100644 --- a/src/rc5.cpp +++ b/src/rc5.cpp @@ -1,6 +1,6 @@ /************************************************* * RC5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rc5.h> diff --git a/src/rc6.cpp b/src/rc6.cpp index 6a22b96ce..2ab5d949b 100644 --- a/src/rc6.cpp +++ b/src/rc6.cpp @@ -1,6 +1,6 @@ /************************************************* * RC6 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rc6.h> diff --git a/src/reducer.cpp b/src/reducer.cpp index 03748d3af..e378470f8 100644 --- a/src/reducer.cpp +++ b/src/reducer.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Reducer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/reducer.h> diff --git a/src/rmd128.cpp b/src/rmd128.cpp index f0a573db7..2a5b1150d 100644 --- a/src/rmd128.cpp +++ b/src/rmd128.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-128 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rmd128.h> diff --git a/src/rmd160.cpp b/src/rmd160.cpp index fb962813e..f1a237cac 100644 --- a/src/rmd160.cpp +++ b/src/rmd160.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rmd160.h> diff --git a/src/rng.cpp b/src/rng.cpp index be8891921..22193c51d 100644 --- a/src/rng.cpp +++ b/src/rng.cpp @@ -1,6 +1,6 @@ /************************************************* * Global RNG Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rng.h> diff --git a/src/rsa.cpp b/src/rsa.cpp index 0307c07ae..dba1c40f8 100644 --- a/src/rsa.cpp +++ b/src/rsa.cpp @@ -1,6 +1,6 @@ /************************************************* * RSA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rsa.h> diff --git a/src/rw.cpp b/src/rw.cpp index 9436cef56..9b4ef71f6 100644 --- a/src/rw.cpp +++ b/src/rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Rabin-Williams Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/rw.h> diff --git a/src/s2k.cpp b/src/s2k.cpp index 94022b0d5..2ee7b8e8a 100644 --- a/src/s2k.cpp +++ b/src/s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * S2K Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/s2k.h> diff --git a/src/safe_tab.cpp b/src/safe_tab.cpp index 20140fb0e..02e9a9415 100644 --- a/src/safe_tab.cpp +++ b/src/safe_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SAFER-SK * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/safer_sk.cpp b/src/safer_sk.cpp index 3de520042..ad80b3309 100644 --- a/src/safer_sk.cpp +++ b/src/safer_sk.cpp @@ -1,6 +1,6 @@ /************************************************* * SAFER-SK Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/secqueue.cpp b/src/secqueue.cpp index 9eb7c8d05..f6bd41d05 100644 --- a/src/secqueue.cpp +++ b/src/secqueue.cpp @@ -1,6 +1,6 @@ /************************************************* * SecureQueue Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/secqueue.h> diff --git a/src/seed.cpp b/src/seed.cpp index 38eefc147..534b71812 100644 --- a/src/seed.cpp +++ b/src/seed.cpp @@ -1,6 +1,6 @@ /************************************************* * SEED Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/seed.h> diff --git a/src/seed_tab.cpp b/src/seed_tab.cpp index e46cc8c64..b16eae71a 100644 --- a/src/seed_tab.cpp +++ b/src/seed_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SEED * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/seed.h> diff --git a/src/serpent.cpp b/src/serpent.cpp index 15c1c9b3c..9193fadf3 100644 --- a/src/serpent.cpp +++ b/src/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/src/sha160.cpp b/src/sha160.cpp index 3e2b5d1bd..359d0a790 100644 --- a/src/sha160.cpp +++ b/src/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/src/sha256.cpp b/src/sha256.cpp index 533d8f775..1d60663da 100644 --- a/src/sha256.cpp +++ b/src/sha256.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/sha256.h> diff --git a/src/sha_64.cpp b/src/sha_64.cpp index 6cdf88433..d08956fcd 100644 --- a/src/sha_64.cpp +++ b/src/sha_64.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-{384,512} Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/sha_64.h> diff --git a/src/skipjack.cpp b/src/skipjack.cpp index d79c1d13f..3eb38cf06 100644 --- a/src/skipjack.cpp +++ b/src/skipjack.cpp @@ -1,6 +1,6 @@ /************************************************* * Skipjack Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/skipjack.h> diff --git a/src/sqr_tab.cpp b/src/sqr_tab.cpp index 3f1db1849..2297c1f8e 100644 --- a/src/sqr_tab.cpp +++ b/src/sqr_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for Square * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/square.h> diff --git a/src/square.cpp b/src/square.cpp index 919c748c0..aa1c04e38 100644 --- a/src/square.cpp +++ b/src/square.cpp @@ -1,6 +1,6 @@ /************************************************* * Square Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/square.h> diff --git a/src/symkey.cpp b/src/symkey.cpp index b1f0786b0..b70dd08bc 100644 --- a/src/symkey.cpp +++ b/src/symkey.cpp @@ -1,6 +1,6 @@ /************************************************* * OctetString Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/symkey.h> diff --git a/src/tea.cpp b/src/tea.cpp index 432927f7d..a3a9dff80 100644 --- a/src/tea.cpp +++ b/src/tea.cpp @@ -1,6 +1,6 @@ /************************************************* * TEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/tea.h> diff --git a/src/tig_tab.cpp b/src/tig_tab.cpp index a552a68ab..79d405240 100644 --- a/src/tig_tab.cpp +++ b/src/tig_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for Tiger * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/tiger.h> diff --git a/src/tiger.cpp b/src/tiger.cpp index ef2022568..89c23993a 100644 --- a/src/tiger.cpp +++ b/src/tiger.cpp @@ -1,6 +1,6 @@ /************************************************* * Tiger Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/tiger.h> diff --git a/src/timers.cpp b/src/timers.cpp index ea2ec9dfa..948b177e9 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,6 +1,6 @@ /************************************************* * Timestamp Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/timers.h> diff --git a/src/tur_tab.cpp b/src/tur_tab.cpp index 7ca9a1d2c..18463a35c 100644 --- a/src/tur_tab.cpp +++ b/src/tur_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Tables for Turing * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/turing.h> diff --git a/src/turing.cpp b/src/turing.cpp index 31b2ff7a6..99672160a 100644 --- a/src/turing.cpp +++ b/src/turing.cpp @@ -1,6 +1,6 @@ /************************************************* * Turing Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/turing.h> diff --git a/src/two_tab.cpp b/src/two_tab.cpp index 926ac74be..7562a26c6 100644 --- a/src/two_tab.cpp +++ b/src/two_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and MDS Tables for Twofish * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/twofish.h> diff --git a/src/twofish.cpp b/src/twofish.cpp index 779f966cc..e83ed99b8 100644 --- a/src/twofish.cpp +++ b/src/twofish.cpp @@ -1,6 +1,6 @@ /************************************************* * Twofish Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/twofish.h> diff --git a/src/ui.cpp b/src/ui.cpp index 04b2f3e9e..a67504393 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -1,6 +1,6 @@ /************************************************* * User Interface Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/ui.h> diff --git a/src/util.cpp b/src/util.cpp index 2744f984a..6fa98bcc5 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /************************************************* * Utility Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/src/version.cpp b/src/version.cpp index 372634b24..5d6c8bb86 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,6 +1,6 @@ /************************************************* * Version Information Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/version.h> diff --git a/src/whrl_tab.cpp b/src/whrl_tab.cpp index df0a8e094..3f3603f82 100644 --- a/src/whrl_tab.cpp +++ b/src/whrl_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffusion Tables for Whirlpool * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/whrlpool.cpp b/src/whrlpool.cpp index f0d9da01e..eaebb250f 100644 --- a/src/whrlpool.cpp +++ b/src/whrlpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Whirlpool Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/wid_wake.cpp b/src/wid_wake.cpp index 0a9b6f698..5a758cc4a 100644 --- a/src/wid_wake.cpp +++ b/src/wid_wake.cpp @@ -1,6 +1,6 @@ /************************************************* * WiderWake Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/wid_wake.h> diff --git a/src/x509_ca.cpp b/src/x509_ca.cpp index b488f7416..37b04be3e 100644 --- a/src/x509_ca.cpp +++ b/src/x509_ca.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Authority Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509_ca.h> diff --git a/src/x509_crl.cpp b/src/x509_crl.cpp index 86c3c8623..8ed33600f 100644 --- a/src/x509_crl.cpp +++ b/src/x509_crl.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 CRL Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509_crl.h> diff --git a/src/x509_ext.cpp b/src/x509_ext.cpp index 65ea2872c..cd362df5e 100644 --- a/src/x509_ext.cpp +++ b/src/x509_ext.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Extensions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509_ext.h> diff --git a/src/x509_key.cpp b/src/x509_key.cpp index 7bace558f..d2c753208 100644 --- a/src/x509_key.cpp +++ b/src/x509_key.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Public Key Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509_key.h> diff --git a/src/x509_obj.cpp b/src/x509_obj.cpp index 632a20456..baf190b0d 100644 --- a/src/x509_obj.cpp +++ b/src/x509_obj.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 SIGNED Object Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509_obj.h> diff --git a/src/x509cert.cpp b/src/x509cert.cpp index 549b916c5..21196a528 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificates Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509cert.h> diff --git a/src/x509find.cpp b/src/x509find.cpp index b1d02a715..8b26a188a 100644 --- a/src/x509find.cpp +++ b/src/x509find.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Searching Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509find.h> diff --git a/src/x509opt.cpp b/src/x509opt.cpp index 9ceef0003..fdc70dfb1 100644 --- a/src/x509opt.cpp +++ b/src/x509opt.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Options Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509self.cpp b/src/x509self.cpp index 1c94324ed..5c2785bb6 100644 --- a/src/x509self.cpp +++ b/src/x509self.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10/Self Signed Cert Creation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509stat.cpp b/src/x509stat.cpp index 45b858c02..42c95aa61 100644 --- a/src/x509stat.cpp +++ b/src/x509stat.cpp @@ -1,6 +1,6 @@ /************************************************* * Globally Saved X.509 State Source * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509stat.h> diff --git a/src/x509stor.cpp b/src/x509stor.cpp index 519c05fa9..1e214eada 100644 --- a/src/x509stor.cpp +++ b/src/x509stor.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x509stor.h> diff --git a/src/x919_mac.cpp b/src/x919_mac.cpp index c806f3cf1..757384b1e 100644 --- a/src/x919_mac.cpp +++ b/src/x919_mac.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.19 MAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x919_mac.h> diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp index 85c3bbc67..942d5b55d 100644 --- a/src/x931_rng.cpp +++ b/src/x931_rng.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.31 RNG Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/x931_rng.h> diff --git a/src/xtea.cpp b/src/xtea.cpp index b5d935513..2e6fc038c 100644 --- a/src/xtea.cpp +++ b/src/xtea.cpp @@ -1,6 +1,6 @@ /************************************************* * XTEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/xtea.h> |