diff options
author | Matt Caswell <matt@openssl.org> | 2023-09-07 10:59:15 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2023-09-07 10:59:15 +0200 |
commit | da1c088f599af3755aaeed1c447a39621ef12e1f (patch) | |
tree | e616167c2e11771a9401f67b227edb01fb6161da /fuzz | |
parent | QUIC MULTISTREAM TEST: Add comment (diff) | |
download | openssl-da1c088f599af3755aaeed1c447a39621ef12e1f.tar.xz openssl-da1c088f599af3755aaeed1c447a39621ef12e1f.zip |
Copyright year updates
Reviewed-by: Richard Levitte <levitte@openssl.org>
Release: yes
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/fuzz_rand.c | 2 | ||||
-rw-r--r-- | fuzz/pem.c | 2 | ||||
-rw-r--r-- | fuzz/x509.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fuzz/fuzz_rand.c b/fuzz/fuzz_rand.c index af9df7b22d..d3351147ec 100644 --- a/fuzz/fuzz_rand.c +++ b/fuzz/fuzz_rand.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2023 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. diff --git a/fuzz/pem.c b/fuzz/pem.c index 4b2cf701e7..cc2969f6be 100644 --- a/fuzz/pem.c +++ b/fuzz/pem.c @@ -1,5 +1,5 @@ /* - * Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2022-2023 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. diff --git a/fuzz/x509.c b/fuzz/x509.c index 6293f1a5c5..e2d2639164 100644 --- a/fuzz/x509.c +++ b/fuzz/x509.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2023 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. |