Update copyright year
authorMatt Caswell <matt@openssl.org>
Tue, 11 Sep 2018 12:22:14 +0000 (13:22 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Sep 2018 12:45:17 +0000 (13:45 +0100)
commit1212818eb07add297fe562eba80ac46a9893781e
tree400894885f299eb154fd040d0407b6e2dd7e09ab
parent37f4928701aa54937ce8eef422a2165afeec5cec
Update copyright year

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7176)
117 files changed:
crypto/aes/asm/aes-parisc.pl
crypto/bn/bn_div.c
crypto/bn/bn_intern.c
crypto/bn/bn_lcl.h
crypto/bn/bn_mod.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_sqr.c
crypto/bn/bn_x931p.c
crypto/camellia/camellia.c
crypto/cms/cms_lcl.h
crypto/conf/conf_lib.c
crypto/dllmain.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/ec/asm/ecp_nistz256-ppc64.pl
crypto/ec/asm/ecp_nistz256-sparcv9.pl
crypto/ec/asm/ecp_nistz256-x86.pl
crypto/ec/ec2_oct.c
crypto/ec/ec_cvt.c
crypto/ec/ec_kmeth.c
crypto/ec/eck_prn.c
crypto/ec/ecp_oct.c
crypto/engine/eng_devcrypto.c
crypto/engine/eng_int.h
crypto/evp/e_chacha20_poly1305.c
crypto/evp/evp_pbe.c
crypto/evp/m_sha3.c
crypto/evp/p_seal.c
crypto/include/internal/aria.h
crypto/include/internal/bn_int.h
crypto/include/internal/chacha.h
crypto/include/internal/md32_common.h
crypto/include/internal/siphash.h
crypto/include/internal/store_int.h
crypto/include/internal/x509_int.h
crypto/lhash/lhash_lcl.h
crypto/modes/asm/ghash-armv4.pl
crypto/modes/asm/ghash-parisc.pl
crypto/ocsp/ocsp_cl.c
crypto/perlasm/x86_64-xlate.pl
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs7/pk7_lib.c
crypto/poly1305/asm/poly1305-x86_64.pl
crypto/rc4/asm/rc4-parisc.pl
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_ssl.c
crypto/seed/seed_locl.h
crypto/sha/asm/keccak1600-s390x.pl
crypto/sha/asm/sha1-parisc.pl
crypto/sha/asm/sha256-armv4.pl
crypto/sha/asm/sha512-armv4.pl
crypto/sha/asm/sha512-parisc.pl
crypto/siphash/siphash.c
crypto/uid.c
crypto/x509/x509_trs.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_tlsf.c
doc/man1/crl.pod
doc/man1/dsa.pod
doc/man1/gendsa.pod
doc/man1/genrsa.pod
doc/man1/passwd.pod
doc/man1/pkcs8.pod
doc/man1/req.pod
doc/man1/rsa.pod
doc/man1/sess_id.pod
doc/man1/spkac.pod
doc/man1/ts.pod
doc/man3/ASN1_INTEGER_get_int64.pod
doc/man3/BIO_s_file.pod
doc/man3/BN_bn2bin.pod
doc/man3/BN_generate_prime.pod
doc/man3/EC_GROUP_new.pod
doc/man3/EVP_PKEY_get_default_digest_nid.pod
doc/man3/OCSP_resp_find_status.pod
doc/man3/SSL_CTX_new.pod
doc/man3/SSL_CTX_set0_CA_list.pod
doc/man3/SSL_CTX_set_mode.pod
doc/man3/SSL_CTX_set_read_ahead.pod
doc/man3/SSL_SESSION_get_protocol_version.pod
doc/man3/SSL_check_chain.pod
doc/man3/SSL_get_peer_signature_nid.pod
doc/man3/SSL_get_shared_sigalgs.pod
doc/man3/SSL_in_init.pod
doc/man3/SSL_read.pod
doc/man3/SSL_write.pod
doc/man3/X509_digest.pod
engines/e_padlock.c
external/perl/transfer/Text/Template.pm
fuzz/client.c
fuzz/driver.c
fuzz/server.c
include/internal/conf.h
include/internal/dso.h
include/internal/o_dir.h
include/openssl/x509.h
ssl/packet_locl.h
test/asn1_internal_test.c
test/ecstresstest.c
test/pemtest.c
test/recipes/04-test_asn1_decode.t
test/recipes/15-test_dsa.t
test/recipes/25-test_req.t
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph.txt
test/recipes/30-test_evp_data/evpmac.txt
test/recipes/70-test_servername.t
test/sanitytest.c
test/secmemtest.c
test/servername_test.c
test/testutil/driver.c
util/perl/TLSProxy/ServerHello.pm
util/perl/with_fallback.pm