diff options
Diffstat (limited to 'lldb/tools/intel-features/intel-mpx')
3 files changed, 9 insertions, 12 deletions
diff --git a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp index df1221f3ccf..34d9441fbd5 100644 --- a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp +++ b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp @@ -1,10 +1,9 @@ //===-- cli-wrapper-mpxtable.cpp----------------------------------*- C++ //-*-===// // -// 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/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h index 00028a93fb4..335c673fef8 100644 --- a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h +++ b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h @@ -1,9 +1,8 @@ //===-- cli-wrapper-mpxtable.h----------------------------------*- C++ -*-===// // -// 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/lldb/tools/intel-features/intel-mpx/test/main.cpp b/lldb/tools/intel-features/intel-mpx/test/main.cpp index 110befb1e25..2f5253ed860 100644 --- a/lldb/tools/intel-features/intel-mpx/test/main.cpp +++ b/lldb/tools/intel-features/intel-mpx/test/main.cpp @@ -1,9 +1,8 @@ //===-- main.cpp ------------------------------------------------*- C++ -*-===// //// -//// 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 //// ////===----------------------------------------------------------------------===// // |