From: Vitaly Buka Date: Thu, 23 Jun 2016 02:19:36 +0000 (+0000) Subject: [libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp X-Git-Tag: android-x86-7.1-r4~31369 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=07997a91ef53bee5fbe656e52a76838d304c3d97;p=android-x86%2Fexternal-llvm.git [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/test/AFLDriverTest.cpp b/lib/Fuzzer/test/AFLDriverTest.cpp index 9ae18cb6cb9..576c53808b7 100644 --- a/lib/Fuzzer/test/AFLDriverTest.cpp +++ b/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