]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 11 Feb 2025 14:32:03 +0000 (14:32 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 11 Feb 2025 14:32:03 +0000 (14:32 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Release: yes

65 files changed:
.github/workflows/ci.yml
.github/workflows/fuzz-checker.yml
.github/workflows/os-zoo.yml
.github/workflows/run-checker-merge.yml
README.md
apps/asn1parse.c
apps/cms.c
apps/engine.c
apps/lib/s_socket.c
apps/pkcs12.c
apps/smime.c
apps/speed.c
crypto/aes/asm/aesv8-armx.pl
crypto/asn1/a_strnid.c
crypto/asn1/a_time.c
crypto/asn1/asn1_gen.c
crypto/bio/bio_addr.c
crypto/bio/bio_sock.c
crypto/bn/asm/armv8-mont.pl
crypto/bn/bn_exp.c
crypto/bn/rsaz_exp_x2.c
crypto/chacha/asm/chacha-loongarch64.pl
crypto/cms/cms_err.c
crypto/cms/cms_kari.c
crypto/context.c
crypto/ec/ec_lib.c
crypto/err/openssl.txt
crypto/http/http_lib.c
crypto/pkcs12/p12_crt.c
crypto/rand/rand_lib.c
crypto/threads_pthread.c
crypto/threads_win.c
crypto/x509/x509_cmp.c
doc/man1/openssl-cms.pod.in
doc/man1/openssl-req.pod.in
doc/man3/ASN1_TIME_set.pod
doc/man3/ASN1_aux_cb.pod
doc/man3/EVP_PKEY_decrypt.pod
doc/man3/OSSL_CMP_validate_msg.pod
doc/man3/OSSL_HPKE_CTX_new.pod
doc/man3/X509V3_set_ctx.pod
doc/man3/X509_add_cert.pod
doc/man5/config.pod
doc/man7/provider-asym_cipher.pod
engines/e_afalg.c
include/crypto/bn.h
include/crypto/cmserr.h
include/openssl/cmserr.h
providers/implementations/kdfs/scrypt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/signature/eddsa_sig.c
ssl/quic/quic_demux.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
test/evp_kdf_test.c
test/memleaktest.c
test/recipes/80-test_cmp_http.t
test/recipes/80-test_cms.t
test/rpktest.c
test/sslapitest.c
test/testutil/tests.c
test/wpackettest.c
util/mkbuildinf.pl
util/perl/OpenSSL/paramnames.pm
util/perl/TLSProxy/Proxy.pm

index 1786978d4494288be2f22101f2dcde6179f0f1dc..0b977d26c32c0c7334fad28d3a6f929571931223 100644 (file)
@@ -1,4 +1,4 @@
-# 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 7ac104a3a43342adca27b319e3911ec9bd733e60..a280b410e5d6d9202734470d173a5f3f240a2395 100644 (file)
@@ -1,4 +1,4 @@
-# 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 46c3ab63155e61c636c7c13f15d282639404d710..b515c113ec0b82f50ad21146b464b382e663ce9d 100644 (file)
@@ -1,4 +1,4 @@
-# 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 acb3208d0615029337a2e19639f3bae392569e5b..082ddb0e0409842f8b68c974b6740e871017493a 100644 (file)
@@ -1,4 +1,4 @@
-# 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 c416d41a67db143c5ca6721339198806b2a7b793..24f8fce6d0ec78f68ba3bbbc60805f4d6bc000fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ attempting to develop or distribute cryptographic code.
 Copyright
 =========
 
-Copyright (c) 1998-2024 The OpenSSL Project Authors
+Copyright (c) 1998-2025 The OpenSSL Project Authors
 
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
index 1c287a298fdcd6ca1def5fc1eaabd3ec23b1688d..a24ae8edf4c39ad4e3374e622e3f72f1dc57c5b7 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 4576a5f0f903246cb6b35a5818575eff1c00fd67..5d30cfa5a7661b7c68b21c27fd35a9c532f4fd80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2024 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 5a0b20d6ee5c3fcada0d441abfdd7f80900ea9c7..c1943bf3ab0f322888b7ba7cd006ae5ad37c2ae5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 22ba8b433c81976eab71a1e4f226b2fc80b202bf..a1935bcce2adba32697b809518d47baadb1c4ad3 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 deb57758ede5b69643521dd5705653f3cf674d2f..c6a00068d2c1c7061bc46d4653e532a40124fd2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2024 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 43f7acdf55e51f6b7daf373c2c4c9d9113f38021..02ae596b3bd86aef06ce9b891b0bcf93a7011521 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2024 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 cbfa43d5bea1612fcbe3cccaeee4b730fecd73ef..c951c33cf74008c8b8a409bd8d760de2b0c6af63 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 dc019b04ccd2510b62ce7939dae238642ebca812..16fbc9b48d6afcbca4c85743b010368522d9c0cd 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 767b0556f05fc99ed995e675f1f02e4f8ca55802..8f85971130e71268e2f9cc3d86f7ffa54f468779 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 ced2059c9ce85612f25e769efacb816931b16e46..9f8a5e2e5b62d9f27c6806308c87de84b21ef096 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2024 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 3c3c8c971b9468d88f0b864f7bd9b751a5cdb823..50b4db97aa65a8b45a1b4cf0d96a0a5129f62da0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 4367def8af76e73a1fadd67b60e7e74aa84f3fbe..3e4e850596ce37f3b9948ce1a9ff33052bf7f941 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 141b224e6e4614d09a3acd4aefd5aaf189831628..358014f5d3a7fcc9a0c237cfbf4042f5b9670d5d 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 3318df4f7ada82942a00c4f85f999a2f6ba83857..1641a9880c97ad90090cfad628e9e911c24c65fe 100755 (executable)
@@ -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 af52e2ced6914b2b7e109548ee4d6915977095e7..862543f167c69bae361afb8632bb68b7405cebdf 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 e9a8e3cbbd2284614658f9ab6f1e03681c62510f..0921c1e253f23765aaeb278bdb1d80553dc7fc67 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.
  * Copyright (c) 2020-2021, Intel Corporation. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index d646d861664790784cb87d1389244ac081463df9..17ca12d2dc74a6751da5ca4736d72816934720be 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 # Author: Min Zhou <zhoumin@loongson.cn>
-# 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 9c47967280a9c4e2257d9dff50c27f7b3714717f..98d6bea5f028a3055220f31f8f018fb27ab176e0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 0fd3d062a3e6ecc8d897c258dc3a8b2ac15c9634..8e9e6a5d148c8e1173dab9247d0eb6a236f74b02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2013-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 7385192cd4665d66bb772da6fb8b801c37506f19..d7cfeae865ac15f96744e83508965d3521a1cbea 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 a79fbb98cf6fa71b28a93f4a591bad194e47ca3c..7226e940264436ab91c9f0e418f06f34914cef40 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 (c) 2002, Oracle and/or its affiliates. All rights reserved
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index 7e00906dcfc6bebf48f956d31ee2b00b39776f50..36388ca9f55b13f89f5eb6d87541a586cb2994e3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 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 0046dc5303dc906145ceedba027a0dfdc5decd78..e4537781047b6a870b50a915fa8aa0f7da81e845 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 0759bf64618537c0f24f675e1bf809a1feee68ab..2f430af3277ffb3fdd852e24f54dc3a0c0c8a246 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2024 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 7787aad47e4f735843a311ed0df81c02ad8b5ff5..7933fb209ee40ee2a2f6ca5955de5313203039b7 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 e1c7f3c979aa6d9b41e79951e313edfd6e66bcf0..a02a209b783a76c0312f349267b8cf349807ebfb 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 93f3789bb7955f1c4acf91287bfbffc022677dfc..59540b6b52b5ddf811efe100088a0b5923fd0a0d 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 84e270c725f2c51c25900a578670bb1a1d611261..244485cddb317b83a317d677034335c5b7d879b9 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 559f74f46d1f35dc4feb1dc954574fd9a3de4e01..1360de7849871f25dddbf2f3a09dd9ffd4a034fe 100644 (file)
@@ -920,7 +920,7 @@ The B<-digest> option was added in OpenSSL 3.2.
 
 =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 94964de2a1d15e9266c158199f2dc114b578a66b..f85cafff22bd742cbf36dbd2b616c280c71ee7f5 100644 (file)
@@ -811,7 +811,7 @@ Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.
 
 =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 1efe305e00d3c4139444fba7e316e04d04941358..bdef3fdbb15562af5decef36c65e48852e90773b 100644 (file)
@@ -276,7 +276,7 @@ The ASN1_TIME_compare() function was added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-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 9ded162744ca7e2f4c735579132cd8827d537feb..9963ea1350252ed42bb2c22e1e274d5a506a374b 100644 (file)
@@ -274,7 +274,7 @@ B<ASN1_OP_GET0_PROPQ> operation types were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-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 2dfcb93a1e845059b8153c6eca8d50bd9a1de54b..7d6807d68b6ef4af3e620a297d50d237cdac6883 100644 (file)
@@ -126,7 +126,7 @@ These functions were added in OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-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 ea39a14ed68674b00fbb9d92fcd7436bd8e76847..af060a8eb8a017c1bb732c637044389c127a4bdd 100644 (file)
@@ -79,7 +79,7 @@ The OpenSSL CMP support was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2007-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 b282dc471a05598f03721c8c6b993959291ba1c9..89a6fcafe1337a10d67801f8e49083f8c1d13e91 100644 (file)
@@ -566,7 +566,7 @@ This functionality described here was added in OpenSSL 3.2.
 
 =head1 COPYRIGHT
 
-Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2022-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 6da1b9cd4b380d8c9918f1104f04eefab272bd58..6f9af309f4e2c2f191ae1677daad071fda1bf93a 100644 (file)
@@ -59,7 +59,7 @@ CTX_TEST was deprecated in OpenSSL 3.0; use X509V3_CTX_TEST instead.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2022 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 2b38830eb171accf488924f5564b4bc8bce91482..f59b93ba54d4bcc4bfb320ac0ac9c607a8fa58da 100644 (file)
@@ -67,7 +67,7 @@ were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-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 5150e413c5fe4157cab72a6c5b0f4af88d8f2cc1..4e095c0eacd71d8518ea6511fe09d0a662aaa01f 100644 (file)
@@ -586,7 +586,7 @@ L<x509v3_config(5)>.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2023 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 d07ac7b0ba2e73940a111b36b90bbe84ba9d771f..78b7099108a6b9085648174eae866dc79ea79558 100644 (file)
@@ -267,7 +267,7 @@ The provider ASYM_CIPHER 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 764d515e5309c2bb73955ed536309b0cd361b8c6..e31555ea08a8b168012ea1a483d48d1b076667ec 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 499e1d10efab08ef74f2f556fccb38c554cb571f..d9733963db43812467be7c1fa84b410932453b5b 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 d7e76720b775d96fb6e703e81a4c5abc340a2c87..f53530ae235295a8632447478ed06cb26e2e16da 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 0c775620fd161ca3c49600157993b24e1ed4c4d9..5cfe07dbb3a344dc49c1c1ae6a564572fc2b15be 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * 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 73faea9d183e7948f20f558043b926ceb883ffe8..d6f90753e3996b02bb4884340da5c2460b1c2f5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2023 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 0bb187c105d99126a7cace9e3dbe3da0f324a739..161a433caf5a1eee3e45c6a4e128e9989203d905 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 84ca459706b81132acf38c47916604f144aaa3ff..d8ec331f7f9bd10d7bd01f9d689aeb9dd7c8e0df 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 145162c5bc0f097bec0fb3e1b31f64a48c6f2319..a84a44c6e9fb1f9d03d70c4c7135baee157f910f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2022-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 f1b62084d2f5971793f94f382bf8c421605577f1..709ceebbc91598072e7c2b2a6840c24c2e669096 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
  * Copyright 2005 Nokia. All rights reserved.
  *
index 8b0eddae26cb60b46cb1888c1a5b6d7c6e824b46..dbdaf3816e269a4aac84a6c12056718c98ccbbe6 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
  * Copyright 2005 Nokia. All rights reserved.
  *
index 84c4be01a63c5e142bb1ca489d74440ca4c10d30..8051af166e7106be36600c4bdbfb62f063c37bfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2018-2020, Oracle and/or its affiliates.  All rights reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
index a830d55ee7bbb0e8e8fa950ff3bb225eacc38348..8761686773986cdf4a77302a2fd743fbe8ab496c 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 847bd594e48207248fc0334437dc79ecc04a747d..36d7f372faa21f4738e88b3577f109e34a4aa0b8 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 00c95009ff22c9d8edb70bc72d89ba8a52ac499e..451b06509c85908c40a70f33529b3505e1aa8862 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 624d366508f146f75ac2d26e58f392d9e07173c9..41347380f22bf549a74d6b0e90c62f4f21af1648 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023 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 145bb11bdd616e10ac72be6e8c6778ba6e8b3891..15da5683aa51a168a4e37bd4281e1c1d95e30242 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 c9945325a236755fc22d3891ea0e5954a93672f8..42a3b855c0cef2ed4a12e72ca0ea7b3a1915d145 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2023 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 c81b2cc0a64696130add25d9c695a1a415f4f34e..c323e65ca9d1fe84183205acbb57e9777df0b2ec 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 a892a4396f2a1a61c995356e8755a2f4cd7990c6..799ed3cdcd097233cc0365a12bed7a4f7a95fd98 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2014-2017 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
@@ -23,7 +23,7 @@ print <<"END_OUTPUT";
  * WARNING: do not edit!
  * Generated by util/mkbuildinf.pl
  *
- * Copyright 2014-2017 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 ad567467bd59c58275a543870351d0bbbac02b71..9acb7fac99f2ec68f211605dee03f7e0449f998e 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 e3e255de33d0c7637eac7cf14310ec8b749a64a7..0ec4ae30d277b8536c1931b1b21f6b0c5d481f8b 100644 (file)
@@ -1,4 +1,4 @@
-# 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