about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-19 18:23:01 +0200
committerhexcoder- <heiko@hexco.de>2019-10-19 18:23:01 +0200
commitc83e8e1e6255374b085292ba8673efdca7388d76 (patch)
treec4a6484a22a2a9f69a057e877de04f54a6e6efed /src/afl-showmap.c
parent452ec28761db9648e2f4b66b1e9374ca3f62e22d (diff)
downloadafl++-c83e8e1e6255374b085292ba8673efdca7388d76.tar.gz
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 31f12856..b54ac2b0 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -2,7 +2,7 @@
    american fuzzy lop++ - map display utility
    ------------------------------------------
 
-   Originally written by Michal Zalewski <lcamtuf@google.com>
+   Originally written by Michal Zalewski
 
    Forkserver design by Jann Horn <jannhorn@googlemail.com>
 
@@ -395,7 +395,7 @@ static void setup_signal_handlers(void) {
 
 static void show_banner(void) {
 
-  SAYF(cCYA "afl-showmap" VERSION cRST " by <lcamtuf@google.com>\n");
+  SAYF(cCYA "afl-showmap" VERSION cRST " by Michal Zalewski\n");
 
 }