From ac5b0a3b34ab63e33bbaa336518f206f8ba8698f Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 13 Oct 2019 10:38:13 +0200 Subject: moar doc --- .custom-format.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.custom-format.py') 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 +# +# 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 -- cgit 1.4.1