diff options
author | Matt Caswell <matt@openssl.org> | 2021-06-17 14:24:59 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-06-17 14:24:59 +0200 |
commit | 38fc02a7084438e384e152effa84d4bf085783c9 (patch) | |
tree | 68c2f3fc0a80285651139b0aeca9e556d6b46ec0 /crypto/ct | |
parent | test/recipes/80-test_cmp_http.t: Kill the mock server brutally (diff) | |
download | openssl-38fc02a7084438e384e152effa84d4bf085783c9.tar.xz openssl-38fc02a7084438e384e152effa84d4bf085783c9.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15801)
Diffstat (limited to 'crypto/ct')
-rw-r--r-- | crypto/ct/ct_b64.c | 2 | ||||
-rw-r--r-- | crypto/ct/ct_err.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ct/ct_b64.c b/crypto/ct/ct_b64.c index 5dae44d5ef..d3f783962a 100644 --- a/crypto/ct/ct_b64.c +++ b/crypto/ct/ct_b64.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-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/ct/ct_err.c b/crypto/ct/ct_err.c index 810b3f5070..c4dd05119e 100644 --- a/crypto/ct/ct_err.c +++ b/crypto/ct/ct_err.c @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * 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 |