diff options
Diffstat (limited to 'experimental/distributed_fuzzing/sync_script.sh')
-rwxr-xr-x | experimental/distributed_fuzzing/sync_script.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/experimental/distributed_fuzzing/sync_script.sh b/experimental/distributed_fuzzing/sync_script.sh index b300d7a2..c45ae69b 100755 --- a/experimental/distributed_fuzzing/sync_script.sh +++ b/experimental/distributed_fuzzing/sync_script.sh @@ -1,11 +1,12 @@ #!/bin/sh # # american fuzzy lop++ - fuzzer synchronization tool -# ------------------------------------------------ +# -------------------------------------------------- # -# Written by Michal Zalewski +# Originally written by Michal Zalewski # # Copyright 2014 Google Inc. All rights reserved. +# Copyright 2019-2020 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. |