moar moar copyrights

This commit is contained in:
Andrea Fioraldi
2020-01-06 16:17:23 +01:00
parent 2692ef788b
commit b2bee5c32a
20 changed files with 32 additions and 28 deletions

View File

@ -2,7 +2,7 @@
# american fuzzy lop++ - makefile # american fuzzy lop++ - makefile
# ----------------------------- # -----------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2013, 2014, 2015, 2016, 2017 Google Inc. All rights reserved. # Copyright 2013, 2014, 2015, 2016, 2017 Google Inc. All rights reserved.
# #

View File

@ -3,7 +3,7 @@
# american fuzzy lop++ - corpus minimization tool # american fuzzy lop++ - corpus minimization tool
# --------------------------------------------- # ---------------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2014, 2015 Google Inc. All rights reserved. # Copyright 2014, 2015 Google Inc. All rights reserved.
# #

View File

@ -3,7 +3,7 @@
# american fuzzy lop++ - Advanced Persistent Graphing # american fuzzy lop++ - Advanced Persistent Graphing
# ------------------------------------------------- # -------------------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# Based on a design & prototype by Michael Rash. # Based on a design & prototype by Michael Rash.
# #
# Copyright 2014, 2015 Google Inc. All rights reserved. # Copyright 2014, 2015 Google Inc. All rights reserved.

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop++ - status check tool # american fuzzy lop++ - status check tool
# -------------------------------------- # ----------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2015 Google Inc. All rights reserved. # Copyright 2015 Google Inc. All rights reserved.
# Copyright 2019-2020 AFLplusplus Project. All rights reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
american fuzzy lop++ - sample argv fuzzing wrapper american fuzzy lop++ - sample argv fuzzing wrapper
------------------------------------------------ ------------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2015 Google Inc. All rights reserved. Copyright 2015 Google Inc. All rights reserved.

View File

@ -4,7 +4,7 @@
american fuzzy lop++ - <canvas> harness american fuzzy lop++ - <canvas> harness
------------------------------------- -------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2013, 2014 Google Inc. All rights reserved. Copyright 2013, 2014 Google Inc. All rights reserved.

View File

@ -3,7 +3,7 @@
# american fuzzy lop++ - clang assembly normalizer # american fuzzy lop++ - clang assembly normalizer
# ---------------------------------------------- # ----------------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# The idea for this wrapper comes from Ryan Govostes. # The idea for this wrapper comes from Ryan Govostes.
# #
# Copyright 2013, 2014 Google Inc. All rights reserved. # Copyright 2013, 2014 Google Inc. All rights reserved.

View File

@ -3,7 +3,7 @@
# american fuzzy lop++ - crash triage utility # american fuzzy lop++ - crash triage utility
# ----------------------------------------- # -----------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2013, 2014, 2017 Google Inc. All rights reserved. # Copyright 2013, 2014, 2017 Google Inc. All rights reserved.
# #

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# #
# american fuzzy lop++ - fuzzer synchronization tool # american fuzzy lop++ - fuzzer synchronization tool
# ------------------------------------------------ # --------------------------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2014 Google Inc. All rights reserved. # Copyright 2014 Google Inc. All rights reserved.
# Copyright 2019-2020 AFLplusplus Project. All rights reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
american fuzzy lop++ - persistent mode example american fuzzy lop++ - persistent mode example
-------------------------------------------- --------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2015 Google Inc. All rights reserved. Copyright 2015 Google Inc. All rights reserved.

View File

@ -2,7 +2,7 @@
american fuzzy lop++ - postprocessor library example american fuzzy lop++ - postprocessor library example
-------------------------------------------------- --------------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2015 Google Inc. All rights reserved. Copyright 2015 Google Inc. All rights reserved.

View File

@ -2,7 +2,7 @@
american fuzzy lop++ - postprocessor for PNG american fuzzy lop++ - postprocessor for PNG
------------------------------------------ ------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2015 Google Inc. All rights reserved. Copyright 2015 Google Inc. All rights reserved.

View File

@ -11,6 +11,7 @@
# from Laszlo Szekeres. # from Laszlo Szekeres.
# #
# Copyright 2015 Google Inc. All rights reserved. # Copyright 2015 Google Inc. All rights reserved.
# Copyright 2019-2020 AFLplusplus Project. All rights reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
# american fuzzy lop++ - libdislocator # american fuzzy lop++ - libdislocator
# ---------------------------------- # ----------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2016 Google Inc. All rights reserved. # Copyright 2016 Google Inc. All rights reserved.
# #

View File

@ -3,7 +3,7 @@
american fuzzy lop++ - dislocator, an abusive allocator american fuzzy lop++ - dislocator, an abusive allocator
----------------------------------------------------- -----------------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2016 Google Inc. All rights reserved. Copyright 2016 Google Inc. All rights reserved.
Copyright 2019-2020 AFLplusplus Project. All rights reserved. Copyright 2019-2020 AFLplusplus Project. All rights reserved.

View File

@ -2,7 +2,7 @@
# american fuzzy lop++ - libtokencap # american fuzzy lop++ - libtokencap
# -------------------------------- # --------------------------------
# #
# Written by Michal Zalewski # Originally written by Michal Zalewski
# #
# Copyright 2016 Google Inc. All rights reserved. # Copyright 2016 Google Inc. All rights reserved.
# #

View File

@ -3,7 +3,7 @@
american fuzzy lop++ - extract tokens passed to strcmp / memcmp american fuzzy lop++ - extract tokens passed to strcmp / memcmp
------------------------------------------------------------- -------------------------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2016 Google Inc. All rights reserved. Copyright 2016 Google Inc. All rights reserved.
Copyright 2019-2020 AFLplusplus Project. All rights reserved. Copyright 2019-2020 AFLplusplus Project. All rights reserved.

View File

@ -482,7 +482,6 @@ u8 fuzz_one_original(char** argv) {
if (use_radamsa > 1) goto radamsa_stage; if (use_radamsa > 1) goto radamsa_stage;
// custom_stage: // not used - yet // custom_stage: // not used - yet
if (custom_mutator) { if (custom_mutator) {

View File

@ -144,7 +144,8 @@ static void usage(u8* argv0) {
argv0, EXEC_TIMEOUT, MEM_LIMIT); argv0, EXEC_TIMEOUT, MEM_LIMIT);
#ifdef USE_PYTHON #ifdef USE_PYTHON
SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n", (char*)PYTHON_VERSION); SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n",
(char*)PYTHON_VERSION);
#endif #endif
SAYF("For additional help please consult %s/README.md\n\n", doc_path); SAYF("For additional help please consult %s/README.md\n\n", doc_path);

View File

@ -2,9 +2,10 @@
american fuzzy lop++ - a trivial program to test the build american fuzzy lop++ - a trivial program to test the build
-------------------------------------------------------- --------------------------------------------------------
Written by Michal Zalewski Originally written by Michal Zalewski
Copyright 2014 Google Inc. All rights reserved. Copyright 2014 Google Inc. All rights reserved.
Copyright 2019-2020 AFLplusplus Project. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.