diff options
author | Matt Caswell <matt@openssl.org> | 2022-05-03 11:52:38 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2022-05-03 13:34:51 +0100 |
commit | fecb3aae22aeda493f348739ebf7943071ecdbe1 (patch) | |
tree | 29e2cdb1df8b7d90fa7c2bf15a65e5319e5ad9ea /crypto/sha | |
parent | 73e044bd1aa3ff00e189624b4807e15e8de8f8e4 (diff) |
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
Diffstat (limited to 'crypto/sha')
-rwxr-xr-x | crypto/sha/asm/keccak1600-armv8.pl | 2 | ||||
-rw-r--r-- | crypto/sha/sha1dgst.c | 2 | ||||
-rw-r--r-- | crypto/sha/sha512.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/sha/asm/keccak1600-armv8.pl b/crypto/sha/asm/keccak1600-armv8.pl index 40f7aa7a69..ab7aa713ac 100755 --- a/crypto/sha/asm/keccak1600-armv8.pl +++ b/crypto/sha/asm/keccak1600-armv8.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2017-2022 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/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index 4c0c7a0fe4..e8f1ef5244 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2022 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/sha/sha512.c b/crypto/sha/sha512.c index 154b79745b..db13565332 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2004-2022 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 |