diff options
author | Matt Caswell <matt@openssl.org> | 2018-09-11 14:22:14 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-09-11 14:45:17 +0200 |
commit | 1212818eb07add297fe562eba80ac46a9893781e (patch) | |
tree | 400894885f299eb154fd040d0407b6e2dd7e09ab /fuzz | |
parent | CAPI engine: add support for RSA_NO_PADDING (diff) | |
download | openssl-1212818eb07add297fe562eba80ac46a9893781e.tar.xz openssl-1212818eb07add297fe562eba80ac46a9893781e.zip |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7176)
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/client.c | 2 | ||||
-rw-r--r-- | fuzz/driver.c | 2 | ||||
-rw-r--r-- | fuzz/server.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fuzz/client.c b/fuzz/client.c index a262209c0e..7ce609ca6a 100644 --- a/fuzz/client.c +++ b/fuzz/client.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL licenses, (the "License"); * you may not use this file except in compliance with the License. diff --git a/fuzz/driver.c b/fuzz/driver.c index 928e0e1491..54d67de202 100644 --- a/fuzz/driver.c +++ b/fuzz/driver.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL licenses, (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 db8c8b99ac..2d392ac886 100644 --- a/fuzz/server.c +++ b/fuzz/server.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL licenses, (the "License"); * you may not use this file except in compliance with the License. |