diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/CallerCalleeTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/CallerCalleeTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/CallerCalleeTest.cpp b/llvm/lib/Fuzzer/test/CallerCalleeTest.cpp index 150b2fc0405..3ec025d0230 100644 --- a/llvm/lib/Fuzzer/test/CallerCalleeTest.cpp +++ b/llvm/lib/Fuzzer/test/CallerCalleeTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // Simple test for a fuzzer. // Try to find the target using the indirect caller-callee pairs. #include <cstdint> |