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)
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

index 93ed09c30a5c46c0a7a32b9e7f1ba18716a280dd..e817c757f8c28215e4688cbdc50d25db04689768 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2009-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
index 464a4446811f5e051aba6ef21650403603506d14..70add10c7d6cefdf45642499d39df58d31e19516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index faebdc8e111250af8e34bb48d6424e516fdf90a3..46bc97575dfe47c8c8da0fc40327b96dbc41a2dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014-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
index d74b590841a58315dca396409d7dfb764cfd713e..8a36db2e8b671c2b082048144e05a411efbd3976 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index ab847cb5ea2afba3a9a6fff7443c3fa78223b15d..712fc8ac145be2efad7b6ae876e4da4a0a43ac3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2016 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
index bbbb84ac30c5d136e1f6a1bac7b43bdf244c9427..5eda65cfbb048105a697c5eaca64387454642fd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 4d71afda7e73b6cacbe882af17bd36d0b53f2b70..dcdd321c6688cda6da783d0812edaa58570224da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2002-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
index 8334b81fd4a4e0555a54f80da556185603b051ee..0c0a590f0c6ab1504bc4295e8c719b3b58b99b6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index a197cdc5f2679ff1b628c3a4dace46a91c845ff0..9eb8384fdeb2810e954e61e241331c3366186ec9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-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
index 45f23252e1dd1553b15708923ebf3729740a805e..c200b823041b029a54a70e5035717aea61fc12ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2016 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
index dd5a58529f6c8408437ef97a8659cae59589b9b6..916fcbfbe190b10d8e2bbb1162b23f732b74112a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-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
index 1833b15ebea2929179dac0f360e95c06e0af0268..07110d8502a4e79175d8c439c51c4d05e16155bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
index c23b06b4412609e01a87a6f9661c52846f9fcc8f..0838c55e4897495a9f6b9ee08072b1ef0fab7d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-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
index 5237794d8f37d34b88a989be5b1fc232e35ae028..ac1f65a51a7514638134a4184b7ac8ef55299c62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index d8e2781f9c539a0592cfe48c1d45bf72536089f4..e9466b29f1d7bfd3139f038e6cd3642780d2ebd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 116792f7d2ce8a8c6a0ecbf4e2530e5037452055..984c7f205056c721602a94b971c3dff2796e32f7 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
index 59df0f73b61d9cfea10775f51b369065d25332fe..0a4def6e2bf62d4d68eb6b961d0cd646178845cc 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-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
index 8fdd76b84fdb3f52ca73dffb3416092729b52b09..0c6fc665bf4612bccf0a555873a1c658caf5b6bb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-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
index d515dab81156589614f7b10bf99a8180840cd241..0867f994ea50f5e2221687a5aee8f29505a1e2cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 7f8bc1c163dbbd07a56ade941fdd6c699d002d95..0ec346c125ade10edcdf468a1bf731a6645fdb05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index decad65a18a632f320d9c713678bd2df92bf4162..64a5d20872e446e476962309afd208688796c516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index cde3090dab69928edcf79cababfc2a848424a6b7..b538fadcb10caebf926560597d66e3fbd952146a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 2be3c865a0ee7e396c561df38e8c3e453cdd8ac3..7ade1b3d2173219e40d38982c5483b3213675fbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 27c6df4f9bdd91ba7b0256620fe1001f94343255..9deaf5c6188ca73e4a3e8a06b7393fc501d84382 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index 7c41da2fe175e569253deabb0ef634fdd7a7891e..b95483341e2003f35809c98f22a7b77a60ceec37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 6a9bccfe33a2866aae5394695c564747b15e642e..c1917bb86a6b81c8ce0e62f572bb1463b2b8a82a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index f80fc064bdc2b09e7023dd215167825ebb601c1b..5a88817b4aa91c4e9f506caae257b1ea7ec086a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index 729622b814605a3e4712a9153b418a1027203582..31379c0f6b995315efb2d6fa2f9fa58e65061131 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index 0fc84f301a5ca2a6c605f3f9b8c612ec079479c0..e851d7ab8b569dc71703bbc61324fbadc82f3a25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index e402b8eec803c3811f2b697103c31d4c366fad50..355abe5398059b1d9bbed56a013742c88cebad86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2017, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 479f25891b63b930ac3b350bf9c320b6369d6d38..cffe5cfc16507e21091120cbb2463397be31d70a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014-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
index 119361d4d86293f1515ed3ccf37e3240006f2120..67243f2228016621f982ff50c797c088904455ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 2e9f893ec2699acbba0afc88d75aa9619335b443..1124e9c24b2a21f8922c5c3cfe92af3d34f17af3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index d8bcdcaa4aef31e91ff10894f141120bf6afa67e..9573680f0f15a2ffd9620825878575046956d453 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index 0125aae03efad6af167dc943de7e36b67b5cd422..6f31e019ea219d044005943a6569df6a73763eae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index 1638de4c32556467a9242deb70beac4f545fd39a..b53c2b03c39ec4625f0439a8c2e61c51edcca724 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 8f79232988d7996e3633e33b8326bd6b79a79616..678224acd5d5ef3f3da4b8ffc1433584d3103c26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 9d8c98835ccd757fdd410620628029f166c1fbe7..dcc23f7d7dbe403356328382a3ab7a5e8398df61 100644 (file)
@@ -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
index 654d9e9d76c4e2cb33f576b2afd7bfe21c1d821c..a614c99c22ce28b2fe0db3c5cfe2a6fab19b5550 100644 (file)
@@ -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
index 33ef9bbb206d5b9b1d60a7d3ee89a55e477663f1..739ac01807a07a413f56f6d9bfcbcc3381b2b25f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-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
index 0bde5ee77c77e05e7b35dfc41adbd26ea41dcb30..f8380f2e9cfa9fb48e78e158e1bc45b32be45f4b 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2005-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
index 3ad86643498719437ddab98ebbafc1a8edb23bbb..422dfc398fabc1bc8174d01e2fa7268c1ada0c6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
index 7b76909f026cb5b6af8dbb33c86967c8fdd78386..88db0f2dc4f9f963a6e6f715f85174302516c08b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index 02e529c044c2691b75b9dbda8f48e4b62fff59cd..88d1d66324e3ad561ef9e993df1d11b66ec26372 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index ba4b505925d84f7d0f53ff54266aadb8b1bd0cac..16b76431d1bd3c5881cd613277c5ee872ea290f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 88394b0a76b963fde1b7356b48f232cb08a8a10f..342ad7f18aa7152ef17955600c447dcb19f91e7b 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
index b9927dad9f73834b2907e121392c9b4d94d5c58b..4111f339dae4f6d206aebe3e52e80d305ec7323a 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2009-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
index e1e1c23740fe205b28fef44c391006b0638d65ef..d581777eec9bd2a55507e4ec07347ca16cd43cfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index a1134f1d48096e196381ebc4b3c19bbf5e37cea5..d07c0d6f852b999da6b2186aa203f0d5bf65bef5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 97ae12dfbdfcd498bac43e87bd234eba3cd40388..286d0a42de0f04f2c19c865989fb99f3ddf80d03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
index 97c43ef684c672b914242992700858f5e47bb19f..ac2950d97c2b30283492403f8702e301cdbaebe3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
index 58c44d8ac80abfe07b2f21f281e6344d20371ade..3bce19be9ea409972b178c7ed33c602ac6b6abb3 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2017-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
index 88f4f2e4be1b269c7207582dfa2719874d454ef4..b001be16a23cd1fd5d37a0ea6a665326bc668112 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2009-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
index 509aa2c547789925dc6f3de581b07b888b39830c..edcfc31278e376612f60839f9464c2f2c113e2e0 100644 (file)
@@ -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
index 872c27fbc249f32f5bcf8f6160d17e650e3a18aa..0b4c5674d9df3051957f0d1b0769a78b7e5a7318 100644 (file)
@@ -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
index d9933f0fec96af04c1fb418e622e1f301711f1c2..59eb320ab6ed93f36bf32bbdb62d6c41cb6bb4df 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2009-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
index e2352fc73043ec34ae51e0c49d577b73a2635a36..ff84a29f821520113f76b7274c52a03425afbf33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index b2bfee32b562ec5ef5942356dd43a15d095f0c23..f7ae2610b3607d80997dfa166d64060ad90ed5fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-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
index d2b0a8af633146ed53f40c28f670342ad1050325..d749af4d590a6c020b9e94c6ce6b81ef5932f21e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index e11e51b6e08a7c20be2791e8c9e25125fbcf57df..97c1cbc20fed14c272bda9a3b99f8e20976e2216 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index 61c16381b91dcc30f1987dfb49e6c86ce5366db6..7fd6ef17dbee0e0587889e0e9c844484a73f3d24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 29f46001d6b9e36b98b48ef8a4dd3663b66c870d..58f2bf62ddf3001a99974fdf45dc06b45a636ed8 100644 (file)
@@ -133,7 +133,7 @@ L<crl2pkcs7(1)>, L<ca(1)>, L<x509(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index a4dcc561d6cd833a7d49583806f5555158b909e4..fb6cbf122aec7af577755d143c7660460edab095 100644 (file)
@@ -172,7 +172,7 @@ L<genrsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 1cbd3f47cb16912a0974829171071b7493e3477a..b2580b4f03786967b92da252b093e0eec69226b3 100644 (file)
@@ -91,7 +91,7 @@ L<rsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 638debaa91f22b7f532743f23eb1efc40e7d8d0a..a9c994ffb18a39d6581385a4bb2f7b21702ec835 100644 (file)
@@ -118,7 +118,7 @@ L<gendsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index bdfba2a0614ea238a673a6f4ca990bf3bde82a51..c5760fe76eae87dc949c825a24a8d4a50ac0b7c1 100644 (file)
@@ -122,7 +122,7 @@ This can be used with a subsequent B<-rand> flag.
 
 =head1 COPYRIGHT
 
-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
index 651011503cb5a52bb23e752d9545a3fda2a912e4..9c923b87c939971742ec645827c717259750dde9 100644 (file)
@@ -309,7 +309,7 @@ The B<-iter> option was added to OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 51f3ec4494b2a6aabcd286bcda582b5d966a0b50..113cd9b6c985ea6cf1a81bcdc5e1652362921035 100644 (file)
@@ -687,7 +687,7 @@ L<x509v3_config(5)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 0280d07d4dd2403cc1dd8421dba31f68b8b76678..14a8fb1e2989240f0fef78ca1e9410b47cf09dc6 100644 (file)
@@ -210,7 +210,7 @@ L<gendsa(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 99aa85820c75f8411769d2966a3fb3eb9dc3de4d..1f7a1e8670cf87bd60e25f489608534c9ddf7db6 100644 (file)
@@ -156,7 +156,7 @@ L<ciphers(1)>, L<s_server(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 9ad03c12304576e8282ff2fb825656000fe1020a..655f1358074a1b6db2e479cb289d8f3b11048c9f 100644 (file)
@@ -145,7 +145,7 @@ L<ca(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 3ec6e0d96da10553216ae09c8affdd07926cdc1d..eeccaf674c1a41805aafb09d0c6b6508f07e2204 100644 (file)
@@ -664,7 +664,7 @@ L<config(5)>
 
 =head1 COPYRIGHT
 
-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
index 7ed1cca891ec85676a3ea30439dd10f60d725573..d0a6a3c810a164778d04f2d06f452ea294b0c065 100644 (file)
@@ -123,7 +123,7 @@ were added to OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-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
index 3829112e43c2cea017d60b45e6c9d090071cc011..23cdc9b684a68f32306948969c2e5669663f96cc 100644 (file)
@@ -158,7 +158,7 @@ L<BIO_set_close(3)>, L<BIO_get_close(3)>
 
 =head1 COPYRIGHT
 
-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
index 5da1ffd10dfba516be09f9a8af9300aef8a7e960..b3cbc8cb665cb2def3872883005a7a7d91e55f38 100644 (file)
@@ -106,7 +106,7 @@ L<BN_num_bytes(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index ed17d3d3fe507f37287d7635b4983d14e98f151e..b505841832ec6e3a1fa2c0c923766c22b502cde1 100644 (file)
@@ -202,7 +202,7 @@ and BN_GENCB_get_arg() were added in OpenSSL 1.1.0
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 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
index 2a722cea8289eb5c56755ce46b38429164b994f9..1eee494927f527656ff5954c186b38fb317cf7f1 100644 (file)
@@ -134,7 +134,7 @@ L<EC_GFp_simple_method(3)>, L<d2i_ECPKParameters(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2013-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2013-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
index 6113115aec1b3b0bcb6a3fa49efd7f31b6690627..da76677044c28064d1293b32bee492d59f2b376a 100644 (file)
@@ -41,7 +41,7 @@ This function was first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 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
index 079e3a61127f450182a1b9894584df9474e26fa9..35f7d35e99764cc4b0a1ee1b184cd05baedcadd4 100644 (file)
@@ -189,7 +189,7 @@ L<OCSP_sendreq_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-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
index 29be37b85a65451e58f71edab388f5efc538bdd7..d07834151eb70715159bd4b4e8cefd1bc097bc37 100644 (file)
@@ -209,7 +209,7 @@ L<SSL_CTX_set_min_proto_version(3)>, L<ssl(7)>, L<SSL_set_connect_state(3)>
 
 =head1 COPYRIGHT
 
-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
index 958d735ed3569182e650455c4e3d8cb17cb2e37f..618bd73e0420e4ebea370d61c082fc2d756441a3 100644 (file)
@@ -82,7 +82,7 @@ L<SSL_CTX_load_verify_locations(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-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
index e6de16606ca41634f70cc7a63d3af110b559cb6d..8f8edcf05420c093524c0efd1f0ccaaa03e0962a 100644 (file)
@@ -128,7 +128,7 @@ SSL_MODE_ASYNC was first added to OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-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
index f2731a0db1b81c1fe3319606838fd2c5420710a3..137e251b9585c95d3ef2d35c3b10af01bee82b8f 100644 (file)
@@ -64,7 +64,7 @@ L<ssl(7)>, L<SSL_pending(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-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
index 5d6bb32f5967ff6137a506d4bb10cfa28483e983..84c9ac173b5c3ced8e3cdc85dbc293fe2826daa2 100644 (file)
@@ -46,7 +46,7 @@ SSL_SESSION_set_protocol_version() was first added to OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-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
index dd9db40c79aad397833e1d7bc5e2a383d39d49cc..4de36cc78784872ecc7202b6b91da46f84ec470b 100644 (file)
@@ -84,7 +84,7 @@ L<ssl(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-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
index ac81b27fc775fa61d54df3a92e5746d6db5b84a6..ce6ab61f5e118ee5af189e609d2ebdfcade9914e 100644 (file)
@@ -37,7 +37,7 @@ L<ssl(7)>, L<SSL_get_peer_certificate(3)>,
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-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
index 9de3f0946f41dff5607db76c75c5d055470c0911..668a2a58ecfbe0a98e93d04efdf6bdc28ac5378b 100644 (file)
@@ -78,7 +78,7 @@ L<ssl(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-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
index d8467a974c426f73d910ae9f4e880bf626704222..0760f7ec405994ba5c9d867ec4b25ec0d668a1bd 100644 (file)
@@ -100,7 +100,7 @@ L<SSL_read_early_data(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-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
index b1b20020e222ec9450fad2d21350d547f3bb5365..e671b8eb794a159884acc5b603e0b4530d4bb7db 100644 (file)
@@ -142,7 +142,7 @@ L<ssl(7)>, L<bio(7)>
 
 =head1 COPYRIGHT
 
-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
index d52844281fc703b05569ff32189bc0048a578d0b..4dffd1fefc8af5d4e4847a1bbde00b8704e1b2d1 100644 (file)
@@ -118,7 +118,7 @@ L<ssl(7)>, L<bio(7)>
 
 =head1 COPYRIGHT
 
-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
index 36b89a661617bcf9272221ea871f464596666bab..9322c37dbb6ab33361d8373a9543f50b24cf5f0c 100644 (file)
@@ -57,7 +57,7 @@ L<EVP_sha1(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-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
index 43944abc42c39f28cc9633f8a3c7da1ff18d619f..f6b1f169810e43b5b5b50e8295ce1d508bdf9455 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 License.  You can obtain a copy
index fa2acc3fdda4b16177264d3e7ff625ab70ea8bde..b21f875312b51cb946afff6a542538623adfe19f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
index a262209c0e28100e32f4f95cdee4998546a34abe..7ce609ca6a033be31ba44462d358d33b342f07fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL licenses, (the "License");
  * you may not use this file except in compliance with the License.
index 928e0e14918c6c59f8d777620eaed733c24fe373..54d67de202db882bb0e1fca5b5c583bc99044986 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL licenses, (the "License");
  * you may not use this file except in compliance with the License.
index db8c8b99acfc05ac5ed48736d7bd100183d55bc9..2d392ac886aeb37bb0afd30b480fbd59ed7990f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL licenses, (the "License");
  * you may not use this file except in compliance with the License.
index 23a9c3b4744666d81dd104b15b9a0ddd58d832bc..dc1e72508ace59b74c9dc87b3a78d49707b3209d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-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
index 3e67d5053a1510a11cecf053749e5775dbcd69fb..eb5f7d53c7d6fb0fab977b7111cf0cd316789f1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
index f8926877d8387fd90343af9c2924e2d7317b8641..e7b55e0c18b3aad5329f0499f21d94370d9d0dfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 License.  You can obtain a copy
index 3a03562ed36c0fd6081f8194d5687ff30bd1b14e..39ca0ba575615a147ced9edf4ad5a777f7d76fb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index fd32a640112aa39a56946b931967b8010c3ee8a7..860360b8b2317a6c6f0813e3e300b360ab3f3327 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 38313d58fa248f385ef079641a33602fb2393a90..63278040b60650ac89b4866e6c7241da0c5b6005 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-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
index fce64e6bb5b91a90d48f6383bb6732f01244a546..4f05d237ba5d3e7d9d1e43b1075207510b579900 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL licenses, (the "License");
  * you may not use this file except in compliance with the License.
index 7f40ea37e2dc556dd7482556bac9642ed99f5d7c..3203d976be7683626f8a1f96dc8bcf2d1d27ac8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-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
index d2c4563266636ab17e05bb9a14dc485706a475e9..4a12b765eadea1b4f1ca7085dd14be02f8f66233 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2017-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
index c8f61cca2187e913c56c543f6e6efa658d1fd8c1..6ef06af11b3f10c460766075d7e2781db320ab16 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-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
index b6d233548f23f671a7fe2079a721455306ae4197..17a98dc9d151312472ab7b1570853b6f2165b641 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-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
index d8e11e2505647bf6072a7a256a3f2e39a7bf6b0a..da0eadad25ed6e8349b359614234467ff63b04e7 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-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
index 422d8b35fbc6030de6b724c0f67685813ea61aa9..d117455052f5cc45ea818b9c7f049c4411fed23e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2001-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
index e941a465c979561b84f23f06126adb55acefd76b..6864070b37558f7fcf2f579fad16f31660549bd1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2001-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
index e6448aa88dcad787f2a4bfe9ac8116723ac30719..2eff92aa5f175e5c9fd9829a64758df57cacc297 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 # Copyright 2017 BaishanCloud. All rights reserved.
 #
 # Licensed under the OpenSSL license (the "License").  You may not use
index 0aaf3f456f97b66fb7342165736ce7a08f92e052..204c01c244f5ca60aa247fe460cb8758fb374b0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 2795abb546f6b22bbc2aa1e2e802e1f6d5a6db90..37c4b8f9d829a3de1bce388b3a4dbd422bb20ac3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-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
index 6272baec189d4d6fd4602185e51e872afeab57a6..1a73bf006ee670a147c0b0d5781f77da516ca67e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2017 BaishanCloud. All rights reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index 09907347f17204b4305f056625ec2b9bb2cdad1c..6e9914c48d8885f1f50e3254ea8e149ba80f8451 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-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
index 232c778b3413bbb90fd89dd1e0c5e4f50a08b41a..84f2faab058bd58683ee7c44da85f995ec5bc670 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
index fc5638ddf0db7e686d729a9bd4fe454e947246ee..242365033fc4c0240b7ceabf49c4f55fcfa5b0ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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