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

@ -144,7 +144,8 @@ static void usage(u8* argv0) {
argv0, EXEC_TIMEOUT, MEM_LIMIT);
#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
SAYF("For additional help please consult %s/README.md\n\n", doc_path);