diff options
author | Mike Aizatsky <aizatsky@chromium.org> | 2016-04-01 18:38:58 +0000 |
---|---|---|
committer | Mike Aizatsky <aizatsky@chromium.org> | 2016-04-01 18:38:58 +0000 |
commit | f13cbee12e971869904103022f83e3e1f36da0a8 (patch) | |
tree | 4d828b43b1990d79d7d8b073bfcb7037e73816f8 /llvm/lib/Fuzzer/test/SimpleHashTest.cpp | |
parent | 6121118663c8899576f0f050eebae0add27e99c3 (diff) | |
download | bcm5719-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/SimpleHashTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/SimpleHashTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/SimpleHashTest.cpp b/llvm/lib/Fuzzer/test/SimpleHashTest.cpp index 5bab3fa7f64..00599de78eb 100644 --- a/llvm/lib/Fuzzer/test/SimpleHashTest.cpp +++ b/llvm/lib/Fuzzer/test/SimpleHashTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // This test computes a checksum of the data (all but the last 4 bytes), // and then compares the last 4 bytes with the computed value. // A fuzzer with cmp traces is expected to defeat this check. |