diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/archives')
3 files changed, 9 insertions, 12 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c b/lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c index 2b6ebbe47a7..c8d226ab9de 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c +++ b/lldb/packages/Python/lldbsuite/test/functionalities/archives/a.c @@ -1,9 +1,8 @@ //===-- a.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 // //===----------------------------------------------------------------------===// int __a_global = 1; diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c b/lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c index 51d77dd4bcd..6510b978f37 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c +++ b/lldb/packages/Python/lldbsuite/test/functionalities/archives/b.c @@ -1,9 +1,8 @@ //===-- b.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 // //===----------------------------------------------------------------------===// static int __b_global = 2; diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/archives/main.c b/lldb/packages/Python/lldbsuite/test/functionalities/archives/main.c index c5b1cc2f0d1..1525a1a5e38 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/archives/main.c +++ b/lldb/packages/Python/lldbsuite/test/functionalities/archives/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> |