Copyright year updates
authorMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:20:46 +0000 (13:20 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jan 2024 13:20:46 +0000 (13:20 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes

70 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/ciphers/cipher_sm4_ccm.c
providers/implementations/ciphers/cipher_sm4_gcm.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/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh
test/siphash_internal_test.c

index f80628d2a2970cf1af8cc7347e0fc48779fb1ca0..290b5a483c366794a28eb1a1e6b58f2aa9b22984 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 cc7acd8154a60629338a3eb36154a016f5992ef4..c917736e69850674be73774ddce47daa0f938c5e 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 3f372f14a7d856e83756bda261e9626b4d95bffe..1ff85c33c1681eb043ee71c5d154da68f3ce7eba 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 94c0a53e7440f88317d40334bd4858dd1b2cf016..bda47953629a56ef41762b2308344e2e9c05960b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2022 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 5e7ce3de50bb6649199bbbf5ffaec8d90b8260c1..e9af3e12c14656ece3eaa1ab7ebd8f6e44d06b19 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 40a3eef93cd10f1ae692402807c5f4d07a0764ea..fd2b60b533c94cc89131ea7e52f4503df95909ca 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 d6139300d3c60abb18bc015fc8cc4c1f2a2a4249..836a29a565be6e29d390135632f2afccbfa19fd3 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 d3eefccb8bfa247d1c9533d7704a7183c73a1359..cb72a69f123ab9a1198a9507bf887d0b2c686719 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 f6b2e3eb01514a3cc247d4c125220eb5dcafc127..849364e2aae7001a0db03bfb9025826561d1c6d8 100644 (file)
@@ -396,7 +396,7 @@ deprecated in 3.0.
 
 =head1 COPYRIGHT
 
-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
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 0332b5627a8b012b7189cab6c0b87601454fc391..f63b05014e5b752d7127e1b1bf8b9734f6921998 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2022 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 edbeaeb8498d38eb7c228d9c3470f362a73e9763..a06c4f63352a062ee03d54097bc5a8688289881a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2022 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 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 3f7386a27bdd1b185766bab936e700aabe912e13..fe3044c307a36b1a1e904417b136b42a62e2b8fd 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 9fd76acb5022f996a5aa92b7daa3b3400a99f4c4..4bcb714837c15de69f432e909644f194ee0a4f59 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 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 e6627e9d2a40c1e5672cee26ece7f9f1240bcb3c..30110fea1dc4b794083145c445b5e0bf86dffaa2 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 35afa364d500238cd288a791fdcbb4f94fb89235..ce4772fc20dcea3faab950dee0161c931fd1902c 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 24c21ae1de7078cf38846fa073251f935997e704..1d6dbafe4b61076bff069344d200e8d3d0ef5800 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 1f42959529e91267e080d9cb114d48b6191533bb..16f486bcc29d5c91a20ff3a663e53c561ab64606 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 10f09466a33490f97b09ee16ce27bf7cb8f3ec15..4d972b79e6f1fa998cbcb7224f7c10bfbc4c22ca 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 a4b17ddf8f6572d0c5f7ff228fa0511c0512fab3..cd3c836c7ec77df8be0d3877b1460c9d3519d1f4 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.
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 16726e1a6785bafefb24d7fef6703a1cf5affae1..d7301748160f9119a7670eb782f8c969777d5521 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 be27dc7169d12af937c564fba280389e89d58bba..dfc902992fae1603ccd7fe68b60ceb0d500a6467 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2021-2022 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 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