[llvm] r270598 - [libFuzzer] add a license header to afl/afl_driver.cpp

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 12:05:27 PDT 2016


Author: kcc
Date: Tue May 24 14:05:25 2016
New Revision: 270598

URL: http://llvm.org/viewvc/llvm-project?rev=270598&view=rev
Log:
[libFuzzer] add a license header to afl/afl_driver.cpp

Modified:
    llvm/trunk/lib/Fuzzer/afl/afl_driver.cpp

Modified: llvm/trunk/lib/Fuzzer/afl/afl_driver.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/afl/afl_driver.cpp?rev=270598&r1=270597&r2=270598&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/afl/afl_driver.cpp (original)
+++ llvm/trunk/lib/Fuzzer/afl/afl_driver.cpp Tue May 24 14:05:25 2016
@@ -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.
 




More information about the llvm-commits mailing list