diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c | 7 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/frame/main.c | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c b/lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c index 7fecfc0293c..7606e2ac909 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/main.c +++ b/lldb/packages/Python/lldbsuite/test/python_api/frame/get-variables/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> diff --git a/lldb/packages/Python/lldbsuite/test/python_api/frame/main.c b/lldb/packages/Python/lldbsuite/test/python_api/frame/main.c index 35209db1812..75f4448758b 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/frame/main.c +++ b/lldb/packages/Python/lldbsuite/test/python_api/frame/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> |