]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 9 Jun 2026 11:52:20 +0000 (11:52 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 9 Jun 2026 11:52:20 +0000 (11:52 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
MergeDate: Tue Jun  9 11:52:21 2026
Release: yes

144 files changed:
.github/workflows/oss-fuzz.yml
Configure
apps/enc.c
apps/list.c
apps/skeyutl.c
apps/speed.c
apps/testdsa.h
apps/testrsa.h
crypto/aes/asm/aesfx-sparcv9.pl
crypto/asn1/a_d2i_fp.c
crypto/asn1/a_mbstr.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn_mime.c
crypto/asn1/tasn_dec.c
crypto/bio/bss_dgram_pair.c
crypto/bn/bn_const.c
crypto/bn/bn_mod.c
crypto/cast/cast_s.h
crypto/chacha/asm/chachap10-ppc.pl
crypto/cmp/cmp_genm.c
crypto/cms/cms_enc.c
crypto/cms/cms_env.c
crypto/cms/cms_pwri.c
crypto/crmf/crmf_lib.c
crypto/des/fcrypt.c
crypto/dso/dso_win32.c
crypto/ec/curve448/scalar.c
crypto/ec/curve448/word.h
crypto/ec/ec_curve.c
crypto/ec/ecp_s390x_nistp.c
crypto/ec/ecp_sm2p256.c
crypto/evp/asymcipher.c
crypto/evp/m_sigver.c
crypto/ffc/ffc_params.c
crypto/hpke/hpke_util.c
crypto/md2/md2_dgst.c
crypto/ml_dsa/ml_dsa_key.c
crypto/modes/wrap128.c
crypto/objects/obj_dat.c
crypto/objects/obj_lib.c
crypto/param_build_set.c
crypto/pkcs7/pk7_smime.c
crypto/rc2/rc2_skey.c
crypto/slh_dsa/slh_dsa_key.c
crypto/sm2/sm2_crypt.c
crypto/sm2/sm2_sign.c
crypto/x509/v3_ist.c
demos/cipher/aeskeywrap.c
demos/cipher/ariacbc.c
demos/digest/EVP_MD_demo.c
demos/encrypt/rsa_encrypt.h
demos/mac/cmac-aes256.c
demos/mac/hmac-sha512.c
demos/signature/EVP_EC_Signature_demo.h
doc/man1/openssl-pkcs8.pod.in
doc/man1/openssl-rehash.pod.in
doc/man1/openssl-s_client.pod.in
doc/man1/openssl-s_server.pod.in
doc/man1/openssl-smime.pod.in
doc/man3/BIO_s_bio.pod
doc/man3/BN_add.pod
doc/man3/CMS_decrypt.pod
doc/man3/OSSL_HTTP_REQ_CTX.pod
doc/man3/OSSL_HTTP_parse_url.pod
doc/man3/OSSL_HTTP_transfer.pod
doc/man3/PKCS7_decrypt.pod
doc/man3/SSL_CTX_set_session_cache_mode.pod
doc/man3/SSL_CTX_set_session_id_context.pod
doc/man3/SSL_CTX_set_tlsext_servername_callback.pod
doc/man3/d2i_X509.pod
doc/man7/EVP_CIPHER-AES.pod
doc/man7/provider-asym_cipher.pod
doc/man7/provider-signature.pod
fuzz/dtlsserver.c
fuzz/server.c
include/crypto/riscv_arch.h
include/internal/cryptlib.h
include/internal/quic_cfq.h
include/internal/quic_channel.h
include/internal/quic_fifd.h
include/internal/quic_stream_map.h
include/internal/rcu.h
include/openssl/bn.h
include/openssl/ssl.h.in
include/openssl/x509_acert.h.in
providers/defltprov.c
providers/fips/self_test_data.inc
providers/implementations/ciphers/cipher_aes_gcm_hw_rv64i.inc
providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
providers/implementations/ciphers/cipher_aes_siv.c
providers/implementations/encode_decode/ml_dsa_codecs.c
providers/implementations/encode_decode/ml_dsa_codecs.h
providers/implementations/encode_decode/ml_kem_codecs.h
providers/implementations/exchange/dh_exch.c
providers/implementations/include/prov/implementations.h
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/mlx_kmgmt.c
providers/implementations/macs/poly1305_prov.c
providers/implementations/signature/slh_dsa_sig.c
ssl/quic/quic_ackm.c
ssl/quic/quic_cfq.c
ssl/quic/quic_fifd.c
ssl/quic/quic_port.c
ssl/quic/quic_record_rx.c
ssl/quic/quic_record_tx.c
ssl/quic/quic_txp.c
ssl/record/methods/ktls_meth.c
ssl/ssl_ciph.c
ssl/ssl_rsa.c
ssl/statem/extensions_cust.c
ssl/statem/extensions_srvr.c
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c
test/bad_dtls_test.c
test/bio_tfo_test.c
test/chacha_internal_test.c
test/cipherlist_test.c
test/destest.c
test/dsatest.c
test/ectest.c
test/endecode_test.c
test/enginetest.c
test/evp_extra_test2.c
test/evp_kdf_test.c
test/evp_libctx_test.c
test/evp_pkey_provided_test.c
test/evp_skey_test.c
test/helpers/predefined_dhparams.c
test/hpke_test.c
test/ideatest.c
test/ml_kem_evp_extra_test.c
test/param_build_test.c
test/pbetest.c
test/pkcs12_format_test.c
test/quic_record_test.c
test/quic_txp_test.c
test/quic_wire_test.c
test/radix/quic_tests.c
test/radix/terp.c
test/siphash_internal_test.c
test/stack_test.c
test/x509_test.c

index aeb904b50768b6f21f55eef223f1ea077d35fa3d..63d077ee4fa5b2ebfd87970e7e61c2cc9f083ca0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2026 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 76a3380253bcd88d7b42e6e084347140f528c34f..1b020faadb0180cd06c8e4c81a9886414326c51a 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # -*- mode: perl; -*-
-# Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2026 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 db3eca35fbcccee383246d5a20d76209676a5107..1b186cd245cdd16b040d494505dbc84b00bd488c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 9e08ad52019db78bf68360a3d09799d9744dea4a..faf92306052c443f901c53d4f16a4bb36c383aa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 f4d6dcf2dcd5b713eab0f0b2574c991722140a8f..8f81ea15fc144ec5617945b56f54d524e0092bdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 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 61a6780808ba8868488c917a97e777bab9d8084f..6cf9748902c2dd2a9da0f9a316cc699083eed578 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 29527421545d59ecd5050bc46e6531d716b7901a..31f8e74a9cfb65222e63ef0b7d6d2506f7beba38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-2026 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 c031906e9ab923d0f78b79f996c40c5c82b0b27a..5117bc175eb6eb5ada9f0f384cf4c31ec1147b3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 aefc03c5d351098320b909903cb9776fdd684891..372778e424e7ef4e657cd70c3e885ef679bbe7c3 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2026 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 cf5901eed07a6a4cbbff723aa68a7220d6fcda37..a23dea8ebda2e5a793b59554012dbcd8865091ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 962e19b2ceaa97f3d9c0b5c99eb2556e0fe29a2d..ce5618dfd48b87f387cf46431cb944115c1af7c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2026 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 b2c796888fd000eae79db347c43009c736658ea0..39a6d63f4c982f49359036c2ef2c14c32fee90e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 4bea2db27e93814ec090c830eeefc2da79d4b1e1..8007b52d1531aa35ecc8bff267a109a5b3df21cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2026 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 e9532b9f48f740938bb3adc4a93adcc6632224df..2916faa931a5bb4c452464c4d1fc47dc0b453732 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2026 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 32ab0370316add12f8d58bc01d5e6da75fbe7f64..057f6737474db4bf9b78675abf98296646e615fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 1dfdbf6ac01d6dda87be493630e573f17fb77e55..07a3a4a7c380f01648d0aa56dc816cf1b83a976e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2005-2026 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 8b3c1b07c03e026c44f84d42aaa68454cdbf54d2..5cee896cd9df75cbd4b323503868645b17bb33bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-2026 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 b1c6c917bb4d54c28788598b2f9c691af3c5279b..5fc45eff8a4e2a8ad61b09be6ea31d8f42e68234 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 dfb295118ccc00fdaf3117b9646a64bce3b53483..9c508266888d58c50424c1a4e1e116f1f7075b6a 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2026 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 110fc088d173b804283c4768333f504870191ab9..4fecc01a324c8d1924d3f15fac82d164361ca88e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Siemens AG 2022
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index ba7082cebd72aedf654162ccb6c7d56727d6843f..2aba01be3ef342be04465bf3b253accfa46ec7a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2026 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 70dd59c06169de1d8b7423dfb49beb0c2ceb5406..a8ecabb64ed765efeeff106dd6a911cfd540c0f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2026 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 faf6a164669b3ece7f9ade4f82637af5a5cba330..54f0eda2a2d8134146d5fde296640ce944fdfe0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2009-2026 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 34477d52662d280bcb13fb1e200a7e016e40c11e..aba92f24c051ef1818b1c01f627023602653b869 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2007-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Nokia 2007-2018
  * Copyright Siemens AG 2015-2019
  *
index c01e1f960d3b0e9386645402acb52fce77634bab..09740de630600320da09b9f8594c09c40a0e8768 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-2026 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 a4bc67d22d42fe1fd0d20c1155f42017f1ee746f..3c1e0fbcf2bddf82526676c3352234647e8598fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2026 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 2308de6f635c030fd62a9af2b14154acab0b78b8..cad2a4c465b1577908448f2b4f7888ea964f95e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2015-2016 Cryptography Research, Inc.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index a697879eeb3d63878772156cd5b7a4a4e85a1382..df533f2b36d3f30a4dbd1afa7b453edbf58d38c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2014 Cryptography Research, Inc.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 67192911e6feddb178b1042188a1b72b91af3bfa..c3bc92fd75ae3fa3d5bb4b135485a7f939c9d722 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2002-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 24371c92a67eb2854c4e21fce7b589c2ae1a893e..d06fd444f1844378b62a575dbdb7fad931a52fad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 303d1870c25209d4dffa9100e792441278bf50cb..5cb5f1be9948e47413ef52531ac7da94347fd1f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2023-2026 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 70fb006fffeaf8235c7ed4acaa27cd2c9a4f97dd..f1f5fd35390096b01a3ee158b7c155138bb6ec76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2026 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 1abbafbeeca3455c4d86b173acc224fd6eab816b..01f7e923932fe421d5e2c91b919bf4a4cda6fbf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2026 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 b52661c7f939f26b046c2143eb5dc50a1d869227..ce0f7e08c97b3996def87bf44563af133de594fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 b022670b5ffa47cfe9ad94f02886762d46d7eca0..511e08b0c2604ab332cba0203787dfff98c1ecfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 4b99f88bea76f61f3cc69b111f18f4edfd46ae91..6fb24e32dd5e5ecaa17649854020ed9fb6699a21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 b32c28d16408895ee8b6b170804a706afea83d9b..e999b6c08d092d3a3e04e49cc4ef30ad38e7f7a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 2e36d32d4b1ab13c237accd92780060fcbdb6720..0df4dfe786ae3f7e9d89c295f9536a63486c1a7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2013-2026 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 89197337094b7108d437d61910bd7f5c8656d7a1..9a823d3cd92167f4db94eeb7f2610f4382953200 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 1b8be8bda5570bdb2f789158e3cc6b8f6baf810b..d718a11e222bbc9f39d99d3f9b28b50527ee44e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 51a2678350f44e6ce3cb58201366049b3ac6fa8a..063e35d33b903a16d2640bf9aed948c8b9df2d34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 dc003ee2affdd89a4197ae2244fd9f2b66511aee..ec041809fea96c80e4d0f54995bae713e00ac8c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2026 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 908376dc880bc4adcbbd660a7ecec5b6758773b4..148753e55385a4fb8fec58799ab58f2f18c35c25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 24e42c3c0d05d18edf17486f71ea2dd633af83f2..6d778a39f46dc95720658955cac197e26316b187 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 59e8811fda208ab4ca60d92e800184af7e47c5ea..32bfa9797fa7fcf9ff26ebf99b4818c426201127 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2017 Ribose Inc. All Rights Reserved.
  * Ported from Ribose contributions from Botan.
  *
index e1bcdac979e7da331481ddda7bbe88bbb98e8fd0..9389c70817a53b27b90abb32914ec0b22e63e2b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2017 Ribose Inc. All Rights Reserved.
  * Ported from Ribose contributions from Botan.
  *
index 05a8f34dfaecedf6b760611c1cacee9deb630f3c..bac6dc34f98548c0ab6ddc2b306e832674df3091 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 189eb5c688c391c757b132f525f009af724258b7..560c32c5c481f8d8177e9a49c4d401dd19fa1df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 f5bb44490dbf6a46c0851727c3e7cde6917eac4e..48c2bdc0bf7835e7723b71f20f561b9adc5e1cc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2012-2026 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 b6d10d59c50dfc2edfc2a3799183097ec1347279..a32794fe58234855a810b9e3f628e1b1ccf0fb5b 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2026 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 9cd98e38667516a1cd52455f3a9ddfbb3c2ac811..72854950d04587c8822eb6ee2858c479f74cfc2c 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2026 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 24895cc1851dfcc5046c27f11638843e45e80eb4..477e37575fb26fadf5e089861f8887d5504639a6 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 07643b22e2dd9d0cf2ae41931c59976d460ea5f2..78dfc92160fcd27b7068c7a224a027081421740c 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 c7527beebc40e806768cc1c99372b6cf10d90226..33e08b9507d56b38703556ac349f19145414a670 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2026 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 9186d17948d12e592961f861b6763d9ca4d0e2a1..0e50459d2cae757672edea01b107d82a1cb4aa27 100644 (file)
@@ -289,7 +289,7 @@ The B<-engine> option was deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 c375135f399d14f09b9924667c0f1cf39e188a06..4605f088d009cc5ea3ea174c046ea42fdc59ee91 100644 (file)
@@ -149,7 +149,7 @@ L<openssl-x509(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2026 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 bc3599a8449ec5eab3c07e45901d2b925c54d7a1..bd24ab1ef197394549fae6dbd0ab78e6d567f26e 100644 (file)
@@ -1028,7 +1028,7 @@ options were added in OpenSSL 3.2.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 ca942929a45b313afe4a3eb60f06c6b7cf3927aa..6d55fac7d11569674c7d4546ec44e0cd9fbfbe50 100644 (file)
@@ -940,7 +940,7 @@ options were added in OpenSSL 3.2.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 bc24f6382745bdc597e8413ae6707c9cc15d982f..63a16ddfe0688889f188d50211c70a9169e5c3cf 100644 (file)
@@ -480,7 +480,7 @@ The B<-engine> option was deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 482edfcfc89b989a2287ccf4514306189849ed6a..494b3632ee930d4cd4bbe1e5601932e03486adf3 100644 (file)
@@ -270,7 +270,7 @@ L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 edbc48c50f92bbfca893cdfae5d4a873084b58f1..a7ff19565f49af8dcef498e255b4c7f4847a1a5d 100644 (file)
@@ -137,7 +137,7 @@ L<BN_add_word(3)>, L<BN_set_bit(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2026 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 66a94287b6f540cb8cb177bcb32664a82c967ff3..4e40b37f214ae057aa14c3dd8d22a486f94b54cf 100644 (file)
@@ -112,7 +112,7 @@ were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2008-2026 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 e530d1b3fb09380c9ae3a3b81ff3a10c86458ef4..b8db1724c6f4b6663a80a348a006b36d7d14f33a 100644 (file)
@@ -303,7 +303,7 @@ All other functions described here were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2026 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 1e8c3efa777388d6677bf88cdb3a7ecbcf351175..60d9fcdd64011e8938d3c1b75b30b760d2890b4c 100644 (file)
@@ -106,7 +106,7 @@ OCSP_parse_url() was deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2026 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 6c03e347fbc956792ac1cab0132b6bdd98e1da6b..b854756ffd46484c72c02c7fa1668557b49b43a8 100644 (file)
@@ -278,7 +278,7 @@ All the functions described here were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2026 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 3534559d5950c71f9db7c0e0e5982a7b7054605d..751556501b91c2e5f14a31c718a817c2b9e91ff2 100644 (file)
@@ -52,7 +52,7 @@ L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>, L<EVP_PKEY_decrypt(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2026 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 296212b8397c161e335eeebbebbe0e69c3c7578d..839f787d9d3c22d89eccab6ba2f7b78ed3a71eb3 100644 (file)
@@ -136,7 +136,7 @@ L<SSL_CTX_flush_sessions(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2026 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 a2a588d36b3c061418f6dcd2ee7c8b868d4fc4de..35b06ef2037f9c3ec90525f9e9593d9e63c4cfd6 100644 (file)
@@ -92,7 +92,7 @@ L<ssl(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2026 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 8b810c91ce45f4dc300094808bcb2804e0c1aabc..a1b3f58994b5cb838ff9352aa48c2d0fe1fd55eb 100644 (file)
@@ -173,7 +173,7 @@ NULL.
 
 =head1 COPYRIGHT
 
-Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2026 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 53f5aaacb7cf173cf24556ab40a6d9f03cc5b3f8..9f0589a87e4c4d1fd54947d2ca2f188f8685e50c 100644 (file)
@@ -769,7 +769,7 @@ were added in OpenSSL 3.5.
 
 =head1 COPYRIGHT
 
-Copyright 1998-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 1998-2026 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 6da3f96a2da508a9ff6f07c61a9e303364c0c73a..2c894bb34eaa6b3a491c98fe710804111bd01402 100644 (file)
@@ -90,7 +90,7 @@ The GCM-SIV mode ciphers were added in OpenSSL version 3.2.
 
 =head1 COPYRIGHT
 
-Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2021-2026 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 e28f57f742a20984e088500e1763f5d46c9338c0..3ff9e647ca631de3810240cffb821cd77f440cbb 100644 (file)
@@ -291,7 +291,7 @@ were added in OpenSSL 3.4.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2026 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 9d9f634b73a8ed397877ec7743bf23149f746596..0e25dc3d32d397e32e94f1328de0d64c731ac171 100644 (file)
@@ -707,7 +707,7 @@ Deterministic digital signature generation for ECDSA was added to the FIPS provi
 
 =head1 COPYRIGHT
 
-Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2026 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 1dc83b52ba104e076b37714107e15bc1abf7b6b1..8ade7a3d8c8fff03a294acb3a14b75fb50763c44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 4e82b63629f3f9fb670d7c9c664b3e9c99cdf02d..550e07d893a46f2ae353b435db7efb97c0c5c09b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 347b9df74f9fb6b06f1e6f061269c263a81ffd71..782e341c7a5da8c067e4814c7a146b2818c6c0a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 8e51591e28609b41a37150516ab526bad3548f44..a4451ca9eeee3d17093639e898c4a3c0600463cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 96c8d89eb6006de44ba000b94edd309cc72632a4..6e4332af811953c5325dfe1fd12e882999b3b6ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 d333bc3e5e5e856eeba136fa191739fd2582e189..54e8b92298b08824f6e63f37b471eb34f1e93f3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 afa330cbc4a2ea2ed836e02444d334e8f8dbee7a..a7577b2120582ed9372dcbaacb21e38cdcb73fe0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 c84feba2d9295eda1b86b691f59e5bc845ecb864..155fca5b84aaeef469d933149732a5e2439b2b05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 a0c6205fcb2c4157a1eb27c083dbb808a36dc8c0..b5403fbd772b9d01a5ac47830084a89f1b298fe0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2023-2026 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 9f5d4a36ead4122c00d3d1e0a986aff6209234f7..b7a3cd8e2309a289fac502adfcffaa8e3012ae25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 3c3cd8a02ced7097accca5a8450fa27f78db8b30..e684f7c429750198bcdaae6f67a964b56efa8407 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * {- join("\n * ", @autowarntext) -}
  *
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 d00b95c781877bb0570fda8650b062a044dc1807..0c5adf53b42d4494fda2cd4f5ea5c3bdc33640b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * {- join("\n * ", @autowarntext) -}
  *
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 4700cc9656d79236ffeec8213f249e4f5247948a..a74a048d6f76a4b9198a102847e9d88bb99c6668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 dec339ac7130e7dd2a53f239b52cf52dbb59007c..4a0ce24cbb31805ff82cea7ac70be091926b0f09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 dae9beae07ed152f90d9ea8b9f7fdecee40260bd..a824a6358ccdcf58904ff087d30f1fd2ba2d2c78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 5bdc567b4bb12b7ebbf618fd5ec40cc411c4f875..bf3275f97b380453e2239ec19203781787aa92bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 754e0757cda39fa860deb5bcbd04f81751b1ef26..08a8ac079d3c4b8694d0813ec1d9a19a2dc2b199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 906c9216bad19ac771de25bed97edd55b7e11460..8f4f7acfb6f8bb7e3ce44157c91397f1455dc734 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 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 eb7cf3553a2d9c3e05118f07ff5b54c193aa7b55..ededb2b0dcb4e371c331b3a2d4fd3c98b13cbc0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 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 ad05fb18c28d523d08c1f1ed174dcb53673ea60d..b9add59bb12bf45d1d76a5142b6f729d75fd92df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 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 2bfefc0aedf4a7186ca3b889c7a77d6e8bdbd91e..243ffc6bdcf2dfa6f45eac17b1fd91ed29fae35e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 17df504ab1a3129577242571882f04d611aa8041..058ec9d499d4c1be07fe40f8fdf2b89839a41bd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 ba6f567eb369522527c8ac859a9d3c726506897a..54af7a6a39568927b60f3b647faca38c4fb1dc6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 de0f4da50390602d03b3a92fa4bc03124ad25a11..5d1902ce637caedec48d8bee2ff4342f29f72f10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 0c4550ca067bb96d5cd34e36b763097e62f6779d..22ff0a28373915cab77cf889147797247d0782ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2026 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 c88df1ca02e31a97fb8b1739bb5f1f89f13b5af0..c6d4e04c1b84d309988f3e5416ac9faf7595899f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 3d419c478ba3b8926b65f68904696b71250b6e69..58318a123a858387da43818d1bcbac22b5894059 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 16818e55f57d976f0f1a569d2dce07e7e09b41c5..1782828c17de1a3cbc3871a4651bcbdc4c5dcd4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 e80483b501d72b0e310a0678270ad941e9f808a8..8daaa472200698ed8c8ac8282da2dc234b66df27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 2fdac900d6f7e761f38da7af8b31c350889ca448..200022ac2c5642070ef32c2bd492692ba83ebd58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2023-2026 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 7327b4617a1a48c0f6a840e58c51dac7d156c8f2..8897cc6c2df0dba742938a6c72c25b70c0cfbc9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 c8a9dc7a80b44e305ae669be266ed54c0df622a4..93d1203c37d8a082dbbf5a1ff633c66fbe79c0ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 b2565c1a9fee1fb73c6f65f123a11e4e2cbfe431..5ce8e77f61e08b0a1249681bf8eebc7c291e6242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 a6fc77ea68ff30a3f66afa0dc17f416ba8b913c2..e4fbba577ca1df0fb1dbdb0204005cb75c92eaa3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2026 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 a64605f01fda46929b7880d184dbdf2f86f450f9..fd2c4b08333b8a89154392ce75027c4b34a26762 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 4d54c2ce1d61650c87b12571d4f361b04b76641e..740460f5c2e02cbe3b09436168b9933088297e9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 904b63a872f54ca85b0089d4091389d179a69c48..f6161e195cd355981f0fa5a6dfd0456de51bfc5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014-2026 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 19fb1879a41f6c95c057be7cbd722b39d432bfd5..5218547f591f9955b6b867c086c526ac6ab1b06a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 69ab06a0d9b894d503af4a9f957acb4304ffd5a6..00631bf55e0ef9b2e3393ac39f42a00c1a5809c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2026 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 d1a9303f85ff8136c777e56f57db1e4499d21c8e..b317b9392435ab5b3499dbb8c9747ae000f386e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 3e9c650a9a3d21ca5abe014e2a0fc2f0cdb0c143..b2f8a0ebc43d27ec97e5d6ab3e1196b9fd41ded4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 c1021d950b028f6df6000d225605881153411ca8..89df1710674c7839bf2ebfa27b2fb15ea8eb184a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2012-2026 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 34bc5ec5ab926a900ba5f04eb18c8fe0e7c0bb7e..376ec02d58f291f5f07005e1826c14bc0147d4f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 6b7b1414a24fc9962ef00fe1215faf1180fba09f..7d274a055fac0d3731354ada070380b221b7fcda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 358bf7fc68f10722c1c799f6511ad44e4af4f7a7..88c4a588b3cc2be496759e1aac6001cb69892168 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 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 a0e1704d49284572542e9d06f2ec55830e4914a7..921afe6234a7a0cfcccb138e06c87014c573cf7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 ec5701ed711bdd0b14f7c1c1ccdc7f41b1b4f91c..cfa773a254e9bafdc6a2f1757e573e0e66304194 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 2c739854f33937cd61d4782bbf68047c3aa687aa..ab3a83ba1be6b9bf91c9ea147ad95b5577db6465 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 bd16e703a6b02c60e46a0535a075039a0425d314..1e4ae9c63eda042a1e631cae9c4102e860ae8c46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index a5a5265246346c8c0d33f6098816106207ed9c74..bd068b208a912e3506bb5601d1c9671a95cfd8ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 30eb516801119578058306e00d8a12a2d1bed2fb..6132142d1e522c2b163d9ae12d0be194648b37fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2026 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 cef742ead2b2071952c6515c48da2a54cd2a5342..4458f5b2426f1ebc5771415da7c508c09492e2ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2026 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 30977ed3a6c334686d284dfd92814f7ceffa867d..7dc901a2570b65000f0263b60584d2c9d31073d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2026 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 1cbfb877e494adc7ab63622d4c681ffcf6f77b51..0c96f735ad9e7da190b23050f401461f0a33acea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 bb8166031a053f766e390bfe608a2d10cb0e04a4..851f9a5f034c9505c19efb73d57ce9a6b104ffdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 13edb0e882b69521ad3a83084500f1c474b6d0c6..11b1a4e1cdb5f5a34792dc5379ebe3692937bcd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 674041b4d3e873c2f407cb3e47d47c466fef63bc..ef71b4498d0f6451c31d3a4c4df5b5301edaf596 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 6338b9b9b48110912cb68b340c177b98c011cd91..c7b30012ad2b4bed385554a8083cb5fc0c8762ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 f329d9ee0f97efe37d11bb9b92452f7ca34ad5c5..04995bd14b824ed5bb2c8300880c3764a2d9b509 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 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 2e327c264491e18b6bc9ac5a3e86e775fea7606c..e3d7a4334f3331404c4524bd13d665bf68c94436 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2026 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 bac0afcb34410ed49e54b436baf4b06f7fcad668..c860acb6017004c54a98cf4964ab46e33471ed25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2026 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 4f1f489cf2d398e129eacff836ce56df76a9ccc1..6135b1fdd9a92dcf3312ab277ac71ac684b74dbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2026 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 4ae4cbfec5cb7511fa31a3211d80121eef4f76d4..8ab91d8a1edd64607721fe5ffb4628f451fc141c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2026 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 f0ebdf9e855fe639234b5886471fe4430572245e..319884b6aef4596d92f13ddbf58851cef8da80fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 043707585efe75b634770f4c45c2f12f634b7e34..6b5a63e596b3dcc5e793d1d81e8a963dff142c6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 ce5399e32f70fb1808c30e6359fa2bcd83dd08d5..a3fd1413d6621e6a95c4f597e03c308b37165332 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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 48b1df6c1d4b2f8f26cfe0e43d88982e1ceffcea..d6f0a19077a2b7db5c0ebdf75a4ad8ae8e4464d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 a89367ce1fc41928a92272fc4e64074ae2d3583d..ed415fa62928dd865e2182928cd617074899443f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2024-2026 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 ba54ccb7e899b2832a23d4ac290109dd48f35d7b..954a014f0dbbde9a5865019afb11a1b98a52d2cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2026 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 a00c979fa97ee94dcca48af44534367f0a2c4072..7bea2a2b7f324e7df44669f8e75f32ae68b2d9db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2017, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index b6ccc54c37d80fede09ab2dc32e5530b10655a25..37928c5f008fe606d15dc936609fc8bd52373e98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-2026 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