Update copyright year
authorMatt Caswell <matt@openssl.org>
Fri, 15 May 2020 13:09:49 +0000 (14:09 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 15 May 2020 13:09:49 +0000 (14:09 +0100)
commit454afd9866300b984306c5b565a9d55568a5bc50
tree5743b9c9c5a8b1cd6eeeb0d3f7c4fbeebf438c51
parent11d7d903447ab866d037fb8bba4ceb49c7d89191
Update copyright year

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11839)
142 files changed:
Configurations/shared-info.pl
apps/asn1pars.c
apps/cmp.c
apps/include/apps_ui.h
apps/include/fmt.h
apps/include/s_apps.h
apps/lib/apps_ui.c
apps/lib/fmt.c
apps/lib/names.c
apps/lib/s_socket.c
apps/provider.c
crypto/asn1/a_strnid.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn_moid.c
crypto/asn1/asn_mstbl.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/bn/bn_conv.c
crypto/bn/bn_ctx.c
crypto/bn/bn_prime.c
crypto/bn/bn_rsa_fips186_4.c
crypto/cms/cms_ess.c
crypto/cms/cms_pwri.c
crypto/cms/cms_sd.c
crypto/conf/conf_api.c
crypto/conf/conf_def.c
crypto/conf/conf_ssl.c
crypto/ct/ct_oct.c
crypto/ct/ct_prn.c
crypto/ct/ct_x509v3.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_lib.c
crypto/dso/dso_win32.c
crypto/engine/eng_cnf.c
crypto/engine/eng_dyn.c
crypto/evp/evp_cnf.c
crypto/include/internal/pem_int.h
crypto/modes/siv128.c
crypto/ocsp/ocsp_prn.c
crypto/ocsp/v3_ocsp.c
crypto/pem/pem_lib.c
crypto/perlasm/s390x.pm
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_npas.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_smime.c
crypto/ppccap.c
crypto/property/property.c
crypto/rand/rand_win.c
crypto/store/store_register.c
crypto/threads_pthread.c
crypto/ts/ts_conf.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_verify_ctx.c
crypto/x509/by_file.c
crypto/x509/pcy_cache.c
crypto/x509/pcy_data.c
crypto/x509/pcy_map.c
crypto/x509/pcy_node.c
crypto/x509/pcy_tree.c
crypto/x509/t_crl.c
crypto/x509/t_req.c
crypto/x509/v3_addr.c
crypto/x509/v3_admis.c
crypto/x509/v3_akey.c
crypto/x509/v3_alt.c
crypto/x509/v3_asid.c
crypto/x509/v3_bcons.c
crypto/x509/v3_bitst.c
crypto/x509/v3_conf.c
crypto/x509/v3_cpols.c
crypto/x509/v3_extku.c
crypto/x509/v3_info.c
crypto/x509/v3_lib.c
crypto/x509/v3_pci.c
crypto/x509/v3_pcons.c
crypto/x509/v3_pmaps.c
crypto/x509/v3_prn.c
crypto/x509/v3_sxnet.c
crypto/x509/v3_tlsf.c
crypto/x509/x509_att.c
crypto/x509/x509_obj.c
crypto/x509/x509_v3.c
crypto/x509/x_attrib.c
crypto/x509/x_x509a.c
doc/man1/openssl-cmp.pod.in
doc/man3/DEFINE_STACK_OF.pod
doc/man3/OSSL_STORE_LOADER.pod
doc/man3/SSL_CTX_config.pod
doc/man3/SSL_CTX_set_num_tickets.pod
doc/man3/SSL_set_async_callback.pod
doc/man3/SSL_shutdown.pod
doc/man7/EVP_KDF-SSHKDF.pod
engines/e_capi.c
fuzz/client.c
fuzz/server.c
include/internal/thread_once.h
include/openssl/ess.h
include/openssl/opensslv.h.in
include/openssl/pkcs12.h
include/openssl/pkcs7.h
include/openssl/safestack.h
include/openssl/store.h
include/openssl/ts.h
providers/common/include/prov/provider_ctx.h
providers/implementations/kdfs/pbkdf2_fips.c
providers/implementations/kdfs/sshkdf.c
providers/implementations/macs/kmac_prov.c
ssl/bio_ssl.c
ssl/d1_srtp.c
test/aesgcmtest.c
test/bio_memleak_test.c
test/bn_internal_test.c
test/cipherbytes_test.c
test/cipherlist_test.c
test/confdump.c
test/crltest.c
test/drbg_cavs_test.c
test/dtls_mtu_test.c
test/property_test.c
test/recipes/03-test_internal_bn.t
test/recipes/03-test_internal_rsa_sp800_56b.t
test/recipes/04-test_pem.t
test/recipes/20-test_kdf.t
test/recipes/20-test_mac.t
test/recipes/30-test_afalg.t
test/recipes/30-test_evp_data/evpaessiv.txt
test/recipes/90-test_bio_memleak.t
test/rsa_sp800_56b_test.c
test/run_tests.pl
test/ssl_ctx_test.c
test/ssl_test_ctx.c
test/testutil/test_options.c
test/v3nametest.c
util/mkrc.pl
util/perl/OpenSSL/ParseC.pm