diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/SpamyTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/SpamyTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/SpamyTest.cpp b/llvm/lib/Fuzzer/test/SpamyTest.cpp index 63776d6dfb9..d294d4dc53e 100644 --- a/llvm/lib/Fuzzer/test/SpamyTest.cpp +++ b/llvm/lib/Fuzzer/test/SpamyTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // The test spams to stderr and stdout. #include <assert.h> #include <cstdint> |