aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/test/AFLDriverTest.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2016-06-23 02:19:36 +0000
committerVitaly Buka <vitalybuka@google.com>2016-06-23 02:19:36 +0000
commit0618cbacb6fff785b01253b02a92ffc830742129 (patch)
tree9d080a663f9b334e13a67244da29b62fb8b3416f /llvm/lib/Fuzzer/test/AFLDriverTest.cpp
parent47d372f98e037328b1dd2ff4ed5fd92bee522e48 (diff)
downloadllvm-0618cbacb6fff785b01253b02a92ffc830742129.zip
llvm-0618cbacb6fff785b01253b02a92ffc830742129.tar.gz
llvm-0618cbacb6fff785b01253b02a92ffc830742129.tar.bz2
[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 llvm-svn: 273527
Diffstat (limited to 'llvm/lib/Fuzzer/test/AFLDriverTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/AFLDriverTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/AFLDriverTest.cpp b/llvm/lib/Fuzzer/test/AFLDriverTest.cpp
index 9ae18cb..576c538 100644
--- a/llvm/lib/Fuzzer/test/AFLDriverTest.cpp
+++ b/llvm/lib/Fuzzer/test/AFLDriverTest.cpp
@@ -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>