diff options
-rw-r--r-- | lldb/unittests/Host/FileActionTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Host/ProcessInfoTest.cpp | 7 | ||||
-rw-r--r-- | lldb/unittests/Host/ProcessLaunchInfoTest.cpp | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/lldb/unittests/Host/FileActionTest.cpp b/lldb/unittests/Host/FileActionTest.cpp index abe4408427c..ee1c0a39755 100644 --- a/lldb/unittests/Host/FileActionTest.cpp +++ b/lldb/unittests/Host/FileActionTest.cpp @@ -1,9 +1,8 @@ //===-- FileActionTest.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/Host/ProcessInfoTest.cpp b/lldb/unittests/Host/ProcessInfoTest.cpp index 93dffe38090..1dbf57bed7e 100644 --- a/lldb/unittests/Host/ProcessInfoTest.cpp +++ b/lldb/unittests/Host/ProcessInfoTest.cpp @@ -1,9 +1,8 @@ //===-- ProcessInfoTest.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/Host/ProcessLaunchInfoTest.cpp b/lldb/unittests/Host/ProcessLaunchInfoTest.cpp index 8a42265453b..40b45c559f0 100644 --- a/lldb/unittests/Host/ProcessLaunchInfoTest.cpp +++ b/lldb/unittests/Host/ProcessLaunchInfoTest.cpp @@ -1,9 +1,8 @@ //===-- ProcessLaunchInfoTest.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 // //===----------------------------------------------------------------------===// |