summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-20 13:00:17 +0000
committerMatt Caswell <matt@openssl.org>2018-03-20 13:08:46 +0000
commitb0edda11cbfe91e8b99b09909a80a810d0143891 (patch)
tree5c8be3cc18095c2ca09f7b5ced84c07646aaba92
parent93bf19458468d0fb1d4a4f88d672c584f0cf3d45 (diff)
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5689)
-rw-r--r--apps/CA.pl.in2
-rw-r--r--apps/tsget.in2
-rwxr-xr-xconfig2
-rw-r--r--crypto/aes/asm/aes-armv4.pl2
-rw-r--r--crypto/aes/asm/aes-mips.pl2
-rw-r--r--crypto/aes/asm/bsaes-armv7.pl2
-rw-r--r--crypto/asn1/standard_methods.h2
-rw-r--r--crypto/bn/asm/ppc.pl2
-rw-r--r--crypto/bn/bn_rand.c2
-rw-r--r--crypto/ec/ec_curve.c2
-rw-r--r--crypto/ec/ec_pmeth.c2
-rw-r--r--crypto/ec/ecx_meth.c2
-rw-r--r--crypto/engine/eng_table.c2
-rw-r--r--crypto/evp/bio_b64.c2
-rw-r--r--crypto/evp/e_aria.c2
-rw-r--r--crypto/evp/evp_enc.c2
-rw-r--r--crypto/evp/p_lib.c2
-rw-r--r--crypto/evp/pmeth_lib.c2
-rw-r--r--crypto/hmac/hm_ameth.c2
-rw-r--r--crypto/include/internal/asn1_int.h2
-rw-r--r--crypto/include/internal/cryptlib_int.h2
-rw-r--r--crypto/include/internal/rand_int.h2
-rw-r--r--crypto/kdf/tls1_prf.c2
-rw-r--r--crypto/objects/obj_dat.c2
-rw-r--r--crypto/pem/pem_lib.c2
-rw-r--r--crypto/pem/pvkfmt.c2
-rw-r--r--crypto/pkcs7/pk7_doit.c2
-rw-r--r--crypto/poly1305/poly1305_ameth.c2
-rw-r--r--crypto/rand/rand_vms.c2
-rw-r--r--crypto/rc4/asm/rc4-c64xplus.pl2
-rw-r--r--crypto/rsa/rsa_ameth.c2
-rwxr-xr-xcrypto/sha/asm/keccak1600-armv4.pl2
-rwxr-xr-xcrypto/sha/asm/keccak1600-avx2.pl2
-rwxr-xr-xcrypto/sha/asm/keccak1600-avx512.pl2
-rwxr-xr-xcrypto/sha/asm/keccak1600-avx512vl.pl2
-rwxr-xr-xcrypto/sha/asm/keccak1600-c64x.pl2
-rw-r--r--crypto/sha/asm/sha1-mips.pl2
-rw-r--r--crypto/sha/asm/sha512-mips.pl2
-rw-r--r--crypto/siphash/siphash_ameth.c2
-rw-r--r--crypto/sm2/sm2_crypt.c2
-rw-r--r--crypto/sm2/sm2_err.c2
-rw-r--r--crypto/sm2/sm2_sign.c2
-rw-r--r--crypto/sm2/sm2_za.c2
-rw-r--r--crypto/ts/ts_rsp_sign.c2
-rw-r--r--crypto/x509/x509type.c2
-rw-r--r--doc/man1/ca.pod2
-rw-r--r--doc/man1/ciphers.pod2
-rw-r--r--doc/man1/genpkey.pod2
-rw-r--r--doc/man1/openssl.pod2
-rw-r--r--doc/man1/pkeyutl.pod2
-rw-r--r--doc/man1/s_server.pod2
-rw-r--r--doc/man1/s_time.pod2
-rw-r--r--doc/man1/speed.pod2
-rw-r--r--doc/man3/ASN1_TIME_set.pod2
-rw-r--r--doc/man3/DH_generate_parameters.pod2
-rw-r--r--doc/man3/EVP_CIPHER_meth_new.pod2
-rw-r--r--doc/man3/EVP_PKEY_ASN1_METHOD.pod2
-rw-r--r--doc/man3/EVP_PKEY_CTX_ctrl.pod2
-rw-r--r--doc/man3/EVP_PKEY_new.pod2
-rw-r--r--doc/man3/EVP_md5.pod2
-rw-r--r--doc/man3/OSSL_STORE_open.pod2
-rw-r--r--doc/man3/SSL_CTX_set_cipher_list.pod2
-rw-r--r--doc/man3/SSL_CTX_set_psk_client_callback.pod2
-rw-r--r--doc/man3/SSL_CTX_set_session_ticket_cb.pod2
-rw-r--r--doc/man3/SSL_CTX_set_tlsext_use_srtp.pod2
-rw-r--r--doc/man3/SSL_CTX_use_certificate.pod2
-rw-r--r--doc/man3/SSL_CTX_use_psk_identity_hint.pod2
-rw-r--r--doc/man3/SSL_read_early_data.pod2
-rw-r--r--doc/man3/UI_STRING.pod2
-rw-r--r--doc/man3/X509_STORE_add_cert.pod2
-rw-r--r--doc/man3/d2i_PrivateKey.pod2
-rw-r--r--doc/man5/config.pod2
-rw-r--r--engines/asm/e_padlock-x86.pl2
-rw-r--r--engines/asm/e_padlock-x86_64.pl2
-rw-r--r--include/openssl/err.h2
-rw-r--r--include/openssl/sm2.h2
-rw-r--r--include/openssl/sm2err.h2
-rw-r--r--ssl/record/record_locl.h2
-rw-r--r--ssl/record/ssl3_record_tls13.c2
-rw-r--r--ssl/s3_enc.c2
-rw-r--r--ssl/ssl_asn1.c2
-rw-r--r--ssl/ssl_cert_table.h2
-rw-r--r--ssl/ssl_mcnf.c2
-rw-r--r--ssl/ssl_rsa.c2
-rw-r--r--ssl/ssl_sess.c2
-rw-r--r--ssl/t1_enc.c2
-rw-r--r--test/asynciotest.c2
-rwxr-xr-xtest/certs/mkcert.sh2
-rw-r--r--test/ctype_internal_test.c2
-rw-r--r--test/dtlstest.c2
-rw-r--r--test/ecdsatest.c2
-rw-r--r--test/ectest.c2
-rw-r--r--test/evp_test.c2
-rw-r--r--test/fatalerrtest.c2
-rw-r--r--test/handshake_helper.h2
-rw-r--r--test/packettest.c2
-rw-r--r--test/rdrand_sanitytest.c2
-rw-r--r--test/recipes/06-test-rdrand.t2
-rw-r--r--test/recipes/30-test_evp_data/evppkey.txt2
-rw-r--r--test/recipes/90-test_sysdefault.t2
-rw-r--r--test/recordlentest.c2
-rw-r--r--test/shlibloadtest.c2
-rw-r--r--test/sm2crypttest.c2
-rw-r--r--test/sm2sigtest.c2
-rw-r--r--test/ssl-tests/protocol_version.pm2
-rw-r--r--test/ssl_cert_table_internal_test.c2
-rw-r--r--test/ssl_test.c2
-rw-r--r--test/ssl_test_ctx_test.c2
-rw-r--r--test/sslbuffertest.c2
-rw-r--r--test/sslcorrupttest.c2
-rw-r--r--test/ssltest_old.c2
-rw-r--r--test/ssltestlib.c2
-rw-r--r--test/ssltestlib.h2
-rw-r--r--test/sysdefaulttest.c2
-rw-r--r--test/tls13encryptiontest.c2
-rw-r--r--tools/c_rehash.in2
-rw-r--r--util/dofile.pl2
117 files changed, 117 insertions, 117 deletions
diff --git a/apps/CA.pl.in b/apps/CA.pl.in
index bbaf6a9ab7..db3cc38318 100644
--- a/apps/CA.pl.in
+++ b/apps/CA.pl.in
@@ -1,5 +1,5 @@
#!{- $config{HASHBANGPERL} -}
-# Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
diff --git a/apps/tsget.in b/apps/tsget.in
index c3420db608..bec365e28c 100644
--- a/apps/tsget.in
+++ b/apps/tsget.in
@@ -1,5 +1,5 @@
#!{- $config{HASHBANGPERL} -}
-# Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
diff --git a/config b/config
index 1f2f7450d1..3bee0076c9 100755
--- a/config
+++ b/config
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 1998-2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 1998-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/aes/asm/aes-armv4.pl b/crypto/aes/asm/aes-armv4.pl
index 2fa075514a..998158998e 100644
--- a/crypto/aes/asm/aes-armv4.pl
+++ b/crypto/aes/asm/aes-armv4.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2007-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/aes/asm/aes-mips.pl b/crypto/aes/asm/aes-mips.pl
index 9334d8fbbf..716c3356ea 100644
--- a/crypto/aes/asm/aes-mips.pl
+++ b/crypto/aes/asm/aes-mips.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2010-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2010-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/aes/asm/bsaes-armv7.pl b/crypto/aes/asm/bsaes-armv7.pl
index 8a5f3f1bed..bfe825af0d 100644
--- a/crypto/aes/asm/bsaes-armv7.pl
+++ b/crypto/aes/asm/bsaes-armv7.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2012-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/asn1/standard_methods.h b/crypto/asn1/standard_methods.h
index 7d1f97e360..0dcd6b8cc9 100644
--- a/crypto/asn1/standard_methods.h
+++ b/crypto/asn1/standard_methods.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/bn/asm/ppc.pl b/crypto/bn/asm/ppc.pl
index d197f96531..e37068192f 100644
--- a/crypto/bn/asm/ppc.pl
+++ b/crypto/bn/asm/ppc.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the