]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 27 Jan 2026 14:08:27 +0000 (14:08 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 27 Jan 2026 14:08:27 +0000 (14:08 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Tue Jan 27 14:08:29 2026
Release: yes

91 files changed:
Configure
README.md
apps/cmp.c
apps/include/http_server.h
apps/lib/s_socket.c
apps/ocsp.c
apps/pkcs12.c
apps/progs.pl
apps/s_client.c
apps/speed.c
crypto/aes/asm/aesv8-armx.pl
crypto/asn1/asn1_gen.c
crypto/asn1/evp_asn1.c
crypto/bio/bf_lbuf.c
crypto/bio/bio_print.c
crypto/bio/bss_acpt.c
crypto/bio/bss_conn.c
crypto/bn/asm/rsaz-avx512.pl
crypto/bn/bn_nist.c
crypto/cmp/cmp_vfy.c
crypto/comp/c_zlib.c
crypto/context.c
crypto/ctype.c
crypto/ec/ec2_oct.c
crypto/encode_decode/encoder_lib.c
crypto/evp/ctrl_params_translate.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_lib.c
crypto/evp/m_sigver.c
crypto/evp/pmeth_gn.c
crypto/ffc/ffc_params_generate.c
crypto/modes/ocb128.c
crypto/param_build.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs7/pk7_doit.c
crypto/rsa/rsa_lib.c
crypto/ts/ts_rsp_verify.c
crypto/x509/v3_ist.c
crypto/x509/v3_utf8.c
crypto/x509/v3_utl.c
crypto/x509/x_pubkey.c
demos/mac/gmac.c
dev/release.sh
doc/man1/openssl-cms.pod.in
doc/man1/openssl-verification-options.pod
doc/man3/EVP_EncryptInit.pod
doc/man3/EVP_PKEY_keygen.pod
doc/man3/OSSL_PROVIDER.pod
doc/man3/X509_STORE_CTX_new.pod
doc/man7/openssl-env.pod
engines/e_dasync.c
engines/e_padlock.c
include/internal/endian.h
include/openssl/core_dispatch.h
include/openssl/ec.h
providers/implementations/asymciphers/rsa_enc.c
providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/kdfs/tls1_prf.c
providers/implementations/kdfs/x942kdf.c
providers/implementations/kem/rsa_kem.c
providers/implementations/keymgmt/kdf_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/rands/drbg_hash.c
providers/implementations/signature/sm2_sig.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c
test/cmp_vfy_test.c
test/cmsapitest.c
test/evp_extra_test.c
test/ffc_internal_test.c
test/helpers/handshake_srp.c
test/param_build_test.c
test/params_api_test.c
test/params_test.c
test/recipes/04-test_asn1_parse.t
test/recipes/15-test_gensm2.t
test/recipes/70-test_sslrecords.t
test/recipes/70-test_tls13alerts.t
test/recipes/80-test_cmsapi.t
test/recipes/90-test_threads.t
test/ssl-tests/28-seclevel.cnf.in
test/sslapitest.c
test/threadstest.c
test/tls-provider.c
util/add-depends.pl

index eb0caac2c5565372f42387bc6b7cdc98a967ebec..5725abb5e883660d3c7fc64b4a2666726ab4509b 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 c6fbca920b92add70ff5c19f8ed75d602d774392..d56b9346aeec209c518798f2ef8ddbabef27a23f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ attempting to develop or distribute cryptographic code.
 Copyright
 =========
 
-Copyright (c) 1998-2025 The OpenSSL Project
+Copyright (c) 1998-2026 The OpenSSL Project
 
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
index 81a709bafd4f5b0bec2dd89d82a01bb1a9d99157..3e4d4a04487727ba73027fe8b5980072b0a06974 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 58b727eb19e94ba2fe1912f8353ea7f644127e62..d177cecad3b8226228d342113659f5c71be107d7 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 80b8ac25e458d04f502c41a94a99ed76777e2d14..d9b73b82429a6a95d1b8b860c86fe27490205915 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 0e970f782a1c36e1924378c435489791c1d0b34c..d7bf4bf36e332b0659508e63b50f390ef4849067 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 d1b03553199a8a386523196bdcc48e368517f8f6..7c792d9258463961c5324a6bef1073a54881f9a5 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 844a016b81c01c80ec1de9668efa8787c781284f..57f33030a79d1191a2803ea9738aa530aba634ad 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 64e8127f67fdea195b93e0e896d986c5e41414b5..cff00dcecbf20387cbf8164ae5ef0869657bb2cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2005 Nokia. All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 210520ba192f4f65ef8d933cbd8d8b9c9db30918..17b652bcdaeb20217e85a68acd38b5dc81a1f968 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 94eb5609bf599db27cf64719ec8870a1ddb7d8bc..26378b3efd5fa632eecac32fc1a036e94bdc36ea 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2014-2023 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 3537d4da36f36ada05738dd895f9a1d22c2aba24..28dd4da9a46eb001d63e4393a9ba994024f750cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2025 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 4a2addbdf8a8329dec3d7bc01a17c2565100a115..caa079fad0ec81734510d2f58f5e6475727bebbe 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 08800bc4ca017652cf49041f81ff6ee06f027d2b..8f9fcf1284b42d7c872e4e84088b719aac85fa90 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 b1e053fdfef0d7572b28ea11195b2994827931a2..b8f562117467d5a380c2443bbc0ad851668247bd 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 da5a8e2c71df3819f486ef0442b870dd7797539d..9dad7726a11ecfcaf9ea2185a0a72b125c6ac1b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 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 1853b09e998c9739b347516b99dc497ede48518f..0bf31c6133c5364f281b64c193a86898b58eda4d 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 ea1dfe94ccf555642311959d48776450b5c2d32b..fd3d53d8edf505b431eaacddb802910f708d7c80 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2020-2026 The OpenSSL Project Authors. All Rights Reserved.
 # Copyright (c) 2020, Intel Corporation. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
index ac51ae2e2c18fe225c246e13fbf7dbbeeb00416c..c22db0c5c48ef1cd2b1c60164190bc498e293fa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2023 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 716a326186310c71b745d820073240e1fe740f8a..b63f32f50167fc8f1db86f3603278ceaa7ffa6dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Nokia 2007-2020
  * Copyright Siemens AG 2015-2020
  *
index a17362242c018b289417799eeee5fb4aa9678191..3f583ff4f363d061daea1096a78ce8d61dab9361 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 5fed1e26bb866335f1e38b0cffb25827ef131489..0b0cf2a0ae67ae4edb6af078b57df6a197b07a75 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 7f84343f7256c9a90e90634bd1261232cc2dfae9..ed95e304c7a76fd128573de42529670a3ca9297b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2022 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 f4b9bbb21ef2c436fb90705a8f24b19ac103b0ce..cd5bd7c81c0bf172ceea2626c4d890b413b4d3d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-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 a510b8f7ed57cb2360a3403b6a9f8839d65ead89..b3eead4b85c3650491a5d5adf8e39e4dbffac172 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 f661375973a0cd16789fcafc2d12df2acd2d35f2..14306a07ce51c233ff98559f52570b59fbbd2f72 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 a57980fbcdc4789578c58af4ec8de029acf68ef4..2bb53561e48c5b85dbebf6ac596d807c786b900e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 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 28fdfca35ec5b22cafa19a568fc7eb09287919bc..3b1bd0afbf58f7226f211981fb4215818dca1395 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 72f374c81a6f7b1db21fe1be45510daae710a4d8..060f92b328eeca5b15b637e476fb100bf7ff55b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 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 03e7bf69af2f0358161bf9a61bfb0c9b1e075b24..cfa6829d1f0812d537666b5d8616d88fbf68e651 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2022 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 53218e2589d41c3f229e19b4456ee80418a146de..439cb31e55947cd8a592a97f3bca53aca6c2d710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2022 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 dffd7185015ea17bc788ed90a85abd097cf3ac0a..bae5a6afbdca28686e45597982118708b2436d0e 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 2194a892325058248d1dfe86b6b8a62bfd2d4bf9..99e30ce7ea8b3b64c321cc10f8acedcc2dc98f5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2020 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 859c70623bdc08450273c525fce5f030e97c15ea..d0a1113c72f10e677f76626cfbeee7061420abd1 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 827815ee8f971fee871a983f03bbc9108286e2a2..bb3542494e35863c850024eecd01f9234a67d123 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2022 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 69fea530331c19d7f1223098a7a72716dd368084..afd7541d1c7042ca4ef9d10cbbf155b92358241d 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 69b301122504b44e9de8a8e1c9d4e70ae1bcb433..a38e8a38c6df4dd0b43f5923a2c3d0e0929d3541 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 ba35114266ef3fa2536496ddbed8445a61acfb53..6f74be8646c4f33199c9b3072d8c7c4029c5e6bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 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 630176730eca783935664c892b39e71d5e0c6b7d..aebde80b6f92583a3f0d81b0054033a4e8b761db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2021 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 707e9c66b94782ed9849f61e8f176133fdb8e9ff..05baf8a0ff69e2e413c63e2f7246dbabed966947 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 68a5b17c72d10dad5c8823de8425f484cdc9ca38..9a93c73ffacaf1de9f58f1a0a3a20bb634c95fdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2021 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 fd895fa67a695b57ae7d9683612edfbf5a27b923..41311fc823deb9992d18be50fd7cb037f41d1e9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2024 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 1724a5b5f7e5853317b92490431a74d1c4452a81..04942a7e7bebc436257533364b3070091cef75d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 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 80e3bd9e8fb0ed56f25a825bf18881176933f94f..87fa69e428d38f3568e484df8ed74a7de5669f4f 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 a239e94b3375cac5f9e686e4b2848c193afce010..5481d7d03893e7275f33f8b9f1b4242807823ba5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash -e
-# 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
@@ -816,7 +816,7 @@ release date in the tar file of any release.
 
 =head1 COPYRIGHT
 
-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 ed2b5cf8c8829859a35c23d0ae715d850d84d737..599c93ee6d3096026618073f6af3079280141224 100644 (file)
@@ -907,7 +907,7 @@ The B<-engine> option was deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-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 c95be7df4e6547deca9d0b0e7701127abbc4c803..68aa4402efcc13ec2cdd082257f1df6ccf8521bd 100644 (file)
@@ -722,7 +722,7 @@ The checks enabled by B<-x509_strict> have been extended in OpenSSL 3.0.
 
 =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 33c6dcc278b33a5ac07c6549871215c17861a8d6..a7e0b453b6dbc2d5fe60ebd1b26f81d10c72530e 100644 (file)
@@ -1742,7 +1742,7 @@ The EVP_CIPHER_CTX_flags() macro was deprecated in OpenSSL 1.1.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 4deba4e29f6f5ae1eeb9992a6542cccc061dd0d1..cc6d174180d8609b30b7efea27b983e3adf28cbb 100644 (file)
@@ -228,7 +228,7 @@ EVP_PKEY_Q_keygen() and EVP_PKEY_generate() were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2021 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 1940617eb0d5a9901c3bf44825b11091b8821232..9992f4377d1b3ba59fc1d850e46f308e0c70aaab 100644 (file)
@@ -213,7 +213,7 @@ The type and functions described here were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-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 af323d6d8346b2f855a8c4be67032d4f4709f72e..42c51d0fff4a154cec910bcc30cf741b336c85cb 100644 (file)
@@ -280,7 +280,7 @@ There is no need to call X509_STORE_CTX_cleanup() explicitly since OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2009-2023 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 4750094e002dcd27d06985263a8d41bc58a352c5..a71fc2c9a85fd0e104e6a92be187d552db0548b2 100644 (file)
@@ -184,7 +184,7 @@ See L<OSSL_HTTP_parse_url(3)>.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2021 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 72a547d4eec7f9f6d7a45fd9026453e23ea86008..311da64b89798dffd31b42446eb4c1334106246d 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 8eba5ecf0863a9942dd80b12e5037e6c5950d173..fc66d45d3d12fadeeb771243ae4ae9e4096f55ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2004-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 100502d9eb5f560f2cb8ca613bc823e2376fc56d..8d5880482a7a47e351e856c19a17b776344e7e66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 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 412ce553cdcdc89ad197246cfcfee8a667206a96..14b4da18c9fd48637a4b6626278d2b60dac4d047 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 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 6e4ca32f1b0c987b700b7a6f8409157efb4bb548..2810b940b40e8f9dcddb8b4bc328816b1ca11c9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002-2022 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 6cbd01cbc5ccbc71f4da6d978ba2f36e0c547911..799357f36aee0e8b3b77ed65912360ecf9d2a31c 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 8d20ebb478105e0c4f50e085f766516ec6372a76..1aad5bcedcda32bb605ec26de88fdedb656b6d79 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 3a792473edeccf2f2113a270437d115ed6787ba1..8752b2a245138b3f4d62d51625da80bb26821672 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 9219d1ce06b9717c96833b3b5ae1d46dcd697b49..d23b6152fb377dd1e2a665a82c4915d68357164b 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 f0c4e5172b836b2b246102ffb5957ce84d2aa6f5..9918581388969bacdc9a7c1e4da48c3132a1e291 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2022 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 e47ad394540b2163fc3ba2b07fb772d92398ccb1..eb8f78520d0cf8a3847472cf5afd2315db4ec991 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 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 88d46cd4a72e2245c314e2f1bd2c9d985cefcef8..8383b49150c48896c6602bcd132d96a927fa94d8 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 73e697420899ad8efe1dec0414c272fc7e657927..681787e20411ee4aebcb42d82bd05148b96a77bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 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 3f9f7b5b46964064b8aca6f7a90d5d57e3915208..900f998f6cc14b49baf7081cdbda1342142cade1 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 78594db156c42a1de24c7e416082c37a365045c0..60ba33356ecfca8d331a5439bdec12403b15b1da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-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 2540417dc7449fd0b891edf113f90a94a827f66c..90f4fa0669431cee7beaa501b98a89308da17a28 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 d8dee32939577a90790b4f49e59b56f3574d2e09..0cfe869acc3404f0c535834e54f45ab5d2dc24ac 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.
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
  * Copyright 2005 Nokia. All rights reserved.
  *
index c9c447d19cd2aaa2252d99254550338358ceebe3..84e8eb0fa3060680b0c7455654fdbbcb433e7cec 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 2005 Nokia. All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 93c02205baae464db7d6101709711a917541e299..86eb69562b4457e6b3d8cf7f80f3ab5538a50bfd 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 a40657355a931465985daa3e5a5c846075de1a02..e11883dd4b588de98d6bf48427807d660b4e92bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2021 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 34946bb2368ce168979b4b1f54c4e9da0eda494b..4e54d82819c4c11ca5ecab371bb269b840bf330b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2023 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 b1514871565f64962e787e6b72c4bebf1f797e90..7e74c5daf221e8a794f20346ac5d4e34a95fc3e3 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 6cca75ccd538695a21386102b3ba9fa60270ed83..cfe4a406eccd799e46f5bda29b6ddb15e171150e 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 4743279e4c4e09773366717c97b6337c9069e71b..17506541dd74a7f3303f30722082babe384a9fe8 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-2020, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 8898dcbd4445e8d0369977e455452993a73bd912..1c270c8df0d1fd75b9980b83f27765d3226b2a4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2022 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 d3bb9b6159deb1dcc12509b3767a62df2ff2b01f..a05b6cb4f4a76fdd08ed1363acbe922f7e01d99c 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 70670a059e7309abde856ed7aa6df9f4c396cfe5..680e379dbaaae62510a7d7eb61967cc911f78996 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.
  * 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 dfb7f6f04d2d64c515b6ec90f41e4b91eb7ac91a..ab01fcffe6faec285ec1ebd80717e4ca0f55c2a3 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.
index d745f34d599d3b4ecf476e611968be5295a86267..192c3320ae2c089dd18b52c0dd60a83fdddf6ce6 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2023 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 c62434cb1502c4b40b01b14c17596a8890f47ef5..d9fc0398523740f7479fc20357372753e81ef1d0 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 9084ed1a211bf6fd5e43fdcf2bf8aa54dde063f7..15aabc3b871d8ef73070839cd2d037c0c074c870 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 5139753529e4576014bae5a56cbf1b4a1a844e91..39a7d01466a0bbccc10e9aa265b5119bffadd3a0 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2018-2021 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 182629e71a06e38587a27c8c4c94f1be5cc97e41..8d9371e005c0a6f1ec757ccfa29e1dbd0d95fc26 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2018-2022 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 4e892351ab1e46405391d8943fa905460334a4e8..4edca98dfb877879117b91a233589441a7c0ebe8 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2021 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 e727a46392626b5ed899c576aa3bb67ede8622e9..71b4d58019b1d51083c5a387270841191d106c13 100644 (file)
@@ -1,5 +1,5 @@
 # -*- mode: 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 31231efe243169ad416124927dfedd3cfb7c11d3..40922ce850e5ae603e547316525341779de13a8b 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 43a37e5755c65039a702c14e2b4aea2d792d6de8..e6caee451ffdbc764af209e00b9ae1da617f0409 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 2d2a25673d2f86899466f27557012623323f58a0..afdf402e37fd2000134b10da1c020a787da2c705 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 d0f7c3473d3fbf038760015667b1c43e269a715b..ee71f42477d4dc864bf5c71f70dcb19a02fb08bd 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2018-2021 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