diff options
Diffstat (limited to 'lib/Fuzzer/test/StrncmpTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/StrncmpTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Fuzzer/test/StrncmpTest.cpp b/lib/Fuzzer/test/StrncmpTest.cpp index 55344d75e0b1f..8575c2682f1a9 100644 --- a/lib/Fuzzer/test/StrncmpTest.cpp +++ b/lib/Fuzzer/test/StrncmpTest.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. The fuzzer must find a particular string. #include <cstring> #include <cstdint> |