[llvm] r273527 - [libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 19:19:36 PDT 2016


Author: vitalybuka
Date: Wed Jun 22 21:19:36 2016
New Revision: 273527

URL: http://llvm.org/viewvc/llvm-project?rev=273527&view=rev
Log:
[libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp

Summary: Add license info and brief description of file to AFLDriverTest.cpp.

Reviewers: kcc, aizatsky

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D21487

Modified:
    llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp

Modified: llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp?rev=273527&r1=273526&r2=273527&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp (original)
+++ llvm/trunk/lib/Fuzzer/test/AFLDriverTest.cpp Wed Jun 22 21:19:36 2016
@@ -1,3 +1,7 @@
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+
+// Contains dummy functions used to avoid dependency on AFL.
 #include <stdint.h>
 #include <stdlib.h>
 




More information about the llvm-commits mailing list