]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 24 Mar 2026 15:11:25 +0000 (15:11 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 24 Mar 2026 15:11:25 +0000 (15:11 +0000)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Tue Mar 24 15:11:27 2026
Release: yes

58 files changed:
apps/lib/app_provider.c
crypto/aes/asm/aes-riscv32-zkn.pl
crypto/aes/asm/aes-riscv64-zkn.pl
crypto/aes/asm/aes-riscv64-zvkned.pl
crypto/aes/asm/aes-riscv64.pl
crypto/bf/bf_cfb64.c
crypto/bf/bf_ofb64.c
crypto/bn/asm/rsaz-2k-avxifma.pl
crypto/bn/asm/rsaz-3k-avxifma.pl
crypto/bn/asm/rsaz-4k-avxifma.pl
crypto/cast/c_cfb64.c
crypto/cast/c_ofb64.c
crypto/cmp/cmp_protect.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/encode_decode/encoder_meth.c
crypto/evp/evp_fetch.c
crypto/hashtable/hashtable.c
crypto/http/http_lib.c
crypto/idea/i_cfb64.c
crypto/idea/i_ofb64.c
crypto/ml_dsa/ml_dsa_key.c
crypto/pkcs7/pk7_lib.c
crypto/rand/rand_egd.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c
crypto/rsa/rsa_backend.c
crypto/slh_dsa/slh_dsa.c
crypto/store/store_meth.c
crypto/x509/v3_timespec.c
doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod
doc/man1/openssl-pkcs12.pod.in
doc/man1/openssl-pkeyutl.pod.in
doc/man3/BIO_push.pod
doc/man3/CMS_add1_signer.pod
doc/man3/OPENSSL_malloc.pod
doc/man3/PKCS12_gen_mac.pod
doc/man3/X509_NAME_print_ex.pod
doc/man7/ossl-guide-tls-introduction.pod
providers/implementations/ciphers/cipher_aes_gcm_hw_ppc.inc
providers/implementations/ciphers/ciphercommon.c
ssl/quic/quic_lcidm.c
ssl/quic/quic_srtm.c
ssl/quic/quic_stream_map.c
ssl/quic/uint_set.c
ssl/record/methods/tls_common.c
ssl/record/methods/tlsany_meth.c
ssl/statem/statem_dtls.c
test/helpers/quictestlib.c
test/http_test.c
test/pkcs12_api_test.c
test/recipes/25-test_configutl.t
test/recipes/25-test_x509.t
test/recipes/80-test_ocsp.t

index a245349d133535c9be3ef42aaf21ccefddf10b90..3b66d048ea993e228d4c5bed83fa0467f593432c 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 b57e10c485d6f60ca3c192a9f0d34405e707aefe..ed8f4a7f83aa4c9e97e34c11b5ac07359eea64ea 100644 (file)
@@ -2,7 +2,7 @@
 # This file is dual-licensed, meaning that you can use it under your
 # choice of either of the following two licenses:
 #
-# 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 can obtain
 # a copy in the file LICENSE in the source distribution or at
index 34f71b218501141f2e806a0cb531b8242f2c355a..68c213e43e349e6dab8e56a5c44ff906d0d0416b 100644 (file)
@@ -2,7 +2,7 @@
 # This file is dual-licensed, meaning that you can use it under your
 # choice of either of the following two licenses:
 #
-# 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 can obtain
 # a copy in the file LICENSE in the source distribution or at
index 615542b46f49e7d3e086e3f484ba422ccb1daa5f..80c7a711dd8dd0b8cd7e7418c6c15ccc5a9ab6b4 100644 (file)
@@ -2,7 +2,7 @@
 # This file is dual-licensed, meaning that you can use it under your
 # choice of either of the following two licenses:
 #
-# 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 can obtain
 # a copy in the file LICENSE in the source distribution or at
index 9c864dc6d8e1c551a1bcb789c65b79796a35a713..4bf9edae6858f4642f05f2c7ed836663c08b62ee 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 cec20b91584801dc18c89ec2ba2a7cf7b47ae730..f2d42eefba8024cf7449e45bb507c125c6ab0ab0 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 dbd60d18535c7a1089c4e61b9b392acf46d02582..2cd339dd27eb64a37cc2f159dfae4ef3e0d671aa 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 1c020842a7dcd07f56140030793ab607799f972d..b84a3e4f1954a24bd8fdadeb0083d454d37ec45e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2024-2026 The OpenSSL Project Authors. All Rights Reserved.
 # Copyright (c) 2024, Intel Corporation. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
index 91237a058680c1a61a9c72638572d3050b23bb23..1948d726b38b43d26292ae0c0f221fa28359a66b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2024-2026 The OpenSSL Project Authors. All Rights Reserved.
 # Copyright (c) 2024, Intel Corporation. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
index 9afbb3b7e2fce460a9c34763b59d6355c30c46fd..9f299430cefcd284e78959d57800e5f31af73677 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2024-2026 The OpenSSL Project Authors. All Rights Reserved.
 # Copyright (c) 2024, Intel Corporation. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
index 477762005f70c73093a6144ac5cc0cb583e8462c..3de52f56af466ffca32d919d632edd05eda0ca6c 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 c130f9183fc9e450c27f398a57f8ec44950888fd..dbd6e02729d293f63a7ca1aad8648e1a160936ee 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 05ff81919ec9cb83e9edb8b2efa41fcf7f3295ae..974cb1d2705c46d13a6f5923b883b23613f0101e 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-2019
  * Copyright Siemens AG 2015-2019
  *
index 56aab27f0dbbf8de71442be9fa8c27a867ed452e..b73c805f18108f87a238b2e5c68322952cd9f736 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 b3abc12a2539a971a97401f52cdcbaa9de9740c6..c27400a9798785305aa57ed078efef7729a73c84 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 17236d219585a10d5f86445811c8b1eba3c1a2fb..c3bb7d7e1b36af7121f9a793c3026d19c9570a26 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 1426407423f9a061e0c75ef1de233b7e7c80f4d0..84b99d9d8ff70a4af56c4d31bc8a0edd4c8887ea 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 74ba83fc3dd201cd96d34a1fb1268aaca08865e4..4377cded20102bac1ffa5b8291c111c8fc7f935a 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 24eb48103cc852a30265df9ea8d9222b2c6511f8..6530f5fcaa34c745dbd1d10a002c4592e7e1302b 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 af800c2cdf9e072ab42d8b1bebc166a1348d9581..bed8cff128c6d29dd7e3f0670ff5db673bbfd8c6 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 2821c0ec528d906b4745f44f64ca2826b12d6458..c8ffd87c0620f471faa81c19c16fe2c97d4a4e47 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.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1d530e06063eff4f1ee56c7bbcc90f0a011131a8..9e95ed7323fe651efd808fecb3b1afe785413873 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 ed8601ad4f935bda867d455fd91b12db52414544..c92c3ed5e85d793ce2d26625d4cc7363c7b65c67 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 18a520dba72054622b51d9619abbb14f294a4485..287860dce92ca308d1340f20141c7a383e7f5544 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 0a1d0f61a54874cff878cf22de00e988c0fa0c86..6cd0c3f025c5ce5461ba7df652b5663566b319dd 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 c3f0a12ef1fe437b72ca3dd97e905eb08cffcccc..aeb9bd0d2384d1f90d80888df4a5093f5fb0dba7 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 c0e45787f8c13a7bfd7d704e3d788443efd8b6db..0ee6061486d2d053982cabfefa83ec0c0e328fb3 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 e771ffc3766897960c7d878e4238038615c43087..fdc025bbd8f17654ca16b5485103778521684cdb 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 7e3357f039cde6216cea552472206fff23a95151..a7c447f681d3b1766c486c2781d0819a215751c6 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 e55b519956dbf48ff9c5c74e19db53224e4ff7f7..5217303a28d236a45859b53fad66daae28abd1d6 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 80d9c2132a3066c6ddb1556fa1fd075137322b4b..9809196bd66422821dd1e3c853279e7f4a1392aa 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 6519e8640fb186c48d585eeec6e37a2f10406959..41fc494048b4b5b1a2d34b73ae4b6f07f97540b1 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 04c8a8d5f9efc497f1f2d712b601dedadd901ea7..cd53fe6cfd3d2f1b038f5fba66a4f6d9eb4287d8 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 f29265f4be2f7ca305c9afedd77537bb92adb452..ca83e484d2f518fb953ddfbb1bb4fbda4b926370 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024 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 740555e6adb8aa12eb544ebeb4e2360c15f5c11e..6c78c3a447af30cf3b5256491aab6d0ea43fd809 100644 (file)
@@ -99,7 +99,7 @@ The functions described here were all added in OpenSSL 3.2.
 
 =head1 COPYRIGHT
 
-Copyright 2021-2022 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 ab49c95291d20335ffbc0a70f81b63ef9ad370a6..67da2a0dfc73b0da9176b7ab011b39e293808703 100644 (file)
@@ -490,7 +490,7 @@ The B<-engine> option was removed in OpenSSL 4.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 5c080bf51fea37c0782c42e82467e9dfb95cdafe..8647e5a51796a4c49fbd062fe96ef715fd8a544e 100644 (file)
@@ -683,7 +683,7 @@ The B<-engine> option was removed in OpenSSL 4.0.
 
 =head1 COPYRIGHT
 
-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 8170a48c0cea29f512d6eb69eb10baa70a72955f..739c2f1b855d5e1ea3a4e93c9d39e43e920869f4 100644 (file)
@@ -88,7 +88,7 @@ The BIO_set_next() function was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2021 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 58b8bcc51d7ff139ff223517611912ae7839f9a4..614067f2ace2f36b933bf7a02080538d62684287 100644 (file)
@@ -109,7 +109,7 @@ L<CMS_final(3)>,
 
 =head1 COPYRIGHT
 
-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 8de534b94d605269fad5208844b2b7172fdebffc..4dd1e717cf0af242fb9ffb68e2e329bc3180bcb8 100644 (file)
@@ -320,7 +320,7 @@ an explicit upper limit on the value of I<alignment>.
 
 =head1 COPYRIGHT
 
-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 edcbeb5612c34902490e38bdbed4af50510260d0..478c85fa122b3d0806954e08903fae330978010c 100644 (file)
@@ -109,7 +109,7 @@ The I<PKCS12_set_pbmac1_pbkdf2> function was added in OpenSSL 3.4.
 
 =head1 COPYRIGHT
 
-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 f09bd1f79f4170a9af94ffbc2f78a4b393994ce2..f86849d26e2eebdc571e9ae235bbdcc60d5eed98 100644 (file)
@@ -121,7 +121,7 @@ L<ASN1_STRING_print_ex(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2002-2020 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 4b69a9e642b00795bf1edbfd859bf959e6fed349..adda375923785afebc113f15d8ef42a22c1fb5f6 100644 (file)
@@ -311,7 +311,7 @@ L<ossl-guide-tls-server-block(7)>, L<ossl-guide-quic-introduction(7)>
 
 =head1 COPYRIGHT
 
-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 6279629e50d139c3ad6ef7a13704a63d0c1b9816..a1df534f2a7a8d24ee299ee59b9b45a52d24944b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2022 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 36c3864c9afd2d40432e270be35e4212c9e12dd4..2c45a362193e6c4d6580d2e858698edbb8534090 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 e23c16ce44ba518b6c8729e8640543d8e8d554e3..89ee95055dc1d3f9bbd25d067cca6fd7f9436dd0 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 1cc2ae6962a56e7d41bdea24e3339bfe18677a95..46f675cef239e55fa9f117643e23d487c36affe1 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 6f516e9cc89b8d097688b99ddd51710b9cd11cf3..b6f05b0ed990ecbb28b43a9410a61cd32850a872 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 81d823e19be61c19c0b5ed273cc091f131456795..e217816a395b72aa6eb1368ef6c7515a44aca332 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 0ffdfe500a2786590cf34d34ff9b6107b5b1edb5..12157d70379bb78397b0939b0fb9a0f806cb1bdb 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 2b9a02146e9489a3350907926a7001f1fa6a98f9..73d1d9ccbb6495926c2748ad35588a01439cde63 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 67c92b8f73b78867f70d7c574da8a78d63bd431c..f62b757721fcd046c4ddcd350948090488ff8499 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2025 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 5405df6ebf3edf0830739b20f2a1cd34288b63ab..3e664d94a16c9fad8afe5de098850a2d51fbda81 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 c7e4630d93f854161fdc9fd2388855a6ee065f91..4d630e9c253231f705937ff650d5c75ebf469ec0 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.
  * Copyright Siemens AG 2020
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 8bb998b9e25357c8f8d6713a92900a4aba45c674..377bfad071fbac2e5106ccca53f27ce7c3c09fd5 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 880758b35a0c00c73c0944a761d045c83b445b9e..6fe258e234f245e4357d03b94f8144b3c89f8a97 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 d438de0fe29cb1580c27323646e6a6637834b0ac..502ecee829827a7c21377c0b82d6535c8473bd37 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 3e12a0b23ec503d821a02f770df79cf14c49be63..dfba630de42f654aab35dbf309b3f2ab175d0384 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2022 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