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

71 files changed:
.github/workflows/ci.yml
README.md
apps/req.c
apps/s_server.c
crypto/asn1/a_time.c
crypto/asn1/asn_mstbl.c
crypto/bio/bss_dgram.c
crypto/chacha/asm/chacha-loongarch64.pl
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.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_dup.pod
doc/man7/ossl-guide-libcrypto-introduction.pod
doc/man7/provider-keymgmt.pod
doc/man7/provider-signature.pod
include/crypto/aes_platform.h
include/crypto/x509.h
include/internal/ktls.h
providers/implementations/ciphers/cipher_aes.h
providers/implementations/ciphers/cipher_aes_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_xts_hw.c
providers/implementations/digests/blake2b_prov.c
providers/implementations/digests/blake2s_prov.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/kdfs/pbkdf1.c
ssl/record/methods/tls_common.c
ssl/record/rec_layer_s3.c
test/asn1_stable_parse_test.c
test/asn1_time_test.c
test/evp_extra_test.c
test/evp_extra_test2.c
test/evp_kdf_test.c
test/evp_pkey_provided_test.c
test/params_api_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
test/ssl_old_test.c
test/sslapitest.c

index b3c6717fff597fc492a8b242e8ad9dbc36df3956..85a2286e3c20f2227112c4c4c3d6746c156742e4 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 c3dac35096616694571e74075d0a7456812bbf2e..bf4ae91524991aef05443a46a62a59040f565c96 100644 (file)
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ attempting to develop or distribute cryptographic code.
 Copyright
 =========
 
-Copyright (c) 1998-2023 The OpenSSL Project Authors
+Copyright (c) 1998-2024 The OpenSSL Project Authors
 
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
index 00ef231e1157441490f37af413d5571317c90084..8995453dca7208adb64dc610c75cea5d385e9366 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 b1164d10cc8938b2c31683eb8c985071ebd2f1cc..313b634e64f082c9b8be28bfe6a205ab1b7b4472 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 931e2854d6d34151858f3db0addaac77ca857036..bcf313536edce8c0aad7f72b86685323bdd4e809 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 93c6f61bd95b5189c1a7e6499f16a5137c1c2750..b9309576559b2728cbfd13a63036a3aa58bd8ceb 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 62a76d0b4ad55ddb57f532034ba91d99558690d6..9f77c4abc2820a29d558a7710a5293c41ce33f0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2005-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 0a194dd799009458fc3e1236d5e4910ff75cfeeb..f48d9ac4a08774e3a5b09c68ec2d0237852081ed 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # Author: Min Zhou <zhoumin@loongson.cn>
-# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2023-2024 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 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 2afa5c706301b1091f7520c51c3c3dfb03d005ba..d21c037841aec4601f6ec3e5e7ff8d710d0d585f 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 0d61f4e49fda61398d8d2a7ef3b7dbbb4ae8e85e..10abb7d52cfad15f5debd809005ee64a13688b90 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 7008f425490193421e9abfdaa53924fe7468db11..e87c33fc600dc5483fabc5cd4f32fff1adc6ab6b 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 30a63bbbd9b8ab54aadca82e12186cbad674b847..493b0e11de44f5fd948ae07450f8242d577b56f2 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 425c402fd53c56190fb79afc733647ef334a0187..0baf3fc174040ecd508b6f90406e1fe2e6837bd3 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.
  * 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 15910298172e24f626695dfe0eb44376306c88da..e603dfec6467ec26732be71f3f7412d96cafe2d6 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 98ace97ae89208f5bc37c24deb3faafc83b107bf..b2635ff1f64cac4e8318bd6e8f5ad18b400a4816 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 ebf602703f2648d96a21e998cbf4deabf296d72e..4091e61d9dd068d1e5e5b5c7a943656d03441ef9 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 c2ece54ca31daafd476a01e59cd08a53adb0b3e7..78be2b5a8c0c45c65a37d76cb9d33385cbeda6fb 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 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 3f0a1e0d6b1ee1475b8fdf2e1378f059db971e9d..b9aafdfe69d091e4196d5356c133786108cb17fe 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-2019, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 0d28bf9c13cec197c281351eaf6f2cdec26e1099..56f269333e72da998a8f9ffa42539b27dd845138 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2023 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 1cb892df670024c02d2aade0ea8eb0f5377c9d81..e08e11d587eb43ca5cce1b3f4ef44de70c2c0c4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2021 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 e9f6e08e27a7cc94c3f0eb49e4188fdb78b9be4b..8f560e171cabbd30c4c1a8aca13a3d109d7dc3ef 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 4d5fe82f329e1bc4fe56ef5f49e64b667d2df262..1e37b3b08fefd05f033fb0c8c148d76e98c99367 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 74209d3e3f2de70823bd61b4a8ebcdad0afc358a..507945f82955103a572e524d40894ad357884126 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 659c2f5b74349cd2e5509d48dfc6cf6caeca621d..5b002832c1d091f82368248a4c9c518064a961d1 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 77de85dc5b2d53b7925bfb410645e75c6f4e41ed..74d1d29938f3efcf171a6387b33fbb9200716af9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 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 3d8463a1e855fd466e43363d4901bac2926e8848..0801dc3636f5e6e4714aeeea0f5a6ed335e0a976 100644 (file)
@@ -126,7 +126,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 a205d2ae1a8d932970676c0ff365177a9f4c52c6..794598facb330dc4873a46c2d3a879d7ec5aa0c4 100644 (file)
@@ -192,7 +192,7 @@ The SSL_ERROR_WANT_CLIENT_HELLO_CB error code was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2023 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 c6206e1759093fb695708b36659931a7b5e76ba3..86a259f025f11cdceab2ad8136045ac8a8cf0eae 100644 (file)
@@ -399,7 +399,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 33451b487337073f431e855cd97613c005a535b7..e6d48072845a1bbbe3b45e972a5377411ecddcde 100644 (file)
@@ -392,7 +392,7 @@ L<openssl-glossary(7)>, L<provider(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2023 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 cbbf8c8547629c38c03d9ef6f919956782d9a60e..023a6c883e274de680cbf1172b819b4ef8455ef3 100644 (file)
@@ -468,7 +468,7 @@ were added with OpenSSL 3.2.
 
 =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 38d3320d18c887174a8b3256b00612c4fb6440ff..b26b8b6a5b4cf6d8fa5889053208117d9f11dacd 100644 (file)
@@ -441,7 +441,7 @@ The provider SIGNATURE 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 4abda35d555d92a90718dd68830d883d1fb430a7..a7cae5d4629c2829bf9477d5cf24f1576a4a4b3c 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 eb34a3f9a761e039a6afb34b8dd85d9577f3c55b..18eb2f7c63f998200efdf49d507b6d79b55c3f8c 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 80f2cfec54e29a9ab288c5426e298c593e196fdd..072653dc5eeb92aa49ff645bef5c331f059a15a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2022 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 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 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 4cf1361f9c489553b69e637f63bd3ed7852b65f8..13711c844cdbef1012e885d332ef45d098cd3121 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 32cae0c294e2b3c336a7a67f01dda8526d55d0af..95df0d4a2f424e62a2de0e7ec71ffc625417a5c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 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 83a57ebe12db197a5cf9ada99032a2ddf9c1250b..2b39bf039f1301038577c03c36444527829a23ac 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 33e0ee6009ed0a3fef4b901d7b7db75ed6f3bb87..69d3f7cb29f19a0d1eaaf13dfe2207bc3e0c0ea6 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 be7f34753880cbc12c1f9fc8e3e8e54b2390df5b..08e519ac7a385caea5f9f0fd19655acae6dd4898 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2023 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 dd401e670fcbb84ca329eae8d665798003a8e1b2..63a77fceaa1208a03b377f3ae1781c5a64e52891 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 aa1aa79ebbbca3900f8810e2b1e2bfaa7eca5cac..4e47a8276aca9e96122c5281ba4ada01658dbffa 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 c032a89aea337082cb1b081a41cdccafdc2b86fd..aa194b34fb86fe7287182123589247c8a3990715 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 32ca15bc9a8ab4ca728248da42409187ea2e0416..1665ac42735878d56554b08ea08b8e39c4a8a060 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 a3dd4a5b032887ac932544dd12a8ad5ac0ec1e63..858c79660216e75e1732a723c1041d26bcfaec85 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 60ce71eda7f9b23926234eeac6c12cdd1cd31cca..7c13675fa6557057bf7b636712356ac5e0254943 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 941b05c4d38dc84a9b7807f2a8e2c84d63f57e25..715c2718bb3269f1f005ce0d0a81004eae1f04f1 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.
  * 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 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 50188cbae588cbbe1c13908d01a69e2dc629aca9..bb9c449715dda6476986487d7a43490055f3ab07 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 9b11169a98269ac012725bac5d98c8b152cf9d54..71e8919f8d5adabe3cfa49d5698c0e14d9667087 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 f1d5efd741de5c1a7f5b8ee3a414440f3ce68938..00032b81274eb448e652ff47be5833c7af6caa25 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 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
index 430e1801e792042503c34400f592c515a7f4aaca..3e668e11dd13f62ce5a10ea4fed380d8df45b3b0 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 92e44e6cb108f5a0dd6c7e28ad5d3608929eab3a..a95f5636094e23be761b230ab1ea5289afedccac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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