diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-03 09:38:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-03 09:38:07 +0100 |
commit | 35f09e11a4373b0fb42c690d23127c144f72f73c (patch) | |
tree | ffaad6a4cfcc0bffb1d98d36f3ca2e9e3087fd83 /utils/afl_network_proxy | |
parent | 026404c452cbf028e2c8721a18f211393128a30d (diff) | |
download | afl++-35f09e11a4373b0fb42c690d23127c144f72f73c.tar.gz |
welcome 2023
Diffstat (limited to 'utils/afl_network_proxy')
-rw-r--r-- | utils/afl_network_proxy/afl-network-client.c | 2 | ||||
-rw-r--r-- | utils/afl_network_proxy/afl-network-server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/afl_network_proxy/afl-network-client.c b/utils/afl_network_proxy/afl-network-client.c index 89ca6c4e..0416f0f9 100644 --- a/utils/afl_network_proxy/afl-network-client.c +++ b/utils/afl_network_proxy/afl-network-client.c @@ -4,7 +4,7 @@ Written by Marc Heuse <mh@mh-sec.de> - Copyright 2019-2022 AFLplusplus Project. All rights reserved. + Copyright 2019-2023 AFLplusplus Project. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/utils/afl_network_proxy/afl-network-server.c b/utils/afl_network_proxy/afl-network-server.c index 8f0e9df9..2ae4c165 100644 --- a/utils/afl_network_proxy/afl-network-server.c +++ b/utils/afl_network_proxy/afl-network-server.c @@ -12,7 +12,7 @@ Dominik Maier <mail@dmnk.co> Copyright 2016, 2017 Google Inc. All rights reserved. - Copyright 2019-2022 AFLplusplus Project. All rights reserved. + Copyright 2019-2023 AFLplusplus Project. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |