diff options
Diffstat (limited to 'lldb/unittests/Core')
-rw-r--r-- | lldb/unittests/Core/MangledTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Core/RangeMapTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Core/RangeTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Core/RichManglingContextTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Core/StreamCallbackTest.cpp | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/lldb/unittests/Core/MangledTest.cpp b/lldb/unittests/Core/MangledTest.cpp index 2fb37b57ffe..4571b84e569 100644 --- a/lldb/unittests/Core/MangledTest.cpp +++ b/lldb/unittests/Core/MangledTest.cpp @@ -1,9 +1,8 @@ //===-- MangledTest.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/unittests/Core/RangeMapTest.cpp b/lldb/unittests/Core/RangeMapTest.cpp index 55167311b0c..3018faccf3a 100644 --- a/lldb/unittests/Core/RangeMapTest.cpp +++ b/lldb/unittests/Core/RangeMapTest.cpp @@ -1,9 +1,8 @@ //===-- RangeTest.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/unittests/Core/RangeTest.cpp b/lldb/unittests/Core/RangeTest.cpp index 337c2fa1151..c36a85edb5c 100644 --- a/lldb/unittests/Core/RangeTest.cpp +++ b/lldb/unittests/Core/RangeTest.cpp @@ -1,9 +1,8 @@ //===-- RangeTest.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/unittests/Core/RichManglingContextTest.cpp b/lldb/unittests/Core/RichManglingContextTest.cpp index 3bb0aaecbed..2055a51f992 100644 --- a/lldb/unittests/Core/RichManglingContextTest.cpp +++ b/lldb/unittests/Core/RichManglingContextTest.cpp @@ -1,9 +1,8 @@ //===-- RichManglingContextTest.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/unittests/Core/StreamCallbackTest.cpp b/lldb/unittests/Core/StreamCallbackTest.cpp index d3ccd0211a4..d9ae3543033 100644 --- a/lldb/unittests/Core/StreamCallbackTest.cpp +++ b/lldb/unittests/Core/StreamCallbackTest.cpp @@ -1,9 +1,8 @@ //===-- StreamCallbackTest.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 // //===----------------------------------------------------------------------===// |