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

54 files changed:
.github/workflows/ci.yml
.github/workflows/fuzz-checker.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/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/cms/cms_err.c
crypto/cms/cms_kari.c
crypto/context.c
crypto/core_fetch.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/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/OSSL_CMP_validate_msg.pod
doc/man3/X509V3_set_ctx.pod
doc/man3/X509_add_cert.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/statem/statem_srvr.c
test/evp_kdf_test.c
test/memleaktest.c
test/p_test.c
test/recipes/20-test_nocache.t
test/recipes/80-test_cmp_http.t
test/recipes/80-test_cms.t
test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
test/sslapitest.c
test/testutil/tests.c
util/mkbuildinf.pl

index b91a0dec3dbc2577a6a533e1b86c5e96965caa1c..3ed6dd7c4b489e962e3e210a50fe45a709085e4e 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 3f42bfd154e065f7f279c9d64e489bdb8e24cb58..a56b4bc3507807fcd684a71e090dadec3e7296c8 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 d6134e15e0df4de65de2731fa6d20533d65fd405..ee223106ccb03740a9c7fc0220f40e1be71a8782 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 1ce8a9dc20325f86a088c3e6e9a211cc83d85ca1..4d04514116e80d8b32b73b6d1d087344940e721f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ attempting to develop or distribute cryptographic code.
 Copyright
 =========
 
-Copyright (c) 1998-2024 The OpenSSL Project
+Copyright (c) 1998-2025 The OpenSSL Project
 
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
index f07a6214b7952460dad51454ec7762a9eba9ef3d..129b867c8cc7443d6b3da4ef80f12eca15b7865c 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 f52aab3534e9b02a978d97d403f6e7df2716b372..dce227ef2db5abfc8f7aa4b7476eceb62c688d51 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 0fa63f981e1f3fd226e5ccbc96553d6bea8eac5a..8afd7365cfc20e3874b6466e14562c5e377d0e98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2022 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 4b3a055cc153d8daeb88678bee44b2a64c540b86..299442114cc8407db14f6f2f0ab7e48ecf16e27a 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 b4a111fdb529b4f5adf653385deca869cf5e741e..5146699f1672a5c04d2f8c259d32f36583bd52a9 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 7ee4d234868abd45e82467997ea898c3c66cf105..790a8d06ad0c3d42a0f00bdbcdfe81639757863d 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 6846ae91aca45869d3f03aea53451a406d5dc9ea..219c350674c43a098e527d5da8af7a3e959d23d1 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 098b12d40eb231f3f1607df25a27bd203aebe210..20cfabc8a7a41c63e1047092b3b7b3af5912e10e 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 7fe9cddb128ef87548dce76e3a1d6421e47cc7f5..8a23dfd14ce442cce50d38c2be7f19b1fa2723a4 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 68611aa93d455d003bdd357bf819f93c9cbf9fe9..152dc870a5580b0b27471e75667fecc9560361a5 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 5852e9fe9e79167e584fd696aafb6e03edd71cda..c70442e119b7c623996e50f9e29faa78fdba4de7 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 bb536379dc56fc3d357b5bed5092f56474f68599..84496de6f6bda489a880921d3e338fd2ab5def8e 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 197b060ae7ddfc5cc6ec7c3ed69b5c96a974b1cb..1641a9880c97ad90090cfad628e9e911c24c65fe 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# 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 9466e53bef6371e103ed84ce7ae9cec9fa87f301..c5e2ac5d8f60dfafd98c2151a0e03586a7314834 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 13fc053f8331d7fc8026e75e8c831b60cf440c7d..3d2b8373642aa397ff71879ef37af84679c4bc85 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 6e1d2e90a6ee597e0684f6ef002a13c97fb729d5..e67d783be29078ae46892a8de3f5c6c8a38ab8bc 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 93b425e895ee4d23ac66a8c911d3e809de2c45fb..06459438b5866cdf9bfd7f7ca00059efe183bfe5 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 f0f7dc2010bb6663eea1bac121c2b74898ffe758..c063515fc04d92b962af88a625a82872f33e051c 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 eda5c83e558b41889b90b222f0ccf318ef4419f4..b8420aec525afefdd2a4476cdfa8b597df1f412d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2022 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 374470ba43cbb527b67601c8191b984b5d5e3e62..2bd54879b1a18d03ef0f7218af1d74e0762b7246 100644 (file)
@@ -1,4 +1,4 @@
-# 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 04d64246a2712fa6b4a721fba5fe512c71238186..a1406db6b95c6e11c4908af37bd0c3b66df93d60 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 8354b7c2ea11af8db4eb743c9a88a937a23d68ce..3c7d5ff97c52ab288afb701103611e608908d81f 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 e46ee6313860dbf73c2522d2bd942b946f7c80dc..123469ab75597f483aace101c2dcb1ba886970ac 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 697fdf5347d4d5022c5791d5b88d33e1b1e8fdac..f2c3a568198d8f14ecead875e6bc1a0974fa2750 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 c6abe60fd17b61f3c4bb24e283c2f5a19b431fc9..f4d12312b7cbcbd8fd4779824cfc56feef95b5ff 100644 (file)
@@ -907,7 +907,7 @@ The B<-engine> option was deprecated 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 c4a5312d8730ea58dee7105cf98e5ea179f43430..7ba599b54a0696dea7cd0dbc54543de28b22acb0 100644 (file)
@@ -778,7 +778,7 @@ The <-nodes> option was deprecated in OpenSSL 3.0, too; use B<-noenc> instead.
 
 =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 c9b9d65e4213ef077b127bcdf45a0b903a218657..93487916aa70fdf5d0cbf6c889fadb71822133cd 100644 (file)
@@ -74,7 +74,7 @@ The OpenSSL CMP support was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2007-2022 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 e266690c58031f0bad34e12253c167398e20f114..7819c344f7510e318dbd24da2c43052c527cd957 100644 (file)
@@ -56,7 +56,7 @@ CTX_TEST was deprecated in OpenSSL 3.0; use X509V3_CTX_TEST instead.
 
 =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 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 d54678a1751e1c04d5b2e4f7a2897403df0c939b..58d58ef24ec4aa60982fd82417123d124dfdfa22 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 34244bdf1ad67643e6f9fffcc33ffd49a4620909..ed0204a473bd04a6c8f675ec0f5c6599922fc547 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 7ae1037609799ccc08b42c66bf3a7b5b9c32fcb1..52a186520fe4539b6c5cab962f3a142117ca46d4 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 29ce2099e14cb14feb21d9037eb6e8a176a9833d..a52c6f308b73ff8f0d1df9a06ffcc861e13ba535 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2022 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 8648f9a9c7f89c321cc8d899d30d1811a01002e6..72ab303e64facd5f0b4963aa6354c9a4540b1303 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 76f67c18c21b0dd8ef61372b89749f280025ba91..1d8233269fb7a40841c5ebfd0340a4d6672f61e5 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 cc42e642d103c18cd74fcb67bf00e112f4447ec1..817c5eeecdf016fe6599fe83f7392120390c69d0 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 570d5a6c64b81aa76c83fc1f7bffbeffa7ffba6a..54da58346ef3f6d3024bb4c7bca5973c62ba9bda 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 e52de2df55320bb254177f25587bca61fc5a17ee..118fca91127aac92b6cd4e77af0197f9be9d4041 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 734e44ec8c2e15694ce160050611023199d15827..f7a956ee05ef2f22cd7360b40074ebaa6710c408 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
index 908909c2c64f2089386ee44682fad0d5e306d4fd..24c501187fe3994621e1b2d703f6eb8205f04543 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2007-2022 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 baf5e53855e45432a32022aa555dee689bebe663..819d69e1a6a0134f6d3dd277dacf4b115fc4b4d1 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 ef804961de77c2b2e74ae912722fccd7c9aa7d49..fb97385c8b9b64cb2583c7f3bf8700a4cdc3c439 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright 2022-2023 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 b6ccc63f025bc924d39f7524382c7794039114e6..f5de24351541d74de5fb59f3f81e8b8c223c31b4 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 32014c489de38922ecd596e5a05b311e3b7a38ef..5d78e023e4581795ae547a15809a35004976fa90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017-2022 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 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