diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-13 10:38:13 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-13 10:38:13 +0200 |
commit | ac5b0a3b34ab63e33bbaa336518f206f8ba8698f (patch) | |
tree | 8bc9346cf56099de708870aa3a864fbf7cfadb85 /.custom-format.py | |
parent | 8f854ee83a6dd70ff5a3e70f6064928b35d2ab17 (diff) | |
download | afl++-ac5b0a3b34ab63e33bbaa336518f206f8ba8698f.tar.gz |
moar doc
Diffstat (limited to '.custom-format.py')
-rwxr-xr-x | .custom-format.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.custom-format.py b/.custom-format.py index b7416843..8d762006 100755 --- a/.custom-format.py +++ b/.custom-format.py @@ -1,4 +1,19 @@ #!/usr/bin/env python3 +# +# american fuzzy lop++ - custom code formatter +# -------------------------------------------- +# +# Written and maintaned by Andrea Fioraldi <andreafioraldi@gmail.com> +# +# Copyright 2015, 2016, 2017 Google Inc. All rights reserved. +# Copyright 2019 AFLplusplus Project. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# import subprocess import sys |