summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/SwitchTest.cpp
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2016-04-01 18:38:58 +0000
committerMike Aizatsky <aizatsky@chromium.org>2016-04-01 18:38:58 +0000
commitf13cbee12e971869904103022f83e3e1f36da0a8 (patch)
tree4d828b43b1990d79d7d8b073bfcb7037e73816f8 /llvm/lib/Fuzzer/test/SwitchTest.cpp
parent6121118663c8899576f0f050eebae0add27e99c3 (diff)
downloadbcm5719-llvm-f13cbee12e971869904103022f83e3e1f36da0a8.tar.gz
bcm5719-llvm-f13cbee12e971869904103022f83e3e1f36da0a8.zip
[libfuzzer] adding license headers to cpp files
Differential Revision: http://reviews.llvm.org/D18705 llvm-svn: 265174
Diffstat (limited to 'llvm/lib/Fuzzer/test/SwitchTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/SwitchTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/SwitchTest.cpp b/llvm/lib/Fuzzer/test/SwitchTest.cpp
index 5de7fff7452..3dc051ff7b5 100644
--- a/llvm/lib/Fuzzer/test/SwitchTest.cpp
+++ b/llvm/lib/Fuzzer/test/SwitchTest.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 interesting switch value.
#include <cstdint>
#include <cstdlib>
OpenPOWER on IntegriCloud