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 /engines | |
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 'engines')
-rw-r--r-- | engines/e_dasync.c | 2 | ||||
-rw-r--r-- | engines/e_ossltest.c | 2 | ||||
-rw-r--r-- | engines/e_padlock.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/e_dasync.c b/engines/e_dasync.c index 9866459103..e2e587d839 100644 --- a/engines/e_dasync.c +++ b/engines/e_dasync.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-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/engines/e_ossltest.c b/engines/e_ossltest.c index 57dfb13ba1..8479414f01 100644 --- a/engines/e_ossltest.c +++ b/engines/e_ossltest.c @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-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/engines/e_padlock.c b/engines/e_padlock.c index 5662bf5b50..9ad1c48c71 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2004-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 |