diff options
author | Matt Caswell <matt@openssl.org> | 2022-05-03 12:52:38 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2022-05-03 14:34:51 +0200 |
commit | fecb3aae22aeda493f348739ebf7943071ecdbe1 (patch) | |
tree | 29e2cdb1df8b7d90fa7c2bf15a65e5319e5ad9ea /crypto/dso | |
parent | Update CHANGES and NEWS for new release (diff) | |
download | openssl-fecb3aae22aeda493f348739ebf7943071ecdbe1.tar.xz openssl-fecb3aae22aeda493f348739ebf7943071ecdbe1.zip |
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Release: yes
Diffstat (limited to 'crypto/dso')
-rw-r--r-- | crypto/dso/dso_dlfcn.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_win32.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 982b117e70..c292b41c43 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-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/dso/dso_win32.c b/crypto/dso/dso_win32.c index 08ad8f46b3..20fa3dce7d 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-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 |