diff options
author | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
commit | bc87db3d01968883c9b97f72d236c925db16fe24 (patch) | |
tree | 41560bfe338ca1047396971a9c80448f0f01e1e9 | |
parent | 29885981670e06413738458c11f632c5b87bb031 (diff) |
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
474 files changed, 507 insertions, 477 deletions
diff --git a/doc/api.tex b/doc/api.tex index 7d848c711..7242e5cce 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -306,7 +306,7 @@ Here is an example which uses a pipe to base64 encode some strings: \begin{verbatim} Pipe pipe(new Base64_Encoder); // pipe owns the pointer pipe.start_msg(); - pipe.write(``message 1''); + pipe.write(``message 1''); pipe.end_msg(); // flushes buffers, increments message number // process_msg(x) is start_msg() && write(x) && end_msg() @@ -987,7 +987,7 @@ Let's create an RSA private key: We can easily turn this into a public key, which we can then send to someone: - + \begin{verbatim} RSA_PublicKey pub_rsa = priv_rsa; \end{verbatim} @@ -3633,7 +3633,7 @@ Mailing lists: \url{http://www.randombit.net/mailman/} \subsection{License} -Copyright \copyright 2000-2006, The Botan Project +Copyright \copyright 2000-2006, Jack Lloyd This work is licensed under the Creative Commons Attribution-ShareAlike 2.5 License. To view a copy of this license, diff --git a/doc/license.txt b/doc/license.txt index 74ecfa265..827bc839b 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,4 +1,10 @@ -Copyright (C) 1999-2008 The Botan Project. All rights reserved. +Copyright (C) 1999-2008 Jack Lloyd + 2001 Peter J Jones + 2004-2007 Justin Karneges + 2005 Matthew Gregan + 2005-2006 Matt Johnston + 2006 Luca Piccarreta + 2007 Yves Jerschow 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 4beb3bdb6..e2071ad1c 100644 --- a/include/adler32.h +++ b/include/adler32.h @@ -1,6 +1,6 @@ /************************************************* * Adler32 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ADLER32_H__ diff --git a/include/aes.h b/include/aes.h index 485b6ccae..6e336f026 100644 --- a/include/aes.h +++ b/include/aes.h @@ -1,6 +1,6 @@ /************************************************* * AES Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_AES_H__ diff --git a/include/alg_id.h b/include/alg_id.h index c16173be1..ffa311a35 100644 --- a/include/alg_id.h +++ b/include/alg_id.h @@ -1,6 +1,6 @@ /************************************************* * Algorithm Identifier Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ALGORITHM_IDENTIFIER_H__ diff --git a/include/allocate.h b/include/allocate.h index eabfe1c79..350858f42 100644 --- a/include/allocate.h +++ b/include/allocate.h @@ -1,6 +1,6 @@ /************************************************* * Allocator Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ALLOCATOR_H__ diff --git a/include/arc4.h b/include/arc4.h index 14ed290bc..39582dda8 100644 --- a/include/arc4.h +++ b/include/arc4.h @@ -1,6 +1,6 @@ /************************************************* * ARC4 Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_ARC4_H__ diff --git a/include/asn1_int.h b/include/asn1_int.h index 020c3af1f..0206a5196 100644 --- a/include/asn1_int.h +++ b/include/asn1_int.h @@ -1,6 +1,6 @@ /************************************************* * ASN.1 Internals Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ASN1_H__ diff --git a/include/asn1_obj.h b/include/asn1_obj.h index 99aefbca3..d7ff332c9 100644 --- a/include/asn1_obj.h +++ b/include/asn1_obj.h @@ -1,6 +1,7 @@ /************************************************* * Common ASN.1 Objects Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2007 Yves Jerschow * *************************************************/ #ifndef BOTAN_ASN1_OBJ_H__ diff --git a/include/asn1_oid.h b/include/asn1_oid.h index 43630ad2d..92dbbecc0 100644 --- a/include/asn1_oid.h +++ b/include/asn1_oid.h @@ -1,6 +1,6 @@ /************************************************* * ASN.1 OID Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ASN1_OID_H__ diff --git a/include/base.h b/include/base.h index ba36cf943..2ad71af70 100644 --- a/include/base.h +++ b/include/base.h @@ -1,6 +1,6 @@ /************************************************* * Base Classes Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BASE_H__ diff --git a/include/base64.h b/include/base64.h index 161aa58eb..c0bbff0d1 100644 --- a/include/base64.h +++ b/include/base64.h @@ -1,6 +1,6 @@ /************************************************* * Base64 Encoder/Decoder Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BASE64_H__ diff --git a/include/basefilt.h b/include/basefilt.h index 2dccdf542..d8df06f4f 100644 --- a/include/basefilt.h +++ b/include/basefilt.h @@ -1,6 +1,6 @@ /************************************************* * Basic Filters Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BASEFILT_H__ diff --git a/include/ber_dec.h b/include/ber_dec.h index e00d47ae7..6eeaffc63 100644 --- a/include/ber_dec.h +++ b/include/ber_dec.h @@ -1,6 +1,6 @@ /************************************************* * BER Decoder Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BER_DECODER_H__ diff --git a/include/bigint.h b/include/bigint.h index 1772f1e51..04d8001b4 100644 --- a/include/bigint.h +++ b/include/bigint.h @@ -1,6 +1,6 @@ /************************************************* * BigInt Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BIGINT_H__ diff --git a/include/bit_ops.h b/include/bit_ops.h index 82cd69afa..0b2e85db5 100644 --- a/include/bit_ops.h +++ b/include/bit_ops.h @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_BIT_OPS_H__ diff --git a/include/blinding.h b/include/blinding.h index 269f36b3e..49e0ee61b 100644 --- a/include/blinding.h +++ b/include/blinding.h @@ -1,6 +1,6 @@ /************************************************* * Blinder Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BLINDER_H__ diff --git a/include/blowfish.h b/include/blowfish.h index 46d44d7b1..4541a716c 100644 --- a/include/blowfish.h +++ b/include/blowfish.h @@ -1,6 +1,6 @@ /************************************************* * Blowfish Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BLOWFISH_H__ diff --git a/include/botan.h b/include/botan.h index 007bf411e..99c3864f3 100644 --- a/include/botan.h +++ b/include/botan.h @@ -1,6 +1,6 @@ /************************************************* * Botan Core Interface Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/base.h> diff --git a/include/buf_es.h b/include/buf_es.h index 53749d25a..516866c79 100644 --- a/include/buf_es.h +++ b/include/buf_es.h @@ -1,6 +1,6 @@ /************************************************* * Buffered EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BUFFERED_ES_H__ diff --git a/include/buf_filt.h b/include/buf_filt.h index 8a521b4ea..4e55d4d52 100644 --- a/include/buf_filt.h +++ b/include/buf_filt.h @@ -1,6 +1,6 @@ /************************************************* * Buffering Filter Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BUFFERING_FILTER_H__ diff --git a/include/cast128.h b/include/cast128.h index 145edd635..58fc62c8b 100644 --- a/include/cast128.h +++ b/include/cast128.h @@ -1,6 +1,6 @@ /************************************************* * CAST-128 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CAST128_H__ diff --git a/include/cast256.h b/include/cast256.h index 152580cc5..85a844d04 100644 --- a/include/cast256.h +++ b/include/cast256.h @@ -1,6 +1,6 @@ /************************************************* * CAST-256 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CAST256_H__ diff --git a/include/cbc.h b/include/cbc.h index 607c3b059..38afe5426 100644 --- a/include/cbc.h +++ b/include/cbc.h @@ -1,6 +1,6 @@ /************************************************* * CBC Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CBC_H__ diff --git a/include/cbc_mac.h b/include/cbc_mac.h index aec1c42f1..2ec9b1645 100644 --- a/include/cbc_mac.h +++ b/include/cbc_mac.h @@ -1,6 +1,6 @@ /************************************************* * CBC-MAC Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CBC_MAC__ diff --git a/include/certstor.h b/include/certstor.h index 23484a020..ac5ea9236 100644 --- a/include/certstor.h +++ b/include/certstor.h @@ -1,6 +1,6 @@ /************************************************* * Certificate Store Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CERT_STORE_H__ diff --git a/include/cfb.h b/include/cfb.h index d1c00913d..caa4789c5 100644 --- a/include/cfb.h +++ b/include/cfb.h @@ -1,6 +1,6 @@ /************************************************* * CFB Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CFB_H__ diff --git a/include/charset.h b/include/charset.h index 81d8f5bca..9c2be4c07 100644 --- a/include/charset.h +++ b/include/charset.h @@ -1,6 +1,6 @@ /************************************************* * Character Set Handling Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CHARSET_H__ diff --git a/include/cmac.h b/include/cmac.h index 15f5a817c..bc0e00a73 100644 --- a/include/cmac.h +++ b/include/cmac.h @@ -1,6 +1,6 @@ /************************************************* * CMAC Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CMAC_H__ diff --git a/include/config.h b/include/config.h index ad6eafcac..0072be3bf 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_POLICY_CONF_H__ diff --git a/include/crc24.h b/include/crc24.h index 801c3dd91..82a6b6156 100644 --- a/include/crc24.h +++ b/include/crc24.h @@ -1,6 +1,6 @@ /************************************************* * CRC24 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CRC24_H__ diff --git a/include/crc32.h b/include/crc32.h index d4df4737e..a8467044f 100644 --- a/include/crc32.h +++ b/include/crc32.h @@ -1,6 +1,6 @@ /************************************************* * CRC32 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CRC32_H__ diff --git a/include/crl_ent.h b/include/crl_ent.h index 9c3f5a5a7..8cee60736 100644 --- a/include/crl_ent.h +++ b/include/crl_ent.h @@ -1,6 +1,6 @@ /************************************************* * CRL Entry Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CRL_ENTRY_H__ diff --git a/include/ctr.h b/include/ctr.h index 9d3ebcef8..073ad57b1 100644 --- a/include/ctr.h +++ b/include/ctr.h @@ -1,6 +1,6 @@ /************************************************* * CTR Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CTR_H__ diff --git a/include/cts.h b/include/cts.h index c3218cb87..2245b2b9d 100644 --- a/include/cts.h +++ b/include/cts.h @@ -1,6 +1,6 @@ /************************************************* * CTS Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CTS_H__ diff --git a/include/data_snk.h b/include/data_snk.h index 34bdaa35e..f9011ad95 100644 --- a/include/data_snk.h +++ b/include/data_snk.h @@ -1,6 +1,6 @@ /************************************************* * DataSink Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DATA_SINK_H__ diff --git a/include/data_src.h b/include/data_src.h index 87a7b9128..a64141ef9 100644 --- a/include/data_src.h +++ b/include/data_src.h @@ -1,6 +1,6 @@ /************************************************* * DataSource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DATA_SRC_H__ diff --git a/include/datastor.h b/include/datastor.h index 8814b10c3..0f887c08e 100644 --- a/include/datastor.h +++ b/include/datastor.h @@ -1,6 +1,6 @@ /************************************************* * Data Store Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DATA_STORE_H__ diff --git a/include/def_char.h b/include/def_char.h index 407cedfb0..57080bd7f 100644 --- a/include/def_char.h +++ b/include/def_char.h @@ -1,6 +1,6 @@ /************************************************* * Default Character Set Handling Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DEFAULT_CHARSET_H__ diff --git a/include/def_powm.h b/include/def_powm.h index b8df02dfe..3fc13e6c7 100644 --- a/include/def_powm.h +++ b/include/def_powm.h @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DEFAULT_MODEXP_H__ diff --git a/include/defalloc.h b/include/defalloc.h index c663116d0..69c162ac4 100644 --- a/include/defalloc.h +++ b/include/defalloc.h @@ -1,6 +1,6 @@ /************************************************* * Basic Allocators Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BASIC_ALLOC_H__ diff --git a/include/der_enc.h b/include/der_enc.h index 27831b635..4bdcff4eb 100644 --- a/include/der_enc.h +++ b/include/der_enc.h @@ -1,6 +1,6 @@ /************************************************* * DER Encoder Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DER_ENCODER_H__ diff --git a/include/des.h b/include/des.h index 8c8ff90d8..f07d4c049 100644 --- a/include/des.h +++ b/include/des.h @@ -1,6 +1,6 @@ /************************************************* * DES Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DES_H__ diff --git a/include/dh.h b/include/dh.h index 8a679cd52..735514e6e 100644 --- a/include/dh.h +++ b/include/dh.h @@ -1,6 +1,6 @@ /************************************************* * Diffie-Hellman Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DIFFIE_HELLMAN_H__ diff --git a/include/dl_algo.h b/include/dl_algo.h index 538dfac38..3ae468cd0 100644 --- a/include/dl_algo.h +++ b/include/dl_algo.h @@ -1,6 +1,6 @@ /************************************************* * DL Scheme Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DL_ALGO_H__ diff --git a/include/dl_group.h b/include/dl_group.h index 9c503b5f3..0dc2dac5f 100644 --- a/include/dl_group.h +++ b/include/dl_group.h @@ -1,6 +1,6 @@ /************************************************* * Discrete Logarithm Group Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DL_PARAM_H__ diff --git a/include/dlies.h b/include/dlies.h index 88eb17e9e..d2f6b08e5 100644 --- a/include/dlies.h +++ b/include/dlies.h @@ -1,6 +1,6 @@ /************************************************* * DLIES Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DLIES_H__ diff --git a/include/dsa.h b/include/dsa.h index ea6ca97d9..542e325b7 100644 --- a/include/dsa.h +++ b/include/dsa.h @@ -1,6 +1,6 @@ /************************************************* * DSA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DSA_H__ diff --git a/include/eax.h b/include/eax.h index 3eb33c576..5840151c5 100644 --- a/include/eax.h +++ b/include/eax.h @@ -1,6 +1,6 @@ /************************************************* * EAX Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EAX_H__ diff --git a/include/ecb.h b/include/ecb.h index 4f678fa74..6e4a4312a 100644 --- a/include/ecb.h +++ b/include/ecb.h @@ -1,6 +1,6 @@ /************************************************* * ECB Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ECB_H__ diff --git a/include/elgamal.h b/include/elgamal.h index cdd6cde93..e5507ef3f 100644 --- a/include/elgamal.h +++ b/include/elgamal.h @@ -1,6 +1,6 @@ /************************************************* * ElGamal Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ELGAMAL_H__ diff --git a/include/eme.h b/include/eme.h index 29fea2eb2..fca4f5009 100644 --- a/include/eme.h +++ b/include/eme.h @@ -1,6 +1,6 @@ /************************************************* * EME Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EME_H__ diff --git a/include/emsa.h b/include/emsa.h index 6c98114dc..026d3b210 100644 --- a/include/emsa.h +++ b/include/emsa.h @@ -1,6 +1,6 @@ /************************************************* * EMSA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EMSA_H__ diff --git a/include/eng_def.h b/include/eng_def.h index 22b00db7d..bfc57941f 100644 --- a/include/eng_def.h +++ b/include/eng_def.h @@ -1,6 +1,6 @@ /************************************************* * Default Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_DEFAULT_ENGINE_H__ diff --git a/include/engine.h b/include/engine.h index 76147f347..55b76895a 100644 --- a/include/engine.h +++ b/include/engine.h @@ -1,6 +1,6 @@ /************************************************* * Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ENGINE_H__ diff --git a/include/enums.h b/include/enums.h index bbf130e57..660c107ce 100644 --- a/include/enums.h +++ b/include/enums.h @@ -1,6 +1,6 @@ /************************************************* * Enumerations Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ENUMS_H__ diff --git a/include/exceptn.h b/include/exceptn.h index 3388020fc..1381782cf 100644 --- a/include/exceptn.h +++ b/include/exceptn.h @@ -1,6 +1,6 @@ /************************************************* * Exceptions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXCEPTION_H__ diff --git a/include/filter.h b/include/filter.h index 531464659..ca2c7ffab 100644 --- a/include/filter.h +++ b/include/filter.h @@ -1,6 +1,6 @@ /************************************************* * Filter Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_FILTER_H__ diff --git a/include/filters.h b/include/filters.h index d0b2aec2d..a7c3c8cc7 100644 --- a/include/filters.h +++ b/include/filters.h @@ -1,6 +1,6 @@ /************************************************* * Filters Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_FILTERS_H__ diff --git a/include/fips140.h b/include/fips140.h index bf385fa35..b0cae081e 100644 --- a/include/fips140.h +++ b/include/fips140.h @@ -1,6 +1,6 @@ /************************************************* * FIPS 140 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_FIPS140_H__ diff --git a/include/fork256.h b/include/fork256.h index b3f6eb297..bcd2cb338 100644 --- a/include/fork256.h +++ b/include/fork256.h @@ -1,6 +1,6 @@ /************************************************* * FORK-256 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_FORK_256_H__ diff --git a/include/gost.h b/include/gost.h index 7d43d5f80..16c4edb6c 100644 --- a/include/gost.h +++ b/include/gost.h @@ -1,6 +1,6 @@ /************************************************* * GOST Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_GOST_H__ diff --git a/include/has160.h b/include/has160.h index 577160523..7cbcfa65f 100644 --- a/include/has160.h +++ b/include/has160.h @@ -1,6 +1,6 @@ /************************************************* * HAS-160 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_HAS_160_H__ diff --git a/include/hash_id.h b/include/hash_id.h index ba193aa24..d06e91537 100644 --- a/include/hash_id.h +++ b/include/hash_id.h @@ -1,6 +1,6 @@ /************************************************* * Hash Function Identification Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_HASHID_H__ diff --git a/include/hex.h b/include/hex.h index 31cdfd111..06dc25762 100644 --- a/include/hex.h +++ b/include/hex.h @@ -1,6 +1,6 @@ /************************************************* * Hex Encoder/Decoder Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_HEX_H__ diff --git a/include/hmac.h b/include/hmac.h index 533372aba..d757d9bf8 100644 --- a/include/hmac.h +++ b/include/hmac.h @@ -1,6 +1,6 @@ /************************************************* * HMAC Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_HMAC_H__ diff --git a/include/idea.h b/include/idea.h index 10b0f7049..39566e39b 100644 --- a/include/idea.h +++ b/include/idea.h @@ -1,6 +1,6 @@ /************************************************* * IDEA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_IDEA_H__ diff --git a/include/if_algo.h b/include/if_algo.h index f3ff0e458..f0a1c97dc 100644 --- a/include/if_algo.h +++ b/include/if_algo.h @@ -1,6 +1,6 @@ /************************************************* * IF Scheme Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_IF_ALGO_H__ diff --git a/include/init.h b/include/init.h index 5a9181c8d..e07562eb0 100644 --- a/include/init.h +++ b/include/init.h @@ -1,6 +1,6 @@ /************************************************* * Library Initialization Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_INIT_H__ diff --git a/include/kasumi.h b/include/kasumi.h index ffaa10d9c..b7c594dcf 100644 --- a/include/kasumi.h +++ b/include/kasumi.h @@ -1,6 +1,6 @@ /************************************************* * KASUMI Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_KASUMI_H__ diff --git a/include/kdf.h b/include/kdf.h index ade4c926b..ee2e7724c 100644 --- a/include/kdf.h +++ b/include/kdf.h @@ -1,6 +1,6 @@ /************************************************* * KDF Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_KDF_H__ diff --git a/include/keypair.h b/include/keypair.h index c9a53c0d0..77b75b67f 100644 --- a/include/keypair.h +++ b/include/keypair.h @@ -1,6 +1,6 @@ /************************************************* * Keypair Checks Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_KEYPAIR_H__ diff --git a/include/libstate.h b/include/libstate.h index 297e39479..40c4a94b0 100644 --- a/include/libstate.h +++ b/include/libstate.h @@ -1,6 +1,6 @@ /************************************************* * Library Internal/Global State Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_LIB_STATE_H__ diff --git a/include/lion.h b/include/lion.h index bc7d5328d..b89195797 100644 --- a/include/lion.h +++ b/include/lion.h @@ -1,6 +1,6 @@ /************************************************* * Lion Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_LION_H__ diff --git a/include/loadstor.h b/include/loadstor.h index 432aff4dc..5b5746cdb 100644 --- a/include/loadstor.h +++ b/include/loadstor.h @@ -1,6 +1,7 @@ /************************************************* * Load/Store Operators Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2007 Yves Jerschow * *************************************************/ #ifndef BOTAN_LOAD_STORE_H__ diff --git a/include/look_add.h b/include/look_add.h index ec360f225..5a360c082 100644 --- a/include/look_add.h +++ b/include/look_add.h @@ -1,6 +1,6 @@ /************************************************* * Lookup Table Management Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_LOOKUP_MANGEMENT_H__ diff --git a/include/look_pk.h b/include/look_pk.h index 1491384a1..3255bfd86 100644 --- a/include/look_pk.h +++ b/include/look_pk.h @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Lookup Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_LOOKUP_H__ diff --git a/include/lookup.h b/include/lookup.h index 1fdfa3fd3..ec24344d2 100644 --- a/include/lookup.h +++ b/include/lookup.h @@ -1,6 +1,6 @@ /************************************************* * Algorithm Lookup Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_LOOKUP_H__ diff --git a/include/lubyrack.h b/include/lubyrack.h index 604314d51..a4e22f086 100644 --- a/include/lubyrack.h +++ b/include/lubyrack.h @@ -1,6 +1,6 @@ /************************************************* * Luby-Rackoff Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_LUBY_RACKOFF_H__ diff --git a/include/mars.h b/include/mars.h index cd517f525..5345f5613 100644 --- a/include/mars.h +++ b/include/mars.h @@ -1,6 +1,6 @@ /************************************************* * MARS Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MARS_H__ diff --git a/include/md2.h b/include/md2.h index e29f8f20f..c9758d9fb 100644 --- a/include/md2.h +++ b/include/md2.h @@ -1,6 +1,6 @@ /************************************************* * MD2 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MD2_H__ diff --git a/include/md4.h b/include/md4.h index d5ad8c5fa..03ba9b4d7 100644 --- a/include/md4.h +++ b/include/md4.h @@ -1,6 +1,6 @@ /************************************************* * MD4 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MD4_H__ diff --git a/include/md5.h b/include/md5.h index f3b8a2772..4cc6dc7ac 100644 --- a/include/md5.h +++ b/include/md5.h @@ -1,6 +1,6 @@ /************************************************* * MD5 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MD5_H__ diff --git a/include/mdx_hash.h b/include/mdx_hash.h index 967b7dc75..3ac5e3c93 100644 --- a/include/mdx_hash.h +++ b/include/mdx_hash.h @@ -1,6 +1,6 @@ /************************************************* * MDx Hash Function Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MDX_BASE_H__ diff --git a/include/mem_ops.h b/include/mem_ops.h index 83f075414..810356bce 100644 --- a/include/mem_ops.h +++ b/include/mem_ops.h @@ -1,6 +1,6 @@ /************************************************* * Memory Operations Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MEMORY_OPS_H__ diff --git a/include/mem_pool.h b/include/mem_pool.h index 435acd5b0..9d6d8d31d 100644 --- a/include/mem_pool.h +++ b/include/mem_pool.h @@ -1,6 +1,6 @@ /************************************************* * Pooling Allocator Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_POOLING_ALLOCATOR_H__ diff --git a/include/mgf1.h b/include/mgf1.h index 92db1a3c0..7f0e77e83 100644 --- a/include/mgf1.h +++ b/include/mgf1.h @@ -1,6 +1,6 @@ /************************************************* * MGF1 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MGF1_H__ diff --git a/include/misty1.h b/include/misty1.h index 8bbf73d57..806aba256 100644 --- a/include/misty1.h +++ b/include/misty1.h @@ -1,6 +1,6 @@ /************************************************* * MISTY1 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MISTY1_H__ diff --git a/include/mode_pad.h b/include/mode_pad.h index e315acaa2..85452167b 100644 --- a/include/mode_pad.h +++ b/include/mode_pad.h @@ -1,6 +1,6 @@ /************************************************* * CBC Padding Methods Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CBC_PADDING_H__ diff --git a/include/modebase.h b/include/modebase.h index 5d5de7e72..cac6aa644 100644 --- a/include/modebase.h +++ b/include/modebase.h @@ -1,6 +1,6 @@ /************************************************* * Block Cipher Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MODEBASE_H__ diff --git a/include/modules.h b/include/modules.h index 1ec76478c..5b84e6ca1 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /************************************************* * Module Factory Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MODULE_FACTORIES_H__ diff --git a/include/mp_asm.h b/include/mp_asm.h index 64694492a..e62a57110 100644 --- a/include/mp_asm.h +++ b/include/mp_asm.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/include/mp_asmi.h b/include/mp_asmi.h index c2e539be8..d15295154 100644 --- a/include/mp_asmi.h +++ b/include/mp_asmi.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/include/mp_core.h b/include/mp_core.h index 670251fb9..9df4a41e4 100644 --- a/include/mp_core.h +++ b/include/mp_core.h @@ -1,6 +1,6 @@ /************************************************* * MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MP_CORE_H__ diff --git a/include/mp_types.h b/include/mp_types.h index 8ba551bd8..81b6d7395 100644 --- a/include/mp_types.h +++ b/include/mp_types.h @@ -1,6 +1,6 @@ /************************************************* * Low Level MPI Types Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MPI_TYPES_H__ diff --git a/include/mutex.h b/include/mutex.h index 9f750e526..ecf22a417 100644 --- a/include/mutex.h +++ b/include/mutex.h @@ -1,6 +1,6 @@ /************************************************* * Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MUTEX_H__ diff --git a/include/nr.h b/include/nr.h index d2ae0f202..bdf664594 100644 --- a/include/nr.h +++ b/include/nr.h @@ -1,6 +1,6 @@ /************************************************* * Nyberg-Rueppel Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_NYBERG_RUEPPEL_H__ diff --git a/include/numthry.h b/include/numthry.h index abb423e52..1f3a1f9b4 100644 --- a/include/numthry.h +++ b/include/numthry.h @@ -1,6 +1,6 @@ /************************************************* * Number Theory Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_NUMBTHRY_H__ diff --git a/include/ofb.h b/include/ofb.h index 80f535c8b..e6769d0e9 100644 --- a/include/ofb.h +++ b/include/ofb.h @@ -1,6 +1,6 @@ /************************************************* * OFB Mode Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_OFB_H__ diff --git a/include/oids.h b/include/oids.h index 7991533fa..e836ceef1 100644 --- a/include/oids.h +++ b/include/oids.h @@ -1,6 +1,6 @@ /************************************************* * OID Registry Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_OIDS_H__ diff --git a/include/openpgp.h b/include/openpgp.h index 8276ce56d..1a1290f39 100644 --- a/include/openpgp.h +++ b/include/openpgp.h @@ -1,6 +1,6 @@ /************************************************* * OpenPGP Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_OPENPGP_H__ diff --git a/include/out_buf.h b/include/out_buf.h index 5145b08d2..8965e3895 100644 --- a/include/out_buf.h +++ b/include/out_buf.h @@ -1,6 +1,6 @@ /************************************************* * Output Buffer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_OUTPUT_BUFFER_H__ diff --git a/include/par_hash.h b/include/par_hash.h index 6862d66b9..dec785ea9 100644 --- a/include/par_hash.h +++ b/include/par_hash.h @@ -1,6 +1,6 @@ /************************************************* * Parallel Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PAR_HASH_H__ diff --git a/include/parsing.h b/include/parsing.h index dcfde9568..93eb8c279 100644 --- a/include/parsing.h +++ b/include/parsing.h @@ -1,6 +1,6 @@ /************************************************* * Parser Functions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PARSER_H__ diff --git a/include/pbe.h b/include/pbe.h index c1fc2124f..2f39d6f15 100644 --- a/include/pbe.h +++ b/include/pbe.h @@ -1,6 +1,6 @@ /************************************************* * PBE Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PBE_H__ diff --git a/include/pbe_pkcs.h b/include/pbe_pkcs.h index 45559310a..694a649e7 100644 --- a/include/pbe_pkcs.h +++ b/include/pbe_pkcs.h @@ -1,6 +1,6 @@ /************************************************* * PKCS PBE Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PBE_PKCS_H__ diff --git a/include/pem.h b/include/pem.h index a8f58dd73..b076995d7 100644 --- a/include/pem.h +++ b/include/pem.h @@ -1,6 +1,6 @@ /************************************************* * PEM Encoding/Decoding Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PEM_H__ diff --git a/include/pgp_s2k.h b/include/pgp_s2k.h index 86a8bf1bb..fdcb6751b 100644 --- a/include/pgp_s2k.h +++ b/include/pgp_s2k.h @@ -1,6 +1,6 @@ /************************************************* * OpenPGP S2K Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_OPENPGP_S2K_H__ diff --git a/include/pipe.h b/include/pipe.h index 9bf05b76a..20fdc6a41 100644 --- a/include/pipe.h +++ b/include/pipe.h @@ -1,6 +1,6 @@ /************************************************* * Pipe Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PIPE_H__ diff --git a/include/pk_algs.h b/include/pk_algs.h index 479c50a10..89bdfa582 100644 --- a/include/pk_algs.h +++ b/include/pk_algs.h @@ -1,6 +1,6 @@ /************************************************* * PK Key Factory Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_KEY_FACTORY_H__ diff --git a/include/pk_core.h b/include/pk_core.h index f32d4a922..71beb3e7d 100644 --- a/include/pk_core.h +++ b/include/pk_core.h @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Core Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_CORE_H__ diff --git a/include/pk_filts.h b/include/pk_filts.h index 2e285e81e..cfb130dba 100644 --- a/include/pk_filts.h +++ b/include/pk_filts.h @@ -1,6 +1,6 @@ /************************************************* * PK Filters Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_FILTERS_H__ diff --git a/include/pk_keys.h b/include/pk_keys.h index 641d95a77..89173e739 100644 --- a/include/pk_keys.h +++ b/include/pk_keys.h @@ -1,6 +1,6 @@ /************************************************* * PK Key Types Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_KEYS_H__ diff --git a/include/pk_ops.h b/include/pk_ops.h index 05c2ec949..ef91ebf04 100644 --- a/include/pk_ops.h +++ b/include/pk_ops.h @@ -1,6 +1,6 @@ /************************************************* * Public Key Operations Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PK_OPS_H__ diff --git a/include/pk_util.h b/include/pk_util.h index a84d18291..3269779d3 100644 --- a/include/pk_util.h +++ b/include/pk_util.h @@ -1,6 +1,6 @@ /************************************************* * PK Utility Classes Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PUBKEY_UTIL_H__ diff --git a/include/pkcs10.h b/include/pkcs10.h index a83e65064..ac9ff4fee 100644 --- a/include/pkcs10.h +++ b/include/pkcs10.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #10 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PKCS10_H__ diff --git a/include/pkcs5.h b/include/pkcs5.h index 8683d0009..e57f33149 100644 --- a/include/pkcs5.h +++ b/include/pkcs5.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PKCS5_H__ diff --git a/include/pkcs8.h b/include/pkcs8.h index 5356418bc..871178412 100644 --- a/include/pkcs8.h +++ b/include/pkcs8.h @@ -1,6 +1,6 @@ /************************************************* * PKCS #8 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PKCS8_H__ diff --git a/include/pow_mod.h b/include/pow_mod.h index fbecd3f22..269a31116 100644 --- a/include/pow_mod.h +++ b/include/pow_mod.h @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiator Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_POWER_MOD_H__ diff --git a/include/pubkey.h b/include/pubkey.h index ee88d8a80..8d4764bce 100644 --- a/include/pubkey.h +++ b/include/pubkey.h @@ -1,6 +1,6 @@ /************************************************* * Public Key Interface Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_PUBKEY_H__ diff --git a/include/randpool.h b/include/randpool.h index 9531cac9a..30a96386a 100644 --- a/include/randpool.h +++ b/include/randpool.h @@ -1,6 +1,6 @@ /************************************************* * Randpool Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RANDPOOL_H__ diff --git a/include/rc2.h b/include/rc2.h index e83b44eb2..9701e0451 100644 --- a/include/rc2.h +++ b/include/rc2.h @@ -1,6 +1,6 @@ /************************************************* * RC2 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RC2_H__ diff --git a/include/rc5.h b/include/rc5.h index c5a42f7bf..066aa9356 100644 --- a/include/rc5.h +++ b/include/rc5.h @@ -1,6 +1,6 @@ /************************************************* * RC5 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RC5_H__ diff --git a/include/rc6.h b/include/rc6.h index a7b34db5a..34997c065 100644 --- a/include/rc6.h +++ b/include/rc6.h @@ -1,6 +1,6 @@ /************************************************* * RC6 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RC6_H__ diff --git a/include/reducer.h b/include/reducer.h index 44c3619b9..95160b477 100644 --- a/include/reducer.h +++ b/include/reducer.h @@ -1,6 +1,6 @@ /************************************************* * Modular Reducer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MODARITH_H__ diff --git a/include/rmd128.h b/include/rmd128.h index d0ef8464b..ba82de51d 100644 --- a/include/rmd128.h +++ b/include/rmd128.h @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-128 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RIPEMD_128_H__ diff --git a/include/rmd160.h b/include/rmd160.h index 3ca7f5f90..59861ddd5 100644 --- a/include/rmd160.h +++ b/include/rmd160.h @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-160 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RIPEMD_160_H__ diff --git a/include/rng.h b/include/rng.h index 207da51b5..fee9c088f 100644 --- a/include/rng.h +++ b/include/rng.h @@ -1,6 +1,6 @@ /************************************************* * Global RNG Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_GLOBAL_RNG_H__ diff --git a/include/rsa.h b/include/rsa.h index 0fdce6f2d..f3f0e2e5e 100644 --- a/include/rsa.h +++ b/include/rsa.h @@ -1,6 +1,6 @@ /************************************************* * RSA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RSA_H__ diff --git a/include/rw.h b/include/rw.h index aa55a6978..843334cb3 100644 --- a/include/rw.h +++ b/include/rw.h @@ -1,6 +1,6 @@ /************************************************* * Rabin-Williams Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_RW_H__ diff --git a/include/s2k.h b/include/s2k.h index b2892760c..39789ad2a 100644 --- a/include/s2k.h +++ b/include/s2k.h @@ -1,6 +1,6 @@ /************************************************* * S2K Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_S2K_H__ diff --git a/include/safer_sk.h b/include/safer_sk.h index 84dcb1ec9..a7d9017ee 100644 --- a/include/safer_sk.h +++ b/include/safer_sk.h @@ -1,6 +1,6 @@ /************************************************* * SAFER-SK Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SAFER_SK_H__ diff --git a/include/secmem.h b/include/secmem.h index b50022c83..8ecfa5612 100644 --- a/include/secmem.h +++ b/include/secmem.h @@ -1,6 +1,6 @@ /************************************************* * Secure Memory Buffers Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SECURE_MEMORY_BUFFERS_H__ diff --git a/include/secqueue.h b/include/secqueue.h index 97cc8f933..b688196ae 100644 --- a/include/secqueue.h +++ b/include/secqueue.h @@ -1,6 +1,6 @@ /************************************************* * SecureQueue Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SECURE_QUEUE_H__ diff --git a/include/seed.h b/include/seed.h index 0428c28f5..ed347b82a 100644 --- a/include/seed.h +++ b/include/seed.h @@ -1,6 +1,6 @@ /************************************************* * SEED Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SEED_H__ diff --git a/include/serpent.h b/include/serpent.h index 0a8ab781a..57cdd027e 100644 --- a/include/serpent.h +++ b/include/serpent.h @@ -1,6 +1,6 @@ /************************************************* * Serpent Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SERPENT_H__ diff --git a/include/sha160.h b/include/sha160.h index 30d27d9c7..f493fbcc5 100644 --- a/include/sha160.h +++ b/include/sha160.h @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SHA_160_H__ diff --git a/include/sha256.h b/include/sha256.h index d9901da5d..912eb3dfe 100644 --- a/include/sha256.h +++ b/include/sha256.h @@ -1,6 +1,6 @@ /************************************************* * SHA-256 Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SHA_256_H__ diff --git a/include/sha_64.h b/include/sha_64.h index 4d77acb32..6535fa6c3 100644 --- a/include/sha_64.h +++ b/include/sha_64.h @@ -1,6 +1,6 @@ /************************************************* * SHA-{384,512} Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SHA_64BIT_H__ diff --git a/include/skipjack.h b/include/skipjack.h index e8e61b408..602eabdc3 100644 --- a/include/skipjack.h +++ b/include/skipjack.h @@ -1,6 +1,6 @@ /************************************************* * Skipjack Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SKIPJACK_H__ diff --git a/include/square.h b/include/square.h index 702fabad5..863ed8864 100644 --- a/include/square.h +++ b/include/square.h @@ -1,6 +1,6 @@ /************************************************* * Square Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SQUARE_H__ diff --git a/include/stl_util.h b/include/stl_util.h index 99982745f..95a19581f 100644 --- a/include/stl_util.h +++ b/include/stl_util.h @@ -1,6 +1,6 @@ /************************************************* * STL Utility Functions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_STL_UTIL_H__ diff --git a/include/symkey.h b/include/symkey.h index ffd89bd85..c199f0cb1 100644 --- a/include/symkey.h +++ b/include/symkey.h @@ -1,6 +1,6 @@ /************************************************* * OctetString Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_SYMKEY_H__ diff --git a/include/tea.h b/include/tea.h index 77ef3eea8..3be8168ab 100644 --- a/include/tea.h +++ b/include/tea.h @@ -1,6 +1,6 @@ /************************************************* * TEA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TEA_H__ diff --git a/include/tiger.h b/include/tiger.h index dc99cf8d8..4355886ae 100644 --- a/include/tiger.h +++ b/include/tiger.h @@ -1,6 +1,6 @@ /************************************************* * Tiger Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TIGER_H__ diff --git a/include/timers.h b/include/timers.h index 9c836f064..c4213de5b 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,6 +1,6 @@ /************************************************* * Timestamp Functions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TIMERS_H__ diff --git a/include/turing.h b/include/turing.h index bc7f91e2f..1f31eea2d 100644 --- a/include/turing.h +++ b/include/turing.h @@ -1,6 +1,6 @@ /************************************************* * Turing Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TURING_H__ diff --git a/include/twofish.h b/include/twofish.h index 08d357d21..1b2f545b1 100644 --- a/include/twofish.h +++ b/include/twofish.h @@ -1,6 +1,6 @@ /************************************************* * Twofish Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TWOFISH_H__ diff --git a/include/types.h b/include/types.h index e9994941a..e3d93c157 100644 --- a/include/types.h +++ b/include/types.h @@ -1,6 +1,6 @@ /************************************************* * Low Level Types Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_TYPES_H__ diff --git a/include/ui.h b/include/ui.h index 525529075..09a6dd396 100644 --- a/include/ui.h +++ b/include/ui.h @@ -1,6 +1,6 @@ /************************************************* * User Interface Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_UI_H__ diff --git a/include/util.h b/include/util.h index 2d9a70433..f3817cd7e 100644 --- a/include/util.h +++ b/include/util.h @@ -1,6 +1,6 @@ /************************************************* * Utility Functions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_UTIL_H__ diff --git a/include/version.h b/include/version.h index 88cb16966..1e36a6984 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ /************************************************* * Version Information Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_VERSION_H__ diff --git a/include/whrlpool.h b/include/whrlpool.h index cc45f3293..c7c40f4cc 100644 --- a/include/whrlpool.h +++ b/include/whrlpool.h @@ -1,6 +1,6 @@ /************************************************* * Whirlpool Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_WHIRLPOOL_H__ diff --git a/include/wid_wake.h b/include/wid_wake.h index 8355566d1..17f2d72f7 100644 --- a/include/wid_wake.h +++ b/include/wid_wake.h @@ -1,6 +1,6 @@ /************************************************* * WiderWake Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_WIDER_WAKE_H__ diff --git a/include/x509_ca.h b/include/x509_ca.h index 933324960..4a7cb22ca 100644 --- a/include/x509_ca.h +++ b/include/x509_ca.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Authority Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_CA_H__ diff --git a/include/x509_crl.h b/include/x509_crl.h index 7960c4cb9..2b1f6d14d 100644 --- a/include/x509_crl.h +++ b/include/x509_crl.h @@ -1,6 +1,6 @@ /************************************************* * X.509 CRL Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_CRL_H__ diff --git a/include/x509_ext.h b/include/x509_ext.h index 13a58d7d5..85aa47c92 100644 --- a/include/x509_ext.h +++ b/include/x509_ext.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Extensions Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_EXTENSIONS_H__ diff --git a/include/x509_key.h b/include/x509_key.h index 555ef1549..a07268e53 100644 --- a/include/x509_key.h +++ b/include/x509_key.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Public Key Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_PUBLIC_KEY_H__ diff --git a/include/x509_obj.h b/include/x509_obj.h index d72ef71a4..6e5eb6d17 100644 --- a/include/x509_obj.h +++ b/include/x509_obj.h @@ -1,6 +1,6 @@ /************************************************* * X.509 SIGNED Object Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_OBJECT_H__ diff --git a/include/x509cert.h b/include/x509cert.h index 3d3ad54fb..c94b46b14 100644 --- a/include/x509cert.h +++ b/include/x509cert.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificates Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_CERTS_H__ diff --git a/include/x509find.h b/include/x509find.h index e27d4b94c..eea4315c6 100644 --- a/include/x509find.h +++ b/include/x509find.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Searching Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_CERT_STORE_SEARCH_H__ diff --git a/include/x509self.h b/include/x509self.h index eb9628a0b..4bd830ea4 100644 --- a/include/x509self.h +++ b/include/x509self.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Self-Signed Certificate Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_SELF_H__ diff --git a/include/x509stat.h b/include/x509stat.h index c13cc31fa..4f734941f 100644 --- a/include/x509stat.h +++ b/include/x509stat.h @@ -1,6 +1,6 @@ /************************************************* * Globally Saved X.509 State Header * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_oid.h> diff --git a/include/x509stor.h b/include/x509stor.h index 9a6e10502..e12400a9e 100644 --- a/include/x509stor.h +++ b/include/x509stor.h @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_X509_CERT_STORE_H__ diff --git a/include/x919_mac.h b/include/x919_mac.h index 03e91bf4b..d8cca9315 100644 --- a/include/x919_mac.h +++ b/include/x919_mac.h @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.19 MAC Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ANSI_X919_MAC_H__ diff --git a/include/x931_rng.h b/include/x931_rng.h index a76204a05..771ab64c6 100644 --- a/include/x931_rng.h +++ b/include/x931_rng.h @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.31 RNG Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ANSI_X931_RNG_H__ diff --git a/include/xtea.h b/include/xtea.h index a85e394c2..fb25161b8 100644 --- a/include/xtea.h +++ b/include/xtea.h @@ -1,6 +1,6 @@ /************************************************* * XTEA Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_XTEA_H__ diff --git a/misc/cms/cms_algo.cpp b/misc/cms/cms_algo.cpp index ba0160449..500355bee 100644 --- a/misc/cms/cms_algo.cpp +++ b/misc/cms/cms_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Algorithm Specific Code Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_comp.cpp b/misc/cms/cms_comp.cpp index 79be56aec..0d75dae76 100644 --- a/misc/cms/cms_comp.cpp +++ b/misc/cms/cms_comp.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Compression Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_dalg.cpp b/misc/cms/cms_dalg.cpp index 95d05d407..92e620fc4 100644 --- a/misc/cms/cms_dalg.cpp +++ b/misc/cms/cms_dalg.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_dec.h> diff --git a/misc/cms/cms_dec.cpp b/misc/cms/cms_dec.cpp index f0c3afc53..edd1cd489 100644 --- a/misc/cms/cms_dec.cpp +++ b/misc/cms/cms_dec.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_dec.h> diff --git a/misc/cms/cms_dec.h b/misc/cms/cms_dec.h index ec344c8e8..ef21036bb 100644 --- a/misc/cms/cms_dec.h +++ b/misc/cms/cms_dec.h @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CMS_DECODER_H__ diff --git a/misc/cms/cms_ealg.cpp b/misc/cms/cms_ealg.cpp index 609e29523..7ea8429e8 100644 --- a/misc/cms/cms_ealg.cpp +++ b/misc/cms/cms_ealg.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_enc.cpp b/misc/cms/cms_enc.cpp index d29dae54c..601fbc9b6 100644 --- a/misc/cms/cms_enc.cpp +++ b/misc/cms/cms_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_enc.h b/misc/cms/cms_enc.h index df1b16abc..286fa8b53 100644 --- a/misc/cms/cms_enc.h +++ b/misc/cms/cms_enc.h @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CMS_ENCODER_H__ diff --git a/misc/config/buildh.in b/misc/config/buildh.in index b845788b6..2816eface 100644 --- a/misc/config/buildh.in +++ b/misc/config/buildh.in @@ -1,6 +1,6 @@ /************************************************* * Build Configuration Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BUILD_CONFIG_H__ diff --git a/misc/python/src/block.cpp b/misc/python/src/block.cpp index df70d689c..d77936305 100644 --- a/misc/python/src/block.cpp +++ b/misc/python/src/block.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/core.cpp b/misc/python/src/core.cpp index 394687bf6..316356adf 100644 --- a/misc/python/src/core.cpp +++ b/misc/python/src/core.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/filter.cpp b/misc/python/src/filter.cpp index a32654520..b0cd77197 100644 --- a/misc/python/src/filter.cpp +++ b/misc/python/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <boost/python.hpp> diff --git a/misc/python/src/hash.cpp b/misc/python/src/hash.cpp index a3638ab12..082d992b2 100644 --- a/misc/python/src/hash.cpp +++ b/misc/python/src/hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/macs.cpp b/misc/python/src/macs.cpp index 83f009378..54a55afe2 100644 --- a/misc/python/src/macs.cpp +++ b/misc/python/src/macs.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/pk.cpp b/misc/python/src/pk.cpp index d40121ffd..1a713ff9c 100644 --- a/misc/python/src/pk.cpp +++ b/misc/python/src/pk.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rsa.h> diff --git a/misc/python/src/stream.cpp b/misc/python/src/stream.cpp index a609167fb..97ea9ae04 100644 --- a/misc/python/src/stream.cpp +++ b/misc/python/src/stream.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp index 2c9a9dde2..90c2bba1c 100644 --- a/misc/python/src/x509.cpp +++ b/misc/python/src/x509.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/oids.h> diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index 6b9aaba75..380d05b02 100644 --- a/modules/alg_amd64/asm_macr.h +++ b/modules/alg_amd64/asm_macr.h @@ -1,6 +1,6 @@ /************************************************* * Assembly Macros Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_amd64/mp_mulop.S b/modules/alg_amd64/mp_mulop.S index 1988429f6..f1a2a2e75 100644 --- a/modules/alg_amd64/mp_mulop.S +++ b/modules/alg_amd64/mp_mulop.S @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 76937a577..180f050c9 100644 --- a/modules/alg_amd64/sha160.cpp +++ b/modules/alg_amd64/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_amd64/sha1core.S b/modules/alg_amd64/sha1core.S index 32f2d83a3..c3f530d70 100644 --- a/modules/alg_amd64/sha1core.S +++ b/modules/alg_amd64/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/asm_macr.h b/modules/alg_ia32/asm_macr.h index b852b85b1..cc4a1b2cc 100644 --- a/modules/alg_ia32/asm_macr.h +++ b/modules/alg_ia32/asm_macr.h @@ -1,6 +1,6 @@ /************************************************* * Assembly Macros Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp index 497c6dbe7..e3dc79012 100644 --- a/modules/alg_ia32/md4.cpp +++ b/modules/alg_ia32/md4.cpp @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md4.h> diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S index 42c8dab98..662e9924a 100644 --- a/modules/alg_ia32/md4core.S +++ b/modules/alg_ia32/md4core.S @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp index 5f2e7061e..cfe48e7e9 100644 --- a/modules/alg_ia32/md5.cpp +++ b/modules/alg_ia32/md5.cpp @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md5.h> diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S index 4617dbd86..8ebe469f3 100644 --- a/modules/alg_ia32/md5core.S +++ b/modules/alg_ia32/md5core.S @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/mp_mulop.S b/modules/alg_ia32/mp_mulop.S index d6401317b..a5f0d3b27 100644 --- a/modules/alg_ia32/mp_mulop.S +++ b/modules/alg_ia32/mp_mulop.S @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serp_asm.S b/modules/alg_ia32/serp_asm.S index 13a55a0c9..c8915382d 100644 --- a/modules/alg_ia32/serp_asm.S +++ b/modules/alg_ia32/serp_asm.S @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp index bf13772e6..aacb72b0f 100644 --- a/modules/alg_ia32/serpent.cpp +++ b/modules/alg_ia32/serpent.cpp @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/serpent.h> diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp index 11cd5dadb..23b9442c7 100644 --- a/modules/alg_ia32/sha160.cpp +++ b/modules/alg_ia32/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S index 56e9169bf..3598aeacc 100644 --- a/modules/alg_ia32/sha1core.S +++ b/modules/alg_ia32/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alloc_mmap/mmap_mem.cpp b/modules/alloc_mmap/mmap_mem.cpp index b40d24ca0..5955f9e22 100644 --- a/modules/alloc_mmap/mmap_mem.cpp +++ b/modules/alloc_mmap/mmap_mem.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Mapping Allocator Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mmap_mem.h> diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h index 3112feb41..315f55b2e 100644 --- a/modules/alloc_mmap/mmap_mem.h +++ b/modules/alloc_mmap/mmap_mem.h @@ -1,6 +1,6 @@ /************************************************* * Memory Mapping Allocator Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__ diff --git a/modules/comp_bzip2/bzip2.cpp b/modules/comp_bzip2/bzip2.cpp index 323f8227f..ae717b7fd 100644 --- a/modules/comp_bzip2/bzip2.cpp +++ b/modules/comp_bzip2/bzip2.cpp @@ -1,6 +1,8 @@ /************************************************* * Bzip Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * +* 2006 Matt Johnston * *************************************************/ #include <botan/bzip2.h> diff --git a/modules/comp_bzip2/bzip2.h b/modules/comp_bzip2/bzip2.h index 2d0cf5665..eb9962dec 100644 --- a/modules/comp_bzip2/bzip2.h +++ b/modules/comp_bzip2/bzip2.h @@ -1,6 +1,7 @@ /************************************************* * Bzip Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_BZIP2_H__ diff --git a/modules/comp_zlib/zlib.cpp b/modules/comp_zlib/zlib.cpp index 59f8e88c4..3f4eb3b37 100644 --- a/modules/comp_zlib/zlib.cpp +++ b/modules/comp_zlib/zlib.cpp @@ -1,6 +1,8 @@ /************************************************* * Zlib Compressor Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * +* 2006 Matt Johnston * *************************************************/ #include <botan/zlib.h> diff --git a/modules/comp_zlib/zlib.h b/modules/comp_zlib/zlib.h index 6e16735c3..42f2eed5e 100644 --- a/modules/comp_zlib/zlib.h +++ b/modules/comp_zlib/zlib.h @@ -1,6 +1,7 @@ /************************************************* * Zlib Compressor Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2001 Peter J Jones * +* 2001-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ZLIB_H__ diff --git a/modules/eng_aep/aep_conn.cpp b/modules/eng_aep/aep_conn.cpp index 2381c291a..9c48dd837 100644 --- a/modules/eng_aep/aep_conn.cpp +++ b/modules/eng_aep/aep_conn.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Connection Management Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/aep_conn.h> diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h index b012e629a..69433a1e1 100644 --- a/modules/eng_aep/aep_conn.h +++ b/modules/eng_aep/aep_conn.h @@ -1,6 +1,6 @@ /************************************************* * AEP Connection Management Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_AEP_CONNECTION_H__ diff --git a/modules/eng_aep/aep_main.cpp b/modules/eng_aep/aep_main.cpp index 162004669..adc0a0f75 100644 --- a/modules/eng_aep/aep_main.cpp +++ b/modules/eng_aep/aep_main.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Interface Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.cpp b/modules/eng_aep/eng_aep.cpp index 18823eca7..a75fddaa1 100644 --- a/modules/eng_aep/eng_aep.cpp +++ b/modules/eng_aep/eng_aep.cpp @@ -1,6 +1,6 @@ /************************************************* * AEP Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.h b/modules/eng_aep/eng_aep.h index 2768029da..6178237e4 100644 --- a/modules/eng_aep/eng_aep.h +++ b/modules/eng_aep/eng_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_AEP_ENGINE_H__ diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h index f13dc1e92..dd9676245 100644 --- a/modules/eng_aep/es_aep.h +++ b/modules/eng_aep/es_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_AEP_H__ diff --git a/modules/eng_aep/hw_aep.h b/modules/eng_aep/hw_aep.h index 20534c170..4f96ef59d 100644 --- a/modules/eng_aep/hw_aep.h +++ b/modules/eng_aep/hw_aep.h @@ -1,6 +1,6 @@ /************************************************* * AEP Interface Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_HW_AEP_H__ diff --git a/modules/eng_gmp/eng_gmp.cpp b/modules/eng_gmp/eng_gmp.cpp index 9b3ac98b5..a0e18e059 100644 --- a/modules/eng_gmp/eng_gmp.cpp +++ b/modules/eng_gmp/eng_gmp.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/eng_gmp.h b/modules/eng_gmp/eng_gmp.h index a423bec11..2ac2b54a8 100644 --- a/modules/eng_gmp/eng_gmp.h +++ b/modules/eng_gmp/eng_gmp.h @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENGINE_GMP_H__ diff --git a/modules/eng_gmp/gmp_mem.cpp b/modules/eng_gmp/gmp_mem.cpp index bfb6e5559..ea8ef4d3b 100644 --- a/modules/eng_gmp/gmp_mem.cpp +++ b/modules/eng_gmp/gmp_mem.cpp @@ -1,6 +1,6 @@ /************************************************* * GNU MP Memory Handlers Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_powm.cpp b/modules/eng_gmp/gmp_powm.cpp index 60f87f50a..a5e3d1c0d 100644 --- a/modules/eng_gmp/gmp_powm.cpp +++ b/modules/eng_gmp/gmp_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_wrap.cpp b/modules/eng_gmp/gmp_wrap.cpp index ff896cb07..4c73c2562 100644 --- a/modules/eng_gmp/gmp_wrap.cpp +++ b/modules/eng_gmp/gmp_wrap.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Wrapper Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/gmp_wrap.h> diff --git a/modules/eng_gmp/gmp_wrap.h b/modules/eng_gmp/gmp_wrap.h index 883b5aad1..0da54550f 100644 --- a/modules/eng_gmp/gmp_wrap.h +++ b/modules/eng_gmp/gmp_wrap.h @@ -1,6 +1,6 @@ /************************************************* * GMP MPZ Wrapper Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_GMP_MPZ_WRAP_H__ diff --git a/modules/eng_ossl/bn_powm.cpp b/modules/eng_ossl/bn_powm.cpp index 8bf3b1eee..f54411240 100644 --- a/modules/eng_ossl/bn_powm.cpp +++ b/modules/eng_ossl/bn_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp index f8f7a2e35..4f7ea0078 100644 --- a/modules/eng_ossl/bn_wrap.cpp +++ b/modules/eng_ossl/bn_wrap.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL BN Wrapper Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bn_wrap.h> diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h index 60187e414..682795660 100644 --- a/modules/eng_ossl/bn_wrap.h +++ b/modules/eng_ossl/bn_wrap.h @@ -1,6 +1,6 @@ /************************************************* * OpenSSL BN Wrapper Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_OPENSSL_BN_WRAP_H__ diff --git a/modules/eng_ossl/eng_ossl.cpp b/modules/eng_ossl/eng_ossl.cpp index eeb627bfd..9421495c2 100644 --- a/modules/eng_ossl/eng_ossl.cpp +++ b/modules/eng_ossl/eng_ossl.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h index 455cadb73..a1886662f 100644 --- a/modules/eng_ossl/eng_ossl.h +++ b/modules/eng_ossl/eng_ossl.h @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Engine Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENGINE_OPENSSL_H__ diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp index 0782a9674..2e2bc4af3 100644 --- a/modules/eng_ossl/ossl_bc.cpp +++ b/modules/eng_ossl/ossl_bc.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Block Cipher Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp index d10070ce7..405a59521 100644 --- a/modules/eng_ossl/ossl_md.cpp +++ b/modules/eng_ossl/ossl_md.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL Hash Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp index f63d2e8cf..db1c8a92d 100644 --- a/modules/eng_ossl/ossl_rc4.cpp +++ b/modules/eng_ossl/ossl_rc4.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenSSL ARC4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_ossl.h> diff --git a/modules/es_beos/es_beos.cpp b/modules/es_beos/es_beos.cpp index 9474a5dc7..80d5605d0 100644 --- a/modules/es_beos/es_beos.cpp +++ b/modules/es_beos/es_beos.cpp @@ -1,6 +1,6 @@ /************************************************* * BeOS EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_beos.h> diff --git a/modules/es_beos/es_beos.h b/modules/es_beos/es_beos.h index 5f3e85476..11808d2b8 100644 --- a/modules/es_beos/es_beos.h +++ b/modules/es_beos/es_beos.h @@ -1,6 +1,6 @@ /************************************************* * BeOS EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_BEOS_H__ diff --git a/modules/es_capi/es_capi.cpp b/modules/es_capi/es_capi.cpp index ce765a9ac..725474bd3 100644 --- a/modules/es_capi/es_capi.cpp +++ b/modules/es_capi/es_capi.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 CryptoAPI EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_capi.h> diff --git a/modules/es_capi/es_capi.h b/modules/es_capi/es_capi.h index d3ae1819b..e16b8cb9c 100644 --- a/modules/es_capi/es_capi.h +++ b/modules/es_capi/es_capi.h @@ -1,6 +1,6 @@ /************************************************* * Win32 CAPI EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_CAPI_H__ diff --git a/modules/es_dev/es_dev.cpp b/modules/es_dev/es_dev.cpp index 1a30eb75f..ade41f2eb 100644 --- a/modules/es_dev/es_dev.cpp +++ b/modules/es_dev/es_dev.cpp @@ -1,6 +1,6 @@ /************************************************* * Device EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_dev.h> diff --git a/modules/es_dev/es_dev.h b/modules/es_dev/es_dev.h index d491a7b18..8572094b7 100644 --- a/modules/es_dev/es_dev.h +++ b/modules/es_dev/es_dev.h @@ -1,6 +1,6 @@ /************************************************* * Device EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_ENTROPY_SRC_DEVICE_H__ diff --git a/modules/es_egd/es_egd.cpp b/modules/es_egd/es_egd.cpp index 2fbd03598..9d3f4c29f 100644 --- a/modules/es_egd/es_egd.cpp +++ b/modules/es_egd/es_egd.cpp @@ -1,6 +1,6 @@ /************************************************* * EGD EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_egd.h> diff --git a/modules/es_egd/es_egd.h b/modules/es_egd/es_egd.h index ddfeded77..664609cba 100644 --- a/modules/es_egd/es_egd.h +++ b/modules/es_egd/es_egd.h @@ -1,6 +1,6 @@ /************************************************* * EGD EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_EGD_H__ diff --git a/modules/es_ftw/es_ftw.cpp b/modules/es_ftw/es_ftw.cpp index ed81f8503..0f00e417c 100644 --- a/modules/es_ftw/es_ftw.cpp +++ b/modules/es_ftw/es_ftw.cpp @@ -1,6 +1,6 @@ /************************************************* * FTW EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_ftw.h> diff --git a/modules/es_ftw/es_ftw.h b/modules/es_ftw/es_ftw.h index 2e5aafc98..15d113890 100644 --- a/modules/es_ftw/es_ftw.h +++ b/modules/es_ftw/es_ftw.h @@ -1,6 +1,6 @@ /************************************************* * File Tree Walking EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_FTW_H__ diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index 3aaf6369a..bc34fa8bf 100644 --- a/modules/es_unix/es_unix.cpp +++ b/modules/es_unix/es_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_unix/es_unix.h b/modules/es_unix/es_unix.h index 149e6f395..2bc6e9329 100644 --- a/modules/es_unix/es_unix.h +++ b/modules/es_unix/es_unix.h @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_UNIX_H__ diff --git a/modules/es_unix/unix_cmd.cpp b/modules/es_unix/unix_cmd.cpp index 65def8c74..a83063f7f 100644 --- a/modules/es_unix/unix_cmd.cpp +++ b/modules/es_unix/unix_cmd.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef _XOPEN_SOURCE diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h index a3754687e..42211b0a4 100644 --- a/modules/es_unix/unix_cmd.h +++ b/modules/es_unix/unix_cmd.h @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_UNIX_CMD_H__ diff --git a/modules/es_unix/unix_src.cpp b/modules/es_unix/unix_src.cpp index 90189b193..9d44dbf4f 100644 --- a/modules/es_unix/unix_src.cpp +++ b/modules/es_unix/unix_src.cpp @@ -1,6 +1,6 @@ /************************************************* * Program List for Unix_EntropySource * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_win32/es_win32.cpp b/modules/es_win32/es_win32.cpp index 1428b588a..febed59c0 100644 --- a/modules/es_win32/es_win32.cpp +++ b/modules/es_win32/es_win32.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_win32.h> diff --git a/modules/es_win32/es_win32.h b/modules/es_win32/es_win32.h index 3fd368afa..19b664a2f 100644 --- a/modules/es_win32/es_win32.h +++ b/modules/es_win32/es_win32.h @@ -1,6 +1,6 @@ /************************************************* * Win32 EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_WIN32_H__ diff --git a/modules/fd_unix/fd_unix.cpp b/modules/fd_unix/fd_unix.cpp index 72f2cbf1b..ac88ac391 100644 --- a/modules/fd_unix/fd_unix.cpp +++ b/modules/fd_unix/fd_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pipe.h> diff --git a/modules/fd_unix/fd_unix.h b/modules/fd_unix/fd_unix.h index 1a0a0c21e..4767306da 100644 --- a/modules/fd_unix/fd_unix.h +++ b/modules/fd_unix/fd_unix.h @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_PIPE_UNIXFD_H__ diff --git a/modules/ml_unix/mlock.cpp b/modules/ml_unix/mlock.cpp index 396a996e6..98214a215 100644 --- a/modules/ml_unix/mlock.cpp +++ b/modules/ml_unix/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/modules/ml_win32/mlock.cpp b/modules/ml_win32/mlock.cpp index b0f6a9ded..8c5919934 100644 --- a/modules/ml_win32/mlock.cpp +++ b/modules/ml_win32/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/modules/mp_amd64/bit_ops.h b/modules/mp_amd64/bit_ops.h index a2f881229..1a829af96 100644 --- a/modules/mp_amd64/bit_ops.h +++ b/modules/mp_amd64/bit_ops.h @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_BIT_OPS_H__ diff --git a/modules/mp_amd64/mp_asm.h b/modules/mp_amd64/mp_asm.h index f24f030bd..9377872a7 100644 --- a/modules/mp_amd64/mp_asm.h +++ b/modules/mp_amd64/mp_asm.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h index d66c60503..947aaa0a1 100644 --- a/modules/mp_amd64/mp_asmi.h +++ b/modules/mp_amd64/mp_asmi.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mp_asm64/mp_asm.h b/modules/mp_asm64/mp_asm.h index 214c046e9..2ceb9fd56 100644 --- a/modules/mp_asm64/mp_asm.h +++ b/modules/mp_asm64/mp_asm.h @@ -1,6 +1,6 @@ /************************************************* * MPI Multiply-Add Core Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_MP_MADD_H__ diff --git a/modules/mp_ia32/mp_asm.h b/modules/mp_ia32/mp_asm.h index 873b88f46..b45140321 100644 --- a/modules/mp_ia32/mp_asm.h +++ b/modules/mp_ia32/mp_asm.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_H__ diff --git a/modules/mp_ia32/mp_asmi.h b/modules/mp_ia32/mp_asmi.h index 9a239c350..7532321b8 100644 --- a/modules/mp_ia32/mp_asmi.h +++ b/modules/mp_ia32/mp_asmi.h @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #ifndef BOTAN_MP_ASM_INTERNAL_H__ diff --git a/modules/mux_pthr/mux_pthr.cpp b/modules/mux_pthr/mux_pthr.cpp index 89caf7fa7..d003fa298 100644 --- a/modules/mux_pthr/mux_pthr.cpp +++ b/modules/mux_pthr/mux_pthr.cpp @@ -1,6 +1,6 @@ /************************************************* * Pthread Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mux_pthr.h> diff --git a/modules/mux_pthr/mux_pthr.h b/modules/mux_pthr/mux_pthr.h index f0a94b4aa..1b83dbead 100644 --- a/modules/mux_pthr/mux_pthr.h +++ b/modules/mux_pthr/mux_pthr.h @@ -1,6 +1,6 @@ /************************************************* * Pthread Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_PTHREAD_H__ diff --git a/modules/mux_qt/mux_qt.cpp b/modules/mux_qt/mux_qt.cpp index 93c1b8a07..421b771c7 100644 --- a/modules/mux_qt/mux_qt.cpp +++ b/modules/mux_qt/mux_qt.cpp @@ -1,6 +1,7 @@ /************************************************* * Qt Thread Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2004-2007 Justin Karneges * +* 2004-2007 Jack Lloyd * *************************************************/ #include <botan/mux_qt.h> diff --git a/modules/mux_qt/mux_qt.h b/modules/mux_qt/mux_qt.h index 2b8ee9065..110e147ec 100644 --- a/modules/mux_qt/mux_qt.h +++ b/modules/mux_qt/mux_qt.h @@ -1,6 +1,7 @@ /************************************************* * Qt Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2004-2007 Justin Karneges * +* 2004-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_QT_H__ diff --git a/modules/mux_win32/mux_win32.cpp b/modules/mux_win32/mux_win32.cpp index 087568d5e..622a707fa 100644 --- a/modules/mux_win32/mux_win32.cpp +++ b/modules/mux_win32/mux_win32.cpp @@ -1,10 +1,10 @@ /************************************************* * Win32 Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 2006 Luca Piccarreta * +* 2006-2007 Jack Lloyd * *************************************************/ #include <botan/mux_win32.h> -#include <botan/exceptn.h> #include <windows.h> namespace Botan { diff --git a/modules/mux_win32/mux_win32.h b/modules/mux_win32/mux_win32.h index 96593a768..37eadae0d 100644 --- a/modules/mux_win32/mux_win32.h +++ b/modules/mux_win32/mux_win32.h @@ -1,6 +1,7 @@ /************************************************* * Win32 Mutex Header File * -* (C) 1999-2007 The Botan Project * +* (C) 2006 Luca Piccarreta * +* 2006-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_MUTEX_WIN32_H__ diff --git a/modules/tm_hard/tm_hard.cpp b/modules/tm_hard/tm_hard.cpp index 251fc9cfd..be8efd778 100644 --- a/modules/tm_hard/tm_hard.cpp +++ b/modules/tm_hard/tm_hard.cpp @@ -1,6 +1,6 @@ /************************************************* * Hardware Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_hard.h> diff --git a/modules/tm_hard/tm_hard.h b/modules/tm_hard/tm_hard.h index 83980acf7..d02010eda 100644 --- a/modules/tm_hard/tm_hard.h +++ b/modules/tm_hard/tm_hard.h @@ -1,6 +1,6 @@ /************************************************* * Hardware Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_HARDWARE_H__ diff --git a/modules/tm_posix/tm_posix.cpp b/modules/tm_posix/tm_posix.cpp index e5e1f3f93..601b2b43d 100644 --- a/modules/tm_posix/tm_posix.cpp +++ b/modules/tm_posix/tm_posix.cpp @@ -1,6 +1,6 @@ /************************************************* * POSIX Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_posix.h> diff --git a/modules/tm_posix/tm_posix.h b/modules/tm_posix/tm_posix.h index 1c3618dd6..60fa8f844 100644 --- a/modules/tm_posix/tm_posix.h +++ b/modules/tm_posix/tm_posix.h @@ -1,6 +1,6 @@ /************************************************* * POSIX Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_POSIX_H__ diff --git a/modules/tm_unix/tm_unix.cpp b/modules/tm_unix/tm_unix.cpp index 51224a7d2..654297753 100644 --- a/modules/tm_unix/tm_unix.cpp +++ b/modules/tm_unix/tm_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_unix.h> diff --git a/modules/tm_unix/tm_unix.h b/modules/tm_unix/tm_unix.h index a36eb8304..4b5b3e9dd 100644 --- a/modules/tm_unix/tm_unix.h +++ b/modules/tm_unix/tm_unix.h @@ -1,6 +1,6 @@ /************************************************* * Unix Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_UNIX_H__ diff --git a/modules/tm_win32/tm_win32.cpp b/modules/tm_win32/tm_win32.cpp index c82a49fad..58f7b0f55 100644 --- a/modules/tm_win32/tm_win32.cpp +++ b/modules/tm_win32/tm_win32.cpp @@ -1,6 +1,6 @@ /************************************************* * Win32 Timer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tm_win32.h> diff --git a/modules/tm_win32/tm_win32.h b/modules/tm_win32/tm_win32.h index 55cd30df8..5a699021c 100644 --- a/modules/tm_win32/tm_win32.h +++ b/modules/tm_win32/tm_win32.h @@ -1,6 +1,6 @@ /************************************************* * Win32 Timer Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_TIMER_WIN32_H__ diff --git a/src/adler32.cpp b/src/adler32.cpp index e2ee02cb8..b808e3e67 100644 --- a/src/adler32.cpp +++ b/src/adler32.cpp @@ -1,6 +1,6 @@ /************************************************* * Adler32 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/adler32.h> diff --git a/src/aes.cpp b/src/aes.cpp index 09ff81234..18a3afbf1 100644 --- a/src/aes.cpp +++ b/src/aes.cpp @@ -1,6 +1,6 @@ /************************************************* * AES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/aes.h> diff --git a/src/aes_tab.cpp b/src/aes_tab.cpp index ba647a498..3665bb746 100644 --- a/src/aes_tab.cpp +++ b/src/aes_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for AES * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/aes.h> diff --git a/src/alg_id.cpp b/src/alg_id.cpp index d85396295..5e5db73b3 100644 --- a/src/alg_id.cpp +++ b/src/alg_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Identifier Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/alg_id.h> diff --git a/src/arc4.cpp b/src/arc4.cpp index c189a1f7c..f317239c0 100644 --- a/src/arc4.cpp +++ b/src/arc4.cpp @@ -1,6 +1,6 @@ /************************************************* * ARC4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/arc4.h> diff --git a/src/asn1_alt.cpp b/src/asn1_alt.cpp index 9941ef567..035f918cb 100644 --- a/src/asn1_alt.cpp +++ b/src/asn1_alt.cpp @@ -1,6 +1,7 @@ /************************************************* * AlternativeName Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2007 Yves Jerschow * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_att.cpp b/src/asn1_att.cpp index 26bb9e7ab..7c16ff3a5 100644 --- a/src/asn1_att.cpp +++ b/src/asn1_att.cpp @@ -1,6 +1,6 @@ /************************************************* * Attribute Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_dn.cpp b/src/asn1_dn.cpp index 12225a4b5..3fd0c09b0 100644 --- a/src/asn1_dn.cpp +++ b/src/asn1_dn.cpp @@ -1,6 +1,6 @@ /************************************************* * X509_DN Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_int.cpp b/src/asn1_int.cpp index ee39c529d..e837dedf0 100644 --- a/src/asn1_int.cpp +++ b/src/asn1_int.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 Internals Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_int.h> diff --git a/src/asn1_ku.cpp b/src/asn1_ku.cpp index 5d6711bbc..32c5944dd 100644 --- a/src/asn1_ku.cpp +++ b/src/asn1_ku.cpp @@ -1,6 +1,6 @@ /************************************************* * KeyUsage Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_oid.cpp b/src/asn1_oid.cpp index ad64f4602..80968ed8f 100644 --- a/src/asn1_oid.cpp +++ b/src/asn1_oid.cpp @@ -1,6 +1,6 @@ /************************************************* * ASN.1 OID Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_oid.h> diff --git a/src/asn1_str.cpp b/src/asn1_str.cpp index 903fa0e64..22809345d 100644 --- a/src/asn1_str.cpp +++ b/src/asn1_str.cpp @@ -1,6 +1,6 @@ /************************************************* * Simple ASN.1 String Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/asn1_tm.cpp b/src/asn1_tm.cpp index 598d99df0..ece8ccae4 100644 --- a/src/asn1_tm.cpp +++ b/src/asn1_tm.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Time Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/asn1_obj.h> diff --git a/src/base.cpp b/src/base.cpp index 9382f57ba..2117167ad 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,6 +1,6 @@ /************************************************* * Base Classes Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/base.h> diff --git a/src/base64.cpp b/src/base64.cpp index c08780955..0e01d94f3 100644 --- a/src/base64.cpp +++ b/src/base64.cpp @@ -1,6 +1,6 @@ /************************************************* * Base64 Encoder/Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/base64.h> diff --git a/src/basefilt.cpp b/src/basefilt.cpp index cb23c108a..f1f30c463 100644 --- a/src/basefilt.cpp +++ b/src/basefilt.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/basefilt.h> diff --git a/src/ber_dec.cpp b/src/ber_dec.cpp index 2537a917b..83414ea01 100644 --- a/src/ber_dec.cpp +++ b/src/ber_dec.cpp @@ -1,6 +1,6 @@ /************************************************* * BER Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/ber_dec.h> diff --git a/src/big_base.cpp b/src/big_base.cpp index fce11fe73..3b5562265 100644 --- a/src/big_base.cpp +++ b/src/big_base.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_code.cpp b/src/big_code.cpp index f56fc53c4..4755e3cc1 100644 --- a/src/big_code.cpp +++ b/src/big_code.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Encoding/Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_io.cpp b/src/big_io.cpp index f5b952109..3c201e8b2 100644 --- a/src/big_io.cpp +++ b/src/big_io.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Input/Output Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops2.cpp b/src/big_ops2.cpp index d28f343f2..0f3511244 100644 --- a/src/big_ops2.cpp +++ b/src/big_ops2.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Assignment Operators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_ops3.cpp b/src/big_ops3.cpp index e2b321643..7f412f6db 100644 --- a/src/big_ops3.cpp +++ b/src/big_ops3.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Binary Operators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/big_rand.cpp b/src/big_rand.cpp index 7dac05e67..c18aadfeb 100644 --- a/src/big_rand.cpp +++ b/src/big_rand.cpp @@ -1,6 +1,6 @@ /************************************************* * BigInt Random Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/bigint.h> diff --git a/src/bit_ops.cpp b/src/bit_ops.cpp index fe2b36d05..5fd14704e 100644 --- a/src/bit_ops.cpp +++ b/src/bit_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Bit/Word Operations Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/bit_ops.h> diff --git a/src/blfs_tab.cpp b/src/blfs_tab.cpp index 32df7234f..6c75d3e50 100644 --- a/src/blfs_tab.cpp +++ b/src/blfs_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and P-Box Tables for Blowfish * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/blowfish.h> diff --git a/src/blinding.cpp b/src/blinding.cpp index d43e0da0a..740904d10 100644 --- a/src/blinding.cpp +++ b/src/blinding.cpp @@ -1,6 +1,6 @@ /************************************************* * Blinder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/blinding.h> diff --git a/src/blowfish.cpp b/src/blowfish.cpp index f6f8213c4..a18fb7662 100644 --- a/src/blowfish.cpp +++ b/src/blowfish.cpp @@ -1,6 +1,6 @@ /************************************************* * Blowfish Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/blowfish.h> diff --git a/src/buf_es.cpp b/src/buf_es.cpp index b0ae98865..bf5a9732e 100644 --- a/src/buf_es.cpp +++ b/src/buf_es.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffered EntropySource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/buf_es.h> diff --git a/src/buf_filt.cpp b/src/buf_filt.cpp index 20c223be5..7acd37435 100644 --- a/src/buf_filt.cpp +++ b/src/buf_filt.cpp @@ -1,6 +1,6 @@ /************************************************* * Buffering Filter Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/buf_filt.h> diff --git a/src/cast128.cpp b/src/cast128.cpp index 1d9222460..14e5c9e9d 100644 --- a/src/cast128.cpp +++ b/src/cast128.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-128 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cast128.h> diff --git a/src/cast256.cpp b/src/cast256.cpp index e7e978665..24d3e0078 100644 --- a/src/cast256.cpp +++ b/src/cast256.cpp @@ -1,6 +1,6 @@ /************************************************* * CAST-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cast256.h> diff --git a/src/cast_tab.cpp b/src/cast_tab.cpp index b10c728c5..3edab713f 100644 --- a/src/cast_tab.cpp +++ b/src/cast_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for CAST-128 and CAST-256 * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cast128.h> diff --git a/src/cbc.cpp b/src/cbc.cpp index 7adc4f952..5561aa0e0 100644 --- a/src/cbc.cpp +++ b/src/cbc.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cbc.h> diff --git a/src/cbc_mac.cpp b/src/cbc_mac.cpp index ff2347497..0f403b9b3 100644 --- a/src/cbc_mac.cpp +++ b/src/cbc_mac.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC-MAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cbc_mac.h> diff --git a/src/certstor.cpp b/src/certstor.cpp index a22559e68..2b51590ad 100644 --- a/src/certstor.cpp +++ b/src/certstor.cpp @@ -1,6 +1,6 @@ /************************************************* * Certificate Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/certstor.h> diff --git a/src/cfb.cpp b/src/cfb.cpp index 9d42c4d1d..357dce6f7 100644 --- a/src/cfb.cpp +++ b/src/cfb.cpp @@ -1,6 +1,6 @@ /************************************************* * CFB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cfb.h> diff --git a/src/charset.cpp b/src/charset.cpp index 7cda83f0d..3025794ff 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -1,6 +1,6 @@ /************************************************* * Character Set Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/charset.h> diff --git a/src/cmac.cpp b/src/cmac.cpp index 618af0ad5..5e0b56db5 100644 --- a/src/cmac.cpp +++ b/src/cmac.cpp @@ -1,6 +1,6 @@ /************************************************* * CMAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cmac.h> diff --git a/src/config.cpp b/src/config.cpp index 7706a33f3..b8d54cfdf 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/config.h> diff --git a/src/crc24.cpp b/src/crc24.cpp index e7df4ea0f..eda2c19f2 100644 --- a/src/crc24.cpp +++ b/src/crc24.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC24 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/crc24.h> diff --git a/src/crc32.cpp b/src/crc32.cpp index f950b136b..21af2f13b 100644 --- a/src/crc32.cpp +++ b/src/crc32.cpp @@ -1,6 +1,6 @@ /************************************************* * CRC32 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/crc32.h> diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp index 1e55d5ec1..180640d6e 100644 --- a/src/crl_ent.cpp +++ b/src/crl_ent.cpp @@ -1,6 +1,6 @@ /************************************************* * CRL Entry Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/crl_ent.h> diff --git a/src/ctr.cpp b/src/ctr.cpp index 3be4a0526..e30d07d24 100644 --- a/src/ctr.cpp +++ b/src/ctr.cpp @@ -1,6 +1,6 @@ /************************************************* * CTR Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/ctr.h> diff --git a/src/cts.cpp b/src/cts.cpp index 8d0764c39..56ea8f06c 100644 --- a/src/cts.cpp +++ b/src/cts.cpp @@ -1,6 +1,6 @@ /************************************************* * CTS Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cts.h> diff --git a/src/data_snk.cpp b/src/data_snk.cpp index 729816520..bb5226f0c 100644 --- a/src/data_snk.cpp +++ b/src/data_snk.cpp @@ -1,6 +1,7 @@ /************************************************* * DataSink Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2005 Matthew Gregan * *************************************************/ #include <botan/data_snk.h> diff --git a/src/data_src.cpp b/src/data_src.cpp index dd3218151..1ec1ae090 100644 --- a/src/data_src.cpp +++ b/src/data_src.cpp @@ -1,6 +1,7 @@ /************************************************* * DataSource Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2005 Matthew Gregan * *************************************************/ #include <botan/data_src.h> diff --git a/src/datastor.cpp b/src/datastor.cpp index e8b815c25..bff6bcf5b 100644 --- a/src/datastor.cpp +++ b/src/datastor.cpp @@ -1,6 +1,6 @@ /************************************************* * Data Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/datastor.h> diff --git a/src/def_alg.cpp b/src/def_alg.cpp index 2dbd30621..d6f6422f5 100644 --- a/src/def_alg.cpp +++ b/src/def_alg.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_char.cpp b/src/def_char.cpp index 0bbd719f6..512647eb2 100644 --- a/src/def_char.cpp +++ b/src/def_char.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Character Set Handling Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/def_char.h> diff --git a/src/def_mode.cpp b/src/def_mode.cpp index 052582cd0..89600f695 100644 --- a/src/def_mode.cpp +++ b/src/def_mode.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_ops.cpp b/src/def_ops.cpp index 9517d88d0..3edeed522 100644 --- a/src/def_ops.cpp +++ b/src/def_ops.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Engine PK Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_def.h> diff --git a/src/def_powm.cpp b/src/def_powm.cpp index 0a53db071..a28438f5b 100644 --- a/src/def_powm.cpp +++ b/src/def_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eng_def.h> diff --git a/src/defalloc.cpp b/src/defalloc.cpp index f7d880cda..5fb8e1447 100644 --- a/src/defalloc.cpp +++ b/src/defalloc.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic Allocators Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/defalloc.h> diff --git a/src/der_enc.cpp b/src/der_enc.cpp index e418568bc..1ab5ddd4e 100644 --- a/src/der_enc.cpp +++ b/src/der_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * DER Encoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/der_enc.h> diff --git a/src/des.cpp b/src/des.cpp index 18b183bc9..feb5df037 100644 --- a/src/des.cpp +++ b/src/des.cpp @@ -1,6 +1,6 @@ /************************************************* * DES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/des.h> diff --git a/src/des_tab.cpp b/src/des_tab.cpp index d72e86d8b..9788cd8c0 100644 --- a/src/des_tab.cpp +++ b/src/des_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Substitution/Permutation Tables for DES * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/des.h> diff --git a/src/dh.cpp b/src/dh.cpp index 8f3dda27f..e78bf802e 100644 --- a/src/dh.cpp +++ b/src/dh.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffie-Hellman Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dh.h> diff --git a/src/divide.cpp b/src/divide.cpp index bc1c9ef2d..003a06d83 100644 --- a/src/divide.cpp +++ b/src/divide.cpp @@ -1,6 +1,6 @@ /************************************************* * Division Algorithm Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/dl_algo.cpp b/src/dl_algo.cpp index 0d2fca40d..8654122e3 100644 --- a/src/dl_algo.cpp +++ b/src/dl_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * DL Scheme Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dl_algo.h> diff --git a/src/dl_group.cpp b/src/dl_group.cpp index 1b52102db..b356b707d 100644 --- a/src/dl_group.cpp +++ b/src/dl_group.cpp @@ -1,6 +1,6 @@ /************************************************* * Discrete Logarithm Parameters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dl_group.h> diff --git a/src/dlies.cpp b/src/dlies.cpp index 0df5ffef9..d8352ae94 100644 --- a/src/dlies.cpp +++ b/src/dlies.cpp @@ -1,6 +1,6 @@ /************************************************* * DLIES Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dlies.h> diff --git a/src/dsa.cpp b/src/dsa.cpp index 76bbcf028..6030bc88a 100644 --- a/src/dsa.cpp +++ b/src/dsa.cpp @@ -1,6 +1,6 @@ /************************************************* * DSA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dsa.h> diff --git a/src/dsa_gen.cpp b/src/dsa_gen.cpp index c4e475a49..576c9a938 100644 --- a/src/dsa_gen.cpp +++ b/src/dsa_gen.cpp @@ -1,6 +1,6 @@ /************************************************* * DSA Parameter Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/dl_group.h> diff --git a/src/eax.cpp b/src/eax.cpp index e2053769a..f244f0290 100644 --- a/src/eax.cpp +++ b/src/eax.cpp @@ -1,6 +1,6 @@ /************************************************* * EAX Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eax.h> diff --git a/src/ecb.cpp b/src/ecb.cpp index 59bb526a1..8effac1d5 100644 --- a/src/ecb.cpp +++ b/src/ecb.cpp @@ -1,6 +1,6 @@ /************************************************* * ECB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/ecb.h> diff --git a/src/elgamal.cpp b/src/elgamal.cpp index 6bc4eadf0..65fd22180 100644 --- a/src/elgamal.cpp +++ b/src/elgamal.cpp @@ -1,6 +1,6 @@ /************************************************* * ElGamal Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/elgamal.h> diff --git a/src/eme1.cpp b/src/eme1.cpp index bf914d248..62c5e81bd 100644 --- a/src/eme1.cpp +++ b/src/eme1.cpp @@ -1,6 +1,6 @@ /************************************************* * EME1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eme.h> diff --git a/src/eme_pkcs.cpp b/src/eme_pkcs.cpp index 043d955c2..a9bf30625 100644 --- a/src/eme_pkcs.cpp +++ b/src/eme_pkcs.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS1 EME Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/eme.h> diff --git a/src/emsa1.cpp b/src/emsa1.cpp index 35434bf0f..dd26342c2 100644 --- a/src/emsa1.cpp +++ b/src/emsa1.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa2.cpp b/src/emsa2.cpp index df5308c87..052d9226a 100644 --- a/src/emsa2.cpp +++ b/src/emsa2.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa3.cpp b/src/emsa3.cpp index 334f2484f..3c0aec50d 100644 --- a/src/emsa3.cpp +++ b/src/emsa3.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA3 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa4.cpp b/src/emsa4.cpp index 5b2719f58..3465d63d7 100644 --- a/src/emsa4.cpp +++ b/src/emsa4.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/emsa.h> diff --git a/src/emsa_raw.cpp b/src/emsa_raw.cpp index 4639d624d..7442a4f4f 100644 --- a/src/emsa_raw.cpp +++ b/src/emsa_raw.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA-Raw Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/emsa.h> diff --git a/src/eng_base.cpp b/src/eng_base.cpp index c8aa4430c..7f113afb6 100644 --- a/src/eng_base.cpp +++ b/src/eng_base.cpp @@ -1,6 +1,6 @@ /************************************************* * Basic No-Op Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/engine.h> diff --git a/src/engine.cpp b/src/engine.cpp index 4d3768d17..be2d516ec 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -1,6 +1,6 @@ /************************************************* * Engine Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/engine.h> diff --git a/src/exceptn.cpp b/src/exceptn.cpp index 2a2ae448d..07e6bb419 100644 --- a/src/exceptn.cpp +++ b/src/exceptn.cpp @@ -1,6 +1,6 @@ /************************************************* * Exceptions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/exceptn.h> diff --git a/src/filter.cpp b/src/filter.cpp index 385ab28a8..b58b60332 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Filter Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/filter.h> diff --git a/src/filters.cpp b/src/filters.cpp index 2bd90a405..2c8402601 100644 --- a/src/filters.cpp +++ b/src/filters.cpp @@ -1,6 +1,6 @@ /************************************************* * Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/filters.h> diff --git a/src/fips140.cpp b/src/fips140.cpp index 491510195..486afa072 100644 --- a/src/fips140.cpp +++ b/src/fips140.cpp @@ -1,6 +1,6 @@ /************************************************* * FIPS-140 Self Tests Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/fips140.h> diff --git a/src/fork256.cpp b/src/fork256.cpp index e0b39c5d7..5ac779cab 100644 --- a/src/fork256.cpp +++ b/src/fork256.cpp @@ -1,6 +1,6 @@ /************************************************* * FORK-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/fork256.h> diff --git a/src/get_algo.cpp b/src/get_algo.cpp index 2a5e5ef86..2325c144d 100644 --- a/src/get_algo.cpp +++ b/src/get_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * Algorithm Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_enc.cpp b/src/get_enc.cpp index 209e2ddab..19c2da03a 100644 --- a/src/get_enc.cpp +++ b/src/get_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * EMSA/EME/KDF/MGF Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/lookup.h> diff --git a/src/get_pbe.cpp b/src/get_pbe.cpp index e42c1594d..406cbb2bb 100644 --- a/src/get_pbe.cpp +++ b/src/get_pbe.cpp @@ -1,6 +1,6 @@ /************************************************* * PBE Retrieval Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/oids.h> diff --git a/src/gost.cpp b/src/gost.cpp index 6e82c57f6..dc2b397e7 100644 --- a/src/gost.cpp +++ b/src/gost.cpp @@ -1,6 +1,6 @@ /************************************************* * GOST Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/gost.h> diff --git a/src/gost_tab.cpp b/src/gost_tab.cpp index b858ffd3c..3ef1a0caf 100644 --- a/src/gost_tab.cpp +++ b/src/gost_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for GOST * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/gost.h> diff --git a/src/has160.cpp b/src/has160.cpp index 8e7cb3fe7..422e4916a 100644 --- a/src/has160.cpp +++ b/src/has160.cpp @@ -1,6 +1,6 @@ /************************************************* * HAS-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/has160.h> diff --git a/src/hash_id.cpp b/src/hash_id.cpp index ad9fc366f..b517bfe58 100644 --- a/src/hash_id.cpp +++ b/src/hash_id.cpp @@ -1,6 +1,6 @@ /************************************************* * Hash Function Identification Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/hash_id.h> diff --git a/src/hex.cpp b/src/hex.cpp index 252c0622b..afb082f76 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ /************************************************* * Hex Encoder/Decoder Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/hex.h> diff --git a/src/hmac.cpp b/src/hmac.cpp index 2a67a91e1..5604145f4 100644 --- a/src/hmac.cpp +++ b/src/hmac.cpp @@ -1,6 +1,7 @@ /************************************************* * HMAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2007 Yves Jerschow * *************************************************/ #include <botan/hmac.h> diff --git a/src/idea.cpp b/src/idea.cpp index e2338fa0d..a2b076015 100644 --- a/src/idea.cpp +++ b/src/idea.cpp @@ -1,6 +1,6 @@ /************************************************* * IDEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/idea.h> diff --git a/src/if_algo.cpp b/src/if_algo.cpp index 204daed1d..895e049d3 100644 --- a/src/if_algo.cpp +++ b/src/if_algo.cpp @@ -1,6 +1,6 @@ /************************************************* * IF Scheme Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/if_algo.h> diff --git a/src/init_def.cpp b/src/init_def.cpp index f77b65453..03f97252e 100644 --- a/src/init_def.cpp +++ b/src/init_def.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Initialization Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/init.h> diff --git a/src/init_opt.cpp b/src/init_opt.cpp index 48dd00967..f84ac83c2 100644 --- a/src/init_opt.cpp +++ b/src/init_opt.cpp @@ -1,6 +1,6 @@ /************************************************* * Initialization Options Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/init.h> diff --git a/src/jacobi.cpp b/src/jacobi.cpp index 60a709ad5..57c78508a 100644 --- a/src/jacobi.cpp +++ b/src/jacobi.cpp @@ -1,6 +1,6 @@ /************************************************* * Jacobi Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/kas_tab.cpp b/src/kas_tab.cpp index 005b53d99..74a7bc06e 100644 --- a/src/kas_tab.cpp +++ b/src/kas_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for KASUMI * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kasumi.cpp b/src/kasumi.cpp index 18cc0438e..4e2cba27b 100644 --- a/src/kasumi.cpp +++ b/src/kasumi.cpp @@ -1,6 +1,6 @@ /************************************************* * KASUMI Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/kasumi.h> diff --git a/src/kdf.cpp b/src/kdf.cpp index 22d8ac7cc..9d60a1839 100644 --- a/src/kdf.cpp +++ b/src/kdf.cpp @@ -1,6 +1,6 @@ /************************************************* * KDF1/KDF2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/kdf.h> diff --git a/src/keypair.cpp b/src/keypair.cpp index b40b8c395..54d117293 100644 --- a/src/keypair.cpp +++ b/src/keypair.cpp @@ -1,6 +1,6 @@ /************************************************* * Keypair Checks Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/keypair.h> diff --git a/src/libstate.cpp b/src/libstate.cpp index f6926cdb4..8221d09bd 100644 --- a/src/libstate.cpp +++ b/src/libstate.cpp @@ -1,6 +1,6 @@ /************************************************* * Library Internal/Global State Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/libstate.h> diff --git a/src/lion.cpp b/src/lion.cpp index 42bd9fa92..65b8560ae 100644 --- a/src/lion.cpp +++ b/src/lion.cpp @@ -1,6 +1,6 @@ /************************************************* * Lion Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/lion.h> diff --git a/src/look_pk.cpp b/src/look_pk.cpp index ae21089ed..a4062b57c 100644 --- a/src/look_pk.cpp +++ b/src/look_pk.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Lookup Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/look_pk.h> diff --git a/src/lubyrack.cpp b/src/lubyrack.cpp index 21f6c875f..66a7ba2bd 100644 --- a/src/lubyrack.cpp +++ b/src/lubyrack.cpp @@ -1,6 +1,6 @@ /************************************************* * Luby-Rackoff Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/lubyrack.h> diff --git a/src/make_prm.cpp b/src/make_prm.cpp index a3258c131..01f524865 100644 --- a/src/make_prm.cpp +++ b/src/make_prm.cpp @@ -1,6 +1,6 @@ /************************************************* * Prime Generation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/mars.cpp b/src/mars.cpp index 52b5b812c..cc671fc06 100644 --- a/src/mars.cpp +++ b/src/mars.cpp @@ -1,6 +1,6 @@ /************************************************* * MARS Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mars.h> diff --git a/src/mars_tab.cpp b/src/mars_tab.cpp index acfcf2393..07381e9cb 100644 --- a/src/mars_tab.cpp +++ b/src/mars_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Table for MARS * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mars.h> diff --git a/src/md2.cpp b/src/md2.cpp index 8984f9f61..ff7d5436c 100644 --- a/src/md2.cpp +++ b/src/md2.cpp @@ -1,6 +1,6 @@ /************************************************* * MD2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md2.h> diff --git a/src/md4.cpp b/src/md4.cpp index 91dc3f3c7..e2a18f424 100644 --- a/src/md4.cpp +++ b/src/md4.cpp @@ -1,6 +1,6 @@ /************************************************* * MD4 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md4.h> diff --git a/src/md5.cpp b/src/md5.cpp index edde36836..2fd75f0fb 100644 --- a/src/md5.cpp +++ b/src/md5.cpp @@ -1,6 +1,6 @@ /************************************************* * MD5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/md5.h> diff --git a/src/mdx_hash.cpp b/src/mdx_hash.cpp index 312f798d6..96b885d87 100644 --- a/src/mdx_hash.cpp +++ b/src/mdx_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * MDx Hash Function Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mdx_hash.h> diff --git a/src/mem_pool.cpp b/src/mem_pool.cpp index ec6bb344a..df4237106 100644 --- a/src/mem_pool.cpp +++ b/src/mem_pool.cpp @@ -1,6 +1,8 @@ /************************************************* * Pooling Allocator Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2005 Matthew Gregan * +* 2005-2006 Matt Johnston * *************************************************/ #include <botan/mem_pool.h> diff --git a/src/mgf1.cpp b/src/mgf1.cpp index dea792251..c6f30eee9 100644 --- a/src/mgf1.cpp +++ b/src/mgf1.cpp @@ -1,6 +1,6 @@ /************************************************* * MGF1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mgf1.h> diff --git a/src/mist_tab.cpp b/src/mist_tab.cpp index 50b361ea8..b72742fb3 100644 --- a/src/mist_tab.cpp +++ b/src/mist_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for MISTY1 * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/misty1.h> diff --git a/src/misty1.cpp b/src/misty1.cpp index 44a6a852b..523d11c84 100644 --- a/src/misty1.cpp +++ b/src/misty1.cpp @@ -1,6 +1,6 @@ /************************************************* * MISTY1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/misty1.h> diff --git a/src/mlock.cpp b/src/mlock.cpp index 52a46580b..e4456658d 100644 --- a/src/mlock.cpp +++ b/src/mlock.cpp @@ -1,6 +1,6 @@ /************************************************* * Memory Locking Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/src/mode_pad.cpp b/src/mode_pad.cpp index acbace071..3a07afcb4 100644 --- a/src/mode_pad.cpp +++ b/src/mode_pad.cpp @@ -1,6 +1,6 @@ /************************************************* * CBC Padding Methods Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mode_pad.h> diff --git a/src/modebase.cpp b/src/modebase.cpp index c63593bed..6661d9f33 100644 --- a/src/modebase.cpp +++ b/src/modebase.cpp @@ -1,6 +1,6 @@ /************************************************* * Block Cipher Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/modebase.h> diff --git a/src/modules.cpp b/src/modules.cpp index 70ce21a01..5dad0d144 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -1,6 +1,6 @@ /************************************************* * Module Factory Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/modules.h> diff --git a/src/mp_asm.cpp b/src/mp_asm.cpp index 8065bd186..b9a32cd1c 100644 --- a/src/mp_asm.cpp +++ b/src/mp_asm.cpp @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_comba.cpp b/src/mp_comba.cpp index b979a2d96..589a4037c 100644 --- a/src/mp_comba.cpp +++ b/src/mp_comba.cpp @@ -1,6 +1,6 @@ /************************************************* * Comba Multiplication and Squaring Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_misc.cpp b/src/mp_misc.cpp index 24dbb6bfd..632808151 100644 --- a/src/mp_misc.cpp +++ b/src/mp_misc.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Misc Functions Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mul.cpp b/src/mp_mul.cpp index 3c4248839..27b8e07be 100644 --- a/src/mp_mul.cpp +++ b/src/mp_mul.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Multiplication Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_mulop.cpp b/src/mp_mulop.cpp index 9b6ddca8c..59d82bb10 100644 --- a/src/mp_mulop.cpp +++ b/src/mp_mulop.cpp @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/mp_asm.h> diff --git a/src/mp_numth.cpp b/src/mp_numth.cpp index 11ff51bc7..b024d2e2d 100644 --- a/src/mp_numth.cpp +++ b/src/mp_numth.cpp @@ -1,6 +1,6 @@ /************************************************* * Fused and Important MP Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/mp_shift.cpp b/src/mp_shift.cpp index 7249848a6..74f798d20 100644 --- a/src/mp_shift.cpp +++ b/src/mp_shift.cpp @@ -1,6 +1,6 @@ /************************************************* * MP Shift Algorithms Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mp_sqr.cpp b/src/mp_sqr.cpp index 34c997807..1cf97afe4 100644 --- a/src/mp_sqr.cpp +++ b/src/mp_sqr.cpp @@ -1,6 +1,6 @@ /************************************************* * Karatsuba Squaring Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mp_core.h> diff --git a/src/mutex.cpp b/src/mutex.cpp index 387f10e95..b7de6b8f2 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -1,6 +1,6 @@ /************************************************* * Mutex Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/mutex.h> diff --git a/src/nr.cpp b/src/nr.cpp index 5c478e582..80abbf508 100644 --- a/src/nr.cpp +++ b/src/nr.cpp @@ -1,6 +1,6 @@ /************************************************* * Nyberg-Rueppel Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/nr.h> diff --git a/src/numthry.cpp b/src/numthry.cpp index 19fae1770..233702138 100644 --- a/src/numthry.cpp +++ b/src/numthry.cpp @@ -1,6 +1,6 @@ /************************************************* * Number Theory Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/ofb.cpp b/src/ofb.cpp index cd6cc4bf6..568bd02fa 100644 --- a/src/ofb.cpp +++ b/src/ofb.cpp @@ -1,6 +1,6 @@ /************************************************* * OFB Mode Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/ofb.h> diff --git a/src/oids.cpp b/src/oids.cpp index 141b55707..da81e7718 100644 --- a/src/oids.cpp +++ b/src/oids.cpp @@ -1,6 +1,6 @@ /************************************************* * OID Registry Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/oids.h> diff --git a/src/openpgp.cpp b/src/openpgp.cpp index b94b0c5b2..2a84b037e 100644 --- a/src/openpgp.cpp +++ b/src/openpgp.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/openpgp.h> diff --git a/src/out_buf.cpp b/src/out_buf.cpp index 1dc89addc..2586d65c2 100644 --- a/src/out_buf.cpp +++ b/src/out_buf.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Output Buffer Source file * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/out_buf.h> diff --git a/src/par_hash.cpp b/src/par_hash.cpp index a70584d60..12786523f 100644 --- a/src/par_hash.cpp +++ b/src/par_hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Parallel Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/par_hash.h> diff --git a/src/parsing.cpp b/src/parsing.cpp index 58be312a2..3cb61cb44 100644 --- a/src/parsing.cpp +++ b/src/parsing.cpp @@ -1,6 +1,6 @@ /************************************************* * Parser Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/parsing.h> diff --git a/src/pbes1.cpp b/src/pbes1.cpp index 69f2ebc10..fb8889fdc 100644 --- a/src/pbes1.cpp +++ b/src/pbes1.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES1 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pbes2.cpp b/src/pbes2.cpp index 400e66572..f2c46b556 100644 --- a/src/pbes2.cpp +++ b/src/pbes2.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 PBES2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pbe_pkcs.h> diff --git a/src/pem.cpp b/src/pem.cpp index 67546986f..028ab90f4 100644 --- a/src/pem.cpp +++ b/src/pem.cpp @@ -1,6 +1,6 @@ /************************************************* * PEM Encoding/Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pem.h> diff --git a/src/pgp_s2k.cpp b/src/pgp_s2k.cpp index 8da044a1c..66a243e45 100644 --- a/src/pgp_s2k.cpp +++ b/src/pgp_s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * OpenPGP S2K Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pgp_s2k.h> diff --git a/src/pipe.cpp b/src/pipe.cpp index a19cff258..b740e049d 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_io.cpp b/src/pipe_io.cpp index bd59e58cd..85b695e32 100644 --- a/src/pipe_io.cpp +++ b/src/pipe_io.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pipe.h> diff --git a/src/pipe_rw.cpp b/src/pipe_rw.cpp index 617129b9f..46fce2fd9 100644 --- a/src/pipe_rw.cpp +++ b/src/pipe_rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe Reading/Writing Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pipe.h> diff --git a/src/pk_algs.cpp b/src/pk_algs.cpp index 5f011452f..6a76b11c3 100644 --- a/src/pk_algs.cpp +++ b/src/pk_algs.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pk_algs.h> diff --git a/src/pk_core.cpp b/src/pk_core.cpp index 78127dcc6..14b55543e 100644 --- a/src/pk_core.cpp +++ b/src/pk_core.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Algorithm Core Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pk_core.h> diff --git a/src/pk_filts.cpp b/src/pk_filts.cpp index 93ccea337..e72c92ef1 100644 --- a/src/pk_filts.cpp +++ b/src/pk_filts.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Filters Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pk_filts.h> diff --git a/src/pk_keys.cpp b/src/pk_keys.cpp index ccac32c74..719c5509d 100644 --- a/src/pk_keys.cpp +++ b/src/pk_keys.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Key Types Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pk_keys.h> diff --git a/src/pk_util.cpp b/src/pk_util.cpp index 3ae730bf4..86f3578ab 100644 --- a/src/pk_util.cpp +++ b/src/pk_util.cpp @@ -1,6 +1,6 @@ /************************************************* * PK Utility Classes Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pk_util.h> diff --git a/src/pkcs10.cpp b/src/pkcs10.cpp index 673e0675c..bd21cca7d 100644 --- a/src/pkcs10.cpp +++ b/src/pkcs10.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pkcs10.h> diff --git a/src/pkcs5.cpp b/src/pkcs5.cpp index 6ed5ba0a9..77d8c9200 100644 --- a/src/pkcs5.cpp +++ b/src/pkcs5.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pkcs5.h> diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp index efc500c16..c99be316c 100644 --- a/src/pkcs8.cpp +++ b/src/pkcs8.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #8 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pkcs8.h> diff --git a/src/policy.cpp b/src/policy.cpp index d27d4e2d9..7ef8241d8 100644 --- a/src/policy.cpp +++ b/src/policy.cpp @@ -1,6 +1,6 @@ /************************************************* * Default Policy Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/config.h> diff --git a/src/pow_mod.cpp b/src/pow_mod.cpp index 245d60e68..17ca7b796 100644 --- a/src/pow_mod.cpp +++ b/src/pow_mod.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Exponentiation Proxy Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pow_mod.h> diff --git a/src/powm_fw.cpp b/src/powm_fw.cpp index 6a021685f..c29b9f311 100644 --- a/src/powm_fw.cpp +++ b/src/powm_fw.cpp @@ -1,6 +1,6 @@ /************************************************* * Fixed Window Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/def_powm.h> diff --git a/src/powm_mnt.cpp b/src/powm_mnt.cpp index b5a1b4b77..6091d467a 100644 --- a/src/powm_mnt.cpp +++ b/src/powm_mnt.cpp @@ -1,6 +1,6 @@ /************************************************* * Montgomery Exponentiation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/def_powm.h> diff --git a/src/prf_x942.cpp b/src/prf_x942.cpp index 8ede79efa..4cd53fa27 100644 --- a/src/prf_x942.cpp +++ b/src/prf_x942.cpp @@ -1,6 +1,6 @@ /************************************************* * X9.42 PRF Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/kdf.h> diff --git a/src/primes.cpp b/src/primes.cpp index 18b44b5b9..d1e02cd7b 100644 --- a/src/primes.cpp +++ b/src/primes.cpp @@ -1,6 +1,6 @@ /************************************************* * Small Primes Table * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/numthry.h> diff --git a/src/pubkey.cpp b/src/pubkey.cpp index dae6ee936..afc38dc8a 100644 --- a/src/pubkey.cpp +++ b/src/pubkey.cpp @@ -1,6 +1,6 @@ /************************************************* * Public Key Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/pubkey.h> diff --git a/src/randpool.cpp b/src/randpool.cpp index 2fdddf53e..e935efe35 100644 --- a/src/randpool.cpp +++ b/src/randpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Randpool Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/randpool.h> diff --git a/src/rc2.cpp b/src/rc2.cpp index 2462e52ad..6d764e5c4 100644 --- a/src/rc2.cpp +++ b/src/rc2.cpp @@ -1,6 +1,6 @@ /************************************************* * RC2 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rc2.h> diff --git a/src/rc5.cpp b/src/rc5.cpp index 00d72f486..0c0229b6c 100644 --- a/src/rc5.cpp +++ b/src/rc5.cpp @@ -1,6 +1,6 @@ /************************************************* * RC5 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rc5.h> diff --git a/src/rc6.cpp b/src/rc6.cpp index 6a22b96ce..67d765222 100644 --- a/src/rc6.cpp +++ b/src/rc6.cpp @@ -1,6 +1,6 @@ /************************************************* * RC6 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rc6.h> diff --git a/src/reducer.cpp b/src/reducer.cpp index 03748d3af..47c5c20fc 100644 --- a/src/reducer.cpp +++ b/src/reducer.cpp @@ -1,6 +1,6 @@ /************************************************* * Modular Reducer Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/reducer.h> diff --git a/src/rmd128.cpp b/src/rmd128.cpp index f0a573db7..4c33350b6 100644 --- a/src/rmd128.cpp +++ b/src/rmd128.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-128 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rmd128.h> diff --git a/src/rmd160.cpp b/src/rmd160.cpp index fb962813e..20c0ad4f1 100644 --- a/src/rmd160.cpp +++ b/src/rmd160.cpp @@ -1,6 +1,6 @@ /************************************************* * RIPEMD-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rmd160.h> diff --git a/src/rng.cpp b/src/rng.cpp index be8891921..dc93b56f6 100644 --- a/src/rng.cpp +++ b/src/rng.cpp @@ -1,6 +1,6 @@ /************************************************* * Global RNG Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rng.h> diff --git a/src/rsa.cpp b/src/rsa.cpp index 0307c07ae..743b1beb5 100644 --- a/src/rsa.cpp +++ b/src/rsa.cpp @@ -1,6 +1,6 @@ /************************************************* * RSA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rsa.h> diff --git a/src/rw.cpp b/src/rw.cpp index 9436cef56..758a95a04 100644 --- a/src/rw.cpp +++ b/src/rw.cpp @@ -1,6 +1,6 @@ /************************************************* * Rabin-Williams Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rw.h> diff --git a/src/s2k.cpp b/src/s2k.cpp index 94022b0d5..d20b6738c 100644 --- a/src/s2k.cpp +++ b/src/s2k.cpp @@ -1,6 +1,6 @@ /************************************************* * S2K Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/s2k.h> diff --git a/src/safe_tab.cpp b/src/safe_tab.cpp index 20140fb0e..06de7fa49 100644 --- a/src/safe_tab.cpp +++ b/src/safe_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SAFER-SK * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/safer_sk.cpp b/src/safer_sk.cpp index 3de520042..c861cfdda 100644 --- a/src/safer_sk.cpp +++ b/src/safer_sk.cpp @@ -1,6 +1,6 @@ /************************************************* * SAFER-SK Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/safer_sk.h> diff --git a/src/secqueue.cpp b/src/secqueue.cpp index 9eb7c8d05..d5b9a5f5f 100644 --- a/src/secqueue.cpp +++ b/src/secqueue.cpp @@ -1,6 +1,6 @@ /************************************************* * SecureQueue Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/secqueue.h> diff --git a/src/seed.cpp b/src/seed.cpp index 38eefc147..ecb6a86fa 100644 --- a/src/seed.cpp +++ b/src/seed.cpp @@ -1,6 +1,6 @@ /************************************************* * SEED Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/seed.h> diff --git a/src/seed_tab.cpp b/src/seed_tab.cpp index e46cc8c64..5880f0489 100644 --- a/src/seed_tab.cpp +++ b/src/seed_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for SEED * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/seed.h> diff --git a/src/serpent.cpp b/src/serpent.cpp index 15c1c9b3c..997daa8b1 100644 --- a/src/serpent.cpp +++ b/src/serpent.cpp @@ -1,6 +1,6 @@ /************************************************* * Serpent Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/serpent.h> diff --git a/src/sha160.cpp b/src/sha160.cpp index 5d9afb684..baafec1db 100644 --- a/src/sha160.cpp +++ b/src/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/sha160.h> diff --git a/src/sha256.cpp b/src/sha256.cpp index 533d8f775..6031d177f 100644 --- a/src/sha256.cpp +++ b/src/sha256.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-256 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha256.h> diff --git a/src/sha_64.cpp b/src/sha_64.cpp index 6cdf88433..7f4a28fec 100644 --- a/src/sha_64.cpp +++ b/src/sha_64.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-{384,512} Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/sha_64.h> diff --git a/src/skipjack.cpp b/src/skipjack.cpp index d79c1d13f..3cad75436 100644 --- a/src/skipjack.cpp +++ b/src/skipjack.cpp @@ -1,6 +1,6 @@ /************************************************* * Skipjack Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/skipjack.h> diff --git a/src/sqr_tab.cpp b/src/sqr_tab.cpp index 3f1db1849..248ace4cd 100644 --- a/src/sqr_tab.cpp +++ b/src/sqr_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and Diffusion Tables for Square * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/square.h> diff --git a/src/square.cpp b/src/square.cpp index 919c748c0..f2b15499b 100644 --- a/src/square.cpp +++ b/src/square.cpp @@ -1,6 +1,6 @@ /************************************************* * Square Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/square.h> diff --git a/src/symkey.cpp b/src/symkey.cpp index b1f0786b0..58c050aac 100644 --- a/src/symkey.cpp +++ b/src/symkey.cpp @@ -1,6 +1,6 @@ /************************************************* * OctetString Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/symkey.h> diff --git a/src/tea.cpp b/src/tea.cpp index 432927f7d..c5bd1b1fa 100644 --- a/src/tea.cpp +++ b/src/tea.cpp @@ -1,6 +1,6 @@ /************************************************* * TEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tea.h> diff --git a/src/tig_tab.cpp b/src/tig_tab.cpp index a552a68ab..6d476f4b3 100644 --- a/src/tig_tab.cpp +++ b/src/tig_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box Tables for Tiger * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tiger.h> diff --git a/src/tiger.cpp b/src/tiger.cpp index ef2022568..78bba0521 100644 --- a/src/tiger.cpp +++ b/src/tiger.cpp @@ -1,6 +1,6 @@ /************************************************* * Tiger Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/tiger.h> diff --git a/src/timers.cpp b/src/timers.cpp index da02e46c6..86839ad85 100644 --- a/src/timers.cpp +++ b/src/timers.cpp @@ -1,6 +1,6 @@ /************************************************* * Timestamp Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/timers.h> diff --git a/src/tur_tab.cpp b/src/tur_tab.cpp index 7ca9a1d2c..08793f59d 100644 --- a/src/tur_tab.cpp +++ b/src/tur_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Tables for Turing * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/turing.h> diff --git a/src/turing.cpp b/src/turing.cpp index 23ceff714..53881d9a5 100644 --- a/src/turing.cpp +++ b/src/turing.cpp @@ -1,6 +1,6 @@ /************************************************* * Turing Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/turing.h> diff --git a/src/two_tab.cpp b/src/two_tab.cpp index 926ac74be..7d349312b 100644 --- a/src/two_tab.cpp +++ b/src/two_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * S-Box and MDS Tables for Twofish * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/twofish.h> diff --git a/src/twofish.cpp b/src/twofish.cpp index 779f966cc..b2357e347 100644 --- a/src/twofish.cpp +++ b/src/twofish.cpp @@ -1,6 +1,6 @@ /************************************************* * Twofish Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/twofish.h> diff --git a/src/ui.cpp b/src/ui.cpp index 04b2f3e9e..197259e3a 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -1,6 +1,6 @@ /************************************************* * User Interface Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/ui.h> diff --git a/src/util.cpp b/src/util.cpp index 2744f984a..e340ee7f4 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /************************************************* * Utility Functions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/util.h> diff --git a/src/version.cpp b/src/version.cpp index 372634b24..09deb53d6 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,6 +1,6 @@ /************************************************* * Version Information Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/version.h> diff --git a/src/whrl_tab.cpp b/src/whrl_tab.cpp index df0a8e094..bd616ca27 100644 --- a/src/whrl_tab.cpp +++ b/src/whrl_tab.cpp @@ -1,6 +1,6 @@ /************************************************* * Diffusion Tables for Whirlpool * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/whrlpool.cpp b/src/whrlpool.cpp index f0d9da01e..9319a8b2a 100644 --- a/src/whrlpool.cpp +++ b/src/whrlpool.cpp @@ -1,6 +1,6 @@ /************************************************* * Whirlpool Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/whrlpool.h> diff --git a/src/wid_wake.cpp b/src/wid_wake.cpp index 0a9b6f698..7e69cf457 100644 --- a/src/wid_wake.cpp +++ b/src/wid_wake.cpp @@ -1,6 +1,6 @@ /************************************************* * WiderWake Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/wid_wake.h> diff --git a/src/x509_ca.cpp b/src/x509_ca.cpp index b488f7416..e0e42f14f 100644 --- a/src/x509_ca.cpp +++ b/src/x509_ca.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Authority Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509_ca.h> diff --git a/src/x509_crl.cpp b/src/x509_crl.cpp index 86c3c8623..6bd1ecd5d 100644 --- a/src/x509_crl.cpp +++ b/src/x509_crl.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 CRL Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509_crl.h> diff --git a/src/x509_ext.cpp b/src/x509_ext.cpp index 197a86004..f692c5ac2 100644 --- a/src/x509_ext.cpp +++ b/src/x509_ext.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Extensions Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509_ext.h> diff --git a/src/x509_key.cpp b/src/x509_key.cpp index 7bace558f..09044d492 100644 --- a/src/x509_key.cpp +++ b/src/x509_key.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Public Key Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509_key.h> diff --git a/src/x509_obj.cpp b/src/x509_obj.cpp index 632a20456..ac6eef3b9 100644 --- a/src/x509_obj.cpp +++ b/src/x509_obj.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 SIGNED Object Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509_obj.h> diff --git a/src/x509cert.cpp b/src/x509cert.cpp index 549b916c5..b24e6a036 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificates Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509cert.h> diff --git a/src/x509find.cpp b/src/x509find.cpp index b1d02a715..83d02449d 100644 --- a/src/x509find.cpp +++ b/src/x509find.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Searching Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509find.h> diff --git a/src/x509opt.cpp b/src/x509opt.cpp index 9ceef0003..edaaa1437 100644 --- a/src/x509opt.cpp +++ b/src/x509opt.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Options Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509self.cpp b/src/x509self.cpp index 1c94324ed..c2c8e49e9 100644 --- a/src/x509self.cpp +++ b/src/x509self.cpp @@ -1,6 +1,6 @@ /************************************************* * PKCS #10/Self Signed Cert Creation Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509self.h> diff --git a/src/x509stat.cpp b/src/x509stat.cpp index 45b858c02..fd45c00b3 100644 --- a/src/x509stat.cpp +++ b/src/x509stat.cpp @@ -1,6 +1,6 @@ /************************************************* * Globally Saved X.509 State Source * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509stat.h> diff --git a/src/x509stor.cpp b/src/x509stor.cpp index 519c05fa9..9614af21a 100644 --- a/src/x509stor.cpp +++ b/src/x509stor.cpp @@ -1,6 +1,6 @@ /************************************************* * X.509 Certificate Store Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x509stor.h> diff --git a/src/x919_mac.cpp b/src/x919_mac.cpp index c806f3cf1..b9c6fd2c5 100644 --- a/src/x919_mac.cpp +++ b/src/x919_mac.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.19 MAC Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x919_mac.h> diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp index 85c3bbc67..ee21d480e 100644 --- a/src/x931_rng.cpp +++ b/src/x931_rng.cpp @@ -1,6 +1,6 @@ /************************************************* * ANSI X9.31 RNG Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/x931_rng.h> diff --git a/src/xtea.cpp b/src/xtea.cpp index b5d935513..db5c7effc 100644 --- a/src/xtea.cpp +++ b/src/xtea.cpp @@ -1,6 +1,6 @@ /************************************************* * XTEA Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/xtea.h> |