about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
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");
 
 }