From a4bafb6e11b613a20d89a7f1da4806476a50eb8a Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 16 Feb 2021 18:00:04 +0100 Subject: dockerfile enhancements --- afl-dyninst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-dyninst.cpp') diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp index ea6a4f4..450d903 100644 --- a/afl-dyninst.cpp +++ b/afl-dyninst.cpp @@ -346,7 +346,7 @@ int main(int argc, char **argv) { char *func2patch = NULL; int loop; - cout << "afl-dyninst (c) 2017-2020 by Aleksandar Nikolic and Marc Heuse [https://github.com/vanhauser-thc/afl-dyninst] Apache 2.0 License" << endl; + cout << "afl-dyninst (c) 2017-2021 by Aleksandar Nikolic and Marc Heuse [https://github.com/vanhauser-thc/afl-dyninst] Apache 2.0 License" << endl; if (argc < 3 || strncmp(argv[1], "-h", 2) == 0 || strncmp(argv[1], "--h", 3) == 0) { cout << "Usage: " << argv[0] << USAGE; -- cgit 1.4.1