diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
commit | c83e8e1e6255374b085292ba8673efdca7388d76 (patch) | |
tree | c4a6484a22a2a9f69a057e877de04f54a6e6efed /afl-cmin | |
parent | 452ec28761db9648e2f4b66b1e9374ca3f62e22d (diff) | |
download | afl++-c83e8e1e6255374b085292ba8673efdca7388d76.tar.gz |
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afl-cmin b/afl-cmin index 88635550..e4e0fd85 100755 --- a/afl-cmin +++ b/afl-cmin @@ -3,7 +3,7 @@ # american fuzzy lop - corpus minimization tool # --------------------------------------------- # -# Written and maintained by Michal Zalewski <lcamtuf@google.com> +# Written by Michal Zalewski # # Copyright 2014, 2015 Google Inc. All rights reserved. # @@ -36,7 +36,7 @@ # array sizes. # -echo "corpus minimization tool for afl-fuzz by <lcamtuf@google.com>" +echo "corpus minimization tool for afl-fuzz by Michal Zalewski" echo ######### |