OSDN Git Service

[libFuzzer] add a license header to afl/afl_driver.cpp
authorKostya Serebryany <kcc@google.com>
Tue, 24 May 2016 19:05:25 +0000 (19:05 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 24 May 2016 19:05:25 +0000 (19:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/afl/afl_driver.cpp

index af7cbb4..63aebab 100644 (file)
@@ -1,3 +1,11 @@
+//===- afl_driver.cpp - a glue between AFL and libFuzzer --------*- C++ -* ===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//===----------------------------------------------------------------------===//
+
 /* This file allows to fuzz libFuzzer-style target functions
  (LLVMFuzzerTestOneInput) with AFL using AFL's persistent (in-process) mode.