diff options
author | Matt Caswell <matt@openssl.org> | 2021-04-08 14:04:41 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-04-08 14:04:41 +0200 |
commit | 3c2bdd7df95b5ce2aa238de9e39e0e70125bd7e6 (patch) | |
tree | 34e34f8b21fc4c98ba521edd811c7e568828cf29 /crypto/rsa | |
parent | Remove a TODO in EVP_set_default_properties (diff) | |
download | openssl-3c2bdd7df95b5ce2aa238de9e39e0e70125bd7e6.tar.xz openssl-3c2bdd7df95b5ce2aa238de9e39e0e70125bd7e6.zip |
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14801)
Diffstat (limited to 'crypto/rsa')
-rw-r--r-- | crypto/rsa/rsa_acvp_test_params.c | 2 | ||||
-rw-r--r-- | crypto/rsa/rsa_asn1.c | 2 | ||||
-rw-r--r-- | crypto/rsa/rsa_chk.c | 2 | ||||
-rw-r--r-- | crypto/rsa/rsa_mp.c | 2 | ||||
-rw-r--r-- | crypto/rsa/rsa_sign.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/crypto/rsa/rsa_acvp_test_params.c b/crypto/rsa/rsa_acvp_test_params.c index 908f605934..fddc1e0994 100644 --- a/crypto/rsa/rsa_acvp_test_params.c +++ b/crypto/rsa/rsa_acvp_test_params.c @@ -1,5 +1,5 @@ /* - * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2020-2021 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/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c index 42fa20b6f0..c14cdf415e 100644 --- a/crypto/rsa/rsa_asn1.c +++ b/crypto/rsa/rsa_asn1.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2021 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/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c index 0596d129c1..01fe9ead69 100644 --- a/crypto/rsa/rsa_chk.c +++ b/crypto/rsa/rsa_chk.c @@ -1,5 +1,5 @@ /* - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 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/rsa/rsa_mp.c b/crypto/rsa/rsa_mp.c index 410dc690cf..b785344cf0 100644 --- a/crypto/rsa/rsa_mp.c +++ b/crypto/rsa/rsa_mp.c @@ -1,5 +1,5 @@ /* - * Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2017 BaishanCloud. All rights reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c index 39a90bb244..21a2e9d727 100644 --- a/crypto/rsa/rsa_sign.c +++ b/crypto/rsa/rsa_sign.c @@ -1,5 +1,5 @@ /* - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 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 |