From f13cbee12e971869904103022f83e3e1f36da0a8 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 1 Apr 2016 18:38:58 +0000 Subject: [libfuzzer] adding license headers to cpp files Differential Revision: http://reviews.llvm.org/D18705 llvm-svn: 265174 --- llvm/lib/Fuzzer/test/ThreadedTest.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/Fuzzer/test/ThreadedTest.cpp') diff --git a/llvm/lib/Fuzzer/test/ThreadedTest.cpp b/llvm/lib/Fuzzer/test/ThreadedTest.cpp index 7aa114a41f3..09137a9a70c 100644 --- a/llvm/lib/Fuzzer/test/ThreadedTest.cpp +++ b/llvm/lib/Fuzzer/test/ThreadedTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // Threaded test for a fuzzer. The fuzzer should not crash. #include #include -- cgit v1.2.3