diff options
Diffstat (limited to 'llvm/tools/llvm-opt-fuzzer')
-rw-r--r-- | llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp | 7 | ||||
-rw-r--r-- | llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp b/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp index 115923fe33c..8d6b07b0089 100644 --- a/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp +++ b/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp @@ -1,9 +1,8 @@ //===--- DummyOptFuzzer.cpp - Entry point to sanity check the fuzzer ------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // diff --git a/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp b/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp index 57e75b1db9e..6567aaebd6c 100644 --- a/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp +++ b/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp @@ -1,9 +1,8 @@ //===--- llvm-opt-fuzzer.cpp - Fuzzer for instruction selection ----------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // |