]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Copyright year updates
authoropenssl-machine <openssl-machine@openssl.org>
Tue, 30 Sep 2025 12:35:36 +0000 (12:35 +0000)
committeropenssl-machine <openssl-machine@openssl.org>
Tue, 30 Sep 2025 12:35:36 +0000 (12:35 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Release: yes

14 files changed:
crypto/ec/ecp_sm2p256.c
crypto/evp/bio_ok.c
crypto/info.c
crypto/rsa/rsa_sign.c
doc/man3/DEFINE_STACK_OF.pod
doc/man3/OpenSSL_version.pod
doc/man3/SSL_CIPHER_get_name.pod
providers/implementations/kdfs/krb5kdf.c
ssl/record/methods/tls_common.c
test/fake_rsaprov.h
test/property_test.c
test/recipes/30-test_evp_data/evpkdf_krb5.txt
test/recipes/30-test_evp_data/evppkey_rsa_sigalg.txt
test/recipes/90-test_sslapi.t

index ffb58399dfd0b60eee801441d2a9bee857df41b4..4c39be2186fb5a7769d798b2c845a9b00b9769ee 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 9dad6423b0ba710b3a5c00e0187d2de11f02ffd5..d7f6c71ee1ad12bfd656a4c19b2563fb552e8c4c 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 de69a5753375c8a4a0a3ca332c6f2acd73de7680..e760ec094027999b95db79f19fc84655737ebc73 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 a3235fcbc3d797b29351d770321373af2322f527..bb6e99acf9d371c0fe9a0cfb19f0fc8ed6e2735c 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 7ab3a108b1d4a4eb688daf70fdf16c4718cb4905..eeb882f291e4e508b2fc84f28b7b2c20ae0e735f 100644 (file)
@@ -300,7 +300,7 @@ was changed to return 0 in this condition as for other errors.
 
 =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 fc30dc07378659f2cb0114b1d9148172ce3db0cb..6b899cbe5438e2e5dd2a1f31b9d327c31cfb1c18 100644 (file)
@@ -265,7 +265,7 @@ C<0x0f> in released OpenSSL versions.
 
 =head1 COPYRIGHT
 
-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 4a159a68b8a9ada014aba6a1117469042cde851b..a10942433aa76e74af727791c49368517fb5d6b4 100644 (file)
@@ -203,7 +203,7 @@ The OPENSSL_cipher_name() function was added in OpenSSL 1.1.1.
 
 =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 e7c51d83cad5ec6ff1eb9fdaa35d2a0196fe320b..13623ec7302e83190d56ed31b86b7118030c0f9b 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.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
index 317d81c6d851e0d3576a2b00913de0493f5435dc..b9c79099462d782322cd1d26cfd2e67162d5ad0b 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 b2bc5d9ab5203b59b9092dfde8e3241f5ba42544..00e7dccb487279b28ec227539d6533453dd116e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 d908d398e506c649f89a19a4bf38110b31fde918..e62ff247c42c15a52b92007c3478c66615e03b67 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.
  * 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 972897d61f933e7fb52cede4e97d872afc8efd14..e2de4754fa74ee41c244704e1578cf503073cddd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2020 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 f333920c623899eeef7f5c72a1886da5d818303e..f258700670ab93d6d5e17398208e50f8db5df981 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 9bb5c50c47f4246fe8761eb7f4114e64d31b13c2..70c2c24d8661f85a536dbb0ec7ce39532323d761 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env 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