aboutsummaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/NullDerefTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/NullDerefTest.cpp')
-rw-r--r--lib/Fuzzer/test/NullDerefTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Fuzzer/test/NullDerefTest.cpp b/lib/Fuzzer/test/NullDerefTest.cpp
index 200c56ccbbc9..3f03d2498197 100644
--- a/lib/Fuzzer/test/NullDerefTest.cpp
+++ b/lib/Fuzzer/test/NullDerefTest.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 the string "Hi!".
#include <cstdint>
#include <cstdlib>