diff options
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. |