diff options
449 files changed, 449 insertions, 449 deletions
diff --git a/doc/license.txt b/doc/license.txt index 28fb5f587..0fd621721 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,4 +1,4 @@ -Copyright (C) 1999-2006 The Botan Project. All rights reserved. +Copyright (C) 1999-2007 The Botan Project. All rights reserved. Redistribution and use in source and binary forms, for any use, with or without modification, is permitted provided that the following conditions are met: diff --git a/include/adler32.h b/include/adler32.h index f6b5f172d..4a6975e90 100644 --- a/include/adler32.h +++ b/include/adler32.h @@ -1,6 +1,6 @@ /************************************************* * Adler32 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ADLER32_H__ diff --git a/include/aes.h b/include/aes.h index c8a1b1569..485b6ccae 100644 --- a/include/aes.h +++ b/include/aes.h @@ -1,6 +1,6 @@ /************************************************* * AES Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_AES_H__ diff --git a/include/alg_id.h b/include/alg_id.h index a95781a7a..c16173be1 100644 --- a/include/alg_id.h +++ b/include/alg_id.h @@ -1,6 +1,6 @@ /************************************************* * Algorithm Identifier Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ALGORITHM_IDENTIFIER_H__ diff --git a/include/allocate.h b/include/allocate.h index 6472924d5..ec5868a47 100644 --- a/include/allocate.h +++ b/include/allocate.h @@ -1,6 +1,6 @@ /************************************************* * Allocator Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ALLOCATOR_H__ diff --git a/include/arc4.h b/include/arc4.h index 7cba9a620..dac312591 100644 --- a/include/arc4.h +++ b/include/arc4.h @@ -1,6 +1,6 @@ /************************************************* * ARC4 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ARC4_H__ diff --git a/include/asn1_int.h b/include/asn1_int.h index 85f763f26..020c3af1f 100644 --- a/include/asn1_int.h +++ b/include/asn1_int.h @@ -1,6 +1,6 @@ /************************************************* * ASN.1 Internals Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ASN1_H__ diff --git a/include/asn1_obj.h b/include/asn1_obj.h index 10f58c916..a9dbd7df2 100644 --- a/include/asn1_obj.h +++ b/include/asn1_obj.h @@ -1,6 +1,6 @@ /************************************************* * Common ASN.1 Objects Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ASN1_OBJ_H__ diff --git a/include/asn1_oid.h b/include/asn1_oid.h index 94794607a..43630ad2d 100644 --- a/include/asn1_oid.h +++ b/include/asn1_oid.h @@ -1,6 +1,6 @@ /************************************************* * ASN.1 OID Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ASN1_OID_H__ diff --git a/include/base.h b/include/base.h index 70c28ea02..ba36cf943 100644 --- a/include/base.h +++ b/include/base.h @@ -1,6 +1,6 @@ /************************************************* * Base Classes Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BASE_H__ diff --git a/include/base64.h b/include/base64.h index ec144dc63..161aa58eb 100644 --- a/include/base64.h +++ b/include/base64.h @@ -1,6 +1,6 @@ /************************************************* * Base64 Encoder/Decoder Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BASE64_H__ diff --git a/include/basefilt.h b/include/basefilt.h index 0febb3989..2dccdf542 100644 --- a/include/basefilt.h +++ b/include/basefilt.h @@ -1,6 +1,6 @@ /************************************************* * Basic Filters Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BASEFILT_H__ diff --git a/include/ber_dec.h b/include/ber_dec.h index f1147e052..e00d47ae7 100644 --- a/include/ber_dec.h +++ b/include/ber_dec.h @@ -1,6 +1,6 @@ /************************************************* * BER Decoder Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BER_DECODER_H__ diff --git a/include/bigint.h b/include/bigint.h index ca13c2e2c..2fab6645c 100644 --- a/include/bigint.h +++ b/include/bigint.h @@ -1,6 +1,6 @@ /************************************************* * BigInt Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BIGINT_H__ diff --git a/include/bit_ops.h b/include/bit_ops.h index e10b0e810..34f7365b2 100644 --- a/include/bit_ops.h +++ b/include/bit_ops.h @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BIT_OPS_H__ diff --git a/include/blinding.h b/include/blinding.h index 6e463df2e..269f36b3e 100644 --- a/include/blinding.h +++ b/include/blinding.h @@ -1,6 +1,6 @@ /************************************************* * Blinder Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BLINDER_H__ diff --git a/include/blowfish.h b/include/blowfish.h index 2359528d6..e55c5d796 100644 --- a/include/blowfish.h +++ b/include/blowfish.h @@ -1,6 +1,6 @@ /************************************************* * Blowfish Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BLOWFISH_H__ diff --git a/include/botan.h b/include/botan.h index fb32a4c98..8ae97ace3 100644 --- a/include/botan.h +++ b/include/botan.h @@ -1,6 +1,6 @@ /************************************************* * Botan Core Interface Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/base.h> diff --git a/include/buf_es.h b/include/buf_es.h index cb8057314..53749d25a 100644 --- a/include/buf_es.h +++ b/include/buf_es.h @@ -1,6 +1,6 @@ /************************************************* * Buffered EntropySource Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BUFFERED_ES_H__ diff --git a/include/buf_filt.h b/include/buf_filt.h index 4cea9108f..8a521b4ea 100644 --- a/include/buf_filt.h +++ b/include/buf_filt.h @@ -1,6 +1,6 @@ /************************************************* * Buffering Filter Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BUFFERING_FILTER_H__ diff --git a/include/cast128.h b/include/cast128.h index 191ada337..145edd635 100644 --- a/include/cast128.h +++ b/include/cast128.h @@ -1,6 +1,6 @@ /************************************************* * CAST-128 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CAST128_H__ diff --git a/include/cast256.h b/include/cast256.h index 068da9ce4..d55344e99 100644 --- a/include/cast256.h +++ b/include/cast256.h @@ -1,6 +1,6 @@ /************************************************* * CAST-256 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CAST256_H__ diff --git a/include/cbc.h b/include/cbc.h index cedfffc88..607c3b059 100644 --- a/include/cbc.h +++ b/include/cbc.h @@ -1,6 +1,6 @@ /************************************************* * CBC Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CBC_H__ diff --git a/include/certstor.h b/include/certstor.h index 002f6b4e7..23484a020 100644 --- a/include/certstor.h +++ b/include/certstor.h @@ -1,6 +1,6 @@ /************************************************* * Certificate Store Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CERT_STORE_H__ diff --git a/include/cfb.h b/include/cfb.h index bbecd63ec..d1c00913d 100644 --- a/include/cfb.h +++ b/include/cfb.h @@ -1,6 +1,6 @@ /************************************************* * CFB Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CFB_H__ diff --git a/include/charset.h b/include/charset.h index 59ac730c1..81d8f5bca 100644 --- a/include/charset.h +++ b/include/charset.h @@ -1,6 +1,6 @@ /************************************************* * Character Set Handling Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CHARSET_H__ diff --git a/include/cmac.h b/include/cmac.h index 43c325058..15f5a817c 100644 --- a/include/cmac.h +++ b/include/cmac.h @@ -1,6 +1,6 @@ /************************************************* * CMAC Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CMAC_H__ diff --git a/include/config.h b/include/config.h index 03548319a..5e3f8ed1c 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_POLICY_CONF_H__ diff --git a/include/crc24.h b/include/crc24.h index 383de7d7c..801c3dd91 100644 --- a/include/crc24.h +++ b/include/crc24.h @@ -1,6 +1,6 @@ /************************************************* * CRC24 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CRC24_H__ diff --git a/include/crc32.h b/include/crc32.h index d3169d103..d4df4737e 100644 --- a/include/crc32.h +++ b/include/crc32.h @@ -1,6 +1,6 @@ /************************************************* * CRC32 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CRC32_H__ diff --git a/include/crl_ent.h b/include/crl_ent.h index 9d9163172..9c3f5a5a7 100644 --- a/include/crl_ent.h +++ b/include/crl_ent.h @@ -1,6 +1,6 @@ /************************************************* * CRL Entry Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CRL_ENTRY_H__ diff --git a/include/ctr.h b/include/ctr.h index 833fe62c2..9d3ebcef8 100644 --- a/include/ctr.h +++ b/include/ctr.h @@ -1,6 +1,6 @@ /************************************************* * CTR Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CTR_H__ diff --git a/include/cts.h b/include/cts.h index 09f1a3037..c3218cb87 100644 --- a/include/cts.h +++ b/include/cts.h @@ -1,6 +1,6 @@ /************************************************* * CTS Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CTS_H__ diff --git a/include/data_snk.h b/include/data_snk.h index d37a8fa29..9cdf603ab 100644 --- a/include/data_snk.h +++ b/include/data_snk.h @@ -1,6 +1,6 @@ /************************************************* * DataSink Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DATA_SINK_H__ diff --git a/include/data_src.h b/include/data_src.h index 274ee7d5b..b7df4857b 100644 --- a/include/data_src.h +++ b/include/data_src.h @@ -1,6 +1,6 @@ /************************************************* * DataSource Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DATA_SRC_H__ diff --git a/include/datastor.h b/include/datastor.h index 365c0d32b..8814b10c3 100644 --- a/include/datastor.h +++ b/include/datastor.h @@ -1,6 +1,6 @@ /************************************************* * Data Store Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DATA_STORE_H__ diff --git a/include/def_char.h b/include/def_char.h index c4abfb36b..407cedfb0 100644 --- a/include/def_char.h +++ b/include/def_char.h @@ -1,6 +1,6 @@ /************************************************* * Default Character Set Handling Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DEFAULT_CHARSET_H__ diff --git a/include/def_powm.h b/include/def_powm.h index 5f686162d..b8df02dfe 100644 --- a/include/def_powm.h +++ b/include/def_powm.h @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DEFAULT_MODEXP_H__ diff --git a/include/defalloc.h b/include/defalloc.h index eb6fd9871..184378d84 100644 --- a/include/defalloc.h +++ b/include/defalloc.h @@ -1,6 +1,6 @@ /************************************************* * Basic Allocators Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BASIC_ALLOC_H__ diff --git a/include/der_enc.h b/include/der_enc.h index d0e655ad7..27831b635 100644 --- a/include/der_enc.h +++ b/include/der_enc.h @@ -1,6 +1,6 @@ /************************************************* * DER Encoder Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DER_ENCODER_H__ diff --git a/include/des.h b/include/des.h index 6b4240be5..8c8ff90d8 100644 --- a/include/des.h +++ b/include/des.h @@ -1,6 +1,6 @@ /************************************************* * DES Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DES_H__ diff --git a/include/dh.h b/include/dh.h index 98890b62c..8a679cd52 100644 --- a/include/dh.h +++ b/include/dh.h @@ -1,6 +1,6 @@ /************************************************* * Diffie-Hellman Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DIFFIE_HELLMAN_H__ diff --git a/include/dl_algo.h b/include/dl_algo.h index cd1486e13..538dfac38 100644 --- a/include/dl_algo.h +++ b/include/dl_algo.h @@ -1,6 +1,6 @@ /************************************************* * DL Scheme Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DL_ALGO_H__ diff --git a/include/dl_group.h b/include/dl_group.h index 28161023e..6a1ff4c81 100644 --- a/include/dl_group.h +++ b/include/dl_group.h @@ -1,6 +1,6 @@ /************************************************* * Discrete Logarithm Group Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DL_PARAM_H__ diff --git a/include/dlies.h b/include/dlies.h index 87dc44c04..88eb17e9e 100644 --- a/include/dlies.h +++ b/include/dlies.h @@ -1,6 +1,6 @@ /************************************************* * DLIES Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DLIES_H__ diff --git a/include/dsa.h b/include/dsa.h index 78fad6aae..ea6ca97d9 100644 --- a/include/dsa.h +++ b/include/dsa.h @@ -1,6 +1,6 @@ /************************************************* * DSA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DSA_H__ diff --git a/include/eax.h b/include/eax.h index e33619a0e..3eb33c576 100644 --- a/include/eax.h +++ b/include/eax.h @@ -1,6 +1,6 @@ /************************************************* * EAX Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EAX_H__ diff --git a/include/ecb.h b/include/ecb.h index 10483b3a8..4f678fa74 100644 --- a/include/ecb.h +++ b/include/ecb.h @@ -1,6 +1,6 @@ /************************************************* * ECB Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ECB_H__ diff --git a/include/elgamal.h b/include/elgamal.h index 4d6a3f880..19940e7b7 100644 --- a/include/elgamal.h +++ b/include/elgamal.h @@ -1,6 +1,6 @@ /************************************************* * ElGamal Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ELGAMAL_H__ diff --git a/include/eme.h b/include/eme.h index a82f49d79..29fea2eb2 100644 --- a/include/eme.h +++ b/include/eme.h @@ -1,6 +1,6 @@ /************************************************* * EME Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EME_H__ diff --git a/include/emsa.h b/include/emsa.h index 2abd72c28..6c98114dc 100644 --- a/include/emsa.h +++ b/include/emsa.h @@ -1,6 +1,6 @@ /************************************************* * EMSA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EMSA_H__ diff --git a/include/eng_def.h b/include/eng_def.h index 5fbd07a08..22b00db7d 100644 --- a/include/eng_def.h +++ b/include/eng_def.h @@ -1,6 +1,6 @@ /************************************************* * Default Engine Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_DEFAULT_ENGINE_H__ diff --git a/include/engine.h b/include/engine.h index 15609ad73..9009f01fb 100644 --- a/include/engine.h +++ b/include/engine.h @@ -1,6 +1,6 @@ /************************************************* * Engine Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ENGINE_H__ diff --git a/include/enums.h b/include/enums.h index c5ffeff24..bbf130e57 100644 --- a/include/enums.h +++ b/include/enums.h @@ -1,6 +1,6 @@ /************************************************* * Enumerations Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ENUMS_H__ diff --git a/include/es_file.h b/include/es_file.h index b27c44ed1..5be6eccdc 100644 --- a/include/es_file.h +++ b/include/es_file.h @@ -1,6 +1,6 @@ /************************************************* * File EntropySource Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ENTROPY_SRC_FILE_H__ diff --git a/include/exceptn.h b/include/exceptn.h index 7f7407893..3388020fc 100644 --- a/include/exceptn.h +++ b/include/exceptn.h @@ -1,6 +1,6 @@ /************************************************* * Exceptions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXCEPTION_H__ diff --git a/include/filter.h b/include/filter.h index 730968e0a..531464659 100644 --- a/include/filter.h +++ b/include/filter.h @@ -1,6 +1,6 @@ /************************************************* * Filter Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_FILTER_H__ diff --git a/include/filters.h b/include/filters.h index c088e36a4..d0b2aec2d 100644 --- a/include/filters.h +++ b/include/filters.h @@ -1,6 +1,6 @@ /************************************************* * Filters Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_FILTERS_H__ diff --git a/include/fips140.h b/include/fips140.h index 20f9dd9fa..bf385fa35 100644 --- a/include/fips140.h +++ b/include/fips140.h @@ -1,6 +1,6 @@ /************************************************* * FIPS 140 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_FIPS140_H__ diff --git a/include/fork256.h b/include/fork256.h index 274bf4845..b3f6eb297 100644 --- a/include/fork256.h +++ b/include/fork256.h @@ -1,6 +1,6 @@ /************************************************* * FORK-256 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_FORK_256_H__ diff --git a/include/gost.h b/include/gost.h index 71a472b50..7d43d5f80 100644 --- a/include/gost.h +++ b/include/gost.h @@ -1,6 +1,6 @@ /************************************************* * GOST Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_GOST_H__ diff --git a/include/has160.h b/include/has160.h index 4ed18c87c..577160523 100644 --- a/include/has160.h +++ b/include/has160.h @@ -1,6 +1,6 @@ /************************************************* * HAS-160 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_HAS_160_H__ diff --git a/include/hash_id.h b/include/hash_id.h index 798e9579f..ba193aa24 100644 --- a/include/hash_id.h +++ b/include/hash_id.h @@ -1,6 +1,6 @@ /************************************************* * Hash Function Identification Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_HASHID_H__ diff --git a/include/hex.h b/include/hex.h index d768bb887..31cdfd111 100644 --- a/include/hex.h +++ b/include/hex.h @@ -1,6 +1,6 @@ /************************************************* * Hex Encoder/Decoder Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_HEX_H__ diff --git a/include/hmac.h b/include/hmac.h index 6eba90187..533372aba 100644 --- a/include/hmac.h +++ b/include/hmac.h @@ -1,6 +1,6 @@ /************************************************* * HMAC Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_HMAC_H__ diff --git a/include/idea.h b/include/idea.h index 136708bfe..6f6932c38 100644 --- a/include/idea.h +++ b/include/idea.h @@ -1,6 +1,6 @@ /************************************************* * IDEA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_IDEA_H__ diff --git a/include/if_algo.h b/include/if_algo.h index d67aa0311..f3ff0e458 100644 --- a/include/if_algo.h +++ b/include/if_algo.h @@ -1,6 +1,6 @@ /************************************************* * IF Scheme Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_IF_ALGO_H__ diff --git a/include/init.h b/include/init.h index db3dd24f7..9936b8c6f 100644 --- a/include/init.h +++ b/include/init.h @@ -1,6 +1,6 @@ /************************************************* * Library Initialization Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_INIT_H__ diff --git a/include/kasumi.h b/include/kasumi.h index 0d070380e..ffaa10d9c 100644 --- a/include/kasumi.h +++ b/include/kasumi.h @@ -1,6 +1,6 @@ /************************************************* * KASUMI Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_KASUMI_H__ diff --git a/include/kdf.h b/include/kdf.h index ee020dcfa..ade4c926b 100644 --- a/include/kdf.h +++ b/include/kdf.h @@ -1,6 +1,6 @@ /************************************************* * KDF Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_KDF_H__ diff --git a/include/keypair.h b/include/keypair.h index 44d5a000f..c9a53c0d0 100644 --- a/include/keypair.h +++ b/include/keypair.h @@ -1,6 +1,6 @@ /************************************************* * Keypair Checks Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_KEYPAIR_H__ diff --git a/include/libstate.h b/include/libstate.h index 8cf700220..dcd6f26a5 100644 --- a/include/libstate.h +++ b/include/libstate.h @@ -1,6 +1,6 @@ /************************************************* * Library Internal/Global State Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_LIB_STATE_H__ diff --git a/include/lion.h b/include/lion.h index 516b40de9..bc7d5328d 100644 --- a/include/lion.h +++ b/include/lion.h @@ -1,6 +1,6 @@ /************************************************* * Lion Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_LION_H__ diff --git a/include/look_add.h b/include/look_add.h index 1e06472fe..ec360f225 100644 --- a/include/look_add.h +++ b/include/look_add.h @@ -1,6 +1,6 @@ /************************************************* * Lookup Table Management Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_LOOKUP_MANGEMENT_H__ diff --git a/include/look_pk.h b/include/look_pk.h index 2a6901804..1491384a1 100644 --- a/include/look_pk.h +++ b/include/look_pk.h @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Lookup Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_LOOKUP_H__ diff --git a/include/lookup.h b/include/lookup.h index 7760eea35..1fdfa3fd3 100644 --- a/include/lookup.h +++ b/include/lookup.h @@ -1,6 +1,6 @@ /************************************************* * Algorithm Lookup Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_LOOKUP_H__ diff --git a/include/lubyrack.h b/include/lubyrack.h index d237bab8d..604314d51 100644 --- a/include/lubyrack.h +++ b/include/lubyrack.h @@ -1,6 +1,6 @@ /************************************************* * Luby-Rackoff Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_LUBY_RACKOFF_H__ diff --git a/include/mars.h b/include/mars.h index 6ca718778..cd517f525 100644 --- a/include/mars.h +++ b/include/mars.h @@ -1,6 +1,6 @@ /************************************************* * MARS Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MARS_H__ diff --git a/include/md2.h b/include/md2.h index 80a2b34fa..e29f8f20f 100644 --- a/include/md2.h +++ b/include/md2.h @@ -1,6 +1,6 @@ /************************************************* * MD2 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MD2_H__ diff --git a/include/md4.h b/include/md4.h index 31a934927..d5ad8c5fa 100644 --- a/include/md4.h +++ b/include/md4.h @@ -1,6 +1,6 @@ /************************************************* * MD4 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MD4_H__ diff --git a/include/md5.h b/include/md5.h index bec889627..f3b8a2772 100644 --- a/include/md5.h +++ b/include/md5.h @@ -1,6 +1,6 @@ /************************************************* * MD5 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MD5_H__ diff --git a/include/mdx_hash.h b/include/mdx_hash.h index b7ad8d73a..967b7dc75 100644 --- a/include/mdx_hash.h +++ b/include/mdx_hash.h @@ -1,6 +1,6 @@ /************************************************* * MDx Hash Function Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MDX_BASE_H__ diff --git a/include/mem_ops.h b/include/mem_ops.h index 712284cd9..83f075414 100644 --- a/include/mem_ops.h +++ b/include/mem_ops.h @@ -1,6 +1,6 @@ /************************************************* * Memory Operations Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MEMORY_OPS_H__ diff --git a/include/mem_pool.h b/include/mem_pool.h index cdd1f8d3b..199ee47b6 100644 --- a/include/mem_pool.h +++ b/include/mem_pool.h @@ -1,6 +1,6 @@ /************************************************* * Pooling Allocator Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_POOLING_ALLOCATOR_H__ diff --git a/include/mgf1.h b/include/mgf1.h index 4f54bcf32..92db1a3c0 100644 --- a/include/mgf1.h +++ b/include/mgf1.h @@ -1,6 +1,6 @@ /************************************************* * MGF1 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MGF1_H__ diff --git a/include/misty1.h b/include/misty1.h index fe3ed42a5..8bbf73d57 100644 --- a/include/misty1.h +++ b/include/misty1.h @@ -1,6 +1,6 @@ /************************************************* * MISTY1 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MISTY1_H__ diff --git a/include/mode_pad.h b/include/mode_pad.h index 30f9ebf1a..e315acaa2 100644 --- a/include/mode_pad.h +++ b/include/mode_pad.h @@ -1,6 +1,6 @@ /************************************************* * CBC Padding Methods Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CBC_PADDING_H__ diff --git a/include/modebase.h b/include/modebase.h index 5dce85bca..5d5de7e72 100644 --- a/include/modebase.h +++ b/include/modebase.h @@ -1,6 +1,6 @@ /************************************************* * Block Cipher Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MODEBASE_H__ diff --git a/include/modules.h b/include/modules.h index f0855e4af..1ec76478c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /************************************************* * Module Factory Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MODULE_FACTORIES_H__ diff --git a/include/mp_asm.h b/include/mp_asm.h index 7943dc3ce..7b00f649a 100644 --- a/include/mp_asm.h +++ b/include/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/include/mp_asmi.h b/include/mp_asmi.h index 46a0696de..813d21832 100644 --- a/include/mp_asmi.h +++ b/include/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/include/mp_core.h b/include/mp_core.h index 8062ba845..670251fb9 100644 --- a/include/mp_core.h +++ b/include/mp_core.h @@ -1,6 +1,6 @@ /************************************************* * MPI Algorithms Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MP_CORE_H__ diff --git a/include/mp_types.h b/include/mp_types.h index 0585c6229..ed68a4ba1 100644 --- a/include/mp_types.h +++ b/include/mp_types.h @@ -1,6 +1,6 @@ /************************************************* * Low Level MPI Types Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MPI_TYPES_H__ diff --git a/include/mutex.h b/include/mutex.h index 2d716014f..ef45a7dce 100644 --- a/include/mutex.h +++ b/include/mutex.h @@ -1,6 +1,6 @@ /************************************************* * Mutex Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MUTEX_H__ diff --git a/include/nr.h b/include/nr.h index 490ae153c..d2ae0f202 100644 --- a/include/nr.h +++ b/include/nr.h @@ -1,6 +1,6 @@ /************************************************* * Nyberg-Rueppel Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_NYBERG_RUEPPEL_H__ diff --git a/include/numthry.h b/include/numthry.h index d21472c77..8ec0d58f9 100644 --- a/include/numthry.h +++ b/include/numthry.h @@ -1,6 +1,6 @@ /************************************************* * Number Theory Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_NUMBTHRY_H__ diff --git a/include/ofb.h b/include/ofb.h index fa09443c3..80f535c8b 100644 --- a/include/ofb.h +++ b/include/ofb.h @@ -1,6 +1,6 @@ /************************************************* * OFB Mode Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_OFB_H__ diff --git a/include/oids.h b/include/oids.h index 7b5f775c6..7991533fa 100644 --- a/include/oids.h +++ b/include/oids.h @@ -1,6 +1,6 @@ /************************************************* * OID Registry Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_OIDS_H__ diff --git a/include/openpgp.h b/include/openpgp.h index 43adc69b0..8276ce56d 100644 --- a/include/openpgp.h +++ b/include/openpgp.h @@ -1,6 +1,6 @@ /************************************************* * OpenPGP Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_OPENPGP_H__ diff --git a/include/out_buf.h b/include/out_buf.h index bac376763..5145b08d2 100644 --- a/include/out_buf.h +++ b/include/out_buf.h @@ -1,6 +1,6 @@ /************************************************* * Output Buffer Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_OUTPUT_BUFFER_H__ diff --git a/include/par_hash.h b/include/par_hash.h index 702b5595b..6862d66b9 100644 --- a/include/par_hash.h +++ b/include/par_hash.h @@ -1,6 +1,6 @@ /************************************************* * Parallel Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PAR_HASH_H__ diff --git a/include/parsing.h b/include/parsing.h index 87558e0b3..ce36365fe 100644 --- a/include/parsing.h +++ b/include/parsing.h @@ -1,6 +1,6 @@ /************************************************* * Parser Functions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PARSER_H__ diff --git a/include/pbe.h b/include/pbe.h index 7a23282cd..c1fc2124f 100644 --- a/include/pbe.h +++ b/include/pbe.h @@ -1,6 +1,6 @@ /************************************************* * PBE Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PBE_H__ diff --git a/include/pbe_pkcs.h b/include/pbe_pkcs.h index a39b8edce..45559310a 100644 --- a/include/pbe_pkcs.h +++ b/include/pbe_pkcs.h @@ -1,6 +1,6 @@ /************************************************* * PKCS PBE Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PBE_PKCS_H__ diff --git a/include/pem.h b/include/pem.h index 08aa1c0cf..a8f58dd73 100644 --- a/include/pem.h +++ b/include/pem.h @@ -1,6 +1,6 @@ /************************************************* * PEM Encoding/Decoding Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PEM_H__ diff --git a/include/pgp_s2k.h b/include/pgp_s2k.h index bb90e8b06..86a8bf1bb 100644 --- a/include/pgp_s2k.h +++ b/include/pgp_s2k.h @@ -1,6 +1,6 @@ /************************************************* * OpenPGP S2K Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_OPENPGP_S2K_H__ diff --git a/include/pipe.h b/include/pipe.h index 3535ebd11..9bc98a72b 100644 --- a/include/pipe.h +++ b/include/pipe.h @@ -1,6 +1,6 @@ /************************************************* * Pipe Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PIPE_H__ diff --git a/include/pk_algs.h b/include/pk_algs.h index 2d7d06ea8..479c50a10 100644 --- a/include/pk_algs.h +++ b/include/pk_algs.h @@ -1,6 +1,6 @@ /************************************************* * PK Key Factory Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_KEY_FACTORY_H__ diff --git a/include/pk_core.h b/include/pk_core.h index fc1fcbdf2..f32d4a922 100644 --- a/include/pk_core.h +++ b/include/pk_core.h @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Core Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_CORE_H__ diff --git a/include/pk_filts.h b/include/pk_filts.h index 5e532e3b5..2e285e81e 100644 --- a/include/pk_filts.h +++ b/include/pk_filts.h @@ -1,6 +1,6 @@ /************************************************* * PK Filters Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_FILTERS_H__ diff --git a/include/pk_keys.h b/include/pk_keys.h index d1f6a2204..641d95a77 100644 --- a/include/pk_keys.h +++ b/include/pk_keys.h @@ -1,6 +1,6 @@ /************************************************* * PK Key Types Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_KEYS_H__ diff --git a/include/pk_ops.h b/include/pk_ops.h index d00c06d32..05c2ec949 100644 --- a/include/pk_ops.h +++ b/include/pk_ops.h @@ -1,6 +1,6 @@ /************************************************* * Public Key Operations Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PK_OPS_H__ diff --git a/include/pk_util.h b/include/pk_util.h index db18d3cc5..a84d18291 100644 --- a/include/pk_util.h +++ b/include/pk_util.h @@ -1,6 +1,6 @@ /************************************************* * PK Utility Classes Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PUBKEY_UTIL_H__ diff --git a/include/pkcs10.h b/include/pkcs10.h index 1353a157a..a83e65064 100644 --- a/include/pkcs10.h +++ b/include/pkcs10.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #10 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PKCS10_H__ diff --git a/include/pkcs5.h b/include/pkcs5.h index 510f2af87..8683d0009 100644 --- a/include/pkcs5.h +++ b/include/pkcs5.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PKCS5_H__ diff --git a/include/pkcs8.h b/include/pkcs8.h index 0f3c90a86..5356418bc 100644 --- a/include/pkcs8.h +++ b/include/pkcs8.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #8 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PKCS8_H__ diff --git a/include/pow_mod.h b/include/pow_mod.h index c0fa49f9c..fbecd3f22 100644 --- a/include/pow_mod.h +++ b/include/pow_mod.h @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiator Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_POWER_MOD_H__ diff --git a/include/pubkey.h b/include/pubkey.h index d105f708c..ee88d8a80 100644 --- a/include/pubkey.h +++ b/include/pubkey.h @@ -1,6 +1,6 @@ /************************************************* * Public Key Interface Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_PUBKEY_H__ diff --git a/include/randpool.h b/include/randpool.h index bcde066a9..9531cac9a 100644 --- a/include/randpool.h +++ b/include/randpool.h @@ -1,6 +1,6 @@ /************************************************* * Randpool Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RANDPOOL_H__ diff --git a/include/rc2.h b/include/rc2.h index eea13a9a2..c29ba0d66 100644 --- a/include/rc2.h +++ b/include/rc2.h @@ -1,6 +1,6 @@ /************************************************* * RC2 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RC2_H__ diff --git a/include/rc5.h b/include/rc5.h index 9c2479edf..c5a42f7bf 100644 --- a/include/rc5.h +++ b/include/rc5.h @@ -1,6 +1,6 @@ /************************************************* * RC5 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RC5_H__ diff --git a/include/rc6.h b/include/rc6.h index fd21adc94..a7b34db5a 100644 --- a/include/rc6.h +++ b/include/rc6.h @@ -1,6 +1,6 @@ /************************************************* * RC6 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RC6_H__ diff --git a/include/reducer.h b/include/reducer.h index 537254bb7..44c3619b9 100644 --- a/include/reducer.h +++ b/include/reducer.h @@ -1,6 +1,6 @@ /************************************************* * Modular Reducer Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_MODARITH_H__ diff --git a/include/rmd128.h b/include/rmd128.h index 7dbf2ea8a..d0ef8464b 100644 --- a/include/rmd128.h +++ b/include/rmd128.h @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-128 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RIPEMD_128_H__ diff --git a/include/rmd160.h b/include/rmd160.h index a099f7376..3ca7f5f90 100644 --- a/include/rmd160.h +++ b/include/rmd160.h @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-160 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RIPEMD_160_H__ diff --git a/include/rng.h b/include/rng.h index 5c341dabd..207da51b5 100644 --- a/include/rng.h +++ b/include/rng.h @@ -1,6 +1,6 @@ /************************************************* * Global RNG Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_GLOBAL_RNG_H__ diff --git a/include/rsa.h b/include/rsa.h index ce1c9c988..0fdce6f2d 100644 --- a/include/rsa.h +++ b/include/rsa.h @@ -1,6 +1,6 @@ /************************************************* * RSA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RSA_H__ diff --git a/include/rw.h b/include/rw.h index 39992897a..aa55a6978 100644 --- a/include/rw.h +++ b/include/rw.h @@ -1,6 +1,6 @@ /************************************************* * Rabin-Williams Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_RW_H__ diff --git a/include/s2k.h b/include/s2k.h index b2db53e8c..b2892760c 100644 --- a/include/s2k.h +++ b/include/s2k.h @@ -1,6 +1,6 @@ /************************************************* * S2K Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_S2K_H__ diff --git a/include/safer_sk.h b/include/safer_sk.h index 3b73eeebb..84dcb1ec9 100644 --- a/include/safer_sk.h +++ b/include/safer_sk.h @@ -1,6 +1,6 @@ /************************************************* * SAFER-SK Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SAFER_SK_H__ diff --git a/include/secmem.h b/include/secmem.h index 7873c8b1f..2b5e046f8 100644 --- a/include/secmem.h +++ b/include/secmem.h @@ -1,6 +1,6 @@ /************************************************* * Secure Memory Buffers Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SECURE_MEMORY_BUFFERS_H__ diff --git a/include/secqueue.h b/include/secqueue.h index 91395d1c1..97cc8f933 100644 --- a/include/secqueue.h +++ b/include/secqueue.h @@ -1,6 +1,6 @@ /************************************************* * SecureQueue Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SECURE_QUEUE_H__ diff --git a/include/seed.h b/include/seed.h index 0e730864e..0428c28f5 100644 --- a/include/seed.h +++ b/include/seed.h @@ -1,6 +1,6 @@ /************************************************* * SEED Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SEED_H__ diff --git a/include/serpent.h b/include/serpent.h index 85e0345d0..0a8ab781a 100644 --- a/include/serpent.h +++ b/include/serpent.h @@ -1,6 +1,6 @@ /************************************************* * Serpent Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SERPENT_H__ diff --git a/include/sha160.h b/include/sha160.h index ac46863db..30d27d9c7 100644 --- a/include/sha160.h +++ b/include/sha160.h @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SHA_160_H__ diff --git a/include/sha256.h b/include/sha256.h index d0ddeff42..d9901da5d 100644 --- a/include/sha256.h +++ b/include/sha256.h @@ -1,6 +1,6 @@ /************************************************* * SHA-256 Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SHA_256_H__ diff --git a/include/sha_64.h b/include/sha_64.h index 3ef999220..4d77acb32 100644 --- a/include/sha_64.h +++ b/include/sha_64.h @@ -1,6 +1,6 @@ /************************************************* * SHA-{384,512} Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SHA_64BIT_H__ diff --git a/include/skipjack.h b/include/skipjack.h index 533b71f7a..e8e61b408 100644 --- a/include/skipjack.h +++ b/include/skipjack.h @@ -1,6 +1,6 @@ /************************************************* * Skipjack Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SKIPJACK_H__ diff --git a/include/square.h b/include/square.h index 8f029f691..4070f9c47 100644 --- a/include/square.h +++ b/include/square.h @@ -1,6 +1,6 @@ /************************************************* * Square Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SQUARE_H__ diff --git a/include/stl_util.h b/include/stl_util.h index 0ba73a93a..99982745f 100644 --- a/include/stl_util.h +++ b/include/stl_util.h @@ -1,6 +1,6 @@ /************************************************* * STL Utility Functions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_STL_UTIL_H__ diff --git a/include/symkey.h b/include/symkey.h index f703b66a9..ffd89bd85 100644 --- a/include/symkey.h +++ b/include/symkey.h @@ -1,6 +1,6 @@ /************************************************* * OctetString Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_SYMKEY_H__ diff --git a/include/tea.h b/include/tea.h index 5d517bbdf..77ef3eea8 100644 --- a/include/tea.h +++ b/include/tea.h @@ -1,6 +1,6 @@ /************************************************* * TEA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TEA_H__ diff --git a/include/tiger.h b/include/tiger.h index 26837e20e..393d411d0 100644 --- a/include/tiger.h +++ b/include/tiger.h @@ -1,6 +1,6 @@ /************************************************* * Tiger Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TIGER_H__ diff --git a/include/timers.h b/include/timers.h index d639d63f5..040e23688 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,6 +1,6 @@ /************************************************* * Timestamp Functions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TIMERS_H__ diff --git a/include/turing.h b/include/turing.h index 68bdbd847..bc7f91e2f 100644 --- a/include/turing.h +++ b/include/turing.h @@ -1,6 +1,6 @@ /************************************************* * Turing Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TURING_H__ diff --git a/include/twofish.h b/include/twofish.h index 3f1602ef5..08d357d21 100644 --- a/include/twofish.h +++ b/include/twofish.h @@ -1,6 +1,6 @@ /************************************************* * Twofish Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TWOFISH_H__ diff --git a/include/types.h b/include/types.h index 8cf5930fc..e9994941a 100644 --- a/include/types.h +++ b/include/types.h @@ -1,6 +1,6 @@ /************************************************* * Low Level Types Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_TYPES_H__ diff --git a/include/ui.h b/include/ui.h index 888d92c48..525529075 100644 --- a/include/ui.h +++ b/include/ui.h @@ -1,6 +1,6 @@ /************************************************* * User Interface Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_UI_H__ diff --git a/include/util.h b/include/util.h index 8e25db50c..5edea3506 100644 --- a/include/util.h +++ b/include/util.h @@ -1,6 +1,6 @@ /************************************************* * Utility Functions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_UTIL_H__ diff --git a/include/version.h b/include/version.h index 3fe1323bb..88cb16966 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ /************************************************* * Version Information Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_VERSION_H__ diff --git a/include/whrlpool.h b/include/whrlpool.h index 0bcbef4ac..cc45f3293 100644 --- a/include/whrlpool.h +++ b/include/whrlpool.h @@ -1,6 +1,6 @@ /************************************************* * Whirlpool Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_WHIRLPOOL_H__ diff --git a/include/wid_wake.h b/include/wid_wake.h index 533404837..9c41652cc 100644 --- a/include/wid_wake.h +++ b/include/wid_wake.h @@ -1,6 +1,6 @@ /************************************************* * WiderWake Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_WIDER_WAKE_H__ diff --git a/include/x509_ca.h b/include/x509_ca.h index a19259d1c..933324960 100644 --- a/include/x509_ca.h +++ b/include/x509_ca.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Authority Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_CA_H__ diff --git a/include/x509_crl.h b/include/x509_crl.h index 67f21618b..7960c4cb9 100644 --- a/include/x509_crl.h +++ b/include/x509_crl.h @@ -1,6 +1,6 @@ /************************************************* * X.509 CRL Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_CRL_H__ diff --git a/include/x509_ext.h b/include/x509_ext.h index 754460492..2e7370fbd 100644 --- a/include/x509_ext.h +++ b/include/x509_ext.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Extensions Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_EXTENSIONS_H__ diff --git a/include/x509_key.h b/include/x509_key.h index 651c63fde..555ef1549 100644 --- a/include/x509_key.h +++ b/include/x509_key.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Public Key Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_PUBLIC_KEY_H__ diff --git a/include/x509_obj.h b/include/x509_obj.h index 61483ffd1..d72ef71a4 100644 --- a/include/x509_obj.h +++ b/include/x509_obj.h @@ -1,6 +1,6 @@ /************************************************* * X.509 SIGNED Object Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_OBJECT_H__ diff --git a/include/x509cert.h b/include/x509cert.h index 9355a17d5..3d3ad54fb 100644 --- a/include/x509cert.h +++ b/include/x509cert.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificates Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_CERTS_H__ diff --git a/include/x509find.h b/include/x509find.h index 7ad363672..e27d4b94c 100644 --- a/include/x509find.h +++ b/include/x509find.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Searching Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_CERT_STORE_SEARCH_H__ diff --git a/include/x509self.h b/include/x509self.h index 291b3f761..30acbdbaa 100644 --- a/include/x509self.h +++ b/include/x509self.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Self-Signed Certificate Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_SELF_H__ diff --git a/include/x509stat.h b/include/x509stat.h index 562398942..c13cc31fa 100644 --- a/include/x509stat.h +++ b/include/x509stat.h @@ -1,6 +1,6 @@ /************************************************* * Globally Saved X.509 State Header * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_oid.h> diff --git a/include/x509stor.h b/include/x509stor.h index 0ac5456ee..9a6e10502 100644 --- a/include/x509stor.h +++ b/include/x509stor.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_X509_CERT_STORE_H__ diff --git a/include/x919_mac.h b/include/x919_mac.h index e5f1529ac..03e91bf4b 100644 --- a/include/x919_mac.h +++ b/include/x919_mac.h @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.19 MAC Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ANSI_X919_MAC_H__ diff --git a/include/x931_rng.h b/include/x931_rng.h index fda64ba86..a76204a05 100644 --- a/include/x931_rng.h +++ b/include/x931_rng.h @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.31 RNG Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_ANSI_X931_RNG_H__ diff --git a/include/xtea.h b/include/xtea.h index 0041891c4..a85e394c2 100644 --- a/include/xtea.h +++ b/include/xtea.h @@ -1,6 +1,6 @@ /************************************************* * XTEA Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_XTEA_H__ 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__ diff --git a/src/adler32.cpp b/src/adler32.cpp index 424976035..b27fa247b 100644 --- a/src/adler32.cpp +++ b/src/adler32.cpp @@ -1,6 +1,6 @@ /************************************************* * Adler32 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/adler32.h> diff --git a/src/aes.cpp b/src/aes.cpp index d9f640df0..f89ebf529 100644 --- a/src/aes.cpp +++ b/src/aes.cpp @@ -1,6 +1,6 @@ /************************************************* * AES Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/aes.h> diff --git a/src/aes_tab.cpp b/src/aes_tab.cpp index 42b183bcb..ba647a498 100644 --- a/src/aes_tab.cpp +++ b/src/aes_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for AES * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/aes.h> diff --git a/src/alg_id.cpp b/src/alg_id.cpp index 9ecdf1793..d85396295 100644 --- a/src/alg_id.cpp +++ b/src/alg_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Identifier Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/alg_id.h> diff --git a/src/arc4.cpp b/src/arc4.cpp index 298e57cbd..c189a1f7c 100644 --- a/src/arc4.cpp +++ b/src/arc4.cpp @@ -1,6 +1,6 @@ /************************************************* * ARC4 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/arc4.h> diff --git a/src/asn1_alt.cpp b/src/asn1_alt.cpp index 6f5ce6c11..3a1eca625 100644 --- a/src/asn1_alt.cpp +++ b/src/asn1_alt.cpp @@ -1,6 +1,6 @@ /************************************************* * AlternativeName Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_att.cpp b/src/asn1_att.cpp index 8216054b3..26bb9e7ab 100644 --- a/src/asn1_att.cpp +++ b/src/asn1_att.cpp @@ -1,6 +1,6 @@ /************************************************* * Attribute Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_dn.cpp b/src/asn1_dn.cpp index 17bf45eff..d35901852 100644 --- a/src/asn1_dn.cpp +++ b/src/asn1_dn.cpp @@ -1,6 +1,6 @@ /************************************************* * X509_DN Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_int.cpp b/src/asn1_int.cpp index 042712df1..1b16efdf6 100644 --- a/src/asn1_int.cpp +++ b/src/asn1_int.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 Internals Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_int.h> diff --git a/src/asn1_ku.cpp b/src/asn1_ku.cpp index c5bb3ce4d..1fa236d9f 100644 --- a/src/asn1_ku.cpp +++ b/src/asn1_ku.cpp @@ -1,6 +1,6 @@ /************************************************* * KeyUsage Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_oid.cpp b/src/asn1_oid.cpp index 3115c2be5..ad64f4602 100644 --- a/src/asn1_oid.cpp +++ b/src/asn1_oid.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 OID Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_oid.h> diff --git a/src/asn1_str.cpp b/src/asn1_str.cpp index 00e75c6be..a2285a682 100644 --- a/src/asn1_str.cpp +++ b/src/asn1_str.cpp @@ -1,6 +1,6 @@ /************************************************* * Simple ASN.1 String Types Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_tm.cpp b/src/asn1_tm.cpp index 624478386..f91196c9d 100644 --- a/src/asn1_tm.cpp +++ b/src/asn1_tm.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Time Types Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/base.cpp b/src/base.cpp index 678640fd6..522a5563b 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,6 +1,6 @@ /************************************************* * Base Classes Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/base.h> diff --git a/src/base64.cpp b/src/base64.cpp index 787c7a292..b96665379 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,6 +1,6 @@ /************************************************* * Base64 Encoder/Decoder Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/base64.h> diff --git a/src/basefilt.cpp b/src/basefilt.cpp index 061206ae0..cb23c108a 100644 --- a/src/basefilt.cpp +++ b/src/basefilt.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Filters Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/basefilt.h> diff --git a/src/ber_dec.cpp b/src/ber_dec.cpp index 5f44537d2..251cf952b 100644 --- a/src/ber_dec.cpp +++ b/src/ber_dec.cpp @@ -1,6 +1,6 @@ /************************************************* * BER Decoder Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/ber_dec.h> diff --git a/src/big_base.cpp b/src/big_base.cpp index 3ecf71db8..20d6f4ece 100644 --- a/src/big_base.cpp +++ b/src/big_base.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Base Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_code.cpp b/src/big_code.cpp index 1a9502ee8..f56fc53c4 100644 --- a/src/big_code.cpp +++ b/src/big_code.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Encoding/Decoding Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_io.cpp b/src/big_io.cpp index 270886d73..1590ca046 100644 --- a/src/big_io.cpp +++ b/src/big_io.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Input/Output Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops2.cpp b/src/big_ops2.cpp index eeb0c7771..2e6c6df94 100644 --- a/src/big_ops2.cpp +++ b/src/big_ops2.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Assignment Operators Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops3.cpp b/src/big_ops3.cpp index 27fa06671..e2b321643 100644 --- a/src/big_ops3.cpp +++ b/src/big_ops3.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Binary Operators Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_rand.cpp b/src/big_rand.cpp index 2cb4cfd77..7dac05e67 100644 --- a/src/big_rand.cpp +++ b/src/big_rand.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Random Generation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bigint.h> diff --git a/src/bit_ops.cpp b/src/bit_ops.cpp index e9263941d..1847b5773 100644 --- a/src/bit_ops.cpp +++ b/src/bit_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/bit_ops.h> diff --git a/src/blfs_tab.cpp b/src/blfs_tab.cpp index be3baa9c9..bd1e2b261 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/blowfish.h> diff --git a/src/blinding.cpp b/src/blinding.cpp index 816968ae4..d43e0da0a 100644 --- a/src/blinding.cpp +++ b/src/blinding.cpp @@ -1,6 +1,6 @@ /************************************************* * Blinder Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/blinding.h> diff --git a/src/blowfish.cpp b/src/blowfish.cpp index 9dabb4c38..384a12461 100644 --- a/src/blowfish.cpp +++ b/src/blowfish.cpp @@ -1,6 +1,6 @@ /************************************************* * Blowfish Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/blowfish.h> diff --git a/src/buf_es.cpp b/src/buf_es.cpp index 415a5c13a..857d7688b 100644 --- a/src/buf_es.cpp +++ b/src/buf_es.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffered EntropySource Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/buf_es.h> diff --git a/src/buf_filt.cpp b/src/buf_filt.cpp index a6df82074..20c223be5 100644 --- a/src/buf_filt.cpp +++ b/src/buf_filt.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffering Filter Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/buf_filt.h> diff --git a/src/cast128.cpp b/src/cast128.cpp index bc5e47ca0..ec87afb08 100644 --- a/src/cast128.cpp +++ b/src/cast128.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-128 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cast128.h> diff --git a/src/cast256.cpp b/src/cast256.cpp index 81befe611..21ccbea63 100644 --- a/src/cast256.cpp +++ b/src/cast256.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-256 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cast256.h> diff --git a/src/cast_tab.cpp b/src/cast_tab.cpp index 65b14c5ea..b10c728c5 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cast128.h> diff --git a/src/cbc.cpp b/src/cbc.cpp index 1638b9d11..7adc4f952 100644 --- a/src/cbc.cpp +++ b/src/cbc.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cbc.h> diff --git a/src/certstor.cpp b/src/certstor.cpp index a300ccbea..a22559e68 100644 --- a/src/certstor.cpp +++ b/src/certstor.cpp @@ -1,6 +1,6 @@ /************************************************* * Certificate Store Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/certstor.h> diff --git a/src/cfb.cpp b/src/cfb.cpp index e02c51af5..9d42c4d1d 100644 --- a/src/cfb.cpp +++ b/src/cfb.cpp @@ -1,6 +1,6 @@ /************************************************* * CFB Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cfb.h> diff --git a/src/charset.cpp b/src/charset.cpp index 5074e728c..08ab32be3 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -1,6 +1,6 @@ /************************************************* * Character Set Handling Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/charset.h> diff --git a/src/cmac.cpp b/src/cmac.cpp index 6562a5559..618af0ad5 100644 --- a/src/cmac.cpp +++ b/src/cmac.cpp @@ -1,6 +1,6 @@ /************************************************* * CMAC Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cmac.h> diff --git a/src/config.cpp b/src/config.cpp index 139e1d410..3f03c70c0 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/config.h> diff --git a/src/crc24.cpp b/src/crc24.cpp index aaeee9401..e5576a566 100644 --- a/src/crc24.cpp +++ b/src/crc24.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC24 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/crc24.h> diff --git a/src/crc32.cpp b/src/crc32.cpp index c4a76d6fb..b10a2eebe 100644 --- a/src/crc32.cpp +++ b/src/crc32.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC32 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/crc32.h> diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp index 2ef33fb65..1e55d5ec1 100644 --- a/src/crl_ent.cpp +++ b/src/crl_ent.cpp @@ -1,6 +1,6 @@ /************************************************* * CRL Entry Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/crl_ent.h> diff --git a/src/ctr.cpp b/src/ctr.cpp index f9c07eda8..3be4a0526 100644 --- a/src/ctr.cpp +++ b/src/ctr.cpp @@ -1,6 +1,6 @@ /************************************************* * CTR Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/ctr.h> diff --git a/src/cts.cpp b/src/cts.cpp index 673df84b8..8d0764c39 100644 --- a/src/cts.cpp +++ b/src/cts.cpp @@ -1,6 +1,6 @@ /************************************************* * CTS Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/cts.h> diff --git a/src/data_snk.cpp b/src/data_snk.cpp index 0c7e18984..7f2080723 100644 --- a/src/data_snk.cpp +++ b/src/data_snk.cpp @@ -1,6 +1,6 @@ /************************************************* * DataSink Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/data_snk.h> diff --git a/src/data_src.cpp b/src/data_src.cpp index ef9d5fa1f..8f5b43dac 100644 --- a/src/data_src.cpp +++ b/src/data_src.cpp @@ -1,6 +1,6 @@ /************************************************* * DataSource Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/data_src.h> diff --git a/src/datastor.cpp b/src/datastor.cpp index 05282d131..e8b815c25 100644 --- a/src/datastor.cpp +++ b/src/datastor.cpp @@ -1,6 +1,6 @@ /************************************************* * Data Store Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/datastor.h> diff --git a/src/def_alg.cpp b/src/def_alg.cpp index 9b24e07c1..09ae5c978 100644 --- a/src/def_alg.cpp +++ b/src/def_alg.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Algorithms Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_char.cpp b/src/def_char.cpp index 0506c9024..69b00e620 100644 --- a/src/def_char.cpp +++ b/src/def_char.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Character Set Handling Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/def_char.h> diff --git a/src/def_mode.cpp b/src/def_mode.cpp index 200036f09..052582cd0 100644 --- a/src/def_mode.cpp +++ b/src/def_mode.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_ops.cpp b/src/def_ops.cpp index 65bf0c91a..9517d88d0 100644 --- a/src/def_ops.cpp +++ b/src/def_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine PK Operations Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_powm.cpp b/src/def_powm.cpp index 62014e41c..0a53db071 100644 --- a/src/def_powm.cpp +++ b/src/def_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_def.h> diff --git a/src/defalloc.cpp b/src/defalloc.cpp index 5b61e7fac..a4a4727af 100644 --- a/src/defalloc.cpp +++ b/src/defalloc.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Allocators Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/defalloc.h> diff --git a/src/der_enc.cpp b/src/der_enc.cpp index ed503e36f..9973fd5cb 100644 --- a/src/der_enc.cpp +++ b/src/der_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * DER Encoder Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/der_enc.h> diff --git a/src/des.cpp b/src/des.cpp index 9cbfe28aa..47bdb8f56 100644 --- a/src/des.cpp +++ b/src/des.cpp @@ -1,6 +1,6 @@ /************************************************* * DES Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/des.h> diff --git a/src/des_tab.cpp b/src/des_tab.cpp index 1f9c9a194..d72e86d8b 100644 --- a/src/des_tab.cpp +++ b/src/des_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Substitution/Permutation Tables for DES * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/des.h> diff --git a/src/dh.cpp b/src/dh.cpp index 23242e5f6..8f3dda27f 100644 --- a/src/dh.cpp +++ b/src/dh.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffie-Hellman Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/dh.h> diff --git a/src/divide.cpp b/src/divide.cpp index 043d6cb52..6df129911 100644 --- a/src/divide.cpp +++ b/src/divide.cpp @@ -1,6 +1,6 @@ /************************************************* * Division Algorithm Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/dl_algo.cpp b/src/dl_algo.cpp index 46ae5b310..0d2fca40d 100644 --- a/src/dl_algo.cpp +++ b/src/dl_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * DL Scheme Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/dl_algo.h> diff --git a/src/dl_group.cpp b/src/dl_group.cpp index 3ef9512f4..78a2952be 100644 --- a/src/dl_group.cpp +++ b/src/dl_group.cpp @@ -1,6 +1,6 @@ /************************************************* * Discrete Logarithm Parameters Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/dl_group.h> diff --git a/src/dlies.cpp b/src/dlies.cpp index c9f7c6950..0df5ffef9 100644 --- a/src/dlies.cpp +++ b/src/dlies.cpp @@ -1,6 +1,6 @@ /************************************************* * DLIES Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/dlies.h> diff --git a/src/dsa.cpp b/src/dsa.cpp index f5f7d1765..76bbcf028 100644 --- a/src/dsa.cpp +++ b/src/dsa.cpp @@ -1,6 +1,6 @@ /************************************************* * DSA Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/dsa.h> diff --git a/src/eax.cpp b/src/eax.cpp index 8c01c76de..e2053769a 100644 --- a/src/eax.cpp +++ b/src/eax.cpp @@ -1,6 +1,6 @@ /************************************************* * EAX Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eax.h> diff --git a/src/ecb.cpp b/src/ecb.cpp index d402a8447..59bb526a1 100644 --- a/src/ecb.cpp +++ b/src/ecb.cpp @@ -1,6 +1,6 @@ /************************************************* * ECB Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/ecb.h> diff --git a/src/elgamal.cpp b/src/elgamal.cpp index 7be0a576b..6bc4eadf0 100644 --- a/src/elgamal.cpp +++ b/src/elgamal.cpp @@ -1,6 +1,6 @@ /************************************************* * ElGamal Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/elgamal.h> diff --git a/src/eme1.cpp b/src/eme1.cpp index 1b5dd3128..bf914d248 100644 --- a/src/eme1.cpp +++ b/src/eme1.cpp @@ -1,6 +1,6 @@ /************************************************* * EME1 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eme.h> diff --git a/src/eme_pkcs.cpp b/src/eme_pkcs.cpp index 22a2521ad..043d955c2 100644 --- a/src/eme_pkcs.cpp +++ b/src/eme_pkcs.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS1 EME Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eme.h> diff --git a/src/emsa1.cpp b/src/emsa1.cpp index e4704ee3d..35434bf0f 100644 --- a/src/emsa1.cpp +++ b/src/emsa1.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA1 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa2.cpp b/src/emsa2.cpp index d30ee8170..df5308c87 100644 --- a/src/emsa2.cpp +++ b/src/emsa2.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA2 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa3.cpp b/src/emsa3.cpp index dc55d16ba..334f2484f 100644 --- a/src/emsa3.cpp +++ b/src/emsa3.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA3 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa4.cpp b/src/emsa4.cpp index e541b9e7d..5b2719f58 100644 --- a/src/emsa4.cpp +++ b/src/emsa4.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA4 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa_raw.cpp b/src/emsa_raw.cpp index 23c57d88a..4639d624d 100644 --- a/src/emsa_raw.cpp +++ b/src/emsa_raw.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA-Raw Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/emsa.h> diff --git a/src/eng_base.cpp b/src/eng_base.cpp index 4a7198462..2a2168c0b 100644 --- a/src/eng_base.cpp +++ b/src/eng_base.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic No-Op Engine Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/engine.h> diff --git a/src/engine.cpp b/src/engine.cpp index ded54cda8..4d3768d17 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -1,6 +1,6 @@ /************************************************* * Engine Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/engine.h> diff --git a/src/es_file.cpp b/src/es_file.cpp index 4d9a52d82..3064bdc53 100644 --- a/src/es_file.cpp +++ b/src/es_file.cpp @@ -1,6 +1,6 @@ /************************************************* * File EntropySource Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/es_file.h> diff --git a/src/exceptn.cpp b/src/exceptn.cpp index 4c72e9ef3..2a2ae448d 100644 --- a/src/exceptn.cpp +++ b/src/exceptn.cpp @@ -1,6 +1,6 @@ /************************************************* * Exceptions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/exceptn.h> diff --git a/src/filter.cpp b/src/filter.cpp index 9c7fe3c28..385ab28a8 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Filter Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/filter.h> diff --git a/src/filters.cpp b/src/filters.cpp index 9ea082980..2bd90a405 100644 --- a/src/filters.cpp +++ b/src/filters.cpp @@ -1,6 +1,6 @@ /************************************************* * Filters Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/filters.h> diff --git a/src/fips140.cpp b/src/fips140.cpp index 6f7a26278..6adb03320 100644 --- a/src/fips140.cpp +++ b/src/fips140.cpp @@ -1,6 +1,6 @@ /************************************************* * FIPS-140 Self Tests Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/fips140.h> diff --git a/src/fork256.cpp b/src/fork256.cpp index 82dd04b65..abd8e98b3 100644 --- a/src/fork256.cpp +++ b/src/fork256.cpp @@ -1,6 +1,6 @@ /************************************************* * FORK-256 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/fork256.h> diff --git a/src/get_algo.cpp b/src/get_algo.cpp index 9efc4dcc5..2a5e5ef86 100644 --- a/src/get_algo.cpp +++ b/src/get_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Retrieval Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_enc.cpp b/src/get_enc.cpp index 8d1369328..209e2ddab 100644 --- a/src/get_enc.cpp +++ b/src/get_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA/EME/KDF/MGF Retrieval Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_pbe.cpp b/src/get_pbe.cpp index a0dee425c..e42c1594d 100644 --- a/src/get_pbe.cpp +++ b/src/get_pbe.cpp @@ -1,6 +1,6 @@ /************************************************* * PBE Retrieval Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/oids.h> diff --git a/src/gost.cpp b/src/gost.cpp index 6e6026580..a8a295c4b 100644 --- a/src/gost.cpp +++ b/src/gost.cpp @@ -1,6 +1,6 @@ /************************************************* * GOST Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/gost.h> diff --git a/src/gost_tab.cpp b/src/gost_tab.cpp index ae3d2d5b2..b858ffd3c 100644 --- a/src/gost_tab.cpp +++ b/src/gost_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for GOST * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/gost.h> diff --git a/src/has160.cpp b/src/has160.cpp index 3e5aae10c..ceb5a8b6b 100644 --- a/src/has160.cpp +++ b/src/has160.cpp @@ -1,6 +1,6 @@ /************************************************* * HAS-160 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/has160.h> diff --git a/src/hash_id.cpp b/src/hash_id.cpp index bc5c64b98..ad9fc366f 100644 --- a/src/hash_id.cpp +++ b/src/hash_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Hash Function Identification Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/hash_id.h> diff --git a/src/hex.cpp b/src/hex.cpp index 42825b334..384c8421d 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ /************************************************* * Hex Encoder/Decoder Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/hex.h> diff --git a/src/hmac.cpp b/src/hmac.cpp index 1cac5faa2..86f68be57 100644 --- a/src/hmac.cpp +++ b/src/hmac.cpp @@ -1,6 +1,6 @@ /************************************************* * HMAC Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/hmac.h> diff --git a/src/idea.cpp b/src/idea.cpp index d1cb4dd2c..1f2facbb8 100644 --- a/src/idea.cpp +++ b/src/idea.cpp @@ -1,6 +1,6 @@ /************************************************* * IDEA Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/idea.h> diff --git a/src/if_algo.cpp b/src/if_algo.cpp index 5af691aa2..2a96163f7 100644 --- a/src/if_algo.cpp +++ b/src/if_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * IF Scheme Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/if_algo.h> diff --git a/src/inifile.cpp b/src/inifile.cpp index 3fb263aaa..a75ca654f 100644 --- a/src/inifile.cpp +++ b/src/inifile.cpp @@ -1,6 +1,6 @@ /************************************************* * Configuration Reader Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/config.h> diff --git a/src/init_def.cpp b/src/init_def.cpp index 6370d1d09..7f465d3eb 100644 --- a/src/init_def.cpp +++ b/src/init_def.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Initialization Function Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/init.h> diff --git a/src/init_opt.cpp b/src/init_opt.cpp index 5ba05187d..a92d795b0 100644 --- a/src/init_opt.cpp +++ b/src/init_opt.cpp @@ -1,6 +1,6 @@ /************************************************* * Initialization Options Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/init.h> diff --git a/src/jacobi.cpp b/src/jacobi.cpp index 4e8ab61f0..60a709ad5 100644 --- a/src/jacobi.cpp +++ b/src/jacobi.cpp @@ -1,6 +1,6 @@ /************************************************* * Jacobi Function Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/kas_tab.cpp b/src/kas_tab.cpp index 4172ad114..005b53d99 100644 --- a/src/kas_tab.cpp +++ b/src/kas_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for KASUMI * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kasumi.cpp b/src/kasumi.cpp index b7d6c63d8..8730c45fc 100644 --- a/src/kasumi.cpp +++ b/src/kasumi.cpp @@ -1,6 +1,6 @@ /************************************************* * KASUMI Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kdf.cpp b/src/kdf.cpp index 3dfef5dcf..dad00204d 100644 --- a/src/kdf.cpp +++ b/src/kdf.cpp @@ -1,6 +1,6 @@ /************************************************* * KDF1/KDF2 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/kdf.h> diff --git a/src/keypair.cpp b/src/keypair.cpp index ef3e5f2a9..b40b8c395 100644 --- a/src/keypair.cpp +++ b/src/keypair.cpp @@ -1,6 +1,6 @@ /************************************************* * Keypair Checks Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/keypair.h> diff --git a/src/libstate.cpp b/src/libstate.cpp index e8d47be24..a8269a2b9 100644 --- a/src/libstate.cpp +++ b/src/libstate.cpp @@ -1,6 +1,6 @@ /************************************************* * Library Internal/Global State Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/libstate.h> diff --git a/src/lion.cpp b/src/lion.cpp index 612cb231e..42bd9fa92 100644 --- a/src/lion.cpp +++ b/src/lion.cpp @@ -1,6 +1,6 @@ /************************************************* * Lion Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/lion.h> diff --git a/src/look_pk.cpp b/src/look_pk.cpp index 80552b728..ae21089ed 100644 --- a/src/look_pk.cpp +++ b/src/look_pk.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Lookup Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/look_pk.h> diff --git a/src/lubyrack.cpp b/src/lubyrack.cpp index 0c3d4b284..21f6c875f 100644 --- a/src/lubyrack.cpp +++ b/src/lubyrack.cpp @@ -1,6 +1,6 @@ /************************************************* * Luby-Rackoff Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/lubyrack.h> diff --git a/src/make_prm.cpp b/src/make_prm.cpp index 7642ab435..bf7188345 100644 --- a/src/make_prm.cpp +++ b/src/make_prm.cpp @@ -1,6 +1,6 @@ /************************************************* * Prime Generation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/mars.cpp b/src/mars.cpp index 06b143e72..cdc992da5 100644 --- a/src/mars.cpp +++ b/src/mars.cpp @@ -1,6 +1,6 @@ /************************************************* * MARS Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mars.h> diff --git a/src/mars_tab.cpp b/src/mars_tab.cpp index 36c172f5a..acfcf2393 100644 --- a/src/mars_tab.cpp +++ b/src/mars_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Table for MARS * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mars.h> diff --git a/src/md2.cpp b/src/md2.cpp index 6660dccb3..a5a713574 100644 --- a/src/md2.cpp +++ b/src/md2.cpp @@ -1,6 +1,6 @@ /************************************************* * MD2 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/md2.h> diff --git a/src/md4.cpp b/src/md4.cpp index 72d0a1923..a0a32b179 100644 --- a/src/md4.cpp +++ b/src/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/src/md5.cpp b/src/md5.cpp index 7aedc7b51..51cd7fe82 100644 --- a/src/md5.cpp +++ b/src/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/src/mdx_hash.cpp b/src/mdx_hash.cpp index 736ead70e..8fbad2580 100644 --- a/src/mdx_hash.cpp +++ b/src/mdx_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * MDx Hash Function Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mdx_hash.h> diff --git a/src/mem_pool.cpp b/src/mem_pool.cpp index 25bbd6d4e..cf64fc9af 100644 --- a/src/mem_pool.cpp +++ b/src/mem_pool.cpp @@ -1,6 +1,6 @@ /************************************************* * Pooling Allocator Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mem_pool.h> diff --git a/src/mgf1.cpp b/src/mgf1.cpp index b922c8987..a0ce95530 100644 --- a/src/mgf1.cpp +++ b/src/mgf1.cpp @@ -1,6 +1,6 @@ /************************************************* * MGF1 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mgf1.h> diff --git a/src/mist_tab.cpp b/src/mist_tab.cpp index d42dc1dd1..50b361ea8 100644 --- a/src/mist_tab.cpp +++ b/src/mist_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for MISTY1 * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/misty1.h> diff --git a/src/misty1.cpp b/src/misty1.cpp index 53c12a5cf..f0f54c476 100644 --- a/src/misty1.cpp +++ b/src/misty1.cpp @@ -1,6 +1,6 @@ /************************************************* * MISTY1 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/misty1.h> diff --git a/src/mlock.cpp b/src/mlock.cpp index c4f8c2e70..52a46580b 100644 --- a/src/mlock.cpp +++ b/src/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/src/mode_pad.cpp b/src/mode_pad.cpp index 7fbcb2fc4..acbace071 100644 --- a/src/mode_pad.cpp +++ b/src/mode_pad.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Padding Methods Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mode_pad.h> diff --git a/src/modebase.cpp b/src/modebase.cpp index 7c85e81d4..c63593bed 100644 --- a/src/modebase.cpp +++ b/src/modebase.cpp @@ -1,6 +1,6 @@ /************************************************* * Block Cipher Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/modebase.h> diff --git a/src/modules.cpp b/src/modules.cpp index b142761ff..fb30063a3 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -1,6 +1,6 @@ /************************************************* * Module Factory Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/modules.h> diff --git a/src/mp_asm.cpp b/src/mp_asm.cpp index 64605bb48..48fc43ff2 100644 --- a/src/mp_asm.cpp +++ b/src/mp_asm.cpp @@ -1,6 +1,6 @@ /************************************************* * Lowest Level MPI Algorithms Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_comba.cpp b/src/mp_comba.cpp index 0e6dbd259..b979a2d96 100644 --- a/src/mp_comba.cpp +++ b/src/mp_comba.cpp @@ -1,6 +1,6 @@ /************************************************* * Comba Multiplication and Squaring Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_misc.cpp b/src/mp_misc.cpp index e0dd7d3b6..0c52e84df 100644 --- a/src/mp_misc.cpp +++ b/src/mp_misc.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Misc Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mul.cpp b/src/mp_mul.cpp index 2870846fb..306ee642b 100644 --- a/src/mp_mul.cpp +++ b/src/mp_mul.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Multiplication Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mulop.cpp b/src/mp_mulop.cpp index 715467a88..0eaa1b15a 100644 --- a/src/mp_mulop.cpp +++ b/src/mp_mulop.cpp @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_numth.cpp b/src/mp_numth.cpp index 8ad7a37e9..11ff51bc7 100644 --- a/src/mp_numth.cpp +++ b/src/mp_numth.cpp @@ -1,6 +1,6 @@ /************************************************* * Fused and Important MP Algorithms Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/mp_shift.cpp b/src/mp_shift.cpp index 3233b5408..7249848a6 100644 --- a/src/mp_shift.cpp +++ b/src/mp_shift.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Shift Algorithms Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_sqr.cpp b/src/mp_sqr.cpp index 57b4695ee..34c997807 100644 --- a/src/mp_sqr.cpp +++ b/src/mp_sqr.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Squaring Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mutex.cpp b/src/mutex.cpp index 89cbacbb1..fb2d8308d 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -1,6 +1,6 @@ /************************************************* * Mutex Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/mutex.h> diff --git a/src/nr.cpp b/src/nr.cpp index f8fe065df..5c478e582 100644 --- a/src/nr.cpp +++ b/src/nr.cpp @@ -1,6 +1,6 @@ /************************************************* * Nyberg-Rueppel Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/nr.h> diff --git a/src/numthry.cpp b/src/numthry.cpp index 8e21e6fa0..19fae1770 100644 --- a/src/numthry.cpp +++ b/src/numthry.cpp @@ -1,6 +1,6 @@ /************************************************* * Number Theory Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/ofb.cpp b/src/ofb.cpp index af0c6067d..cd6cc4bf6 100644 --- a/src/ofb.cpp +++ b/src/ofb.cpp @@ -1,6 +1,6 @@ /************************************************* * OFB Mode Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/ofb.h> diff --git a/src/oids.cpp b/src/oids.cpp index 92a89bbb6..ee0cc6c0b 100644 --- a/src/oids.cpp +++ b/src/oids.cpp @@ -1,6 +1,6 @@ /************************************************* * OID Registry Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/oids.h> diff --git a/src/openpgp.cpp b/src/openpgp.cpp index abb10a5cb..e2301207e 100644 --- a/src/openpgp.cpp +++ b/src/openpgp.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/openpgp.h> diff --git a/src/out_buf.cpp b/src/out_buf.cpp index 054cb50a4..1dc89addc 100644 --- a/src/out_buf.cpp +++ b/src/out_buf.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Output Buffer Source file * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/out_buf.h> diff --git a/src/par_hash.cpp b/src/par_hash.cpp index 18a7b3a0e..a70584d60 100644 --- a/src/par_hash.cpp +++ b/src/par_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Parallel Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/par_hash.h> diff --git a/src/parsing.cpp b/src/parsing.cpp index 99d4205ea..f4d17318d 100644 --- a/src/parsing.cpp +++ b/src/parsing.cpp @@ -1,6 +1,6 @@ /************************************************* * Parser Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/parsing.h> diff --git a/src/pbes1.cpp b/src/pbes1.cpp index da97ee2da..69f2ebc10 100644 --- a/src/pbes1.cpp +++ b/src/pbes1.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES1 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pbes2.cpp b/src/pbes2.cpp index 0eeb4eee5..400e66572 100644 --- a/src/pbes2.cpp +++ b/src/pbes2.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES2 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pem.cpp b/src/pem.cpp index aec036cb4..fd037b53b 100644 --- a/src/pem.cpp +++ b/src/pem.cpp @@ -1,6 +1,6 @@ /************************************************* * PEM Encoding/Decoding Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pem.h> diff --git a/src/pgp_s2k.cpp b/src/pgp_s2k.cpp index 6d812d1c4..1e2778eea 100644 --- a/src/pgp_s2k.cpp +++ b/src/pgp_s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP S2K Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pgp_s2k.h> diff --git a/src/pipe.cpp b/src/pipe.cpp index 721cdd4d2..20acf98e5 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_io.cpp b/src/pipe_io.cpp index ae3a8825f..a4da3d5ac 100644 --- a/src/pipe_io.cpp +++ b/src/pipe_io.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_rw.cpp b/src/pipe_rw.cpp index 8906a0c4d..85a027e1a 100644 --- a/src/pipe_rw.cpp +++ b/src/pipe_rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Reading/Writing Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/src/pk_algs.cpp b/src/pk_algs.cpp index 43332d66a..5f011452f 100644 --- a/src/pk_algs.cpp +++ b/src/pk_algs.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pk_algs.h> diff --git a/src/pk_core.cpp b/src/pk_core.cpp index 1adc2de64..78127dcc6 100644 --- a/src/pk_core.cpp +++ b/src/pk_core.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Core Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pk_core.h> diff --git a/src/pk_filts.cpp b/src/pk_filts.cpp index 038360e2f..93ccea337 100644 --- a/src/pk_filts.cpp +++ b/src/pk_filts.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Filters Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pk_filts.h> diff --git a/src/pk_keys.cpp b/src/pk_keys.cpp index 478ee5d37..ccac32c74 100644 --- a/src/pk_keys.cpp +++ b/src/pk_keys.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Types Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pk_keys.h> diff --git a/src/pk_util.cpp b/src/pk_util.cpp index 79ceeb00d..3ae730bf4 100644 --- a/src/pk_util.cpp +++ b/src/pk_util.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Utility Classes Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pk_util.h> diff --git a/src/pkcs10.cpp b/src/pkcs10.cpp index 6803a7165..673e0675c 100644 --- a/src/pkcs10.cpp +++ b/src/pkcs10.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pkcs10.h> diff --git a/src/pkcs5.cpp b/src/pkcs5.cpp index fb47b9942..3f6e22ac4 100644 --- a/src/pkcs5.cpp +++ b/src/pkcs5.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pkcs5.h> diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp index ed4f01ee1..f7516ede3 100644 --- a/src/pkcs8.cpp +++ b/src/pkcs8.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #8 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pkcs8.h> diff --git a/src/policy.cpp b/src/policy.cpp index d8fdbe434..cc7f03ae4 100644 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Policy Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/config.h> diff --git a/src/pow_mod.cpp b/src/pow_mod.cpp index 316ed114c..245d60e68 100644 --- a/src/pow_mod.cpp +++ b/src/pow_mod.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Proxy Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pow_mod.h> diff --git a/src/powm_fw.cpp b/src/powm_fw.cpp index 577f4968d..6a021685f 100644 --- a/src/powm_fw.cpp +++ b/src/powm_fw.cpp @@ -1,6 +1,6 @@ /************************************************* * Fixed Window Exponentiation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/def_powm.h> diff --git a/src/powm_mnt.cpp b/src/powm_mnt.cpp index 9b4916b67..b5a1b4b77 100644 --- a/src/powm_mnt.cpp +++ b/src/powm_mnt.cpp @@ -1,6 +1,6 @@ /************************************************* * Montgomery Exponentiation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/def_powm.h> diff --git a/src/prf_x942.cpp b/src/prf_x942.cpp index 508fe6cc9..6e67aab8b 100644 --- a/src/prf_x942.cpp +++ b/src/prf_x942.cpp @@ -1,6 +1,6 @@ /************************************************* * X9.42 PRF Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/kdf.h> diff --git a/src/primes.cpp b/src/primes.cpp index aab422c21..18b44b5b9 100644 --- a/src/primes.cpp +++ b/src/primes.cpp @@ -1,6 +1,6 @@ /************************************************* * Small Primes Table * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/numthry.h> diff --git a/src/pubkey.cpp b/src/pubkey.cpp index a1e7f6be1..bdcca9c49 100644 --- a/src/pubkey.cpp +++ b/src/pubkey.cpp @@ -1,6 +1,6 @@ /************************************************* * Public Key Base Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pubkey.h> diff --git a/src/randpool.cpp b/src/randpool.cpp index 5dd4988da..e041cf873 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Randpool Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/randpool.h> diff --git a/src/rc2.cpp b/src/rc2.cpp index c5df72878..fb81b2d1f 100644 --- a/src/rc2.cpp +++ b/src/rc2.cpp @@ -1,6 +1,6 @@ /************************************************* * RC2 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rc2.h> diff --git a/src/rc5.cpp b/src/rc5.cpp index f475a26ad..261529ea8 100644 --- a/src/rc5.cpp +++ b/src/rc5.cpp @@ -1,6 +1,6 @@ /************************************************* * RC5 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rc5.h> diff --git a/src/rc6.cpp b/src/rc6.cpp index 92b56d8e8..622cb3f16 100644 --- a/src/rc6.cpp +++ b/src/rc6.cpp @@ -1,6 +1,6 @@ /************************************************* * RC6 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rc6.h> diff --git a/src/reducer.cpp b/src/reducer.cpp index fc869f1e7..3e6d11e1c 100644 --- a/src/reducer.cpp +++ b/src/reducer.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Reducer Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/reducer.h> diff --git a/src/rmd128.cpp b/src/rmd128.cpp index ae41fb5cc..1614de3a2 100644 --- a/src/rmd128.cpp +++ b/src/rmd128.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-128 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rmd128.h> diff --git a/src/rmd160.cpp b/src/rmd160.cpp index c8d787212..6cc80d999 100644 --- a/src/rmd160.cpp +++ b/src/rmd160.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-160 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rmd160.h> diff --git a/src/rng.cpp b/src/rng.cpp index 05c5c5e74..be8891921 100644 --- a/src/rng.cpp +++ b/src/rng.cpp @@ -1,6 +1,6 @@ /************************************************* * Global RNG Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rng.h> diff --git a/src/rsa.cpp b/src/rsa.cpp index 1176b3a68..0307c07ae 100644 --- a/src/rsa.cpp +++ b/src/rsa.cpp @@ -1,6 +1,6 @@ /************************************************* * RSA Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rsa.h> diff --git a/src/rw.cpp b/src/rw.cpp index 714929edd..9436cef56 100644 --- a/src/rw.cpp +++ b/src/rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Rabin-Williams Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rw.h> diff --git a/src/s2k.cpp b/src/s2k.cpp index aa8beb212..94022b0d5 100644 --- a/src/s2k.cpp +++ b/src/s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * S2K Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/s2k.h> diff --git a/src/safe_tab.cpp b/src/safe_tab.cpp index 12e6f4d60..20140fb0e 100644 --- a/src/safe_tab.cpp +++ b/src/safe_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SAFER-SK * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/safer_sk.cpp b/src/safer_sk.cpp index 6e7f298a4..3de520042 100644 --- a/src/safer_sk.cpp +++ b/src/safer_sk.cpp @@ -1,6 +1,6 @@ /************************************************* * SAFER-SK Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/secqueue.cpp b/src/secqueue.cpp index da7c10d20..9eb7c8d05 100644 --- a/src/secqueue.cpp +++ b/src/secqueue.cpp @@ -1,6 +1,6 @@ /************************************************* * SecureQueue Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/secqueue.h> diff --git a/src/seed.cpp b/src/seed.cpp index 3bb748b6c..84d033c06 100644 --- a/src/seed.cpp +++ b/src/seed.cpp @@ -1,6 +1,6 @@ /************************************************* * SEED Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/seed.h> diff --git a/src/seed_tab.cpp b/src/seed_tab.cpp index 9c3e4334b..e46cc8c64 100644 --- a/src/seed_tab.cpp +++ b/src/seed_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SEED * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/seed.h> diff --git a/src/serpent.cpp b/src/serpent.cpp index fd3211898..d17c8d0a7 100644 --- a/src/serpent.cpp +++ b/src/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/src/sha160.cpp b/src/sha160.cpp index d1b5ad006..9f6ba6960 100644 --- a/src/sha160.cpp +++ b/src/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/src/sha256.cpp b/src/sha256.cpp index a22ab9f40..1a98d4560 100644 --- a/src/sha256.cpp +++ b/src/sha256.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-256 Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/sha256.h> diff --git a/src/sha_64.cpp b/src/sha_64.cpp index a24e13d26..cf30bbbbe 100644 --- a/src/sha_64.cpp +++ b/src/sha_64.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-{384,512} Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/sha_64.h> diff --git a/src/skipjack.cpp b/src/skipjack.cpp index 7220e478b..35d0e6010 100644 --- a/src/skipjack.cpp +++ b/src/skipjack.cpp @@ -1,6 +1,6 @@ /************************************************* * Skipjack Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/skipjack.h> diff --git a/src/sqr_tab.cpp b/src/sqr_tab.cpp index 324b3e6fe..3f1db1849 100644 --- a/src/sqr_tab.cpp +++ b/src/sqr_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for Square * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/square.h> diff --git a/src/square.cpp b/src/square.cpp index c01baa077..7d7cf1da5 100644 --- a/src/square.cpp +++ b/src/square.cpp @@ -1,6 +1,6 @@ /************************************************* * Square Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/square.h> diff --git a/src/symkey.cpp b/src/symkey.cpp index abf94f6d9..b1f0786b0 100644 --- a/src/symkey.cpp +++ b/src/symkey.cpp @@ -1,6 +1,6 @@ /************************************************* * OctetString Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/symkey.h> diff --git a/src/tea.cpp b/src/tea.cpp index 364b3c527..9b04aba11 100644 --- a/src/tea.cpp +++ b/src/tea.cpp @@ -1,6 +1,6 @@ /************************************************* * TEA Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/tea.h> diff --git a/src/tig_tab.cpp b/src/tig_tab.cpp index 08b7bb7e5..a552a68ab 100644 --- a/src/tig_tab.cpp +++ b/src/tig_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for Tiger * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/tiger.h> diff --git a/src/tiger.cpp b/src/tiger.cpp index e8ecb9f3f..d51fa4cc4 100644 --- a/src/tiger.cpp +++ b/src/tiger.cpp @@ -1,6 +1,6 @@ /************************************************* * Tiger Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/tiger.h> diff --git a/src/timers.cpp b/src/timers.cpp index 89324712f..ea2ec9dfa 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,6 +1,6 @@ /************************************************* * Timestamp Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/timers.h> diff --git a/src/tur_tab.cpp b/src/tur_tab.cpp index 11c4610b4..7ca9a1d2c 100644 --- a/src/tur_tab.cpp +++ b/src/tur_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Tables for Turing * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/turing.h> diff --git a/src/turing.cpp b/src/turing.cpp index b43041405..bf539117c 100644 --- a/src/turing.cpp +++ b/src/turing.cpp @@ -1,6 +1,6 @@ /************************************************* * Turing Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/turing.h> diff --git a/src/two_tab.cpp b/src/two_tab.cpp index 0ad0aeb8f..926ac74be 100644 --- a/src/two_tab.cpp +++ b/src/two_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and MDS Tables for Twofish * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/twofish.h> diff --git a/src/twofish.cpp b/src/twofish.cpp index 766bc9b0b..08d2e93a6 100644 --- a/src/twofish.cpp +++ b/src/twofish.cpp @@ -1,6 +1,6 @@ /************************************************* * Twofish Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/twofish.h> diff --git a/src/ui.cpp b/src/ui.cpp index 5bd51fb30..04b2f3e9e 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -1,6 +1,6 @@ /************************************************* * User Interface Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/ui.h> diff --git a/src/util.cpp b/src/util.cpp index 9f6d08a81..fec8cfe3d 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /************************************************* * Utility Functions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/util.h> diff --git a/src/whrl_tab.cpp b/src/whrl_tab.cpp index 8af174717..df0a8e094 100644 --- a/src/whrl_tab.cpp +++ b/src/whrl_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffusion Tables for Whirlpool * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/whrlpool.cpp b/src/whrlpool.cpp index 1d8e43f46..48cd79e5f 100644 --- a/src/whrlpool.cpp +++ b/src/whrlpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Whirlpool Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/wid_wake.cpp b/src/wid_wake.cpp index b09ffa2a9..6002138c7 100644 --- a/src/wid_wake.cpp +++ b/src/wid_wake.cpp @@ -1,6 +1,6 @@ /************************************************* * WiderWake Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/wid_wake.h> diff --git a/src/x509_ca.cpp b/src/x509_ca.cpp index baa2c095c..d023a4f54 100644 --- a/src/x509_ca.cpp +++ b/src/x509_ca.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Authority Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509_ca.h> diff --git a/src/x509_crl.cpp b/src/x509_crl.cpp index 70e0bd8a1..3a8c4ec68 100644 --- a/src/x509_crl.cpp +++ b/src/x509_crl.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 CRL Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509_crl.h> diff --git a/src/x509_ext.cpp b/src/x509_ext.cpp index d9fa7fdff..a96f9ae42 100644 --- a/src/x509_ext.cpp +++ b/src/x509_ext.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Extensions Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509_ext.h> diff --git a/src/x509_key.cpp b/src/x509_key.cpp index 15b83ced7..f2a7ba485 100644 --- a/src/x509_key.cpp +++ b/src/x509_key.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Public Key Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509_key.h> diff --git a/src/x509_obj.cpp b/src/x509_obj.cpp index 072505957..632a20456 100644 --- a/src/x509_obj.cpp +++ b/src/x509_obj.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 SIGNED Object Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509_obj.h> diff --git a/src/x509cert.cpp b/src/x509cert.cpp index 8696404fa..f5a3eae99 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificates Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509cert.h> diff --git a/src/x509find.cpp b/src/x509find.cpp index 10fe57afb..b1d02a715 100644 --- a/src/x509find.cpp +++ b/src/x509find.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Searching Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509find.h> diff --git a/src/x509opt.cpp b/src/x509opt.cpp index 4c8abf53c..9ceef0003 100644 --- a/src/x509opt.cpp +++ b/src/x509opt.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Options Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509self.cpp b/src/x509self.cpp index 9820c0270..255ee6219 100644 --- a/src/x509self.cpp +++ b/src/x509self.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10/Self Signed Cert Creation Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509stat.cpp b/src/x509stat.cpp index 059e43414..fbf0266b0 100644 --- a/src/x509stat.cpp +++ b/src/x509stat.cpp @@ -1,6 +1,6 @@ /************************************************* * Globally Saved X.509 State Source * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509stat.h> diff --git a/src/x509stor.cpp b/src/x509stor.cpp index 797f53e08..519c05fa9 100644 --- a/src/x509stor.cpp +++ b/src/x509stor.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x509stor.h> diff --git a/src/x919_mac.cpp b/src/x919_mac.cpp index 8e43a5742..c806f3cf1 100644 --- a/src/x919_mac.cpp +++ b/src/x919_mac.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.19 MAC Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x919_mac.h> diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp index ab16c7bba..85c3bbc67 100644 --- a/src/x931_rng.cpp +++ b/src/x931_rng.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.31 RNG Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/x931_rng.h> diff --git a/src/xtea.cpp b/src/xtea.cpp index 064066dc9..06626cfda 100644 --- a/src/xtea.cpp +++ b/src/xtea.cpp @@ -1,6 +1,6 @@ /************************************************* * XTEA Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/xtea.h> |