summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-01-19 08:50:56 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-01-19 08:50:56 +0000
commit76c0545e7f24cd6636df61292472df64cfa2900e (patch)
treeb572e0f38db3634c7c8737e8e58610d89477e782 /scripts
parent2a24e441f0dd09c4542e234edebc1a4838c5fd28 (diff)
Update the file headers across all of the LLVM projects in the monorepo
to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@351636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Python/prepare_binding_Python.py7
-rw-r--r--scripts/interface/SBAddress.i7
-rw-r--r--scripts/interface/SBAttachInfo.i7
-rw-r--r--scripts/interface/SBBlock.i7
-rw-r--r--scripts/interface/SBBreakpoint.i7
-rw-r--r--scripts/interface/SBBreakpointLocation.i7
-rw-r--r--scripts/interface/SBBreakpointName.i7
-rw-r--r--scripts/interface/SBBroadcaster.i7
-rw-r--r--scripts/interface/SBCommandInterpreter.i7
-rw-r--r--scripts/interface/SBCommandReturnObject.i7
-rw-r--r--scripts/interface/SBCommunication.i7
-rw-r--r--scripts/interface/SBCompileUnit.i7
-rw-r--r--scripts/interface/SBData.i7
-rw-r--r--scripts/interface/SBDebugger.i7
-rw-r--r--scripts/interface/SBDeclaration.i7
-rw-r--r--scripts/interface/SBError.i7
-rw-r--r--scripts/interface/SBEvent.i7
-rw-r--r--scripts/interface/SBExecutionContext.i7
-rw-r--r--scripts/interface/SBExpressionOptions.i7
-rw-r--r--scripts/interface/SBFileSpec.i7
-rw-r--r--scripts/interface/SBFileSpecList.i7
-rw-r--r--scripts/interface/SBFrame.i7
-rw-r--r--scripts/interface/SBFunction.i7
-rw-r--r--scripts/interface/SBHostOS.i7
-rw-r--r--scripts/interface/SBInitializerOptions.i7
-rw-r--r--scripts/interface/SBInstruction.i7
-rw-r--r--scripts/interface/SBInstructionList.i7
-rw-r--r--scripts/interface/SBLanguageRuntime.i7
-rw-r--r--scripts/interface/SBLaunchInfo.i7
-rw-r--r--scripts/interface/SBLineEntry.i7
-rw-r--r--scripts/interface/SBListener.i7
-rw-r--r--scripts/interface/SBMemoryRegionInfo.i7
-rw-r--r--scripts/interface/SBMemoryRegionInfoList.i7
-rw-r--r--scripts/interface/SBModule.i7
-rw-r--r--scripts/interface/SBModuleSpec.i7
-rw-r--r--scripts/interface/SBPlatform.i7
-rw-r--r--scripts/interface/SBProcess.i7
-rw-r--r--scripts/interface/SBProcessInfo.i7
-rw-r--r--scripts/interface/SBQueue.i7
-rw-r--r--scripts/interface/SBQueueItem.i7
-rw-r--r--scripts/interface/SBSection.i7
-rw-r--r--scripts/interface/SBSourceManager.i7
-rw-r--r--scripts/interface/SBStream.i7
-rw-r--r--scripts/interface/SBStringList.i7
-rw-r--r--scripts/interface/SBStructuredData.i7
-rw-r--r--scripts/interface/SBSymbol.i7
-rw-r--r--scripts/interface/SBSymbolContext.i7
-rw-r--r--scripts/interface/SBSymbolContextList.i7
-rw-r--r--scripts/interface/SBTarget.i7
-rw-r--r--scripts/interface/SBThread.i7
-rw-r--r--scripts/interface/SBThreadCollection.i7
-rw-r--r--scripts/interface/SBThreadPlan.i7
-rw-r--r--scripts/interface/SBTrace.i7
-rw-r--r--scripts/interface/SBTraceOptions.i7
-rw-r--r--scripts/interface/SBType.i7
-rw-r--r--scripts/interface/SBTypeCategory.i7
-rw-r--r--scripts/interface/SBTypeEnumMember.i7
-rw-r--r--scripts/interface/SBTypeFilter.i7
-rw-r--r--scripts/interface/SBTypeFormat.i7
-rw-r--r--scripts/interface/SBTypeNameSpecifier.i7
-rw-r--r--scripts/interface/SBTypeSummary.i7
-rw-r--r--scripts/interface/SBTypeSynthetic.i7
-rw-r--r--scripts/interface/SBUnixSignals.i7
-rw-r--r--scripts/interface/SBValue.i7
-rw-r--r--scripts/interface/SBValueList.i7
-rw-r--r--scripts/interface/SBVariablesOptions.i7
-rw-r--r--scripts/interface/SBWatchpoint.i7
-rwxr-xr-xscripts/prepare_bindings.py7
68 files changed, 204 insertions, 272 deletions
diff --git a/scripts/Python/prepare_binding_Python.py b/scripts/Python/prepare_binding_Python.py
index cf64d4950..f9da16fb6 100644
--- a/scripts/Python/prepare_binding_Python.py
+++ b/scripts/Python/prepare_binding_Python.py
@@ -1,8 +1,7 @@
"""
- 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
Python binding preparation script.
"""
diff --git a/scripts/interface/SBAddress.i b/scripts/interface/SBAddress.i
index d996aa5b7..1f1419d57 100644
--- a/scripts/interface/SBAddress.i
+++ b/scripts/interface/SBAddress.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBAddress ----------------------------*- 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/scripts/interface/SBAttachInfo.i b/scripts/interface/SBAttachInfo.i
index 4c8ef643c..3f4634e14 100644
--- a/scripts/interface/SBAttachInfo.i
+++ b/scripts/interface/SBAttachInfo.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBAttachInfo--------------------------*- 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/scripts/interface/SBBlock.i b/scripts/interface/SBBlock.i
index 9180ef581..191c32bed 100644
--- a/scripts/interface/SBBlock.i
+++ b/scripts/interface/SBBlock.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBBlock ------------------------------*- 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/scripts/interface/SBBreakpoint.i b/scripts/interface/SBBreakpoint.i
index 1383f3848..6d367df1b 100644
--- a/scripts/interface/SBBreakpoint.i
+++ b/scripts/interface/SBBreakpoint.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBBreakpoint -------------------------*- 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
//
//===----------------------------------------------------------------------===//
namespace lldb {
diff --git a/scripts/interface/SBBreakpointLocation.i b/scripts/interface/SBBreakpointLocation.i
index 7a9a15db8..b9f857de0 100644
--- a/scripts/interface/SBBreakpointLocation.i
+++ b/scripts/interface/SBBreakpointLocation.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBBreakpointLocation -----------------*- 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/scripts/interface/SBBreakpointName.i b/scripts/interface/SBBreakpointName.i
index dbc078b94..cdffd2784 100644
--- a/scripts/interface/SBBreakpointName.i
+++ b/scripts/interface/SBBreakpointName.i
@@ -1,9 +1,8 @@
//===-- SWIG interface for SBBreakpointName.h -------------------*- 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/scripts/interface/SBBroadcaster.i b/scripts/interface/SBBroadcaster.i
index b5e25b6d5..4994d0f21 100644
--- a/scripts/interface/SBBroadcaster.i
+++ b/scripts/interface/SBBroadcaster.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBBroadcaster ------------------------*- 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/scripts/interface/SBCommandInterpreter.i b/scripts/interface/SBCommandInterpreter.i
index a34515a9b..3667a7835 100644
--- a/scripts/interface/SBCommandInterpreter.i
+++ b/scripts/interface/SBCommandInterpreter.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBCommandInterpreter -----------------*- 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/scripts/interface/SBCommandReturnObject.i b/scripts/interface/SBCommandReturnObject.i
index ae32b79b5..48a52364c 100644
--- a/scripts/interface/SBCommandReturnObject.i
+++ b/scripts/interface/SBCommandReturnObject.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBCommandReturnObject ----------------*- 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/scripts/interface/SBCommunication.i b/scripts/interface/SBCommunication.i
index 99814d9f3..cd55a68ab 100644
--- a/scripts/interface/SBCommunication.i
+++ b/scripts/interface/SBCommunication.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBCommunication ----------------------*- 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/scripts/interface/SBCompileUnit.i b/scripts/interface/SBCompileUnit.i
index 430e7447d..01ad7c548 100644
--- a/scripts/interface/SBCompileUnit.i
+++ b/scripts/interface/SBCompileUnit.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBCompileUnit ------------------------*- 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/scripts/interface/SBData.i b/scripts/interface/SBData.i
index 41aaf8dbd..af8221ab6 100644
--- a/scripts/interface/SBData.i
+++ b/scripts/interface/SBData.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBData -------------------------------*- 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/scripts/interface/SBDebugger.i b/scripts/interface/SBDebugger.i
index fde3d7b6b..5c9ebaa6f 100644
--- a/scripts/interface/SBDebugger.i
+++ b/scripts/interface/SBDebugger.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBDebugger ---------------------------*- 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/scripts/interface/SBDeclaration.i b/scripts/interface/SBDeclaration.i
index e7a6b6d44..b202bc78d 100644
--- a/scripts/interface/SBDeclaration.i
+++ b/scripts/interface/SBDeclaration.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBDeclaration --------------------------*- 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/scripts/interface/SBError.i b/scripts/interface/SBError.i
index bebf2d7d7..453193534 100644
--- a/scripts/interface/SBError.i
+++ b/scripts/interface/SBError.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBError ------------------------------*- 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/scripts/interface/SBEvent.i b/scripts/interface/SBEvent.i
index ddbd5135b..a796473a6 100644
--- a/scripts/interface/SBEvent.i
+++ b/scripts/interface/SBEvent.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBEvent ------------------------------*- 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/scripts/interface/SBExecutionContext.i b/scripts/interface/SBExecutionContext.i
index cd9d9287b..7fdc750a5 100644
--- a/scripts/interface/SBExecutionContext.i
+++ b/scripts/interface/SBExecutionContext.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBExecutionContext ---------------------*- 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/scripts/interface/SBExpressionOptions.i b/scripts/interface/SBExpressionOptions.i
index 8687dde49..b96585f5c 100644
--- a/scripts/interface/SBExpressionOptions.i
+++ b/scripts/interface/SBExpressionOptions.i
@@ -1,9 +1,8 @@
//===-- SWIG interface for SBExpressionOptions -----------------------------------------------*- 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/scripts/interface/SBFileSpec.i b/scripts/interface/SBFileSpec.i
index a0e5da211..c82e54fca 100644
--- a/scripts/interface/SBFileSpec.i
+++ b/scripts/interface/SBFileSpec.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBFileSpec ---------------------------*- 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/scripts/interface/SBFileSpecList.i b/scripts/interface/SBFileSpecList.i
index 38a6f43bd..fa9722675 100644
--- a/scripts/interface/SBFileSpecList.i
+++ b/scripts/interface/SBFileSpecList.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBFileSpecList -----------------------*- 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/scripts/interface/SBFrame.i b/scripts/interface/SBFrame.i
index 1ba2c2ebc..d3f37a613 100644
--- a/scripts/interface/SBFrame.i
+++ b/scripts/interface/SBFrame.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBFrame ------------------------------*- 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/scripts/interface/SBFunction.i b/scripts/interface/SBFunction.i
index 435e3e4bf..c415ea8ea 100644
--- a/scripts/interface/SBFunction.i
+++ b/scripts/interface/SBFunction.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBFunction ---------------------------*- 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/scripts/interface/SBHostOS.i b/scripts/interface/SBHostOS.i
index ed2e8b047..58419e0a8 100644
--- a/scripts/interface/SBHostOS.i
+++ b/scripts/interface/SBHostOS.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBHostOS -----------------------------*- 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/scripts/interface/SBInitializerOptions.i b/scripts/interface/SBInitializerOptions.i
index 9478642eb..530a18e76 100644
--- a/scripts/interface/SBInitializerOptions.i
+++ b/scripts/interface/SBInitializerOptions.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBInitializerOptions -----------------*- 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/scripts/interface/SBInstruction.i b/scripts/interface/SBInstruction.i
index e235002cf..46c07f878 100644
--- a/scripts/interface/SBInstruction.i
+++ b/scripts/interface/SBInstruction.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBInstruction ------------------------*- 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/scripts/interface/SBInstructionList.i b/scripts/interface/SBInstructionList.i
index f4b572c34..84a3905f3 100644
--- a/scripts/interface/SBInstructionList.i
+++ b/scripts/interface/SBInstructionList.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBInstructionList --------------------*- 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/scripts/interface/SBLanguageRuntime.i b/scripts/interface/SBLanguageRuntime.i
index 95153ba0c..98376cab0 100644
--- a/scripts/interface/SBLanguageRuntime.i
+++ b/scripts/interface/SBLanguageRuntime.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBLanguageRuntime --------------------*- 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/scripts/interface/SBLaunchInfo.i b/scripts/interface/SBLaunchInfo.i
index 24f3f853f..043a5c044 100644
--- a/scripts/interface/SBLaunchInfo.i
+++ b/scripts/interface/SBLaunchInfo.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBLaunchInfo--------------------------*- 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/scripts/interface/SBLineEntry.i b/scripts/interface/SBLineEntry.i
index fbe210008..61dcc1627 100644
--- a/scripts/interface/SBLineEntry.i
+++ b/scripts/interface/SBLineEntry.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBLineEntry --------------------------*- 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/scripts/interface/SBListener.i b/scripts/interface/SBListener.i
index 3bd376012..aa4ab3bd3 100644
--- a/scripts/interface/SBListener.i
+++ b/scripts/interface/SBListener.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBListener ---------------------------*- 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/scripts/interface/SBMemoryRegionInfo.i b/scripts/interface/SBMemoryRegionInfo.i
index c331fbd85..7a59d0051 100644
--- a/scripts/interface/SBMemoryRegionInfo.i
+++ b/scripts/interface/SBMemoryRegionInfo.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBMemoryRegionInfo -------------------*- 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/scripts/interface/SBMemoryRegionInfoList.i b/scripts/interface/SBMemoryRegionInfoList.i
index f46241145..e408fc0f8 100644
--- a/scripts/interface/SBMemoryRegionInfoList.i
+++ b/scripts/interface/SBMemoryRegionInfoList.i
@@ -1,9 +1,8 @@
//===-- SBMemoryRegionInfoList.h --------------------------------*- 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/scripts/interface/SBModule.i b/scripts/interface/SBModule.i
index 32b771c4d..32c3c15de 100644
--- a/scripts/interface/SBModule.i
+++ b/scripts/interface/SBModule.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBModule -----------------------------*- 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/scripts/interface/SBModuleSpec.i b/scripts/interface/SBModuleSpec.i
index 55fd9b1a0..51edbd7a0 100644
--- a/scripts/interface/SBModuleSpec.i
+++ b/scripts/interface/SBModuleSpec.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBModule -----------------------------*- 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/scripts/interface/SBPlatform.i b/scripts/interface/SBPlatform.i
index 9234a3dbd..fb5189bb6 100644
--- a/scripts/interface/SBPlatform.i
+++ b/scripts/interface/SBPlatform.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBPlatform ---------------------------*- 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/scripts/interface/SBProcess.i b/scripts/interface/SBProcess.i
index 24b675654..87741f712 100644
--- a/scripts/interface/SBProcess.i
+++ b/scripts/interface/SBProcess.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBProcess ----------------------------*- 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/scripts/interface/SBProcessInfo.i b/scripts/interface/SBProcessInfo.i
index 7332e67a9..f8c5cfe83 100644
--- a/scripts/interface/SBProcessInfo.i
+++ b/scripts/interface/SBProcessInfo.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBProcessInfo-------------------------*- 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/scripts/interface/SBQueue.i b/scripts/interface/SBQueue.i
index 52724032a..8222c03ec 100644
--- a/scripts/interface/SBQueue.i
+++ b/scripts/interface/SBQueue.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBQueue.h -----------------------------*- 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/scripts/interface/SBQueueItem.i b/scripts/interface/SBQueueItem.i
index ffa24150b..10cd8b4e9 100644
--- a/scripts/interface/SBQueueItem.i
+++ b/scripts/interface/SBQueueItem.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBQueueItem.h ------------------------*- 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/scripts/interface/SBSection.i b/scripts/interface/SBSection.i
index 5f8b30156..e5d72d6bc 100644
--- a/scripts/interface/SBSection.i
+++ b/scripts/interface/SBSection.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBSection ----------------------------*- 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/scripts/interface/SBSourceManager.i b/scripts/interface/SBSourceManager.i
index 10fa7a685..3bdfc85aa 100644
--- a/scripts/interface/SBSourceManager.i
+++ b/scripts/interface/SBSourceManager.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBSourceManager ----------------------*- 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/scripts/interface/SBStream.i b/scripts/interface/SBStream.i
index f634def72..a25682011 100644
--- a/scripts/interface/SBStream.i
+++ b/scripts/interface/SBStream.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBStream -----------------------------*- 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/scripts/interface/SBStringList.i b/scripts/interface/SBStringList.i
index 901aa88b1..bc87a180e 100644
--- a/scripts/interface/SBStringList.i
+++ b/scripts/interface/SBStringList.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBStringList -------------------------*- 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/scripts/interface/SBStructuredData.i b/scripts/interface/SBStructuredData.i
index d30179c4d..272263374 100644
--- a/scripts/interface/SBStructuredData.i
+++ b/scripts/interface/SBStructuredData.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBStructuredData ---------------------*- 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/scripts/interface/SBSymbol.i b/scripts/interface/SBSymbol.i
index a61fda492..550ba1c93 100644
--- a/scripts/interface/SBSymbol.i
+++ b/scripts/interface/SBSymbol.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBSymbol -----------------------------*- 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/scripts/interface/SBSymbolContext.i b/scripts/interface/SBSymbolContext.i
index 5bfee9c8b..712ede437 100644
--- a/scripts/interface/SBSymbolContext.i
+++ b/scripts/interface/SBSymbolContext.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBSymbolContext ----------------------*- 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/scripts/interface/SBSymbolContextList.i b/scripts/interface/SBSymbolContextList.i
index 25e889499..520b36df3 100644
--- a/scripts/interface/SBSymbolContextList.i
+++ b/scripts/interface/SBSymbolContextList.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBSymbolContextList ------------------*- 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/scripts/interface/SBTarget.i b/scripts/interface/SBTarget.i
index 1cc806db8..89eba1ac0 100644
--- a/scripts/interface/SBTarget.i
+++ b/scripts/interface/SBTarget.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTarget -----------------------------*- 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/scripts/interface/SBThread.i b/scripts/interface/SBThread.i
index c12f176e4..83666f908 100644
--- a/scripts/interface/SBThread.i
+++ b/scripts/interface/SBThread.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBThread -----------------------------*- 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/scripts/interface/SBThreadCollection.i b/scripts/interface/SBThreadCollection.i
index 824f6923a..bbdf25fbc 100644
--- a/scripts/interface/SBThreadCollection.i
+++ b/scripts/interface/SBThreadCollection.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBThreadCollection -------------------*- 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/scripts/interface/SBThreadPlan.i b/scripts/interface/SBThreadPlan.i
index 89291b39b..d70c37ac1 100644
--- a/scripts/interface/SBThreadPlan.i
+++ b/scripts/interface/SBThreadPlan.i
@@ -1,9 +1,8 @@
//===-- SBThread.h ----------------------------------------------*- 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/scripts/interface/SBTrace.i b/scripts/interface/SBTrace.i
index 799fd717c..d72ece30d 100644
--- a/scripts/interface/SBTrace.i
+++ b/scripts/interface/SBTrace.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTrace.h ----------------------------*- 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/scripts/interface/SBTraceOptions.i b/scripts/interface/SBTraceOptions.i
index 2fe659084..30cceab32 100644
--- a/scripts/interface/SBTraceOptions.i
+++ b/scripts/interface/SBTraceOptions.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTraceOptions -----------------------*- 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/scripts/interface/SBType.i b/scripts/interface/SBType.i
index 999941a4b..fc0afa7a2 100644
--- a/scripts/interface/SBType.i
+++ b/scripts/interface/SBType.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBType -------------------------------*- 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/scripts/interface/SBTypeCategory.i b/scripts/interface/SBTypeCategory.i
index 924c7f697..fd4a49532 100644
--- a/scripts/interface/SBTypeCategory.i
+++ b/scripts/interface/SBTypeCategory.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeCategory---------------------------*- 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/scripts/interface/SBTypeEnumMember.i b/scripts/interface/SBTypeEnumMember.i
index 02d89f17a..0a3b3022a 100644
--- a/scripts/interface/SBTypeEnumMember.i
+++ b/scripts/interface/SBTypeEnumMember.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeEnumMember ---------------------*- 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/scripts/interface/SBTypeFilter.i b/scripts/interface/SBTypeFilter.i
index 083dfa843..dd86e5afa 100644
--- a/scripts/interface/SBTypeFilter.i
+++ b/scripts/interface/SBTypeFilter.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeFilter----------------------------*- 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/scripts/interface/SBTypeFormat.i b/scripts/interface/SBTypeFormat.i
index 4e4b69c3f..85f11cb57 100644
--- a/scripts/interface/SBTypeFormat.i
+++ b/scripts/interface/SBTypeFormat.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeFormat----------------------------*- 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/scripts/interface/SBTypeNameSpecifier.i b/scripts/interface/SBTypeNameSpecifier.i
index 97d23ca17..e226912c5 100644
--- a/scripts/interface/SBTypeNameSpecifier.i
+++ b/scripts/interface/SBTypeNameSpecifier.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeNameSpecifier---------------------------*- 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/scripts/interface/SBTypeSummary.i b/scripts/interface/SBTypeSummary.i
index 924256111..0db5a14c8 100644
--- a/scripts/interface/SBTypeSummary.i
+++ b/scripts/interface/SBTypeSummary.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeSummary---------------------------*- 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/scripts/interface/SBTypeSynthetic.i b/scripts/interface/SBTypeSynthetic.i
index e040cd55c..86febc668 100644
--- a/scripts/interface/SBTypeSynthetic.i
+++ b/scripts/interface/SBTypeSynthetic.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBTypeSynthetic-------------------------*- 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/scripts/interface/SBUnixSignals.i b/scripts/interface/SBUnixSignals.i
index 2cb453710..ccab7614f 100644
--- a/scripts/interface/SBUnixSignals.i
+++ b/scripts/interface/SBUnixSignals.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBUnixSignals ------------------------*- 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/scripts/interface/SBValue.i b/scripts/interface/SBValue.i
index 6d06c6ab6..f62041724 100644
--- a/scripts/interface/SBValue.i
+++ b/scripts/interface/SBValue.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBValue ------------------------------*- 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/scripts/interface/SBValueList.i b/scripts/interface/SBValueList.i
index 80e8f0ec9..fe8f92010 100644
--- a/scripts/interface/SBValueList.i
+++ b/scripts/interface/SBValueList.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBValueList --------------------------*- 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/scripts/interface/SBVariablesOptions.i b/scripts/interface/SBVariablesOptions.i
index 8ce74140e..177496610 100644
--- a/scripts/interface/SBVariablesOptions.i
+++ b/scripts/interface/SBVariablesOptions.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBVariablesOptions ----------------------*- 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/scripts/interface/SBWatchpoint.i b/scripts/interface/SBWatchpoint.i
index 9a40131f5..5356c1097 100644
--- a/scripts/interface/SBWatchpoint.i
+++ b/scripts/interface/SBWatchpoint.i
@@ -1,9 +1,8 @@
//===-- SWIG Interface for SBWatchpoint -----------------*- 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/scripts/prepare_bindings.py b/scripts/prepare_bindings.py
index 6d70f5bf4..447fc5dc8 100755
--- a/scripts/prepare_bindings.py
+++ b/scripts/prepare_bindings.py
@@ -1,9 +1,8 @@
#!/usr/bin/env python
"""
- 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
Prepares language bindings for LLDB build process. Run with --help
to see a description of the supported command line arguments.