Update copyright year
authorMatt Caswell <matt@openssl.org>
Tue, 14 Aug 2018 12:25:55 +0000 (13:25 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Aug 2018 12:37:41 +0000 (13:37 +0100)
commit6244f531776a0c53fa35f815cbc588988b343036
tree60a8ecda0d75c59af93b50cb9d5320d764debed2
parent825dbd019c7eca898457f64d377074d7f0d43ada
Update copyright year

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6954)
190 files changed:
README
apps/apps.c
apps/asn1pars.c
apps/dhparam.c
apps/ocsp.c
apps/rehash.c
apps/verify.c
crypto/arm_arch.h
crypto/armcap.c
crypto/armv4cpuid.pl
crypto/asn1/a_object.c
crypto/asn1/a_strex.c
crypto/asn1/p5_scrypt.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_utl.c
crypto/async/async.c
crypto/bio/b_addr.c
crypto/bio/b_sock.c
crypto/bio/bss_log.c
crypto/bio/bss_mem.c
crypto/bn/asm/alpha-mont.pl
crypto/bn/asm/armv4-mont.pl
crypto/bn/asm/ia64-mont.pl
crypto/bn/asm/mips-mont.pl
crypto/bn/asm/parisc-mont.pl
crypto/bn/asm/ppc-mont.pl
crypto/bn/asm/ppc64-mont.pl
crypto/bn/asm/rsaz-avx2.pl
crypto/bn/asm/s390x-mont.pl
crypto/bn/asm/sparct4-mont.pl
crypto/bn/asm/sparcv9-mont.pl
crypto/bn/asm/via-mont.pl
crypto/bn/asm/vis3-mont.pl
crypto/bn/asm/x86-mont.pl
crypto/bn/asm/x86_64-mont.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/bn/bn_div.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_intern.c
crypto/bn/bn_lcl.h
crypto/bn/bn_mod.c
crypto/bn/bn_sqr.c
crypto/chacha/asm/chacha-x86.pl
crypto/cms/cms_env.c
crypto/cms/cms_smime.c
crypto/conf/conf_api.c
crypto/conf/conf_mall.c
crypto/dh/dh_key.c
crypto/dh/dh_meth.c
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_meth.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_pmeth.c
crypto/ec/asm/ecp_nistz256-armv4.pl
crypto/ec/asm/ecp_nistz256-armv8.pl
crypto/ec/asm/ecp_nistz256-avx2.pl
crypto/ec/asm/ecp_nistz256-sparcv9.pl
crypto/ec/asm/ecp_nistz256-x86.pl
crypto/ec/ec2_smpl.c
crypto/ec/ec_ameth.c
crypto/ec/ec_curve.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ec_mult.c
crypto/ec/ec_oct.c
crypto/ec/ecdsa_ossl.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_smpl.c
crypto/engine/eng_lib.c
crypto/engine/tb_asnmth.c
crypto/err/err.c
crypto/evp/pmeth_lib.c
crypto/evp/scrypt.c
crypto/ex_data.c
crypto/include/internal/__DECC_INCLUDE_EPILOGUE.H
crypto/include/internal/__DECC_INCLUDE_PROLOGUE.H
crypto/include/internal/asn1_int.h
crypto/include/internal/async.h
crypto/include/internal/bn_int.h
crypto/include/internal/cryptlib.h
crypto/include/internal/cryptlib_int.h
crypto/include/internal/err_int.h
crypto/include/internal/x509_int.h
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghashv8-armx.pl
crypto/modes/modes_lcl.h
crypto/modes/ocb128.c
crypto/o_fopen.c
crypto/o_time.c
crypto/pem/pem_lib.c
crypto/pem/pem_pk8.c
crypto/pem/pem_pkey.c
crypto/pkcs12/p12_asn.c
crypto/poly1305/asm/poly1305-armv4.pl
crypto/poly1305/asm/poly1305-x86.pl
crypto/rsa/rsa_meth.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_ssl.c
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha256-586.pl
crypto/sha/asm/sha256-armv4.pl
crypto/sha/asm/sha512-armv4.pl
crypto/threads_win.c
crypto/ts/ts_rsp_sign.c
crypto/ui/ui_openssl.c
crypto/x509/by_dir.c
crypto/x509/x509_cmp.c
crypto/x509/x509_err.c
crypto/x509/x509_lcl.h
crypto/x509/x509_vfy.c
crypto/x509/x509_vpm.c
crypto/x509/x509name.c
crypto/x509/x_name.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_tlsf.c
doc/apps/cms.pod
doc/apps/config.pod
doc/apps/rehash.pod
doc/apps/s_client.pod
doc/crypto/ASN1_INTEGER_get_int64.pod
doc/crypto/BIO_meth_new.pod
doc/crypto/BN_add.pod
doc/crypto/BN_bn2bin.pod
doc/crypto/BN_generate_prime.pod
doc/crypto/CMS_encrypt.pod
doc/crypto/CMS_get0_SignerInfos.pod
doc/crypto/CMS_get1_ReceiptRequest.pod
doc/crypto/DH_meth_new.pod
doc/crypto/DSA_meth_new.pod
doc/crypto/DSA_sign.pod
doc/crypto/ECDSA_SIG_new.pod
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_DigestSignInit.pod
doc/crypto/EVP_PKEY_CTX_set_hkdf_md.pod
doc/crypto/EVP_PKEY_CTX_set_tls1_prf_md.pod
doc/crypto/OBJ_nid2obj.pod
doc/crypto/OCSP_resp_find_status.pod
doc/crypto/OPENSSL_init_crypto.pod
doc/crypto/OPENSSL_malloc.pod
doc/crypto/PEM_read_bio_PrivateKey.pod
doc/crypto/RSA_meth_new.pod
doc/crypto/SMIME_read_PKCS7.pod
doc/crypto/X509_LOOKUP_hash_dir.pod
doc/crypto/X509_check_host.pod
doc/crypto/X509_cmp_time.pod
doc/ssl/SSL_CTX_use_certificate.pod
doc/ssl/SSL_get_ciphers.pod
doc/ssl/SSL_get_session.pod
doc/ssl/SSL_get_version.pod
doc/ssl/SSL_set1_host.pod
external/perl/transfer/Text/Template.pm
fuzz/test-corpus.c
include/internal/__DECC_INCLUDE_EPILOGUE.H
include/internal/__DECC_INCLUDE_PROLOGUE.H
include/openssl/bn.h
include/openssl/conf.h
include/openssl/crypto.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/lhash.h
include/openssl/pem.h
include/openssl/rsa.h
include/openssl/ssl3.h
include/openssl/tls1.h
include/openssl/x509.h
include/openssl/x509_vfy.h
ms/uplink-x86.pl
ssl/ssl_init.c
ssl/ssl_locl.h
ssl/ssl_mcnf.c
ssl/ssl_sess.c
ssl/ssl_txt.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c
test/evp_test.c
test/evptests.txt
test/recipes/15-test_genrsa.t
test/recipes/25-test_verify.t
test/recipes/60-test_x509_time.t
test/recipes/80-test_cipherlist.t
test/recipes/90-test_fuzz.t
test/verify_extra_test.c
test/x509_time_test.c
util/copy.pl
util/perl/with_fallback.pm
util/process_docs.pl