]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authorMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:26:54 +0000 (13:26 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:26:54 +0000 (13:26 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes

67 files changed:
.github/workflows/ci.yml
README.md
apps/req.c
apps/s_server.c
crypto/asn1/asn_mstbl.c
crypto/cms/cms_att.c
crypto/ec/ecx_backend.c
crypto/evp/e_aes.c
crypto/evp/evp_fetch.c
crypto/objects/obj_dat.c
crypto/params_from_text.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs7/pk7_mime.c
crypto/poly1305/asm/poly1305-ppc.pl
crypto/rsa/rsa_sp800_56b_check.c
crypto/x509/v3_addr.c
crypto/x509/v3_asid.c
crypto/x509/v3_crld.c
crypto/x509/v3_ist.c
crypto/x509/v3_sxnet.c
crypto/x509/x509_att.c
crypto/x509/x509_req.c
doc/man3/CMS_signed_get_attr.pod
doc/man3/EVP_MAC.pod
doc/man3/EVP_PKEY_get_attr.pod
doc/man3/PKCS12_create.pod
doc/man3/SSL_get_error.pod
doc/man3/SSL_get_peer_certificate.pod
doc/man3/X509_ATTRIBUTE.pod
doc/man3/X509_REQ_get_attr.pod
doc/man3/X509_REQ_get_extensions.pod
doc/man3/X509_dup.pod
doc/man7/provider-keymgmt.pod
include/crypto/x509.h
providers/implementations/ciphers/cipher_aes.h
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_aes_ccm.c
providers/implementations/ciphers/cipher_aes_gcm.c
providers/implementations/ciphers/cipher_aes_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_aria_ccm.c
providers/implementations/ciphers/cipher_aria_gcm.c
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/digests/blake2b_prov.c
providers/implementations/digests/blake2s_prov.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/include/prov/ciphercommon_aead.h
providers/implementations/kdfs/pbkdf1.c
ssl/record/rec_layer_s3.c
test/asn1_stable_parse_test.c
test/evp_extra_test.c
test/evp_extra_test2.c
test/evp_kdf_test.c
test/evp_pkey_provided_test.c
test/evp_test.c
test/params_test.c
test/recipes/04-test_asn1_stable_parse.t
test/recipes/15-test_gensm2.t
test/recipes/25-test_req.t
test/recipes/25-test_x509.t
test/recipes/80-test_pkcs12.t
test/recipes/91-test_pkey_check.t
test/recipes/95-test_external_gost_engine_data/gost_engine.sh
test/siphash_internal_test.c

index 0f7b8eca5c89d0beb79ba028cea021043e1775ab..ed5ffde0898adac24fd34e9db8b781b87234d5c5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index b848d050132aaed2cf2a8b0a40aad1e11f53245a..5184a461bb17cd5d62b8ba37cf4cd724ce873a71 100644 (file)
--- a/README.md
+++ b/README.md
@@ -166,7 +166,7 @@ attempting to develop or distribute cryptographic code.
 Copyright
 =========
 
-Copyright (c) 1998-2023 The OpenSSL Project
+Copyright (c) 1998-2024 The OpenSSL Project
 
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
index a201e36746db3008a7e94da5f96b42c9e273d73c..c7d4c7822cda91f601a11278519b9f1274de63ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4a4d7c25b50f3e9e274fe6cf2b40da9d4e4a4b5d..3c3b209d62de1fe20b8ed7185a553992a126228f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 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 cc58c193cd7802dafd08d80d9fd4f667a74bea5b..1208d5663d250ff5257aac85271007b423c430c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2012-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 6c7fb349f52b6aac6f4230c0354ae225e49c4256..64acda72630afe227026221a10bb5fec6ecdb7e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 142569aba4884092da6794f3a1edf3736dbee7bc..e42767d6bf0fb4de1ab2bc5baa2904c6f0f684fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1d3125a442d2701e50c941fd1853cfbcd193c969..949de68077ec6347550e33c6c3cd45022b800136 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index a1d58ee6a01325b80c4a5447ed8fba7f8400e580..6eeafd948ea1801d48442b4dec5684948f6a923c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index d7e55d0e06bb439765f07a97c32652a4f7ec39ae..dc501cbb8b227358da7780db0dcdfcb8b45e76a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3fe65af3c51fa17d830b65cd668bffd19eba6c98..a323bf2616ad3d11c702e5df8fa2aa10c7afd803 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2019, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 80ce31b3bca66e605c93783b4c85172a130abbcd..66dcf92ca11ecbc96318aa52c215155bf802a1e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 68ff54d0e90ee3095257ddaa8bd86fc264528fc9..f8a6d33ddfaecd9c0f12b8100e63f2b3722792b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1e5b5495991a4b0fb29304075f8e47fbe01e590a..dfcfcf6ae6775143ce831c5f3e5468dd02ffdb65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 8228315eeaa3a3e3b0f40283f030eb0d6f7e3744..d23f7a869f9f56af265a4079793f6e4927367e33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 2e601bb9c24be73013d18e8982e4a65a5e4b92f3..9f9b27cac3362b68e6a3f7e18954281f19162b2a 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index bcbdd24fb8199564aa8927a7afaa49d25800ef9a..df81397f5478f6f508b940f8f9db53be1fb6ccd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2018-2019, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 1340dbe5d2f3d9c417d748a3a3014bbc0eadbfcb..4930f33124222f22b4983072fe5d33fa24518e84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4d4c8d32515c241108f444762a7734e1e8e567f6..c2b6f8a660dfcd82b3a5a75bbfa513cba1546af8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 2db7294217b10ff9f2a09413cdb2eaa93fb7b526..07c8379d352195b26863020cba7e2136f88ca960 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 60cf678c680b5b3043bf309cf5c61f01e4bea98f..96c40a3961a23d1690e9ae36917b6b6d967f00f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 0ad2a3f939d5dee32a965fea976e076c392358e6..70f5db636c4b7fc863791ce5622e804b02446d39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 8614d3b86db96fcc30eca4575c59f6eeca845b86..6a541d7980a3a6e26ed2a4167bd099a6d5da40e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 8f3d46b134f23637691e0b285030a1d105695469..0434fbbc6b7007e594cbcb4718f7157a68f64430 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 833cfc441b935f0a9ebd467b6a4661a4748ad035..3ed904ef8a259fba472ea057469d58235c445de9 100644 (file)
@@ -204,7 +204,7 @@ L<X509_ATTRIBUTE(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 762c0175ff131aa71a2e56025b3696801d0684ab..d1281dfcbd03422b8158d536090d47dfc9f4536a 100644 (file)
@@ -491,7 +491,7 @@ These functions were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 101677422c3c20e2ba36c68be9a4cb6ccffcc96c..30477b8748011036c172cf43a3e108ee6fb1b529 100644 (file)
@@ -103,7 +103,7 @@ L<X509_ATTRIBUTE(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 9d5403113aea1f64acb5c53cfaf066a76667a1c4..7048f13185764cd63fc5f1da947e7bb9bdfdce8a 100644 (file)
@@ -107,7 +107,7 @@ standards.
 
 =head1 COPYRIGHT
 
-Copyright 2002-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index e60902a85c1d9c3011f6149a85f8aa80e804e9b2..e5a507217ed4418d81fd3b405943d73be596c73d 100644 (file)
@@ -182,7 +182,7 @@ The SSL_ERROR_WANT_CLIENT_HELLO_CB error code was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 7885188eedb26428673f06029a187d6307d0a17a..1897a43ebe7a6f9e09027487adcc2a7e1c9ec0a2 100644 (file)
@@ -74,7 +74,7 @@ SSL_get_peer_certificate() was deprecated in 3.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 1eacf3ee3d9279f88af6aa757755196d6c8ce1ca..f2f7597d0bf8348783f77511228ebe751e90b7f8 100644 (file)
@@ -253,7 +253,7 @@ L<PKCS8_pkey_get0_attrs(3)>,
 
 =head1 COPYRIGHT
 
-Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index a85d8399b0dafcc3802727138a02ca4e5af0dc3d..f2217bd537324aa6a561e0988f5824a824056b17 100644 (file)
@@ -101,7 +101,7 @@ L<X509_ATTRIBUTE(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 7a3932c3d62aafe18a885e5687ea176478939678..00ab1e3cfb41a8ccff04375d12c1c1f6edd8a082 100644 (file)
@@ -40,7 +40,7 @@ return 1 on success, 0 on error.
 
 =head1 COPYRIGHT
 
-Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index d7ff6ede9ffe54fd90f2ccf874ea46bf4c5092e0..849364e2aae7001a0db03bfb9025826561d1c6d8 100644 (file)
@@ -396,7 +396,7 @@ deprecated in 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 57722bff8816ecd691c5f69fe02870b6717087dc..498ad9c4e1079a0e55197a223f7d898efc562f02 100644 (file)
@@ -442,7 +442,7 @@ The KEYMGMT interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 6e79f1f288502ee3ad24815fd706bf71214906b0..850e15759a2caedf63c96218523429ee6e421ead 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 86a30ab145fc324f5c57c75444d4e0b1623c7e73..c62ac5e7eaeb13d97c6717c00a6048e881cb6974 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index e9a9a2a54c02085ac6755fec809f7674d0c59431..6e044576fe95fc8d8984bee804ccf79d1e6090d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3930f52d60650e5ab4ab8adf0771c465f9094f48..1aa788b2b34b3cc1f0d8e167942c2d2824179f17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index edc3cc262ef958133f4d50b0aa9ce6e5e0544c80..3dce743e8409c341803e724b34d42640c61f0868 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 0939b147e64cb420a7b6e3866dfff9a67e28f4b3..6c4a4cc99511275cf9e4e588177c5871d50537e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 945bdc5a18339fb012c6e0afe9175da82b98505a..d44002fa69d9dfa6dfc6e3c9cbd1e3cb8b842fc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 5fae5934698a2d7a43ec43a156c8386623a0a94e..9f0e1dc20a69bc62f3ad2e2964fbb6aeeb0c3472 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index f9eb64cc194f6f1b5a307adaca2d166bd4ce4ec2..21c28cd56d9b21efe4cddbabfd8f281a714c46fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 2b271b1d9498536ec383898cc3eaa2a3b3872598..28ba0fee43d3ea7c4929226a2a2677b019d13bd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 9e99f462ecf2893ec6c0bc3cdf5410a67435a7c4..c1325c12c2aa392cd7ade8a547f794d0885dca6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index c7bfbab1f6cf2342c56efc855e9e72b65dc2189a..44e0740745e8b192202bfd1263355c49a574fe2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index e43f78aaa73819fef93eb4ead7cb62bacd50e3ed..72cab1e9a12e8fdadfc99d1a0f10e2bc26d1e5f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 6ca49a78e24c850630e25012a6cc39863392cabc..1430c330cf0b0912320c0d8aaa70b0e30a91e3a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index de3dd52ee7c451c74517e8b4cc6fe7e7cab2751a..4a5329e98406ff24ee8a8ab6c445cd6ff67f6dea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3ed771aa8f4a93519f49413d085661d6330e45a0..a3d7cf5175ae45b6762b631593d061b0e8dbf873 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index b3be80e341f7fa2fde96361a4f1294b9558434b2..4bcffcc41e3649fe030aef5be75c0afbf5cbdba3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 491e575edd2a05518263b675746a3cb7cfedc400..2cda581afc5a1f4f0b363fcfd4d66d1708ee7d69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index e14c93d5344f6f5f79508ce5b41fd034a26c83c8..6b484f8711ce6568a8327e265cb0d0373b38997d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index a373d9fe0fe8008f7542a2277b10d2fc1a84e0a2..06a6683ef9b77ece3f00f36f0874ef764a58f32e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 656b2ab7ff048e4fcb3723ce8e593bfc94ad36da..8f35900bdd8b18685d755d7ff47dd9e3faf6c2fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2018-2020, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 1c25ecf07afb9b8fa12caa1aa2b401de6a16aa40..27f90e42a7c1c3c72b558e4bfe20402064de6544 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 5f2652df8686131d242ef714894a19e1382decec..782841a69258b03f0a1825b3c6f633dbfa1c6cec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3df1669812df3ce3c1bd4f399f6c6218c632ae61..5d19f0304e6c10dd739f0eb30367507876f5f240 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a6fe6a3d8fe42c4f1ea14de05da500586d376f48..0f553443991f586de601d91535b58362185b0a5c 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 1c4c01a248894bfe10d6d1eeb6b47dd408b5da53..5c655b3d1358c2da0b3c2a67ba60ed908627719c 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index c63b786de7914091cb967591e983a0ed924d8687..fe02d29c634f2f0869b6b8f3baf5036c6bda78d7 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index b491acb1da65319c9e16077428f4f45306e947b3..8092f7b7154926fad1f8d2896f3dd32ef7be01bd 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index b2c376249646d81d1e2bb9ff99d5bd2bfd9621d3..4c5bb5744b8c59bca420a47e968cb090d40933d9 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index f8088df14d36c8d6f324fca65b082e7892b24a15..93369777a949eae4f96c60effc54a6513aadfbbc 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2017-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 1a72a4bc2e72e8b2925006e5f42c2e45321fb879..54ebd5796c33b0ec5cd345f77596b99d94a0140a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 3ab1677d2d0abd3476abc6023ee96ac853daffc7..7d1c6be9e846b9515d0a9abe4103393a375df9ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy