about summary refs log tree commit diff
path: root/src/afl-fuzz.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-fuzz.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-fuzz.c')
-rw-r--r--src/afl-fuzz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 44037ce8..bb342112 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -2,7 +2,7 @@
    american fuzzy lop - fuzzer code
    --------------------------------
 
-   Originally written by Michal Zalewski <lcamtuf@google.com>
+   Originally written by Michal Zalewski
 
    Now maintained by by Marc Heuse <mh@mh-sec.de>,
                         Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
@@ -127,7 +127,7 @@ int main(int argc, char** argv) {
 
   SAYF(cCYA
        "afl-fuzz" VERSION cRST
-       " based on afl by <lcamtuf@google.com> and a big online community\n");
+       " based on afl by Michal Zalewski and a big online community\n");
 
   doc_path = access(DOC_PATH, F_OK) ? "docs" : DOC_PATH;