diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
3 files changed, 9 insertions, 12 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/main.cpp index 96b203526db..483a57ee5c0 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/value/empty_class/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 // //===----------------------------------------------------------------------===// diff --git a/lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/main.cpp index 50517f48774..edd175ae266 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/value/linked_list/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/value/main.c b/lldb/packages/Python/lldbsuite/test/python_api/value/main.c index 2ebe3ad303c..68b3c12cce4 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/value/main.c +++ b/lldb/packages/Python/lldbsuite/test/python_api/value/main.c @@ -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> |