]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 1 Jul 2025 12:09:45 +0000 (12:09 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 1 Jul 2025 12:09:45 +0000 (12:09 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes

95 files changed:
.github/workflows/compiler-zoo.yml
.github/workflows/prov-compat-label.yml
.github/workflows/windows.yml
Configure
apps/CA.pl.in
apps/cmp.c
apps/lib/apps.c
apps/lib/http_server.c
apps/ocsp.c
apps/pkeyutl.c
apps/s_time.c
apps/storeutl.c
crypto/asn1/asn_mime.c
crypto/asn1/tasn_enc.c
crypto/bio/bio_dump.c
crypto/bio/bio_print.c
crypto/cmp/cmp_client.c
crypto/cms/cms_pwri.c
crypto/dh/dh_pmeth.c
crypto/encode_decode/encoder_pkey.c
crypto/evp/bio_enc.c
crypto/evp/ctrl_params_translate.c
crypto/evp/evp_pbe.c
crypto/evp/evp_rand.c
crypto/evp/exchange.c
crypto/evp/legacy_sha.c
crypto/evp/pmeth_lib.c
crypto/http/http_client.c
crypto/params_dup.c
crypto/perlasm/sparcv9_modes.pl
crypto/pkcs7/pk7_smime.c
crypto/property/property.c
crypto/provider_conf.c
crypto/threads_pthread.c
crypto/ts/ts_rsp_sign.c
crypto/ui/ui_lib.c
crypto/x509/by_store.c
crypto/x509/v3_lib.c
demos/bio/sconnect.c
doc/internal/man3/bn_mul_words.pod
doc/man1/openssl-s_client.pod.in
doc/man3/CMS_sign.pod
doc/man3/DTLS_set_timer_cb.pod
doc/man3/EVP_PKEY_CTX_new.pod
doc/man3/EVP_RAND.pod
doc/man3/OSSL_PARAM.pod
doc/man3/OSSL_PARAM_int.pod
doc/man3/PKCS7_sign.pod
doc/man3/SSL_CONF_cmd.pod
doc/man3/SSL_CTX_set_min_proto_version.pod
doc/man3/SSL_CTX_set_options.pod
doc/man3/SSL_SESSION_get0_hostname.pod
doc/man3/SSL_key_update.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man7/OSSL_PROVIDER-FIPS.pod
doc/man7/migration_guide.pod
doc/man7/provider-cipher.pod
doc/man7/provider-decoder.pod
doc/man7/provider-encoder.pod
doc/man7/provider-keymgmt.pod
doc/man7/provider-signature.pod
e_os.h
fuzz/x509.c
include/internal/constant_time.h
providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/digests/sha3_prov.c
providers/implementations/kdfs/hkdf.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/test_rng.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_sess.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_lib.c
test/bio_enc_test.c
test/bioprinttest.c
test/dhtest.c
test/ectest.c
test/endecode_test.c
test/evp_extra_test.c
test/evp_libctx_test.c
test/evp_pkey_provided_test.c
test/evp_test.c
test/params_api_test.c
test/rand_test.c
test/recipes/25-test_verify.t
test/recipes/70-test_tls13downgrade.t
test/recipes/80-test_ca.t
test/testutil/testutil_init.c
test/tls-provider.c
tools/c_rehash.in

index cd90e2faca9636d021ca41f86e8462fab38276ff..4bcee8227cb474d4436a19a2ff56c752af0b4eaf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 1936f50a6cae49deda43cc1a790255b9d3b752b3..eea86121715c3b33d7cfca50de0bb88286c46338 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 1dcd17e99cf753287f36e4312a0269ba33fd1e46..d618400986ddc70b3680619f24d98858f0f9022a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index b01375181b64e5147515ae4e526af4fe28d6135e..77bf0cfb96f25c2ddec250db1b722f745d23722d 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # -*- mode: perl; -*-
-# Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 45051b72dea98bfac93060424d1be03151d4e53d..0bad37d469555b8590965b476c161cca57383508 100644 (file)
@@ -1,5 +1,5 @@
 #!{- $config{HASHBANGPERL} -}
-# Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 0e1f90f2f64982506c8d2dcd151983d9378e76dc..cb65277e6ad97b16115647a1136154b89776650e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2025 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Nokia 2007-2019
  * Copyright Siemens AG 2015-2019
  *
index c338d11b27590bd1915005165e3b6cb76e112303..b4c4148c2ec950430ff333b11f91d2056fd30c61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 516581246a94ed85d626e9865a0a61d3e8be8494..d2bfa432d9662c5e45e684007dc88047592bab57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 94f737dd3b8ad5639839dac99ece957a77db5858..26340805c2b3b3c7972f99f26c2ad8fde9777a07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 47d4ded6b1702b08bba58504d759c0c722562491..caf3f639eae50ec6e39d8775db65f570217a0231 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 2443c84bca1e21a48f7a024ab1bcc7e9eaab4159..b7761915626167a06949891309048e2ed45e81d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index b703765579e50bb4034d8ffca4aa2c1dc37729fe..96b943bf6dd1a4a78620c51669da975d74e8cb48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 614eb5b8359b4a7b078b65784797aa098ec6dd01..c50665914e3c119eb3a5f9d522537c40db4b1cdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3dce2fb4bb0a31062bdd3d8e3ad5e3a7426c79a1..fb2e040c7c56e3bc53be64e9904e12d06f72a2d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 75bd0612aa87600a02e64b857b02411d8c7f5efd..04191a653054ba23cde6734356c259fce69f1b0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 19d2a613e9ac396ceb1c75749197459180ec3207..1934a6884251a25c42c1bfaf792e3c8a5247022d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index a2933641219ab3c8fd94b603657db6288018fcb1..8950091b93ee04442899b18e540b01376ffd4b4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2025 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Nokia 2007-2019
  * Copyright Siemens AG 2015-2019
  *
index 0f5ff54878b9763febd355722ba7686fa3591484..d5c3c8d399dfd133eacbfe913cc919b1bc0995ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2009-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 7840b312e536b963ef4d6ba490c62a5c9e8bde14..fd6c85230236cd586acf2334868bd30b16abb24e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 6c1d441be1f0bc401bb2f472505225deca6d1fba..b372170db2560c3c0f2eb1f87e29312833b5cad5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index dc86a71b7b1b8e137b2dd21d9c867f0a4599b5f0..d0cb911142787d4bd2d56ee9624d2643fa3b2080 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1ca44dabcfa33681477cafb9c559237c4ed325a9..cbf02dc5f831d6abc7ba5eaab4bf118d773d2133 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 9bbf79d95eaa8c1445573eb5c9fcfd03a4bb167f..1eb03a119a64c4695aea63bc7f2990314ebb90f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1e97b1359fffb59c929f9982712e96874c1f2468..99c2da0b161d5e66ed54cb5d578dd0801740ba9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 224fd6dc86809af1c3dc3c0ee4e260e7fba43827..859c77ca420e88f1f02b05ed47397c45b30c8356 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 55fc14f583fbd0dc42305ddf8738b2f0880e11f0..02ce0f042c5acf945d0e21ce14a40f6818f32d79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 57fc596402749578958d742844417ba701046e6d..d9a22799d051e09b52ee67e572d722ddb612b2aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4652269b9ada0182915988eb19ff02b72d8f7d25..c1fe9df5d02f7f06a0cc5cbe7d1b7a8621b8d556 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright Siemens AG 2018-2020
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 5335eb6bbdd70a5378a0158f5d935e014c677230..f2c9537be8b14d91aec81f0cdaf9cb531bd575ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 295c6312cc37a9e4a1f7c54b74d7ec3c85ff0a70..3f24511c1a6bfef8e40a4e0fd3b87cf440090d90 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2012-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 823e92507799b517dc4c105cf61f8979aa5e2c06..6812829ead301b1be00be795a142a13fc930c4c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 722d7fdcf7cb1e4fd851dca28bb670fe727a9747..b0a24a7ccb6e861301099e21b9c4eb04f2d7d28a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 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 e8f7f54b3da09ab02edfcbc5114ad20da026c2f9..b42e8412bec0f43b83177a6db3277d896ed2a692 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index f177fff4245198330fdfa6102723e9639c7a3a28..303f481bef1256f61ca578ad65ade9c4f7d44b88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 7b323531c3fc11910fe5014e40677d9f2238caeb..99de0bb1a2e5d1f8f85e7065482c29643c92b3eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 070fe496da2858bf2da88c581fc7d88bf004bcaf..fe7393bfd6108ee1b0b8a4170a552412db22379c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 43e4c6be41735233e8d3d2042dc5107ecbc09a7b..e486fb0a9d9429cfbca15b08c26a5d840d29bae0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index f0b82bb220083411803dd09d02e0a9b5f177adf6..6d91df99550f18ff82e402a9f0dc57542f0a0d17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 75b461916ff54404f5e7ee3d73741c6e8d03d272..27d5a9eca7a7203c21409c23fe0f22015470fa8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 9568be01de1484622624dc48b66fe95875faf90f..d2d8e3397a144a479f0a18d70d2ef2e67d6d2acc 100644 (file)
@@ -221,7 +221,7 @@ Described above.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index d7bf6f09413054bb387104e9ebeffebfc5dd3d25..29025ef1161b9ff1a88160a5809b2fdc40bb1f20 100644 (file)
@@ -971,7 +971,7 @@ The B<-engine> option was deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 2c96deaa71caff6b315623c4c309262948b91ad3..9e28d6b7d3b51a0972b1dc4285df457b3620ff77 100644 (file)
@@ -132,7 +132,7 @@ The CMS_sign_ex() method was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2008-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2008-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index cf9e295394e5a0e2834738ee473a80ce6ed14da6..618fd1f6ff0e9c3838e9a2550ea987840f6f1969 100644 (file)
@@ -41,7 +41,7 @@ The DTLS_set_timer_cb() function was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index abf9b67d50dd5bdbb19983ad7eb3ca1d5772a2e6..a15abc2c3e1790dd4da09d3e83d53264236fd307 100644 (file)
@@ -125,7 +125,7 @@ added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 9881eaaeb5ff40cfaf963c04f1399614a3b97688..667599273cdcbe4ed525cd8fca83d457672d6d61 100644 (file)
@@ -403,7 +403,7 @@ This functionality was added to OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 405a0dd928cdf5231419c5329d444d887b592abc..8a50db2b94d4c18082522382828ec33b5fe7d84e 100644 (file)
@@ -364,7 +364,7 @@ B<OSSL_PARAM> was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 996872f2bed145f7b0db0a7755e2c698e0582468..aaecd0a87ce97945a42b87e8136a3b0e47876e43 100644 (file)
@@ -426,7 +426,7 @@ These APIs were introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index f0f3941b33add39bddef039d4f1d392ac9d33ca4..5c55aa191def8cd53ea6244341ce89d3a0beecb4 100644 (file)
@@ -122,7 +122,7 @@ The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2002-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index f092687b8496ec3b01b9bb024b3020f353922739..0645c75d9878c8cafaed83fa312f73cee37249b7 100644 (file)
@@ -735,7 +735,7 @@ OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2012-2022 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2012-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index e612e644a618bc4997de7bf336cc55d29d2542c2..a4a49d8549e6908684ba15adaf55441a2f3ac6de 100644 (file)
@@ -65,7 +65,7 @@ were added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 6fc69c5ee396ea97f80336feb13242a3b046dda5..93e7198166f7c151adf43186dbd2753e8934c8cf 100644 (file)
@@ -456,7 +456,7 @@ whether these macros are defined or not.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index e2d0540582b14c39eb79b1132c70553e8dee4c12..f7add16d7bdda9bafab3afe430819aa622185c82 100644 (file)
@@ -65,7 +65,7 @@ SSL_SESSION_set1_alpn_selected() functions were added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 5c05acadae3b2b6058f568e7bc78982cbf2d881e..5ce47b33738734499b28d5a1fb315dfd63cf282a 100644 (file)
@@ -103,7 +103,7 @@ OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 4b190a7d18f827a10e4efa1a9a73a2375aca6f12..b06bedc2e7bccc0e66bfcfc158768d9a21cbef38 100644 (file)
@@ -407,7 +407,7 @@ The documentation was changed to align with the implementation.
 
 =head1 COPYRIGHT
 
-Copyright 2009-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2009-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index ed15331fb6749c89acfe7c2061761cdaab63af13..eb34a34a152ce43bd2311980b6c9968ca69866e3 100644 (file)
@@ -452,7 +452,7 @@ This functionality was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index ba29837e47b1455a4e752d5f007efbf94b7d6c6b..b223f856d17da45cc5d139f0c352a87e12a10c9f 100644 (file)
@@ -2484,7 +2484,7 @@ The migration guide was created for OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index b4540b1b197e7d39d947935adc1cd5f96673e251..c5d40a223acfe1f721f503644eb1794f03d22059 100644 (file)
@@ -241,7 +241,7 @@ The provider CIPHER interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index cd6ab546032577a554d386acfe06935549db1d04..d19deec4af5b3a1f0bef2aab125de2249bd0bb57 100644 (file)
@@ -304,7 +304,7 @@ The DECODER interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 1b64701d06975ba2e841a248003e6f93c51c59d6..dadd33f9b0f6de0022b1109ae72b4fc04f4d3923 100644 (file)
@@ -323,7 +323,7 @@ The ENCODER interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 97aea4e1bd87a55a152cf5b3896b58af48f5d155..8596b696c69f5f43c4f0af39421e91b4853971fe 100644 (file)
@@ -442,7 +442,7 @@ The KEYMGMT interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 90abfe2dce932789fa729ce563e076703757f570..05040ee3991466485ffbd89741c11f59770344ec 100644 (file)
@@ -435,7 +435,7 @@ The provider SIGNATURE interface was introduced in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
diff --git a/e_os.h b/e_os.h
index 218cdcdcd1b43defdab16d4d2ab5b60ae8078ea6..34b8a4af7dfcad803a8769bc0141ead2b402a2b3 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index d3fd0efd6f72f25a0e8ee6351d24a876bbd78c8b..b1e12cf901cab6d146059a18920045857c3fa8b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. 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 c3f5acfd594cf9f8a6f3d406b2bafd112b6d7cba..3583344b4d866a52c340afb41efc2bfb05e3a66e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4efb927a079c6868e34c20693e4a9e2fc125de46..d633ebd54470b6fbda680e049ee99fcdad240402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 2ee8796b6a0319addf7e13bd51b1e473b5e60246..7fba6ab64f39f3d66e31b17c93eafd8c6c170dd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 5dc8bf20f07a767fb640f88baaf1e9d1597ad3e5..f6358e62562e3b855925d2476c05e86d46b99b49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4c06ac1fb42559084cabe78517999fec76297cc9..1197a678e935c9838fded0ef07a16cd3d49e4907 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 4ad87a848b5ba6680eebe7f9bacb1b344125ee92..d5dd01a314a2062d6d54834b2a583afab4b3dbcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 8939437ae043adbb81e71a666233198f4afaf952..269459c1cf09e97e24be2c4e7dcadaf57e915bc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2011-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index d974537ca5d87a6058f642dc252ec8229e405df6..e3b91368e80f2019b3454bf1dcb7d48c9d7e7711 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 9020600d56c7c4ba21d7ba31efade27bd59ed15a..3e5ec6aec4dd6f72955bef1512388437f49e3c37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2005-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 86b16f3f84c41ea2af1de7452725963a3e7ed94c..89ab1f4f1a44f3da6e3698badbebd1be9fb4a9d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1f92ba2ae7de4543b87d8bbb05f35e8c87a667a4..7c76ae13db76537b061a9c2c8352930e35ed1f18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 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 82c00371e1a339b1a6f129bfe35c435e9611240b..a8d6df924bce9a616f30cd5fc521b9acf681a680 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 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 0a24c484150ca68a2e2d4a44df3aefb71e2b8af6..72b6dae677e30c1b559da4c75407e2ee585e2f43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 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 df97554886daa0485c7c7cc82be0701e558e3539..b8d55e144cfc9ad99d9386e3d63002df06b4bf66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index edc4e8122f669302095c4d2d7e6a09b7d52cf2ca..422d0428d465bbca9e0bbe37e9ff0f6942d71d34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 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 47efaeb87a6dfe2001bceafb03ac4e63aa3add08..cf72b5e6a89d7b0bc87285ad9edbb53f256aa096 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index f26eb402be1612d5be80ad64d8756b9506d440eb..46d2a3e644a20df5bcfafa9ae7a82ddbc28bd2b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index bb6d60ac9e8717d96cef810e8bcf9b99a4669dfa..a49cb6cb5f84b5309faaa74122d1f3bf1c409543 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 0318bc9eae79fa9f713d27b10cfcb654d287986a..061aec97f42c49f4459e7e781575a1e0e445f21b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2001-2025 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 144bee14080aabef210ae1347323b10b214d0b90..b34659529e2cc4061e4175d61d316d7e06415f4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 5c21adc1b0959ce8a44bf427688d7964daa90042..c626829fdfb8f664715c0b8d9622da266f18ba66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3d4b12b9516daa55e7671951b9eb6b4df4613597..1a4b398643d8518b97ceaaac1a55514f8b43d4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 0b1c8a70cc7085d469880b9c2f39e1bd26602b87..5c4920d0720ee3d17d93a6946667b4240178eb8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3085863a6ef8117d4280e062f4a91cf9943b1ae8..020a5d55013ed47f2ebc91671ac8582c7c7a5ac1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 1cebd67ff755d2384e43fee9ac7cc1fd54f5f4bb..9c68825de216e318ecd3e5c7c58016f562e922da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 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 8de32fd4dd294a742647003a1b6c9413f27b6dbe..7d7af4c6bf40c92c5c5cdf57e07c80d9d1fbeee7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2021-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the >License>).  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 3f7b6ff5af61f23084bf31a921f0f96309ad6236..7bada5186d754e3a1a0b45dec3b3d74604eff8bc 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 1a510c811958b6afd5f5b3ca40eeaf21ea1394a9..f40bd5f7036b70124e1807dce40989b1269cfb34 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index c8d5590755eb8c3a1eaa1418d008c20bcda30224..c477df3929e7ec5ae831b42560ed69e395f9ad23 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
index 31ace0ff1c5e103f84e2192be40765311007c7a9..64224186e477cb564b67783819440827440b8be6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index e16b82c976ba275a67527778a9f9ed5aa8e94b76..52b1f3709d611f29b0f33a6aee362bb99f65e7ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 560acf659fcd66233d7eb1157fce72afbbad179e..c056001ea3783c380b0eec4510a96d5664baf1fe 100644 (file)
@@ -1,7 +1,7 @@
 #!{- $config{HASHBANGPERL} -}
 {- use OpenSSL::Util; -}
 # {- join("\n# ", @autowarntext) -}
-# Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy