diff options
author | Matt Caswell <matt@openssl.org> | 2023-09-28 15:23:29 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2023-09-28 15:23:29 +0200 |
commit | 556009c596e0242689df4c26dd7fccdb7f0e1add (patch) | |
tree | 598e5d45e9526d52752f4a493aecf22bb8160e83 /crypto/evp | |
parent | Fix no-ssl-trace (diff) | |
download | openssl-556009c596e0242689df4c26dd7fccdb7f0e1add.tar.xz openssl-556009c596e0242689df4c26dd7fccdb7f0e1add.zip |
Copyright year updates
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/e_chacha20_poly1305.c | 2 | ||||
-rw-r--r-- | crypto/evp/legacy_blake2.c | 2 | ||||
-rw-r--r-- | crypto/evp/pmeth_gn.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/evp/e_chacha20_poly1305.c b/crypto/evp/e_chacha20_poly1305.c index 68b216f10c..731c1a1dc7 100644 --- a/crypto/evp/e_chacha20_poly1305.c +++ b/crypto/evp/e_chacha20_poly1305.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under 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/crypto/evp/legacy_blake2.c b/crypto/evp/legacy_blake2.c index 4301ae4857..5a5f05044c 100644 --- a/crypto/evp/legacy_blake2.c +++ b/crypto/evp/legacy_blake2.c @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under 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/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c index 6a38fe511a..74cca96f4d 100644 --- a/crypto/evp/pmeth_gn.c +++ b/crypto/evp/pmeth_gn.c @@ -1,5 +1,5 @@ /* - * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2006-2023 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy |