Copyright update of more files that have changed this year
authorRichard Levitte <levitte@openssl.org>
Fri, 19 Jan 2018 09:49:22 +0000 (10:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Jan 2018 12:34:03 +0000 (13:34 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5110)

47 files changed:
Configure
apps/opt.c
apps/progs.pl
apps/s_client.c
apps/s_socket.c
apps/speed.c
crypto/async/arch/async_posix.h
crypto/bio/bss_log.c
crypto/bn/bn_lib.c
crypto/bn/bn_mont.c
crypto/cryptlib.c
crypto/des/asm/des_enc.m4
crypto/ec/curve25519.c
crypto/ec/ec_asn1.c
crypto/ec/ec_err.c
crypto/engine/eng_list.c
crypto/err/openssl.txt
crypto/init.c
crypto/mem.c
crypto/mem_sec.c
crypto/modes/modes_lcl.h
crypto/perlasm/x86nasm.pl
crypto/rand/rand_err.c
doc/man3/EVP_PKEY_decrypt.pod
doc/man3/EVP_PKEY_derive.pod
doc/man3/EVP_PKEY_keygen.pod
doc/man3/EVP_PKEY_verify.pod
doc/man3/EVP_PKEY_verify_recover.pod
doc/man3/OPENSSL_Applink.pod
doc/man3/OPENSSL_ia32cap.pod
doc/man3/SSL_CTX_dane_enable.pod
doc/man3/SSL_CTX_set_options.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
engines/e_dasync.c
include/openssl/e_os2.h
include/openssl/ec.h
include/openssl/ecerr.h
include/openssl/randerr.h
ssl/record/ssl3_record.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
test/drbgtest.c
test/recipes/80-test_ssl_old.t
test/ssl-tests/13-fragmentation.conf.in
util/find-doc-nits
util/perl/TLSProxy/Proxy.pm

index 67e59a252daa0c61805fc6b41898033eb2ceee81..b2834e3f3bbfba689e376ac5391352209a2c2057 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # -*- mode: perl; -*-
-# 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 6f566a7a30aea7ef225a062d74ada077e24479da..a9d163a4805b9575ee0f626105555bed1e93f857 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 921d3d19840d274a7652fb6ac3cb608069d1c6ad..f832467b57d845785a7edf0e18c8cc0a8c80e84e 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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
@@ -41,7 +41,7 @@ print <<'EOF';
  * WARNING: do not edit!
  * Generated by apps/progs.pl
  *
- * 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 218accf0f91a6923fe68113326bf44cb86b2fb99..814a52a9349b0c3187d4bc15a9b22fa2c8c2a8d2 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 2005 Nokia. All rights reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index c8f0bb024ad4e9130eed6d7642356d9157f8b5d9..74cf8d28e2cc368ce53b98eb6ef75b1c820de9f5 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 f5a3ca89c06b67c83fe54f2b93109dc69e9b9437..f41acfb1d2cb1d59dabdf72d2e4c0087c6efb92e 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 346581519801a90bae31c7a7c4a4301dfb5cebd3..b07c2cb01beb825e452cbb2964f6599ffe7792d8 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 a1c03270b31431877e2b63941782054f44651888..b04f7bbfd38ef2787b5435bf1e176ecec0b0dc2e 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 fee4063b928f16521daf6be886abda869ef73bf6..b9f19d896843e330f50bc1b1e9994e0b3c01261f 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 adda238b6a3011100d1cc67702f8d1c768a8f091..2119bfa33198a4844fefd94696b077a0717341eb 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 3a2b733f5e58a676505d39dbbcaadbc41e010c25..a4f2fb8035a166ce08fd60209fdd9c51bf7f0423 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-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 4ba91dff1bcb3708b2a15c21355b61fcfc8ff336..4a0d15620c00d94d8e96b8597e43e8778a0eeb75 100644 (file)
@@ -1,4 +1,4 @@
-! 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 f32fc04d6ae9e5ce222ea19fc95c7f22c4f12b19..2c0bd5fcf481e52a9b86287cbc1b1f2714a55077 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 6d72c711f03ce8458f7d13c35e63120b35baaa2a..c7ed01effaa5e7eabab161a9fe80cd6272097585 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 efec5a7112b160502ea9b2a010c00082739cdb5a..588e95c10de9bfc9aedc310d271350d09ca84c32 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 53e138d5cb28da14aa80370f40bae60721521813..bfd91e23c6890f86111aefd56c75965a38721ea3 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 64496627bbdfbe6b1f6377d21b28b12fac947173..b8ca452c8e0ec3bc0e8a853c37a6cc6cfb6a1bb7 100644 (file)
@@ -1,4 +1,4 @@
-# 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 a10b48d435fe1feb3368ae778d8fd40268e0fd39..909775ab540b698c4d399fc49f0c3e7c52fad134 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 920f7999fc77b1140f483bc0384d3f3ced97930f..b3f7a1fa00d897d57cbf72c08c1a70c8dbc3ad3e 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 87c19a1395497283f07f27adc8cdd9e3fc0c391b..afd0c26beacb4fad89c6c80d82afdff5ed6fa3cd 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.
  * Copyright 2004-2014, Akamai Technologies. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index ec3c367c0372c44f5a612bf3c46371a3113d4145..16dcf4e1ea62165277660ba178684fe7ca952bc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 9f52b4ae3fe7c669328742a1d9bcd81d4032c109..4e64dad92d12a3875fe960af4e20e41a064b4309 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 ac70b4a2e01fb3a5a0a8846a8dc095836f73ee39..9eadbf9a678c84e9c9fa4b4788ae59f480a27dd1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 a527580bf83174a6bdf53b65f5b8f343682864cd..2a691a61773b23f50c9c52319c2e438c93cd9238 100644 (file)
@@ -95,7 +95,7 @@ These functions were 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 2aeb62e2022b91341f1ae87b857d10ee0288be3f..8cd0b54740d43e6e3275761228b83ba0a78eff26 100644 (file)
@@ -93,7 +93,7 @@ These functions were 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 3943a0283cc304e1f20d73d877aabe8ab091a507..0b86eaaaa3dbaa0e115838afd7bfc22d7c943721 100644 (file)
@@ -196,7 +196,7 @@ in OpenSSL 1.1.1.
 
 =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 26167835ae016aa56a5dd933bca151eaddcbd0ad..57d7f8cf86f8e6986e9a84d6bc88ac8c98e07661 100644 (file)
@@ -93,7 +93,7 @@ These functions were first added to OpenSSL 1.0.0.
 
 =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 80cc04a21ea70d231c3ad3e8bb4253de3d2877ea..85d76f84ac37f900a4d01ae9d2860a742a33fafa 100644 (file)
@@ -104,7 +104,7 @@ These functions were first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2013-2016 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 5c97d59279af5ff23c194ed4abd1459c98d8d36b..85930786c5f7cf53d5d9f1019d7d1b4dc7980d7e 100644 (file)
@@ -25,7 +25,7 @@ Not available.
 
 =head1 COPYRIGHT
 
-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 b90eb3257c339224e2beee09dba70e06c9f13645..93ee30ae803f9c7287f18c4022d4f0ca0956fab6 100644 (file)
@@ -157,7 +157,7 @@ Not available.
 
 =head1 COPYRIGHT
 
-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 1efe60763c682d67c5632b4b7c2f466a846bc4e6..d767bb296e83b028ff3cca61b162a78096e16fb0 100644 (file)
@@ -372,7 +372,7 @@ These functions were first added to OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-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 2249bc92dc730a24b41d7f4a750a092b06095f16..ba9a95f3a716f2552995efb8139d761437ef7fb3 100644 (file)
@@ -320,7 +320,7 @@ 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 48c2fdfa08c6060de82fb1835799c33d7af72a59..825f7601318d49b0766bdb7101c712691d9777f9 100644 (file)
@@ -351,7 +351,7 @@ OpenSSL 1.1.0, and has no effect.
 
 =head1 COPYRIGHT
 
-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 d6d1b58e1ff044222ea117ba25d779764f8e95c0..b005f421a6604388d16e4da92606d3ebf453d6e8 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 f334863737487585117c672f925488ef9bead508..be0ee200ca30640ecd206c74e82a804621219bc6 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 e157addd8463876b89c4b9533ac0787a87ac3b3a..65800dd4b3e1ff2b35deb10a1a334169f349f76e 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.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
index a1b9ea180e0d50fc069e70f2c266eeaaaf08f989..ae4843946b12353349c90dadb6e1fb1e878250c0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 b136ce87e1a6010ebe910f593c5f1fb02d58443b..50c1a38fd4ee084b4986dce2d2e795fa6dbf47e9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 a08230da4b125b7a38cc8a162fd14a968b6905b5..a806606395e3196bf5838f1cb1e2cf225fb7b584 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 94bff7c28d3f3f6412ad03175cc44b4f1beb330c..d31aeb7783446c13cfd2023c147c63fbddd1dcd7 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
  * Copyright 2005 Nokia. All rights reserved.
  *
index da2e8df2c98e89795c6f9c9e079607e05c21b015..8094e2fde8b050554cf6b11b9d30edfbece1f038 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
  * Copyright 2005 Nokia. All rights reserved.
  *
index b40d9bfe002f98560edd417d78cd5073acb4be66..de73f440a88c99ddd347c7284def1f4f5c4005fa 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
  * Copyright 2005 Nokia. All rights reserved.
  *
index fcb4b2846010e1fccc9a7a35c55d1383694d4b8f..6e916c42cb62fe9f56965fd9c3f382ca82e199e8 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 35bf904184a2fb34d2ad1dda4d76d1314e09a0ea..543ca961350b28e1ad53c09660b88f3cab5df87b 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 98b38273ccf9ccaeef84cac97dcf86cf0263b4df..7c80c431c33e1d74779ee0af14f0976e50efbbd3 100644 (file)
@@ -1,5 +1,5 @@
 # -*- mode: perl; -*-
-# 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 8d580de045f1a8b27f19941af854ca55c32f4d88..860bb9958bd2d8b7d86e0b962009fa2e286d2923 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 ca49b33a36a7f8cffc4bc9ce2f71d315602602dd..0b722c117272fdb517b4d1f555c9bb7fe0c44a10 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