Update copyright year
authorMatt Caswell <matt@openssl.org>
Tue, 15 Mar 2022 13:52:58 +0000 (13:52 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Mar 2022 13:52:58 +0000 (13:52 +0000)
commitee71383a8d35bebbd1debf366d9c9205a04e4993
tree7e41bf567e9c405a42f2159a5fd26d2b8f57c921
parentdb9c0d5969de809d452162e9bdc08291b78913bf
Update copyright year

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
192 files changed:
.github/workflows/ci.yml
apps/ciphers.c
apps/cmp.c
apps/lib/apps.c
apps/lib/engine_loader.c
apps/lib/s_socket.c
apps/ocsp.c
apps/passwd.c
apps/pkeyutl.c
apps/progs.pl
apps/rehash.c
apps/req.c
apps/s_client.c
apps/s_server.c
apps/speed.c
apps/verify.c
apps/x509.c
crypto/aes/aes_core.c
crypto/asn1/d2i_pu.c
crypto/asn1/i2d_evp.c
crypto/async/arch/async_posix.h
crypto/bio/bio_addr.c
crypto/bio/bio_print.c
crypto/bio/bss_core.c
crypto/bn/bn_exp2.c
crypto/bn/bn_ppc.c
crypto/bn/bn_sqrt.c
crypto/cmp/cmp_msg.c
crypto/context.c
crypto/core_namemap.c
crypto/dh/dh_ameth.c
crypto/dh/dh_backend.c
crypto/dh/dh_key.c
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_backend.c
crypto/ec/ec_lib.c
crypto/ec/ecp_s390x_nistp.c
crypto/encode_decode/decoder_meth.c
crypto/encode_decode/encoder_meth.c
crypto/encode_decode/encoder_pkey.c
crypto/engine/eng_dyn.c
crypto/evp/ctrl_params_translate.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/exchange.c
crypto/evp/keymgmt_lib.c
crypto/evp/m_sigver.c
crypto/evp/pmeth_gn.c
crypto/ffc/ffc_backend.c
crypto/http/http_client.c
crypto/lhash/lh_stats.c
crypto/lhash/lhash.c
crypto/lhash/lhash_local.h
crypto/mem.c
crypto/o_str.c
crypto/passphrase.c
crypto/pem/pem_lib.c
crypto/pem/pem_pk8.c
crypto/property/property.c
crypto/property/property_string.c
crypto/rand/rand_lib.c
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_backend.c
crypto/rsa/rsa_ossl.c
crypto/store/store_meth.c
crypto/store/store_result.c
crypto/threads_pthread.c
crypto/trace.c
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/x509/v3_crld.c
crypto/x509/v3_sxnet.c
crypto/x509/v3_utl.c
crypto/x509/x509_lu.c
crypto/x509/x509_trust.c
crypto/x509/x509_vfy.c
demos/pkey/EVP_PKEY_EC_keygen.c
dev/release.sh
doc/internal/man3/OSSL_METHOD_STORE.pod
doc/man1/openssl-dgst.pod.in
doc/man1/openssl-kdf.pod.in
doc/man1/openssl-speed.pod.in
doc/man3/BIO_ctrl.pod
doc/man3/BIO_f_base64.pod
doc/man3/BN_add.pod
doc/man3/ERR_get_error.pod
doc/man3/EVP_PKEY_gettable_params.pod
doc/man3/OPENSSL_hexchar2int.pod
doc/man3/OSSL_CMP_CTX_new.pod
doc/man3/OSSL_CMP_MSG_get0_header.pod
doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod
doc/man3/OpenSSL_version.pod
doc/man3/PEM_read_bio_PrivateKey.pod
doc/man3/SSL_CONF_cmd.pod
doc/man3/SSL_CTX_set_cert_verify_callback.pod
doc/man3/SSL_CTX_set_tmp_dh_callback.pod
doc/man3/SSL_CTX_set_verify.pod
doc/man3/SSL_want.pod
doc/man3/X509V3_get_d2i.pod
doc/man3/X509_STORE_CTX_new.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man3/X509_check_host.pod
doc/man3/X509_verify_cert.pod
doc/man7/EVP_KEYEXCH-DH.pod
doc/man7/EVP_KEYEXCH-ECDH.pod
doc/man7/EVP_MD-BLAKE2.pod
doc/man7/crypto.pod
doc/man7/provider-keyexch.pod
fuzz/asn1.c
fuzz/fuzz_rand.c
include/crypto/dh.h
include/crypto/dsa.h
include/crypto/evp.h
include/crypto/rsa.h
include/internal/bio.h
include/internal/sockets.h
include/internal/tsan_assist.h
include/openssl/bio.h.in
include/openssl/crypto.h.in
include/openssl/ec.h
include/openssl/engine.h
include/openssl/evp.h
include/openssl/self_test.h
include/openssl/ssl.h.in
providers/fips/self_test_data.inc
providers/implementations/ciphers/cipher_tdes.c
providers/implementations/ciphers/cipher_tdes_default.c
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/decode_epki2pki.c
providers/implementations/encode_decode/decode_msblob2key.c
providers/implementations/encode_decode/decode_pem2der.c
providers/implementations/encode_decode/decode_pvk2key.c
providers/implementations/encode_decode/encode_key2blob.c
providers/implementations/encode_decode/encode_key2ms.c
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/encode_decode/endecoder_common.c
providers/implementations/exchange/dh_exch.c
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c
providers/implementations/rands/drbg.c
ssl/record/ssl3_record.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_sess.c
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_enc.c
ssl/t1_lib.c
test/bio_enc_test.c
test/bntest.c
test/crltest.c
test/ct_test.c
test/dhtest.c
test/enginetest.c
test/evp_extra_test.c
test/evp_extra_test2.c
test/evp_pkey_dparams_test.c
test/evp_pkey_provided_test.c
test/evp_test.c
test/helpers/handshake.c
test/helpers/handshake_srp.c
test/helpers/predefined_dhparams.c
test/helpers/predefined_dhparams.h
test/property_test.c
test/provfetchtest.c
test/recipes/10-test_bn_data/bnmod.txt
test/recipes/15-test_gendhparam.t
test/recipes/15-test_genrsa.t
test/recipes/20-test_dgst.t
test/recipes/25-test_req.t
test/recipes/30-test_evp_data/evpciph_des3_common.txt
test/recipes/30-test_evp_data/evppkey_ffdhe.txt
test/recipes/70-test_verify_extra.t
test/recipes/80-test_ssl_old.t
test/run_tests.pl
test/sanitytest.c
test/ssl_old_test.c
test/sslapitest.c
test/threadstest.c
test/tls-provider.c
test/verify_extra_test.c
util/perl/OpenSSL/config.pm
util/perl/OpenSSL/copyright.pm