diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-09-05 09:35:49 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-09-05 09:35:49 +0200 |
commit | 7ed6de997f62466271ef7ff6016026e1fdc76963 (patch) | |
tree | 345b0285a83fea59b26a87d439d0b59747a87e4d /fuzz | |
parent | util/mkinstallvars.pl: replace List::Util::pairs with out own (diff) | |
download | openssl-7ed6de997f62466271ef7ff6016026e1fdc76963.tar.xz openssl-7ed6de997f62466271ef7ff6016026e1fdc76963.zip |
Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/acert.c | 2 | ||||
-rw-r--r-- | fuzz/bignum.c | 2 | ||||
-rw-r--r-- | fuzz/decoder.c | 2 | ||||
-rw-r--r-- | fuzz/provider.c | 2 | ||||
-rw-r--r-- | fuzz/quic-lcidm.c | 2 | ||||
-rw-r--r-- | fuzz/quic-srtm.c | 2 | ||||
-rw-r--r-- | fuzz/server.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/fuzz/acert.c b/fuzz/acert.c index 542e793f9f..7a1cf796aa 100644 --- a/fuzz/acert.c +++ b/fuzz/acert.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2023-2024 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/bignum.c b/fuzz/bignum.c index 783e915977..08da6fb197 100644 --- a/fuzz/bignum.c +++ b/fuzz/bignum.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2024 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/decoder.c b/fuzz/decoder.c index f8758d5e34..6d8ddbe640 100644 --- a/fuzz/decoder.c +++ b/fuzz/decoder.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2023-2024 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/provider.c b/fuzz/provider.c index e87ababf85..492d249c7d 100644 --- a/fuzz/provider.c +++ b/fuzz/provider.c @@ -1,5 +1,5 @@ /* - * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2023-2024 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/quic-lcidm.c b/fuzz/quic-lcidm.c index f74e6504bb..4c206e631f 100644 --- a/fuzz/quic-lcidm.c +++ b/fuzz/quic-lcidm.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2024 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/quic-srtm.c b/fuzz/quic-srtm.c index 13fdaace0a..9bb5db5d81 100644 --- a/fuzz/quic-srtm.c +++ b/fuzz/quic-srtm.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2024 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/server.c b/fuzz/server.c index 2ae714e1e6..d058f1c2d8 100644 --- a/fuzz/server.c +++ b/fuzz/server.c @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2024 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. |