From 0618cbacb6fff785b01253b02a92ffc830742129 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 23 Jun 2016 02:19:36 +0000 Subject: [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 --- llvm/lib/Fuzzer/test/AFLDriverTest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/lib/Fuzzer/test') diff --git a/llvm/lib/Fuzzer/test/AFLDriverTest.cpp b/llvm/lib/Fuzzer/test/AFLDriverTest.cpp index 9ae18cb6cb9..576c53808b7 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 #include -- cgit v1.2.3