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 /src/afl-tmin.c | |
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 'src/afl-tmin.c')
-rw-r--r-- | src/afl-tmin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c index 7f354727..a72e1dda 100644 --- a/src/afl-tmin.c +++ b/src/afl-tmin.c @@ -2,7 +2,7 @@ american fuzzy lop++ - test case minimizer ------------------------------------------ - Originally written by Michal Zalewski <lcamtuf@google.com> + Originally written by Michal Zalewski Forkserver design by Jann Horn <jannhorn@googlemail.com> @@ -1032,7 +1032,7 @@ int main(int argc, char** argv) { doc_path = access(DOC_PATH, F_OK) ? "docs" : DOC_PATH; - SAYF(cCYA "afl-tmin" VERSION cRST " by <lcamtuf@google.com>\n"); + SAYF(cCYA "afl-tmin" VERSION cRST " by Michal Zalewski\n"); while ((opt = getopt(argc, argv, "+i:o:f:m:t:B:xeQUWh")) > 0) |