diff options
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 |