aboutsummaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/CounterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/CounterTest.cpp')
-rw-r--r--lib/Fuzzer/test/CounterTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Fuzzer/test/CounterTest.cpp b/lib/Fuzzer/test/CounterTest.cpp
index b61f419c4991..4917934c62e5 100644
--- a/lib/Fuzzer/test/CounterTest.cpp
+++ b/lib/Fuzzer/test/CounterTest.cpp
@@ -1,3 +1,6 @@
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+
// Test for a fuzzer: must find the case where a particular basic block is
// executed many times.
#include <iostream>