diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | 7 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp index 8d806903689..01c8404a387 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp @@ -1,9 +1,8 @@ //===-- main.c --------------------------------------------------*- 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 // //===----------------------------------------------------------------------===// #include <stdio.h> diff --git a/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp b/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp index a95d7d7aec1..57c485c08c6 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp @@ -1,9 +1,8 @@ //===-- main.c --------------------------------------------------*- 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 // //===----------------------------------------------------------------------===// #include <stdio.h> |