about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
author0xsanz <0xsanz@pm.com>2022-01-15 15:19:29 -0500
committer0xsanz <0xsanz@pm.com>2022-01-15 15:19:29 -0500
commitd51ec57d91e8f4b80f8970268abdeda7e5c7c0fe (patch)
tree0a947ca6d4f51ebfe8bcbfaf79ac9940d2861a50 /utils
parent9242e0db8ac8a0e82d78432af389108e74700f00 (diff)
downloadafl++-d51ec57d91e8f4b80f8970268abdeda7e5c7c0fe.tar.gz
more welcome 2022
Diffstat (limited to 'utils')
-rw-r--r--utils/argv_fuzzing/Makefile2
-rw-r--r--utils/argv_fuzzing/argvfuzz.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/argv_fuzzing/Makefile b/utils/argv_fuzzing/Makefile
index 5a0ac6e6..183f6bf8 100644
--- a/utils/argv_fuzzing/Makefile
+++ b/utils/argv_fuzzing/Makefile
@@ -2,7 +2,7 @@
 # american fuzzy lop++ - argvfuzz
 # --------------------------------
 #
-# Copyright 2019-2020 Kjell Braden <afflux@pentabarf.de>
+# Copyright 2019-2022 Kjell Braden <afflux@pentabarf.de>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/utils/argv_fuzzing/argvfuzz.c b/utils/argv_fuzzing/argvfuzz.c
index 4251ca4c..e7cc6b72 100644
--- a/utils/argv_fuzzing/argvfuzz.c
+++ b/utils/argv_fuzzing/argvfuzz.c
@@ -2,7 +2,7 @@
    american fuzzy lop++ - LD_PRELOAD for fuzzing argv in binaries
    ------------------------------------------------------------
 
-   Copyright 2019-2020 Kjell Braden <afflux@pentabarf.de>
+   Copyright 2019-2022 Kjell Braden <afflux@pentabarf.de>
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.