Index: lld/COFF/Chunks.h =================================================================== --- lld/COFF/Chunks.h +++ lld/COFF/Chunks.h @@ -1,9 +1,8 @@ //===- Chunks.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Chunks.cpp =================================================================== --- lld/COFF/Chunks.cpp +++ lld/COFF/Chunks.cpp @@ -1,9 +1,8 @@ //===- Chunks.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Config.h =================================================================== --- lld/COFF/Config.h +++ lld/COFF/Config.h @@ -1,9 +1,8 @@ //===- Config.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/DLL.h =================================================================== --- lld/COFF/DLL.h +++ lld/COFF/DLL.h @@ -1,9 +1,8 @@ //===- DLL.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/DLL.cpp =================================================================== --- lld/COFF/DLL.cpp +++ lld/COFF/DLL.cpp @@ -1,9 +1,8 @@ //===- DLL.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/COFF/Driver.h =================================================================== --- lld/COFF/Driver.h +++ lld/COFF/Driver.h @@ -1,9 +1,8 @@ //===- Driver.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Driver.cpp =================================================================== --- lld/COFF/Driver.cpp +++ lld/COFF/Driver.cpp @@ -1,9 +1,8 @@ //===- Driver.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/DriverUtils.cpp =================================================================== --- lld/COFF/DriverUtils.cpp +++ lld/COFF/DriverUtils.cpp @@ -1,9 +1,8 @@ //===- DriverUtils.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/COFF/ICF.h =================================================================== --- lld/COFF/ICF.h +++ lld/COFF/ICF.h @@ -1,9 +1,8 @@ //===- ICF.h --------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/ICF.cpp =================================================================== --- lld/COFF/ICF.cpp +++ lld/COFF/ICF.cpp @@ -1,9 +1,8 @@ //===- ICF.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/COFF/InputFiles.h =================================================================== --- lld/COFF/InputFiles.h +++ lld/COFF/InputFiles.h @@ -1,9 +1,8 @@ //===- InputFiles.h ---------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/InputFiles.cpp =================================================================== --- lld/COFF/InputFiles.cpp +++ lld/COFF/InputFiles.cpp @@ -1,9 +1,8 @@ //===- InputFiles.cpp -----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/LTO.h =================================================================== --- lld/COFF/LTO.h +++ lld/COFF/LTO.h @@ -1,9 +1,8 @@ //===- LTO.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/COFF/LTO.cpp =================================================================== --- lld/COFF/LTO.cpp +++ lld/COFF/LTO.cpp @@ -1,9 +1,8 @@ //===- LTO.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/MapFile.h =================================================================== --- lld/COFF/MapFile.h +++ lld/COFF/MapFile.h @@ -1,9 +1,8 @@ //===- MapFile.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/MapFile.cpp =================================================================== --- lld/COFF/MapFile.cpp +++ lld/COFF/MapFile.cpp @@ -1,9 +1,8 @@ //===- MapFile.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/COFF/MarkLive.h =================================================================== --- lld/COFF/MarkLive.h +++ lld/COFF/MarkLive.h @@ -1,9 +1,8 @@ //===- MarkLive.h -----------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/MarkLive.cpp =================================================================== --- lld/COFF/MarkLive.cpp +++ lld/COFF/MarkLive.cpp @@ -1,9 +1,8 @@ //===- MarkLive.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/MinGW.h =================================================================== --- lld/COFF/MinGW.h +++ lld/COFF/MinGW.h @@ -1,9 +1,8 @@ //===- MinGW.h --------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/MinGW.cpp =================================================================== --- lld/COFF/MinGW.cpp +++ lld/COFF/MinGW.cpp @@ -1,9 +1,8 @@ //===- MinGW.cpp ----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/PDB.h =================================================================== --- lld/COFF/PDB.h +++ lld/COFF/PDB.h @@ -1,9 +1,8 @@ //===- PDB.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/PDB.cpp =================================================================== --- lld/COFF/PDB.cpp +++ lld/COFF/PDB.cpp @@ -1,9 +1,8 @@ //===- PDB.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/SymbolTable.h =================================================================== --- lld/COFF/SymbolTable.h +++ lld/COFF/SymbolTable.h @@ -1,9 +1,8 @@ //===- SymbolTable.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/SymbolTable.cpp =================================================================== --- lld/COFF/SymbolTable.cpp +++ lld/COFF/SymbolTable.cpp @@ -1,9 +1,8 @@ //===- SymbolTable.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Symbols.h =================================================================== --- lld/COFF/Symbols.h +++ lld/COFF/Symbols.h @@ -1,9 +1,8 @@ //===- Symbols.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Symbols.cpp =================================================================== --- lld/COFF/Symbols.cpp +++ lld/COFF/Symbols.cpp @@ -1,9 +1,8 @@ //===- Symbols.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Writer.h =================================================================== --- lld/COFF/Writer.h +++ lld/COFF/Writer.h @@ -1,9 +1,8 @@ //===- Writer.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/COFF/Writer.cpp =================================================================== --- lld/COFF/Writer.cpp +++ lld/COFF/Writer.cpp @@ -1,9 +1,8 @@ //===- Writer.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Args.cpp =================================================================== --- lld/Common/Args.cpp +++ lld/Common/Args.cpp @@ -1,9 +1,8 @@ //===- Args.cpp -----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/ErrorHandler.cpp =================================================================== --- lld/Common/ErrorHandler.cpp +++ lld/Common/ErrorHandler.cpp @@ -1,9 +1,8 @@ //===- ErrorHandler.cpp ---------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Memory.cpp =================================================================== --- lld/Common/Memory.cpp +++ lld/Common/Memory.cpp @@ -1,9 +1,8 @@ //===- Memory.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Reproduce.cpp =================================================================== --- lld/Common/Reproduce.cpp +++ lld/Common/Reproduce.cpp @@ -1,9 +1,8 @@ //===- Reproduce.cpp - Utilities for creating reproducers -----------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Strings.cpp =================================================================== --- lld/Common/Strings.cpp +++ lld/Common/Strings.cpp @@ -1,9 +1,8 @@ //===- Strings.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/TargetOptionsCommandFlags.cpp =================================================================== --- lld/Common/TargetOptionsCommandFlags.cpp +++ lld/Common/TargetOptionsCommandFlags.cpp @@ -1,9 +1,8 @@ //===-- TargetOptionsCommandFlags.cpp ---------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/Common/Threads.cpp =================================================================== --- lld/Common/Threads.cpp +++ lld/Common/Threads.cpp @@ -1,9 +1,8 @@ //===- Threads.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Timer.cpp =================================================================== --- lld/Common/Timer.cpp +++ lld/Common/Timer.cpp @@ -1,9 +1,8 @@ //===- Timer.cpp ----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/Common/Version.cpp =================================================================== --- lld/Common/Version.cpp +++ lld/Common/Version.cpp @@ -1,9 +1,8 @@ //===- lib/Common/Version.cpp - LLD Version Number ---------------*- 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/AArch64ErrataFix.h =================================================================== --- lld/ELF/AArch64ErrataFix.h +++ lld/ELF/AArch64ErrataFix.h @@ -1,9 +1,8 @@ //===- AArch64ErrataFix.h ---------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/AArch64ErrataFix.cpp =================================================================== --- lld/ELF/AArch64ErrataFix.cpp +++ lld/ELF/AArch64ErrataFix.cpp @@ -1,9 +1,8 @@ //===- AArch64ErrataFix.cpp -----------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // This file implements Section Patching for the purpose of working around Index: lld/ELF/Arch/AArch64.cpp =================================================================== --- lld/ELF/Arch/AArch64.cpp +++ lld/ELF/Arch/AArch64.cpp @@ -1,9 +1,8 @@ //===- AArch64.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/AMDGPU.cpp =================================================================== --- lld/ELF/Arch/AMDGPU.cpp +++ lld/ELF/Arch/AMDGPU.cpp @@ -1,9 +1,8 @@ //===- AMDGPU.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/ARM.cpp =================================================================== --- lld/ELF/Arch/ARM.cpp +++ lld/ELF/Arch/ARM.cpp @@ -1,9 +1,8 @@ //===- ARM.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/AVR.cpp =================================================================== --- lld/ELF/Arch/AVR.cpp +++ lld/ELF/Arch/AVR.cpp @@ -1,9 +1,8 @@ //===- AVR.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Arch/Hexagon.cpp =================================================================== --- lld/ELF/Arch/Hexagon.cpp +++ lld/ELF/Arch/Hexagon.cpp @@ -1,9 +1,8 @@ //===-- Hexagon.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/MSP430.cpp =================================================================== --- lld/ELF/Arch/MSP430.cpp +++ lld/ELF/Arch/MSP430.cpp @@ -1,9 +1,8 @@ //===- MSP430.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Arch/Mips.cpp =================================================================== --- lld/ELF/Arch/Mips.cpp +++ lld/ELF/Arch/Mips.cpp @@ -1,9 +1,8 @@ //===- MIPS.cpp -----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/MipsArchTree.cpp =================================================================== --- lld/ELF/Arch/MipsArchTree.cpp +++ lld/ELF/Arch/MipsArchTree.cpp @@ -1,9 +1,8 @@ //===- MipsArchTree.cpp --------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===---------------------------------------------------------------------===// // Index: lld/ELF/Arch/PPC.cpp =================================================================== --- lld/ELF/Arch/PPC.cpp +++ lld/ELF/Arch/PPC.cpp @@ -1,9 +1,8 @@ //===- PPC.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/PPC64.cpp =================================================================== --- lld/ELF/Arch/PPC64.cpp +++ lld/ELF/Arch/PPC64.cpp @@ -1,9 +1,8 @@ //===- PPC64.cpp ----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/RISCV.cpp =================================================================== --- lld/ELF/Arch/RISCV.cpp +++ lld/ELF/Arch/RISCV.cpp @@ -1,9 +1,8 @@ //===- RISCV.cpp ----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/SPARCV9.cpp =================================================================== --- lld/ELF/Arch/SPARCV9.cpp +++ lld/ELF/Arch/SPARCV9.cpp @@ -1,9 +1,8 @@ //===- SPARCV9.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/X86.cpp =================================================================== --- lld/ELF/Arch/X86.cpp +++ lld/ELF/Arch/X86.cpp @@ -1,9 +1,8 @@ //===- X86.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Arch/X86_64.cpp =================================================================== --- lld/ELF/Arch/X86_64.cpp +++ lld/ELF/Arch/X86_64.cpp @@ -1,9 +1,8 @@ //===- X86_64.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Bits.h =================================================================== --- lld/ELF/Bits.h +++ lld/ELF/Bits.h @@ -1,9 +1,8 @@ //===- Bits.h ---------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/CallGraphSort.h =================================================================== --- lld/ELF/CallGraphSort.h +++ lld/ELF/CallGraphSort.h @@ -1,9 +1,8 @@ //===- CallGraphSort.h ------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/CallGraphSort.cpp =================================================================== --- lld/ELF/CallGraphSort.cpp +++ lld/ELF/CallGraphSort.cpp @@ -1,9 +1,8 @@ //===- CallGraphSort.cpp --------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/ELF/Config.h =================================================================== --- lld/ELF/Config.h +++ lld/ELF/Config.h @@ -1,9 +1,8 @@ //===- Config.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/DWARF.h =================================================================== --- lld/ELF/DWARF.h +++ lld/ELF/DWARF.h @@ -1,9 +1,8 @@ //===- DWARF.h -----------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===-------------------------------------------------------------------===// Index: lld/ELF/DWARF.cpp =================================================================== --- lld/ELF/DWARF.cpp +++ lld/ELF/DWARF.cpp @@ -1,9 +1,8 @@ //===- DWARF.cpp ----------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Driver.h =================================================================== --- lld/ELF/Driver.h +++ lld/ELF/Driver.h @@ -1,9 +1,8 @@ //===- Driver.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Driver.cpp =================================================================== --- lld/ELF/Driver.cpp +++ lld/ELF/Driver.cpp @@ -1,9 +1,8 @@ //===- Driver.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/DriverUtils.cpp =================================================================== --- lld/ELF/DriverUtils.cpp +++ lld/ELF/DriverUtils.cpp @@ -1,9 +1,8 @@ //===- DriverUtils.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/EhFrame.h =================================================================== --- lld/ELF/EhFrame.h +++ lld/ELF/EhFrame.h @@ -1,9 +1,8 @@ //===- EhFrame.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/EhFrame.cpp =================================================================== --- lld/ELF/EhFrame.cpp +++ lld/ELF/EhFrame.cpp @@ -1,9 +1,8 @@ //===- EhFrame.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Filesystem.h =================================================================== --- lld/ELF/Filesystem.h +++ lld/ELF/Filesystem.h @@ -1,9 +1,8 @@ //===- Filesystem.h ---------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Filesystem.cpp =================================================================== --- lld/ELF/Filesystem.cpp +++ lld/ELF/Filesystem.cpp @@ -1,9 +1,8 @@ //===- Filesystem.cpp -----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/ICF.h =================================================================== --- lld/ELF/ICF.h +++ lld/ELF/ICF.h @@ -1,9 +1,8 @@ //===- ICF.h --------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/ICF.cpp =================================================================== --- lld/ELF/ICF.cpp +++ lld/ELF/ICF.cpp @@ -1,9 +1,8 @@ //===- ICF.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/InputFiles.h =================================================================== --- lld/ELF/InputFiles.h +++ lld/ELF/InputFiles.h @@ -1,9 +1,8 @@ //===- InputFiles.h ---------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/InputFiles.cpp =================================================================== --- lld/ELF/InputFiles.cpp +++ lld/ELF/InputFiles.cpp @@ -1,9 +1,8 @@ //===- InputFiles.cpp -----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/InputSection.h =================================================================== --- lld/ELF/InputSection.h +++ lld/ELF/InputSection.h @@ -1,9 +1,8 @@ //===- InputSection.h -------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/InputSection.cpp =================================================================== --- lld/ELF/InputSection.cpp +++ lld/ELF/InputSection.cpp @@ -1,9 +1,8 @@ //===- InputSection.cpp ---------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/LTO.h =================================================================== --- lld/ELF/LTO.h +++ lld/ELF/LTO.h @@ -1,9 +1,8 @@ //===- LTO.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/LTO.cpp =================================================================== --- lld/ELF/LTO.cpp +++ lld/ELF/LTO.cpp @@ -1,9 +1,8 @@ //===- LTO.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/LinkerScript.h =================================================================== --- lld/ELF/LinkerScript.h +++ lld/ELF/LinkerScript.h @@ -1,9 +1,8 @@ //===- LinkerScript.h -------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/LinkerScript.cpp =================================================================== --- lld/ELF/LinkerScript.cpp +++ lld/ELF/LinkerScript.cpp @@ -1,9 +1,8 @@ //===- LinkerScript.cpp ---------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/MapFile.h =================================================================== --- lld/ELF/MapFile.h +++ lld/ELF/MapFile.h @@ -1,9 +1,8 @@ //===- MapFile.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/MapFile.cpp =================================================================== --- lld/ELF/MapFile.cpp +++ lld/ELF/MapFile.cpp @@ -1,9 +1,8 @@ //===- MapFile.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/MarkLive.h =================================================================== --- lld/ELF/MarkLive.h +++ lld/ELF/MarkLive.h @@ -1,9 +1,8 @@ //===- MarkLive.h -----------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/MarkLive.cpp =================================================================== --- lld/ELF/MarkLive.cpp +++ lld/ELF/MarkLive.cpp @@ -1,9 +1,8 @@ //===- MarkLive.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/OutputSections.h =================================================================== --- lld/ELF/OutputSections.h +++ lld/ELF/OutputSections.h @@ -1,9 +1,8 @@ //===- OutputSections.h -----------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/OutputSections.cpp =================================================================== --- lld/ELF/OutputSections.cpp +++ lld/ELF/OutputSections.cpp @@ -1,9 +1,8 @@ //===- OutputSections.cpp -------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Relocations.h =================================================================== --- lld/ELF/Relocations.h +++ lld/ELF/Relocations.h @@ -1,9 +1,8 @@ //===- Relocations.h -------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Relocations.cpp =================================================================== --- lld/ELF/Relocations.cpp +++ lld/ELF/Relocations.cpp @@ -1,9 +1,8 @@ //===- Relocations.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/ScriptLexer.h =================================================================== --- lld/ELF/ScriptLexer.h +++ lld/ELF/ScriptLexer.h @@ -1,9 +1,8 @@ //===- ScriptLexer.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/ScriptLexer.cpp =================================================================== --- lld/ELF/ScriptLexer.cpp +++ lld/ELF/ScriptLexer.cpp @@ -1,9 +1,8 @@ //===- ScriptLexer.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/ScriptParser.h =================================================================== --- lld/ELF/ScriptParser.h +++ lld/ELF/ScriptParser.h @@ -1,9 +1,8 @@ //===- ScriptParser.h -------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/ScriptParser.cpp =================================================================== --- lld/ELF/ScriptParser.cpp +++ lld/ELF/ScriptParser.cpp @@ -1,9 +1,8 @@ //===- ScriptParser.cpp ---------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/SymbolTable.h =================================================================== --- lld/ELF/SymbolTable.h +++ lld/ELF/SymbolTable.h @@ -1,9 +1,8 @@ //===- SymbolTable.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/SymbolTable.cpp =================================================================== --- lld/ELF/SymbolTable.cpp +++ lld/ELF/SymbolTable.cpp @@ -1,9 +1,8 @@ //===- SymbolTable.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Symbols.h =================================================================== --- lld/ELF/Symbols.h +++ lld/ELF/Symbols.h @@ -1,9 +1,8 @@ //===- Symbols.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Symbols.cpp =================================================================== --- lld/ELF/Symbols.cpp +++ lld/ELF/Symbols.cpp @@ -1,9 +1,8 @@ //===- Symbols.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/SyntheticSections.h =================================================================== --- lld/ELF/SyntheticSections.h +++ lld/ELF/SyntheticSections.h @@ -1,9 +1,8 @@ //===- SyntheticSection.h ---------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/SyntheticSections.cpp =================================================================== --- lld/ELF/SyntheticSections.cpp +++ lld/ELF/SyntheticSections.cpp @@ -1,9 +1,8 @@ //===- SyntheticSections.cpp ----------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Target.h =================================================================== --- lld/ELF/Target.h +++ lld/ELF/Target.h @@ -1,9 +1,8 @@ //===- Target.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Target.cpp =================================================================== --- lld/ELF/Target.cpp +++ lld/ELF/Target.cpp @@ -1,9 +1,8 @@ //===- Target.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/ELF/Thunks.h =================================================================== --- lld/ELF/Thunks.h +++ lld/ELF/Thunks.h @@ -1,9 +1,8 @@ //===- Thunks.h --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Thunks.cpp =================================================================== --- lld/ELF/Thunks.cpp +++ lld/ELF/Thunks.cpp @@ -1,9 +1,8 @@ //===- Thunks.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===---------------------------------------------------------------------===// // Index: lld/ELF/Writer.h =================================================================== --- lld/ELF/Writer.h +++ lld/ELF/Writer.h @@ -1,9 +1,8 @@ //===- Writer.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/ELF/Writer.cpp =================================================================== --- lld/ELF/Writer.cpp +++ lld/ELF/Writer.cpp @@ -1,9 +1,8 @@ //===- Writer.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/MinGW/Driver.cpp =================================================================== --- lld/MinGW/Driver.cpp +++ lld/MinGW/Driver.cpp @@ -1,9 +1,8 @@ //===- MinGW/Driver.cpp ---------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/Args.h =================================================================== --- lld/include/lld/Common/Args.h +++ lld/include/lld/Common/Args.h @@ -1,9 +1,8 @@ //===- Args.h ---------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Common/Driver.h =================================================================== --- lld/include/lld/Common/Driver.h +++ lld/include/lld/Common/Driver.h @@ -1,9 +1,8 @@ //===- lld/Common/Driver.h - Linker Driver Emulator -----------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Common/ErrorHandler.h =================================================================== --- lld/include/lld/Common/ErrorHandler.h +++ lld/include/lld/Common/ErrorHandler.h @@ -1,9 +1,8 @@ //===- ErrorHandler.h -------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/LLVM.h =================================================================== --- lld/include/lld/Common/LLVM.h +++ lld/include/lld/Common/LLVM.h @@ -1,9 +1,8 @@ //===--- LLVM.h - Import various common LLVM datatypes ----------*- 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/Memory.h =================================================================== --- lld/include/lld/Common/Memory.h +++ lld/include/lld/Common/Memory.h @@ -1,9 +1,8 @@ //===- Memory.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/Reproduce.h =================================================================== --- lld/include/lld/Common/Reproduce.h +++ lld/include/lld/Common/Reproduce.h @@ -1,9 +1,8 @@ //===- Reproduce.h - Utilities for creating reproducers ---------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Common/Strings.h =================================================================== --- lld/include/lld/Common/Strings.h +++ lld/include/lld/Common/Strings.h @@ -1,9 +1,8 @@ //===- Strings.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Common/TargetOptionsCommandFlags.h =================================================================== --- lld/include/lld/Common/TargetOptionsCommandFlags.h +++ lld/include/lld/Common/TargetOptionsCommandFlags.h @@ -1,9 +1,8 @@ //===-- TargetOptionsCommandFlags.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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/Threads.h =================================================================== --- lld/include/lld/Common/Threads.h +++ lld/include/lld/Common/Threads.h @@ -1,9 +1,8 @@ //===- Threads.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Common/Timer.h =================================================================== --- lld/include/lld/Common/Timer.h +++ lld/include/lld/Common/Timer.h @@ -1,9 +1,8 @@ //===- Timer.h ----------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Common/Version.h =================================================================== --- lld/include/lld/Common/Version.h +++ lld/include/lld/Common/Version.h @@ -1,9 +1,8 @@ //===- lld/Common/Version.h - LLD Version Number ----------------*- 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Core/AbsoluteAtom.h =================================================================== --- lld/include/lld/Core/AbsoluteAtom.h +++ lld/include/lld/Core/AbsoluteAtom.h @@ -1,9 +1,8 @@ //===- Core/AbsoluteAtom.h - An absolute Atom -----------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/ArchiveLibraryFile.h =================================================================== --- lld/include/lld/Core/ArchiveLibraryFile.h +++ lld/include/lld/Core/ArchiveLibraryFile.h @@ -1,9 +1,8 @@ //===- Core/ArchiveLibraryFile.h - Models static library ------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Atom.h =================================================================== --- lld/include/lld/Core/Atom.h +++ lld/include/lld/Core/Atom.h @@ -1,9 +1,8 @@ //===- Core/Atom.h - A node in linking graph --------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/DefinedAtom.h =================================================================== --- lld/include/lld/Core/DefinedAtom.h +++ lld/include/lld/Core/DefinedAtom.h @@ -1,9 +1,8 @@ //===- Core/DefinedAtom.h - An Atom with content --------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Error.h =================================================================== --- lld/include/lld/Core/Error.h +++ lld/include/lld/Core/Error.h @@ -1,9 +1,8 @@ //===- Error.h - system_error extensions for lld ----------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/include/lld/Core/File.h =================================================================== --- lld/include/lld/Core/File.h +++ lld/include/lld/Core/File.h @@ -1,9 +1,8 @@ //===- Core/File.h - A Container of Atoms ---------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Instrumentation.h =================================================================== --- lld/include/lld/Core/Instrumentation.h +++ lld/include/lld/Core/Instrumentation.h @@ -1,9 +1,8 @@ //===- include/Core/Instrumentation.h - Instrumentation API ---------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/include/lld/Core/LinkingContext.h =================================================================== --- lld/include/lld/Core/LinkingContext.h +++ lld/include/lld/Core/LinkingContext.h @@ -1,9 +1,8 @@ //===- lld/Core/LinkingContext.h - Linker Target Info Interface -*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Node.h =================================================================== --- lld/include/lld/Core/Node.h +++ lld/include/lld/Core/Node.h @@ -1,9 +1,8 @@ //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/include/lld/Core/Pass.h =================================================================== --- lld/include/lld/Core/Pass.h +++ lld/include/lld/Core/Pass.h @@ -1,9 +1,8 @@ //===------ Core/Pass.h - Base class for linker passes ----------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/PassManager.h =================================================================== --- lld/include/lld/Core/PassManager.h +++ lld/include/lld/Core/PassManager.h @@ -1,9 +1,8 @@ //===- lld/Core/PassManager.h - Manage linker passes ----------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Reader.h =================================================================== --- lld/include/lld/Core/Reader.h +++ lld/include/lld/Core/Reader.h @@ -1,9 +1,8 @@ //===- lld/Core/Reader.h - Abstract File Format Reading Interface ---------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Reference.h =================================================================== --- lld/include/lld/Core/Reference.h +++ lld/include/lld/Core/Reference.h @@ -1,9 +1,8 @@ //===- Core/References.h - A Reference to Another Atom ----------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Resolver.h =================================================================== --- lld/include/lld/Core/Resolver.h +++ lld/include/lld/Core/Resolver.h @@ -1,9 +1,8 @@ //===- Core/Resolver.h - Resolves Atom References -------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/SharedLibraryAtom.h =================================================================== --- lld/include/lld/Core/SharedLibraryAtom.h +++ lld/include/lld/Core/SharedLibraryAtom.h @@ -1,9 +1,8 @@ //===- Core/SharedLibraryAtom.h - A Shared Library Atom -------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/SharedLibraryFile.h =================================================================== --- lld/include/lld/Core/SharedLibraryFile.h +++ lld/include/lld/Core/SharedLibraryFile.h @@ -1,9 +1,8 @@ //===- Core/SharedLibraryFile.h - Models shared libraries as Atoms --------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Simple.h =================================================================== --- lld/include/lld/Core/Simple.h +++ lld/include/lld/Core/Simple.h @@ -1,9 +1,8 @@ //===- lld/Core/Simple.h - Simple implementations of Atom and File --------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/include/lld/Core/SymbolTable.h =================================================================== --- lld/include/lld/Core/SymbolTable.h +++ lld/include/lld/Core/SymbolTable.h @@ -1,9 +1,8 @@ //===- Core/SymbolTable.h - Main Symbol Table -----------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/UndefinedAtom.h =================================================================== --- lld/include/lld/Core/UndefinedAtom.h +++ lld/include/lld/Core/UndefinedAtom.h @@ -1,9 +1,8 @@ //===- Core/UndefinedAtom.h - An Undefined Atom ---------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/Core/Writer.h =================================================================== --- lld/include/lld/Core/Writer.h +++ lld/include/lld/Core/Writer.h @@ -1,9 +1,8 @@ //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/ReaderWriter/MachOLinkingContext.h =================================================================== --- lld/include/lld/ReaderWriter/MachOLinkingContext.h +++ lld/include/lld/ReaderWriter/MachOLinkingContext.h @@ -1,9 +1,8 @@ //===- lld/ReaderWriter/MachOLinkingContext.h -----------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/include/lld/ReaderWriter/YamlContext.h =================================================================== --- lld/include/lld/ReaderWriter/YamlContext.h +++ lld/include/lld/ReaderWriter/YamlContext.h @@ -1,9 +1,8 @@ //===- lld/ReaderWriter/YamlContext.h - object used in YAML I/O context ---===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/DefinedAtom.cpp =================================================================== --- lld/lib/Core/DefinedAtom.cpp +++ lld/lib/Core/DefinedAtom.cpp @@ -1,9 +1,8 @@ //===- DefinedAtom.cpp ------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/Error.cpp =================================================================== --- lld/lib/Core/Error.cpp +++ lld/lib/Core/Error.cpp @@ -1,9 +1,8 @@ //===- Error.cpp - system_error extensions for lld --------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/File.cpp =================================================================== --- lld/lib/Core/File.cpp +++ lld/lib/Core/File.cpp @@ -1,9 +1,8 @@ //===- Core/File.cpp - A Container of Atoms -------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/LinkingContext.cpp =================================================================== --- lld/lib/Core/LinkingContext.cpp +++ lld/lib/Core/LinkingContext.cpp @@ -1,9 +1,8 @@ //===- lib/Core/LinkingContext.cpp - Linker Context Object Interface ------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/Reader.cpp =================================================================== --- lld/lib/Core/Reader.cpp +++ lld/lib/Core/Reader.cpp @@ -1,9 +1,8 @@ //===- lib/Core/Reader.cpp ------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/Resolver.cpp =================================================================== --- lld/lib/Core/Resolver.cpp +++ lld/lib/Core/Resolver.cpp @@ -1,9 +1,8 @@ //===- Core/Resolver.cpp - Resolves Atom References -----------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/SymbolTable.cpp =================================================================== --- lld/lib/Core/SymbolTable.cpp +++ lld/lib/Core/SymbolTable.cpp @@ -1,9 +1,8 @@ //===- Core/SymbolTable.cpp - Main Symbol Table ---------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Core/Writer.cpp =================================================================== --- lld/lib/Core/Writer.cpp +++ lld/lib/Core/Writer.cpp @@ -1,9 +1,8 @@ //===- lib/Core/Writer.cpp ------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/Driver/DarwinLdDriver.cpp =================================================================== --- lld/lib/Driver/DarwinLdDriver.cpp +++ lld/lib/Driver/DarwinLdDriver.cpp @@ -1,9 +1,8 @@ //===- lib/Driver/DarwinLdDriver.cpp --------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/lib/ReaderWriter/FileArchive.cpp =================================================================== --- lld/lib/ReaderWriter/FileArchive.cpp +++ lld/lib/ReaderWriter/FileArchive.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/FileArchive.cpp -----------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler.h =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler.h +++ lld/lib/ReaderWriter/MachO/ArchHandler.h @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler.h ---------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler.cpp +++ lld/lib/ReaderWriter/MachO/ArchHandler.cpp @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler.cpp -------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp +++ lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler_arm.cpp ---------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp +++ lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler_arm64.cpp -------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp +++ lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler_x86.cpp ---------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp +++ lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp @@ -1,9 +1,8 @@ //===- lib/FileFormat/MachO/ArchHandler_x86_64.cpp ------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/Atoms.h =================================================================== --- lld/lib/ReaderWriter/MachO/Atoms.h +++ lld/lib/ReaderWriter/MachO/Atoms.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/Atoms.h ---------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp +++ lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/CompactUnwindPass.cpp -------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/lib/ReaderWriter/MachO/DebugInfo.h =================================================================== --- lld/lib/ReaderWriter/MachO/DebugInfo.h +++ lld/lib/ReaderWriter/MachO/DebugInfo.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/File.h ----------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ExecutableAtoms.h =================================================================== --- lld/lib/ReaderWriter/MachO/ExecutableAtoms.h +++ lld/lib/ReaderWriter/MachO/ExecutableAtoms.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/ExecutableAtoms.h ---------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/File.h =================================================================== --- lld/lib/ReaderWriter/MachO/File.h +++ lld/lib/ReaderWriter/MachO/File.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/File.h ----------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h =================================================================== --- lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h +++ lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/FlatNamespaceFile.h -------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/GOTPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/GOTPass.cpp +++ lld/lib/ReaderWriter/MachO/GOTPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/GOTPass.cpp -----------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/lib/ReaderWriter/MachO/LayoutPass.h =================================================================== --- lld/lib/ReaderWriter/MachO/LayoutPass.h +++ lld/lib/ReaderWriter/MachO/LayoutPass.h @@ -1,9 +1,8 @@ //===------ lib/ReaderWriter/MachO/LayoutPass.h - Handles Layout of atoms -===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/LayoutPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/LayoutPass.cpp +++ lld/lib/ReaderWriter/MachO/LayoutPass.cpp @@ -1,9 +1,8 @@ //===-- ReaderWriter/MachO/LayoutPass.cpp - Layout atoms ------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp +++ lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachOLinkingContext.cpp ---------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFile.h =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFile.h +++ lld/lib/ReaderWriter/MachO/MachONormalizedFile.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFile.h -----------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp ---------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h ------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp ---------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp ------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp --------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp +++ lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp -----------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/MachOPasses.h =================================================================== --- lld/lib/ReaderWriter/MachO/MachOPasses.h +++ lld/lib/ReaderWriter/MachO/MachOPasses.h @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/MachOPasses.h -------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ObjCPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ObjCPass.cpp +++ lld/lib/ReaderWriter/MachO/ObjCPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/ObjCPass.cpp -------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/lib/ReaderWriter/MachO/SectCreateFile.h =================================================================== --- lld/lib/ReaderWriter/MachO/SectCreateFile.h +++ lld/lib/ReaderWriter/MachO/SectCreateFile.h @@ -1,9 +1,8 @@ //===---- lib/ReaderWriter/MachO/SectCreateFile.h ---------------*- c++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/MachO/ShimPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/ShimPass.cpp +++ lld/lib/ReaderWriter/MachO/ShimPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/ShimPass.cpp -------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/lib/ReaderWriter/MachO/StubsPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/StubsPass.cpp +++ lld/lib/ReaderWriter/MachO/StubsPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/StubsPass.cpp ---------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/lib/ReaderWriter/MachO/TLVPass.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/TLVPass.cpp +++ lld/lib/ReaderWriter/MachO/TLVPass.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/TLVPass.cpp -----------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/lib/ReaderWriter/MachO/WriterMachO.cpp =================================================================== --- lld/lib/ReaderWriter/MachO/WriterMachO.cpp +++ lld/lib/ReaderWriter/MachO/WriterMachO.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/MachO/WriterMachO.cpp -----------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp =================================================================== --- lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp +++ lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp @@ -1,9 +1,8 @@ //===- lib/ReaderWriter/YAML/ReaderWriterYAML.cpp -------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/tools/lld/lld.cpp =================================================================== --- lld/tools/lld/lld.cpp +++ lld/tools/lld/lld.cpp @@ -1,9 +1,8 @@ //===- tools/lld/lld.cpp - Linker Driver Dispatcher -----------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/unittests/DriverTests/DarwinLdDriverTest.cpp =================================================================== --- lld/unittests/DriverTests/DarwinLdDriverTest.cpp +++ lld/unittests/DriverTests/DarwinLdDriverTest.cpp @@ -1,9 +1,8 @@ //===- lld/unittest/DarwinLdDriverTest.cpp --------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// /// Index: lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp =================================================================== --- lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp +++ lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp @@ -1,9 +1,8 @@ //===- lld/unittest/MachOTests/MachONormalizedFileBinaryReaderTests.cpp ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp =================================================================== --- lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp +++ lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp @@ -1,9 +1,8 @@ //===- lld/unittest/MachOTests/MachONormalizedFileBinaryWriterTests.cpp ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp =================================================================== --- lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp +++ lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp @@ -1,9 +1,8 @@ //===- lld/unittest/MachOTests/MachONormalizedFileToAtomsTests.cpp --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp =================================================================== --- lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp +++ lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp @@ -1,9 +1,8 @@ //===- lld/unittest/MachOTests/MachONormalizedFileYAMLTests.cpp -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: lld/utils/benchmark.py =================================================================== --- lld/utils/benchmark.py +++ lld/utils/benchmark.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 # # ==------------------------------------------------------------------------==# Index: lld/wasm/Config.h =================================================================== --- lld/wasm/Config.h +++ lld/wasm/Config.h @@ -1,9 +1,8 @@ //===- Config.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/Driver.cpp =================================================================== --- lld/wasm/Driver.cpp +++ lld/wasm/Driver.cpp @@ -1,9 +1,8 @@ //===- Driver.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/InputChunks.h =================================================================== --- lld/wasm/InputChunks.h +++ lld/wasm/InputChunks.h @@ -1,9 +1,8 @@ //===- InputChunks.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/wasm/InputChunks.cpp =================================================================== --- lld/wasm/InputChunks.cpp +++ lld/wasm/InputChunks.cpp @@ -1,9 +1,8 @@ //===- InputChunks.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/InputEvent.h =================================================================== --- lld/wasm/InputEvent.h +++ lld/wasm/InputEvent.h @@ -1,9 +1,8 @@ //===- InputEvent.h ---------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/wasm/InputFiles.h =================================================================== --- lld/wasm/InputFiles.h +++ lld/wasm/InputFiles.h @@ -1,9 +1,8 @@ //===- InputFiles.h ---------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/InputFiles.cpp =================================================================== --- lld/wasm/InputFiles.cpp +++ lld/wasm/InputFiles.cpp @@ -1,9 +1,8 @@ //===- InputFiles.cpp -----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/InputGlobal.h =================================================================== --- lld/wasm/InputGlobal.h +++ lld/wasm/InputGlobal.h @@ -1,9 +1,8 @@ //===- InputGlobal.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/LTO.h =================================================================== --- lld/wasm/LTO.h +++ lld/wasm/LTO.h @@ -1,9 +1,8 @@ //===- LTO.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/wasm/LTO.cpp =================================================================== --- lld/wasm/LTO.cpp +++ lld/wasm/LTO.cpp @@ -1,9 +1,8 @@ //===- LTO.cpp ------------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/MarkLive.h =================================================================== --- lld/wasm/MarkLive.h +++ lld/wasm/MarkLive.h @@ -1,9 +1,8 @@ //===- MarkLive.h -----------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/MarkLive.cpp =================================================================== --- lld/wasm/MarkLive.cpp +++ lld/wasm/MarkLive.cpp @@ -1,9 +1,8 @@ //===- MarkLive.cpp -------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// // Index: lld/wasm/OutputSections.h =================================================================== --- lld/wasm/OutputSections.h +++ lld/wasm/OutputSections.h @@ -1,9 +1,8 @@ //===- OutputSections.h -----------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/OutputSections.cpp =================================================================== --- lld/wasm/OutputSections.cpp +++ lld/wasm/OutputSections.cpp @@ -1,9 +1,8 @@ //===- OutputSections.cpp -------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/OutputSegment.h =================================================================== --- lld/wasm/OutputSegment.h +++ lld/wasm/OutputSegment.h @@ -1,9 +1,8 @@ //===- OutputSegment.h ------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/SymbolTable.h =================================================================== --- lld/wasm/SymbolTable.h +++ lld/wasm/SymbolTable.h @@ -1,9 +1,8 @@ //===- SymbolTable.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/SymbolTable.cpp =================================================================== --- lld/wasm/SymbolTable.cpp +++ lld/wasm/SymbolTable.cpp @@ -1,9 +1,8 @@ //===- SymbolTable.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/Symbols.h =================================================================== --- lld/wasm/Symbols.h +++ lld/wasm/Symbols.h @@ -1,9 +1,8 @@ //===- Symbols.h ------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/Symbols.cpp =================================================================== --- lld/wasm/Symbols.cpp +++ lld/wasm/Symbols.cpp @@ -1,9 +1,8 @@ //===- Symbols.cpp --------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/Writer.h =================================================================== --- lld/wasm/Writer.h +++ lld/wasm/Writer.h @@ -1,9 +1,8 @@ //===- Writer.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/Writer.cpp =================================================================== --- lld/wasm/Writer.cpp +++ lld/wasm/Writer.cpp @@ -1,9 +1,8 @@ //===- Writer.cpp ---------------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/WriterUtils.h =================================================================== --- lld/wasm/WriterUtils.h +++ lld/wasm/WriterUtils.h @@ -1,9 +1,8 @@ //===- WriterUtils.h --------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: lld/wasm/WriterUtils.cpp =================================================================== --- lld/wasm/WriterUtils.cpp +++ lld/wasm/WriterUtils.cpp @@ -1,9 +1,8 @@ //===- WriterUtils.cpp ----------------------------------------------------===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/APFloatTest.cpp =================================================================== --- llvm/unittests/ADT/APFloatTest.cpp +++ llvm/unittests/ADT/APFloatTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/APFloat.cpp - APFloat unit tests ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/APIntTest.cpp =================================================================== --- llvm/unittests/ADT/APIntTest.cpp +++ llvm/unittests/ADT/APIntTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/APInt.cpp - APInt unit tests ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/APSIntTest.cpp =================================================================== --- llvm/unittests/ADT/APSIntTest.cpp +++ llvm/unittests/ADT/APSIntTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/APSIntTest.cpp - APSInt unit tests ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/AnyTest.cpp =================================================================== --- llvm/unittests/ADT/AnyTest.cpp +++ llvm/unittests/ADT/AnyTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/AnyTest.cpp - Any tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/ArrayRefTest.cpp =================================================================== --- llvm/unittests/ADT/ArrayRefTest.cpp +++ llvm/unittests/ADT/ArrayRefTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/ArrayRefTest.cpp - ArrayRef unit tests -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/BitVectorTest.cpp =================================================================== --- llvm/unittests/ADT/BitVectorTest.cpp +++ llvm/unittests/ADT/BitVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/BitVectorTest.cpp - BitVector tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/BitmaskEnumTest.cpp =================================================================== --- llvm/unittests/ADT/BitmaskEnumTest.cpp +++ llvm/unittests/ADT/BitmaskEnumTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/BitmaskEnumTest.cpp - BitmaskEnum unit tests -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/BreadthFirstIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/BreadthFirstIteratorTest.cpp +++ llvm/unittests/ADT/BreadthFirstIteratorTest.cpp @@ -1,9 +1,8 @@ //=== llvm/unittest/ADT/BreadthFirstIteratorTest.cpp - BFS iterator tests -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/BumpPtrListTest.cpp =================================================================== --- llvm/unittests/ADT/BumpPtrListTest.cpp +++ llvm/unittests/ADT/BumpPtrListTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/BumpPtrListTest.cpp - BumpPtrList unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/DAGDeltaAlgorithmTest.cpp =================================================================== --- llvm/unittests/ADT/DAGDeltaAlgorithmTest.cpp +++ llvm/unittests/ADT/DAGDeltaAlgorithmTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/DAGDeltaAlgorithmTest.cpp ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/DeltaAlgorithmTest.cpp =================================================================== --- llvm/unittests/ADT/DeltaAlgorithmTest.cpp +++ llvm/unittests/ADT/DeltaAlgorithmTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/DeltaAlgorithmTest.cpp ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/DenseMapTest.cpp =================================================================== --- llvm/unittests/ADT/DenseMapTest.cpp +++ llvm/unittests/ADT/DenseMapTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/DenseMapMap.cpp - DenseMap unit tests --*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/DenseSetTest.cpp =================================================================== --- llvm/unittests/ADT/DenseSetTest.cpp +++ llvm/unittests/ADT/DenseSetTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/DenseSetTest.cpp - DenseSet unit tests --*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/DepthFirstIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/DepthFirstIteratorTest.cpp +++ llvm/unittests/ADT/DepthFirstIteratorTest.cpp @@ -1,9 +1,8 @@ //=== llvm/unittest/ADT/DepthFirstIteratorTest.cpp - DFS iterator tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/EquivalenceClassesTest.cpp =================================================================== --- llvm/unittests/ADT/EquivalenceClassesTest.cpp +++ llvm/unittests/ADT/EquivalenceClassesTest.cpp @@ -1,9 +1,8 @@ //=== llvm/unittest/ADT/EquivalenceClassesTest.cpp - the structure tests --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/FoldingSet.cpp =================================================================== --- llvm/unittests/ADT/FoldingSet.cpp +++ llvm/unittests/ADT/FoldingSet.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/FoldingSetTest.cpp -------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/FunctionExtrasTest.cpp =================================================================== --- llvm/unittests/ADT/FunctionExtrasTest.cpp +++ llvm/unittests/ADT/FunctionExtrasTest.cpp @@ -1,9 +1,8 @@ //===- FunctionExtrasTest.cpp - Unit tests for function type erasure ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/FunctionRefTest.cpp =================================================================== --- llvm/unittests/ADT/FunctionRefTest.cpp +++ llvm/unittests/ADT/FunctionRefTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/MakeUniqueTest.cpp - make_unique unit tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/HashingTest.cpp =================================================================== --- llvm/unittests/ADT/HashingTest.cpp +++ llvm/unittests/ADT/HashingTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/HashingTest.cpp ----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/IListBaseTest.cpp =================================================================== --- llvm/unittests/ADT/IListBaseTest.cpp +++ llvm/unittests/ADT/IListBaseTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListBaseTest.cpp - ilist_base unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IListIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/IListIteratorTest.cpp +++ llvm/unittests/ADT/IListIteratorTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListIteratorTest.cpp - ilist_iterator unit tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IListNodeBaseTest.cpp =================================================================== --- llvm/unittests/ADT/IListNodeBaseTest.cpp +++ llvm/unittests/ADT/IListNodeBaseTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListNodeBaseTest.cpp - ilist_node_base unit tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IListNodeTest.cpp =================================================================== --- llvm/unittests/ADT/IListNodeTest.cpp +++ llvm/unittests/ADT/IListNodeTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListNodeTest.cpp - ilist_node unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IListSentinelTest.cpp =================================================================== --- llvm/unittests/ADT/IListSentinelTest.cpp +++ llvm/unittests/ADT/IListSentinelTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListSentinelTest.cpp - ilist_sentinel unit tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IListTest.cpp =================================================================== --- llvm/unittests/ADT/IListTest.cpp +++ llvm/unittests/ADT/IListTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/IListTest.cpp - ilist unit tests ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/ImmutableMapTest.cpp =================================================================== --- llvm/unittests/ADT/ImmutableMapTest.cpp +++ llvm/unittests/ADT/ImmutableMapTest.cpp @@ -1,9 +1,8 @@ //===----------- ImmutableMapTest.cpp - ImmutableMap unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/ImmutableSetTest.cpp =================================================================== --- llvm/unittests/ADT/ImmutableSetTest.cpp +++ llvm/unittests/ADT/ImmutableSetTest.cpp @@ -1,9 +1,8 @@ //===----------- ImmutableSetTest.cpp - ImmutableSet unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IntEqClassesTest.cpp =================================================================== --- llvm/unittests/ADT/IntEqClassesTest.cpp +++ llvm/unittests/ADT/IntEqClassesTest.cpp @@ -1,9 +1,8 @@ //===---- ADT/IntEqClassesTest.cpp - IntEqClasses unit tests ----*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IntervalMapTest.cpp =================================================================== --- llvm/unittests/ADT/IntervalMapTest.cpp +++ llvm/unittests/ADT/IntervalMapTest.cpp @@ -1,9 +1,8 @@ //===---- ADT/IntervalMapTest.cpp - IntervalMap unit tests ------*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IntrusiveRefCntPtrTest.cpp =================================================================== --- llvm/unittests/ADT/IntrusiveRefCntPtrTest.cpp +++ llvm/unittests/ADT/IntrusiveRefCntPtrTest.cpp @@ -1,9 +1,8 @@ //===- unittest/ADT/IntrusiveRefCntPtrTest.cpp ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/IteratorTest.cpp =================================================================== --- llvm/unittests/ADT/IteratorTest.cpp +++ llvm/unittests/ADT/IteratorTest.cpp @@ -1,9 +1,8 @@ //===- IteratorTest.cpp - Unit tests for iterator utilities ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/MakeUniqueTest.cpp =================================================================== --- llvm/unittests/ADT/MakeUniqueTest.cpp +++ llvm/unittests/ADT/MakeUniqueTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/MakeUniqueTest.cpp - make_unique unit tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/MapVectorTest.cpp =================================================================== --- llvm/unittests/ADT/MapVectorTest.cpp +++ llvm/unittests/ADT/MapVectorTest.cpp @@ -1,9 +1,8 @@ //===- unittest/ADT/MapVectorTest.cpp - MapVector unit tests ----*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/MappedIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/MappedIteratorTest.cpp +++ llvm/unittests/ADT/MappedIteratorTest.cpp @@ -1,9 +1,8 @@ //===------ MappedIteratorTest.cpp - Unit tests for mapped_iterator -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/OptionalTest.cpp =================================================================== --- llvm/unittests/ADT/OptionalTest.cpp +++ llvm/unittests/ADT/OptionalTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/OptionalTest.cpp - Optional unit tests -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PackedVectorTest.cpp =================================================================== --- llvm/unittests/ADT/PackedVectorTest.cpp +++ llvm/unittests/ADT/PackedVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PackedVectorTest.cpp - PackedVector tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PointerEmbeddedIntTest.cpp =================================================================== --- llvm/unittests/ADT/PointerEmbeddedIntTest.cpp +++ llvm/unittests/ADT/PointerEmbeddedIntTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PointerEmbeddedIntTest.cpp -----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PointerIntPairTest.cpp =================================================================== --- llvm/unittests/ADT/PointerIntPairTest.cpp +++ llvm/unittests/ADT/PointerIntPairTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PointerIntPairTest.cpp - Unit tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PointerSumTypeTest.cpp =================================================================== --- llvm/unittests/ADT/PointerSumTypeTest.cpp +++ llvm/unittests/ADT/PointerSumTypeTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PointerSumTypeTest.cpp ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PointerUnionTest.cpp =================================================================== --- llvm/unittests/ADT/PointerUnionTest.cpp +++ llvm/unittests/ADT/PointerUnionTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PointerUnionTest.cpp - Optional unit tests -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/PostOrderIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/PostOrderIteratorTest.cpp +++ llvm/unittests/ADT/PostOrderIteratorTest.cpp @@ -1,9 +1,8 @@ //===- PostOrderIteratorTest.cpp - PostOrderIterator unit tests -----------===// // -// 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 "llvm/ADT/PostOrderIterator.h" Index: llvm/unittests/ADT/PriorityWorklistTest.cpp =================================================================== --- llvm/unittests/ADT/PriorityWorklistTest.cpp +++ llvm/unittests/ADT/PriorityWorklistTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/PriorityWorklist.cpp -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/RangeAdapterTest.cpp =================================================================== --- llvm/unittests/ADT/RangeAdapterTest.cpp +++ llvm/unittests/ADT/RangeAdapterTest.cpp @@ -1,9 +1,8 @@ //===- RangeAdapterTest.cpp - Unit tests for range adapters --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SCCIteratorTest.cpp =================================================================== --- llvm/unittests/ADT/SCCIteratorTest.cpp +++ llvm/unittests/ADT/SCCIteratorTest.cpp @@ -1,9 +1,8 @@ //===----- llvm/unittest/ADT/SCCIteratorTest.cpp - SCCIterator tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/STLExtrasTest.cpp =================================================================== --- llvm/unittests/ADT/STLExtrasTest.cpp +++ llvm/unittests/ADT/STLExtrasTest.cpp @@ -1,9 +1,8 @@ //===- STLExtrasTest.cpp - Unit tests for STL extras ----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/ScopeExitTest.cpp =================================================================== --- llvm/unittests/ADT/ScopeExitTest.cpp +++ llvm/unittests/ADT/ScopeExitTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/ScopeExit.cpp - Scope exit unit tests --*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SequenceTest.cpp =================================================================== --- llvm/unittests/ADT/SequenceTest.cpp +++ llvm/unittests/ADT/SequenceTest.cpp @@ -1,9 +1,8 @@ //===- SequenceTest.cpp - Unit tests for a sequence abstraciton -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SetVectorTest.cpp =================================================================== --- llvm/unittests/ADT/SetVectorTest.cpp +++ llvm/unittests/ADT/SetVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SetVector.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/SimpleIListTest.cpp =================================================================== --- llvm/unittests/ADT/SimpleIListTest.cpp +++ llvm/unittests/ADT/SimpleIListTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ADT/SimpleIListTest.cpp - simple_ilist unit tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SmallPtrSetTest.cpp =================================================================== --- llvm/unittests/ADT/SmallPtrSetTest.cpp +++ llvm/unittests/ADT/SmallPtrSetTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SmallPtrSetTest.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/SmallSetTest.cpp =================================================================== --- llvm/unittests/ADT/SmallSetTest.cpp +++ llvm/unittests/ADT/SmallSetTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SmallSetTest.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/SmallStringTest.cpp =================================================================== --- llvm/unittests/ADT/SmallStringTest.cpp +++ llvm/unittests/ADT/SmallStringTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SmallStringTest.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/SmallVectorTest.cpp =================================================================== --- llvm/unittests/ADT/SmallVectorTest.cpp +++ llvm/unittests/ADT/SmallVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SmallVectorTest.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/SparseBitVectorTest.cpp =================================================================== --- llvm/unittests/ADT/SparseBitVectorTest.cpp +++ llvm/unittests/ADT/SparseBitVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/SparseBitVectorTest.cpp - SparseBitVector tests --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SparseMultiSetTest.cpp =================================================================== --- llvm/unittests/ADT/SparseMultiSetTest.cpp +++ llvm/unittests/ADT/SparseMultiSetTest.cpp @@ -1,9 +1,8 @@ //===------ ADT/SparseSetTest.cpp - SparseSet unit tests - -----*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/SparseSetTest.cpp =================================================================== --- llvm/unittests/ADT/SparseSetTest.cpp +++ llvm/unittests/ADT/SparseSetTest.cpp @@ -1,9 +1,8 @@ //===------ ADT/SparseSetTest.cpp - SparseSet unit tests - -----*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/StatisticTest.cpp =================================================================== --- llvm/unittests/ADT/StatisticTest.cpp +++ llvm/unittests/ADT/StatisticTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/StatisticTest.cpp - Statistic unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/StringExtrasTest.cpp =================================================================== --- llvm/unittests/ADT/StringExtrasTest.cpp +++ llvm/unittests/ADT/StringExtrasTest.cpp @@ -1,9 +1,8 @@ //===- StringExtrasTest.cpp - Unit tests for String extras ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/StringMapTest.cpp =================================================================== --- llvm/unittests/ADT/StringMapTest.cpp +++ llvm/unittests/ADT/StringMapTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/StringRefTest.cpp =================================================================== --- llvm/unittests/ADT/StringRefTest.cpp +++ llvm/unittests/ADT/StringRefTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/StringRefTest.cpp - StringRef unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/StringSwitchTest.cpp =================================================================== --- llvm/unittests/ADT/StringSwitchTest.cpp +++ llvm/unittests/ADT/StringSwitchTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/StringSwitchTest.cpp - StringSwitch unit tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/TestGraph.h =================================================================== --- llvm/unittests/ADT/TestGraph.h +++ llvm/unittests/ADT/TestGraph.h @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/TestGraph.h - Graph for testing ------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/TinyPtrVectorTest.cpp =================================================================== --- llvm/unittests/ADT/TinyPtrVectorTest.cpp +++ llvm/unittests/ADT/TinyPtrVectorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/TinyPtrVectorTest.cpp ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ADT/TripleTest.cpp =================================================================== --- llvm/unittests/ADT/TripleTest.cpp +++ llvm/unittests/ADT/TripleTest.cpp @@ -1,9 +1,8 @@ //===----------- Triple.cpp - Triple unit tests ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/TwineTest.cpp =================================================================== --- llvm/unittests/ADT/TwineTest.cpp +++ llvm/unittests/ADT/TwineTest.cpp @@ -1,9 +1,8 @@ //===- TwineTest.cpp - Twine unit tests -----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ADT/VariadicFunctionTest.cpp =================================================================== --- llvm/unittests/ADT/VariadicFunctionTest.cpp +++ llvm/unittests/ADT/VariadicFunctionTest.cpp @@ -1,9 +1,8 @@ //===----------- VariadicFunctionTest.cpp - VariadicFunction unit tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/AliasAnalysisTest.cpp =================================================================== --- llvm/unittests/Analysis/AliasAnalysisTest.cpp +++ llvm/unittests/Analysis/AliasAnalysisTest.cpp @@ -1,9 +1,8 @@ //===--- AliasAnalysisTest.cpp - Mixed TBAA unit tests --------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/AliasSetTrackerTest.cpp =================================================================== --- llvm/unittests/Analysis/AliasSetTrackerTest.cpp +++ llvm/unittests/Analysis/AliasSetTrackerTest.cpp @@ -1,9 +1,8 @@ //=======- AliasSetTrackerTest.cpp - Unit test for the Alias Set Tracker -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/BasicAliasAnalysisTest.cpp =================================================================== --- llvm/unittests/Analysis/BasicAliasAnalysisTest.cpp +++ llvm/unittests/Analysis/BasicAliasAnalysisTest.cpp @@ -1,9 +1,8 @@ //===- BasicAliasAnalysisTest.cpp - Unit tests for BasicAA ----------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/Analysis/BlockFrequencyInfoTest.cpp =================================================================== --- llvm/unittests/Analysis/BlockFrequencyInfoTest.cpp +++ llvm/unittests/Analysis/BlockFrequencyInfoTest.cpp @@ -1,9 +1,8 @@ //===- BlockFrequencyInfoTest.cpp - BlockFrequencyInfo unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/BranchProbabilityInfoTest.cpp =================================================================== --- llvm/unittests/Analysis/BranchProbabilityInfoTest.cpp +++ llvm/unittests/Analysis/BranchProbabilityInfoTest.cpp @@ -1,9 +1,8 @@ //===- BranchProbabilityInfoTest.cpp - BranchProbabilityInfo unit tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/CFGTest.cpp =================================================================== --- llvm/unittests/Analysis/CFGTest.cpp +++ llvm/unittests/Analysis/CFGTest.cpp @@ -1,9 +1,8 @@ //===- CFGTest.cpp - CFG tests --------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/CGSCCPassManagerTest.cpp =================================================================== --- llvm/unittests/Analysis/CGSCCPassManagerTest.cpp +++ llvm/unittests/Analysis/CGSCCPassManagerTest.cpp @@ -1,9 +1,8 @@ //===- CGSCCPassManagerTest.cpp -------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/CallGraphTest.cpp =================================================================== --- llvm/unittests/Analysis/CallGraphTest.cpp +++ llvm/unittests/Analysis/CallGraphTest.cpp @@ -1,9 +1,8 @@ //=======- CallGraphTest.cpp - Unit tests for the CG analysis -------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/CaptureTrackingTest.cpp =================================================================== --- llvm/unittests/Analysis/CaptureTrackingTest.cpp +++ llvm/unittests/Analysis/CaptureTrackingTest.cpp @@ -1,9 +1,8 @@ //=======- CaptureTrackingTest.cpp - Unit test for the Capture Tracking ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/DivergenceAnalysisTest.cpp =================================================================== --- llvm/unittests/Analysis/DivergenceAnalysisTest.cpp +++ llvm/unittests/Analysis/DivergenceAnalysisTest.cpp @@ -1,9 +1,8 @@ //===- DivergenceAnalysisTest.cpp - DivergenceAnalysis unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/GlobalsModRefTest.cpp =================================================================== --- llvm/unittests/Analysis/GlobalsModRefTest.cpp +++ llvm/unittests/Analysis/GlobalsModRefTest.cpp @@ -1,9 +1,8 @@ //===--- GlobalsModRefTest.cpp - Mixed TBAA unit tests --------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/LazyCallGraphTest.cpp =================================================================== --- llvm/unittests/Analysis/LazyCallGraphTest.cpp +++ llvm/unittests/Analysis/LazyCallGraphTest.cpp @@ -1,9 +1,8 @@ //===- LazyCallGraphTest.cpp - Unit tests for the lazy CG analysis --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/LoopInfoTest.cpp =================================================================== --- llvm/unittests/Analysis/LoopInfoTest.cpp +++ llvm/unittests/Analysis/LoopInfoTest.cpp @@ -1,9 +1,8 @@ //===- LoopInfoTest.cpp - LoopInfo unit tests -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/MemoryBuiltinsTest.cpp =================================================================== --- llvm/unittests/Analysis/MemoryBuiltinsTest.cpp +++ llvm/unittests/Analysis/MemoryBuiltinsTest.cpp @@ -1,9 +1,8 @@ //===- MemoryBuiltinsTest.cpp - Tests for utilities in MemoryBuiltins.h ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/MemorySSATest.cpp =================================================================== --- llvm/unittests/Analysis/MemorySSATest.cpp +++ llvm/unittests/Analysis/MemorySSATest.cpp @@ -1,9 +1,8 @@ //===- MemorySSA.cpp - Unit tests for MemorySSA ---------------------------===// // -// 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 "llvm/Analysis/MemorySSA.h" Index: llvm/unittests/Analysis/OrderedBasicBlockTest.cpp =================================================================== --- llvm/unittests/Analysis/OrderedBasicBlockTest.cpp +++ llvm/unittests/Analysis/OrderedBasicBlockTest.cpp @@ -1,9 +1,8 @@ //===- OrderedBasicBlockTest.cpp - OrderedBasicBlock unit tests -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/OrderedInstructionsTest.cpp =================================================================== --- llvm/unittests/Analysis/OrderedInstructionsTest.cpp +++ llvm/unittests/Analysis/OrderedInstructionsTest.cpp @@ -1,9 +1,8 @@ //===- OrderedInstructions.cpp - Unit tests for OrderedInstructions ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/PhiValuesTest.cpp =================================================================== --- llvm/unittests/Analysis/PhiValuesTest.cpp +++ llvm/unittests/Analysis/PhiValuesTest.cpp @@ -1,9 +1,8 @@ //===- PhiValuesTest.cpp - PhiValues unit tests ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/ProfileSummaryInfoTest.cpp =================================================================== --- llvm/unittests/Analysis/ProfileSummaryInfoTest.cpp +++ llvm/unittests/Analysis/ProfileSummaryInfoTest.cpp @@ -1,9 +1,8 @@ //===- ProfileSummaryInfoTest.cpp - ProfileSummaryInfo unit tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/ScalarEvolutionTest.cpp =================================================================== --- llvm/unittests/Analysis/ScalarEvolutionTest.cpp +++ llvm/unittests/Analysis/ScalarEvolutionTest.cpp @@ -1,9 +1,8 @@ //===- ScalarEvolutionsTest.cpp - ScalarEvolution unit tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/SparsePropagation.cpp =================================================================== --- llvm/unittests/Analysis/SparsePropagation.cpp +++ llvm/unittests/Analysis/SparsePropagation.cpp @@ -1,9 +1,8 @@ //===- SparsePropagation.cpp - Unit tests for the generic solver ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/TBAATest.cpp =================================================================== --- llvm/unittests/Analysis/TBAATest.cpp +++ llvm/unittests/Analysis/TBAATest.cpp @@ -1,9 +1,8 @@ //===--- TBAATest.cpp - Mixed TBAA unit tests -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/TargetLibraryInfoTest.cpp =================================================================== --- llvm/unittests/Analysis/TargetLibraryInfoTest.cpp +++ llvm/unittests/Analysis/TargetLibraryInfoTest.cpp @@ -1,9 +1,8 @@ //===--- TargetLibraryInfoTest.cpp - TLI/LibFunc unit tests ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/UnrollAnalyzerTest.cpp =================================================================== --- llvm/unittests/Analysis/UnrollAnalyzerTest.cpp +++ llvm/unittests/Analysis/UnrollAnalyzerTest.cpp @@ -1,9 +1,8 @@ //===- UnrollAnalyzerTest.cpp - UnrollAnalyzer unit tests -----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/ValueLatticeTest.cpp =================================================================== --- llvm/unittests/Analysis/ValueLatticeTest.cpp +++ llvm/unittests/Analysis/ValueLatticeTest.cpp @@ -1,9 +1,8 @@ //===- ValueLatticeTest.cpp - ScalarEvolution unit tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Analysis/ValueTrackingTest.cpp =================================================================== --- llvm/unittests/Analysis/ValueTrackingTest.cpp +++ llvm/unittests/Analysis/ValueTrackingTest.cpp @@ -1,9 +1,8 @@ //===- ValueTrackingTest.cpp - ValueTracking tests ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/AsmParser/AsmParserTest.cpp =================================================================== --- llvm/unittests/AsmParser/AsmParserTest.cpp +++ llvm/unittests/AsmParser/AsmParserTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/AsmParser/AsmParserTest.cpp - asm parser unittests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/DwarfTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/DwarfTest.cpp +++ llvm/unittests/BinaryFormat/DwarfTest.cpp @@ -1,9 +1,8 @@ //===- unittest/BinaryFormat/DwarfTest.cpp - Dwarf support tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/MachOTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/MachOTest.cpp +++ llvm/unittests/BinaryFormat/MachOTest.cpp @@ -1,9 +1,8 @@ //===- unittest/BinaryFormat/MachOTest.cpp - MachO support tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/MsgPackReaderTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/MsgPackReaderTest.cpp +++ llvm/unittests/BinaryFormat/MsgPackReaderTest.cpp @@ -1,9 +1,8 @@ //===- MsgPackReaderTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/MsgPackTypesTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/MsgPackTypesTest.cpp +++ llvm/unittests/BinaryFormat/MsgPackTypesTest.cpp @@ -1,9 +1,8 @@ //===- MsgPackTypesTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/MsgPackWriterTest.cpp =================================================================== --- llvm/unittests/BinaryFormat/MsgPackWriterTest.cpp +++ llvm/unittests/BinaryFormat/MsgPackWriterTest.cpp @@ -1,9 +1,8 @@ //===- MsgPackWriterTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/BinaryFormat/TestFileMagic.cpp =================================================================== --- llvm/unittests/BinaryFormat/TestFileMagic.cpp +++ llvm/unittests/BinaryFormat/TestFileMagic.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/BinaryFormat/TestFileMagic.cpp - File magic tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Bitcode/BitReaderTest.cpp =================================================================== --- llvm/unittests/Bitcode/BitReaderTest.cpp +++ llvm/unittests/Bitcode/BitReaderTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Bitcode/BitReaderTest.cpp - Tests for BitReader ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Bitcode/BitstreamReaderTest.cpp =================================================================== --- llvm/unittests/Bitcode/BitstreamReaderTest.cpp +++ llvm/unittests/Bitcode/BitstreamReaderTest.cpp @@ -1,9 +1,8 @@ //===- BitstreamReaderTest.cpp - Tests for BitstreamReader ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Bitcode/BitstreamWriterTest.cpp =================================================================== --- llvm/unittests/Bitcode/BitstreamWriterTest.cpp +++ llvm/unittests/Bitcode/BitstreamWriterTest.cpp @@ -1,9 +1,8 @@ //===- BitstreamWriterTest.cpp - Tests for BitstreamWriter ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp =================================================================== --- llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp +++ llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/CodeGen/AArch64SelectionDAGTest.cpp -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/DIEHashTest.cpp =================================================================== --- llvm/unittests/CodeGen/DIEHashTest.cpp +++ llvm/unittests/CodeGen/DIEHashTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/CodeGen/DIEHashTest.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/GlobalISel/CSETest.cpp =================================================================== --- llvm/unittests/CodeGen/GlobalISel/CSETest.cpp +++ llvm/unittests/CodeGen/GlobalISel/CSETest.cpp @@ -1,9 +1,8 @@ //===- CSETest.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/GlobalISel/GISelMITest.h =================================================================== --- llvm/unittests/CodeGen/GlobalISel/GISelMITest.h +++ llvm/unittests/CodeGen/GlobalISel/GISelMITest.h @@ -1,10 +1,9 @@ //===- GISelMITest.h //-----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// #ifndef LLVM_UNITTEST_CODEGEN_GLOBALISEL_GISELMI_H Index: llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp =================================================================== --- llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp +++ llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp @@ -1,10 +1,9 @@ //===- LegalizerHelperTest.cpp //-----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp =================================================================== --- llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp +++ llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/CodeGen/GlobalISel/LegalizerInfoTest.cpp -------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp =================================================================== --- llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp +++ llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp @@ -1,9 +1,8 @@ //===- PatternMatchTest.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/LowLevelTypeTest.cpp =================================================================== --- llvm/unittests/CodeGen/LowLevelTypeTest.cpp +++ llvm/unittests/CodeGen/LowLevelTypeTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/CodeGen/GlobalISel/LowLevelTypeTest.cpp --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/MachineInstrBundleIteratorTest.cpp =================================================================== --- llvm/unittests/CodeGen/MachineInstrBundleIteratorTest.cpp +++ llvm/unittests/CodeGen/MachineInstrBundleIteratorTest.cpp @@ -1,9 +1,8 @@ //===- MachineInstrBundleIteratorTest.cpp ---------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/MachineInstrTest.cpp =================================================================== --- llvm/unittests/CodeGen/MachineInstrTest.cpp +++ llvm/unittests/CodeGen/MachineInstrTest.cpp @@ -1,9 +1,8 @@ //===- MachineInstrTest.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/MachineOperandTest.cpp =================================================================== --- llvm/unittests/CodeGen/MachineOperandTest.cpp +++ llvm/unittests/CodeGen/MachineOperandTest.cpp @@ -1,9 +1,8 @@ //===- MachineOperandTest.cpp ---------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp =================================================================== --- llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp +++ llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp @@ -1,9 +1,8 @@ //===-------- llvm/unittest/CodeGen/ScalableVectorMVTsTest.cpp ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp =================================================================== --- llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp +++ llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/CodeView/RandomAccessVisitorTest.cpp -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/CodeView/TypeHashingTest.cpp =================================================================== --- llvm/unittests/DebugInfo/CodeView/TypeHashingTest.cpp +++ llvm/unittests/DebugInfo/CodeView/TypeHashingTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/CodeView/TypeHashingTest.cpp ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp =================================================================== --- llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp +++ llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp =================================================================== --- llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp +++ llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/DWARFDebugInfoTest.cpp ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp =================================================================== --- llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp +++ llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp @@ -1,9 +1,8 @@ //===- DWARFDebugLineTest.cpp ---------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp =================================================================== --- llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp +++ llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/DWARFFormValueTest.cpp ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h =================================================================== --- llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h +++ llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h @@ -1,9 +1,8 @@ //===--- unittests/DebugInfo/DWARF/DwarfGenerator.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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp =================================================================== --- llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp +++ llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp @@ -1,9 +1,8 @@ //===--- unittests/DebugInfo/DWARF/DwarfGenerator.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DwarfUtils.h =================================================================== --- llvm/unittests/DebugInfo/DWARF/DwarfUtils.h +++ llvm/unittests/DebugInfo/DWARF/DwarfUtils.h @@ -1,9 +1,8 @@ //===--- unittests/DebugInfo/DWARF/DwarfUtils.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/DWARF/DwarfUtils.cpp =================================================================== --- llvm/unittests/DebugInfo/DWARF/DwarfUtils.cpp +++ llvm/unittests/DebugInfo/DWARF/DwarfUtils.cpp @@ -1,9 +1,8 @@ //===--- unittests/DebugInfo/DWARF/DwarfUtils.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp =================================================================== --- llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp +++ llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp @@ -1,9 +1,8 @@ //===- MSFBuilderTest.cpp Tests manipulation of MSF stream metadata ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp =================================================================== --- llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp +++ llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp @@ -1,9 +1,8 @@ //===- MSFBuilderTest.cpp Tests manipulation of MSF stream metadata ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp =================================================================== --- llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp +++ llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/MSF/MappedBlockStreamTest.cpp --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/PDB/HashTableTest.cpp =================================================================== --- llvm/unittests/DebugInfo/PDB/HashTableTest.cpp +++ llvm/unittests/DebugInfo/PDB/HashTableTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/PDB/HashTableTest.cpp ----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp =================================================================== --- llvm/unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp +++ llvm/unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp @@ -1,9 +1,8 @@ //===- NativeSymbolReuseTest.cpp ------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp =================================================================== --- llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/PDB/PDBApiTest.cpp -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp =================================================================== --- llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp +++ llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp @@ -1,9 +1,8 @@ //===- StringTableBuilderTest.cpp -----------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Demangle/DemangleTest.cpp =================================================================== --- llvm/unittests/Demangle/DemangleTest.cpp +++ llvm/unittests/Demangle/DemangleTest.cpp @@ -1,9 +1,8 @@ //===-- DemangleTest.cpp --------------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp +++ llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp @@ -1,9 +1,8 @@ //===- ExecutionEngineTest.cpp - Unit tests for ExecutionEngine -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp @@ -1,9 +1,8 @@ //===- MCJITTest.cpp - Unit tests for the MCJIT -----------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp @@ -1,9 +1,8 @@ //===- MCJITMemoryManagerTest.cpp - Unit tests for the JIT memory manager -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp @@ -1,9 +1,8 @@ //===- MCJITMultipeModuleTest.cpp - Unit tests for the MCJIT ----*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp @@ -1,9 +1,8 @@ //===- MCJITObjectCacheTest.cpp - Unit tests for MCJIT object caching -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp @@ -1,9 +1,8 @@ //===- MCJITTest.cpp - Unit tests for the MCJIT -----------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h @@ -1,9 +1,8 @@ //===- MCJITTestBase.h - Common base class for MCJIT Unit tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h =================================================================== --- llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h +++ llvm/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h @@ -1,9 +1,8 @@ //===- MCJITTestBase.h - Common base class for MCJIT Unit tests -*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp @@ -1,9 +1,8 @@ //===----------- CoreAPIsTest.cpp - Unit tests for Core ORC APIs ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp @@ -1,9 +1,8 @@ //===--- GlobalMappingLayerTest.cpp - Unit test the global mapping layer --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp @@ -1,9 +1,8 @@ //===- LazyEmittingLayerTest.cpp - Unit tests for the lazy emitting layer -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/JITTargetMachineBuilderTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/JITTargetMachineBuilderTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/JITTargetMachineBuilderTest.cpp @@ -1,9 +1,8 @@ //===----------- CoreAPIsTest.cpp - Unit tests for Core ORC APIs ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp @@ -1,9 +1,8 @@ //===- LazyEmittingLayerTest.cpp - Unit tests for the lazy emitting layer -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp @@ -1,9 +1,8 @@ //===----------- CoreAPIsTest.cpp - Unit tests for Core ORC APIs ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp @@ -1,9 +1,8 @@ //===----- CompileOnDemandLayerTest.cpp - Unit tests for the COD layer ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp @@ -1,9 +1,8 @@ //===- RTDyldObjectLinkingLayerTest.cpp - RTDyld linking layer unit tests -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp @@ -1,9 +1,8 @@ //===- ObjectTransformLayerTest.cpp - Unit tests for ObjectTransformLayer -===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp +++ llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp @@ -1,9 +1,8 @@ //===--------------- OrcCAPITest.cpp - Unit tests Orc C API ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h =================================================================== --- llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h +++ llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h @@ -1,9 +1,8 @@ //===------ OrcTestCommon.h - Utilities for Orc Unit Tests ------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp +++ llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp @@ -1,9 +1,8 @@ //===--------- OrcTestCommon.cpp - Utilities for Orc Unit Tests -----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/ExecutionEngine/Orc/QueueChannel.h =================================================================== --- llvm/unittests/ExecutionEngine/Orc/QueueChannel.h +++ llvm/unittests/ExecutionEngine/Orc/QueueChannel.h @@ -1,9 +1,8 @@ //===----------------------- Queue.h - RPC Queue ------------------*-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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/QueueChannel.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/QueueChannel.cpp +++ llvm/unittests/ExecutionEngine/Orc/QueueChannel.cpp @@ -1,9 +1,8 @@ //===-------- QueueChannel.cpp - Unit tests the remote executors ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp @@ -1,9 +1,8 @@ //===----------- RPCUtilsTest.cpp - Unit tests the Orc RPC utils ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp @@ -1,9 +1,8 @@ //===--- RTDyldObjectLinkingLayerTest.cpp - RTDyld linking layer tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp @@ -1,9 +1,8 @@ //===---------------------- RemoteObjectLayerTest.cpp ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp @@ -1,9 +1,8 @@ //===----- SymbolStringPoolTest.cpp - Unit tests for SymbolStringPool -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp =================================================================== --- llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp +++ llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp @@ -1,9 +1,8 @@ //===--- ThreadSafeModuleTest.cpp - Test basic use of ThreadSafeModule ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/FuzzMutate/OperationsTest.cpp =================================================================== --- llvm/unittests/FuzzMutate/OperationsTest.cpp +++ llvm/unittests/FuzzMutate/OperationsTest.cpp @@ -1,9 +1,8 @@ //===- OperationsTest.cpp - Tests for fuzzer operations -------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/FuzzMutate/RandomIRBuilderTest.cpp =================================================================== --- llvm/unittests/FuzzMutate/RandomIRBuilderTest.cpp +++ llvm/unittests/FuzzMutate/RandomIRBuilderTest.cpp @@ -1,9 +1,8 @@ //===- RandomIRBuilderTest.cpp - Tests for injector strategy --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/FuzzMutate/ReservoirSamplerTest.cpp =================================================================== --- llvm/unittests/FuzzMutate/ReservoirSamplerTest.cpp +++ llvm/unittests/FuzzMutate/ReservoirSamplerTest.cpp @@ -1,9 +1,8 @@ //===- ReservoirSampler.cpp - Tests for the ReservoirSampler --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/FuzzMutate/StrategiesTest.cpp =================================================================== --- llvm/unittests/FuzzMutate/StrategiesTest.cpp +++ llvm/unittests/FuzzMutate/StrategiesTest.cpp @@ -1,9 +1,8 @@ //===- InjectorIRStrategyTest.cpp - Tests for injector strategy -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/AsmWriterTest.cpp =================================================================== --- llvm/unittests/IR/AsmWriterTest.cpp +++ llvm/unittests/IR/AsmWriterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/AsmWriter.cpp - AsmWriter tests -------------------===// // -// 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 "llvm/BinaryFormat/Dwarf.h" Index: llvm/unittests/IR/AttributesTest.cpp =================================================================== --- llvm/unittests/IR/AttributesTest.cpp +++ llvm/unittests/IR/AttributesTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/AttributesTest.cpp - Attributes unit tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/BasicBlockTest.cpp =================================================================== --- llvm/unittests/IR/BasicBlockTest.cpp +++ llvm/unittests/IR/BasicBlockTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/BasicBlockTest.cpp - BasicBlock unit tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/CFGBuilder.h =================================================================== --- llvm/unittests/IR/CFGBuilder.h +++ llvm/unittests/IR/CFGBuilder.h @@ -1,9 +1,8 @@ //===- CFGBuilder.h - CFG building and updating utility ----------*- 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 // //===----------------------------------------------------------------------===// /// \file Index: llvm/unittests/IR/CFGBuilder.cpp =================================================================== --- llvm/unittests/IR/CFGBuilder.cpp +++ llvm/unittests/IR/CFGBuilder.cpp @@ -1,9 +1,8 @@ //===- llvm/Testing/Support/CFGBuilder.cpp --------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ConstantRangeTest.cpp =================================================================== --- llvm/unittests/IR/ConstantRangeTest.cpp +++ llvm/unittests/IR/ConstantRangeTest.cpp @@ -1,9 +1,8 @@ //===- ConstantRangeTest.cpp - ConstantRange tests ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ConstantsTest.cpp =================================================================== --- llvm/unittests/IR/ConstantsTest.cpp +++ llvm/unittests/IR/ConstantsTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/ConstantsTest.cpp - Constants unit tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/DebugInfoTest.cpp =================================================================== --- llvm/unittests/IR/DebugInfoTest.cpp +++ llvm/unittests/IR/DebugInfoTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/DebugInfo.cpp - DebugInfo tests -------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/DebugTypeODRUniquingTest.cpp =================================================================== --- llvm/unittests/IR/DebugTypeODRUniquingTest.cpp +++ llvm/unittests/IR/DebugTypeODRUniquingTest.cpp @@ -1,9 +1,8 @@ //===- DebugTypeODRUniquingTest.cpp - Debug type ODR uniquing tests -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/DomTreeUpdaterTest.cpp =================================================================== --- llvm/unittests/IR/DomTreeUpdaterTest.cpp +++ llvm/unittests/IR/DomTreeUpdaterTest.cpp @@ -1,9 +1,8 @@ //==- llvm/unittests/IR/DomTreeUpdaterTest.cpp - DomTreeUpdater unit tests ===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/DominatorTreeBatchUpdatesTest.cpp =================================================================== --- llvm/unittests/IR/DominatorTreeBatchUpdatesTest.cpp +++ llvm/unittests/IR/DominatorTreeBatchUpdatesTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/IR/DominatorTreeBatchUpdatesTest.cpp ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/DominatorTreeTest.cpp =================================================================== --- llvm/unittests/IR/DominatorTreeTest.cpp +++ llvm/unittests/IR/DominatorTreeTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/IR/DominatorTreeTest.cpp - Constants unit tests -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/FunctionTest.cpp =================================================================== --- llvm/unittests/IR/FunctionTest.cpp +++ llvm/unittests/IR/FunctionTest.cpp @@ -1,9 +1,8 @@ //===- FunctionTest.cpp - Function unit tests -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/IRBuilderTest.cpp =================================================================== --- llvm/unittests/IR/IRBuilderTest.cpp +++ llvm/unittests/IR/IRBuilderTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/IRBuilderTest.cpp - IRBuilder tests ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/InstructionsTest.cpp =================================================================== --- llvm/unittests/IR/InstructionsTest.cpp +++ llvm/unittests/IR/InstructionsTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/InstructionsTest.cpp - Instructions unit tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/IntrinsicsTest.cpp =================================================================== --- llvm/unittests/IR/IntrinsicsTest.cpp +++ llvm/unittests/IR/IntrinsicsTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/IntrinsicsTest.cpp - ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/LegacyPassManagerTest.cpp =================================================================== --- llvm/unittests/IR/LegacyPassManagerTest.cpp +++ llvm/unittests/IR/LegacyPassManagerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/LegacyPassManager.cpp - Legacy PassManager tests --===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/IR/MDBuilderTest.cpp =================================================================== --- llvm/unittests/IR/MDBuilderTest.cpp +++ llvm/unittests/IR/MDBuilderTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/MDBuilderTest.cpp - MDBuilder unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ManglerTest.cpp =================================================================== --- llvm/unittests/IR/ManglerTest.cpp +++ llvm/unittests/IR/ManglerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/ManglerTest.cpp - Mangler unit tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/MetadataTest.cpp =================================================================== --- llvm/unittests/IR/MetadataTest.cpp +++ llvm/unittests/IR/MetadataTest.cpp @@ -1,9 +1,8 @@ //===- unittests/IR/MetadataTest.cpp - Metadata unit tests ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ModuleTest.cpp =================================================================== --- llvm/unittests/IR/ModuleTest.cpp +++ llvm/unittests/IR/ModuleTest.cpp @@ -1,9 +1,8 @@ //===- unittests/IR/ModuleTest.cpp - Module unit tests --------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/PassBuilderCallbacksTest.cpp =================================================================== --- llvm/unittests/IR/PassBuilderCallbacksTest.cpp +++ llvm/unittests/IR/PassBuilderCallbacksTest.cpp @@ -1,9 +1,8 @@ //===- unittests/IR/PassBuilderCallbacksTest.cpp - PB Callback Tests --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/PassManagerTest.cpp =================================================================== --- llvm/unittests/IR/PassManagerTest.cpp +++ llvm/unittests/IR/PassManagerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/PassManager.cpp - PassManager tests ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/PatternMatch.cpp =================================================================== --- llvm/unittests/IR/PatternMatch.cpp +++ llvm/unittests/IR/PatternMatch.cpp @@ -1,9 +1,8 @@ //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/TypesTest.cpp =================================================================== --- llvm/unittests/IR/TypesTest.cpp +++ llvm/unittests/IR/TypesTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/TypesTest.cpp - Type unit tests -------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/UseTest.cpp =================================================================== --- llvm/unittests/IR/UseTest.cpp +++ llvm/unittests/IR/UseTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/UseTest.cpp - Use unit tests ----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/UserTest.cpp =================================================================== --- llvm/unittests/IR/UserTest.cpp +++ llvm/unittests/IR/UserTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/UserTest.cpp - User unit tests --------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ValueHandleTest.cpp =================================================================== --- llvm/unittests/IR/ValueHandleTest.cpp +++ llvm/unittests/IR/ValueHandleTest.cpp @@ -1,9 +1,8 @@ //===- ValueHandleTest.cpp - ValueHandle tests ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ValueMapTest.cpp =================================================================== --- llvm/unittests/IR/ValueMapTest.cpp +++ llvm/unittests/IR/ValueMapTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/ADT/ValueMapTest.cpp - ValueMap unit tests -*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/ValueTest.cpp =================================================================== --- llvm/unittests/IR/ValueTest.cpp +++ llvm/unittests/IR/ValueTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/ValueTest.cpp - Value unit tests ------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/VerifierTest.cpp =================================================================== --- llvm/unittests/IR/VerifierTest.cpp +++ llvm/unittests/IR/VerifierTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/VerifierTest.cpp - Verifier unit tests --*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/IR/WaymarkTest.cpp =================================================================== --- llvm/unittests/IR/WaymarkTest.cpp +++ llvm/unittests/IR/WaymarkTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/IR/WaymarkTest.cpp - getUser() unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/LineEditor/LineEditor.cpp =================================================================== --- llvm/unittests/LineEditor/LineEditor.cpp +++ llvm/unittests/LineEditor/LineEditor.cpp @@ -1,9 +1,8 @@ //===-- LineEditor.cpp ----------------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Linker/LinkModulesTest.cpp =================================================================== --- llvm/unittests/Linker/LinkModulesTest.cpp +++ llvm/unittests/Linker/LinkModulesTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Linker/LinkModulesTest.cpp - IRBuilder tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/MC/Disassembler.cpp =================================================================== --- llvm/unittests/MC/Disassembler.cpp +++ llvm/unittests/MC/Disassembler.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Object/Disassembler.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/MC/DwarfLineTables.cpp =================================================================== --- llvm/unittests/MC/DwarfLineTables.cpp +++ llvm/unittests/MC/DwarfLineTables.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/MC/DwarfLineTables.cpp ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/MC/StringTableBuilderTest.cpp =================================================================== --- llvm/unittests/MC/StringTableBuilderTest.cpp +++ llvm/unittests/MC/StringTableBuilderTest.cpp @@ -1,9 +1,8 @@ //===----------- StringTableBuilderTest.cpp -------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/MC/TargetRegistry.cpp =================================================================== --- llvm/unittests/MC/TargetRegistry.cpp +++ llvm/unittests/MC/TargetRegistry.cpp @@ -1,9 +1,8 @@ //===- unittests/MC/TargetRegistry.cpp ------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Object/SymbolSizeTest.cpp =================================================================== --- llvm/unittests/Object/SymbolSizeTest.cpp +++ llvm/unittests/Object/SymbolSizeTest.cpp @@ -1,9 +1,8 @@ //===- SymbolSizeTest.cpp - Tests for SymbolSize.cpp ----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Object/SymbolicFileTest.cpp =================================================================== --- llvm/unittests/Object/SymbolicFileTest.cpp +++ llvm/unittests/Object/SymbolicFileTest.cpp @@ -1,9 +1,8 @@ //===- SymbolicFileTest.cpp - Tests for SymbolicFile.cpp ------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ObjectYAML/YAMLTest.cpp =================================================================== --- llvm/unittests/ObjectYAML/YAMLTest.cpp +++ llvm/unittests/ObjectYAML/YAMLTest.cpp @@ -1,9 +1,8 @@ //===- YAMLTest.cpp - Tests for Object YAML -------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/OptRemarks/OptRemarksParsingTest.cpp =================================================================== --- llvm/unittests/OptRemarks/OptRemarksParsingTest.cpp +++ llvm/unittests/OptRemarks/OptRemarksParsingTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/OptRemarksParsingTest.cpp - OptTable tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Option/OptionParsingTest.cpp =================================================================== --- llvm/unittests/Option/OptionParsingTest.cpp +++ llvm/unittests/Option/OptionParsingTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/OptionParsingTest.cpp - OptTable tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Passes/PluginsTest.cpp =================================================================== --- llvm/unittests/Passes/PluginsTest.cpp +++ llvm/unittests/Passes/PluginsTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Passes/Plugins/PluginsTest.cpp ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Passes/TestPlugin.cpp =================================================================== --- llvm/unittests/Passes/TestPlugin.cpp +++ llvm/unittests/Passes/TestPlugin.cpp @@ -1,9 +1,8 @@ //===- unittests/Passes/Plugins/Plugin.cpp --------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ProfileData/CoverageMappingTest.cpp =================================================================== --- llvm/unittests/ProfileData/CoverageMappingTest.cpp +++ llvm/unittests/ProfileData/CoverageMappingTest.cpp @@ -1,9 +1,8 @@ //===- unittest/ProfileData/CoverageMappingTest.cpp -------------------------=// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ProfileData/InstrProfTest.cpp =================================================================== --- llvm/unittests/ProfileData/InstrProfTest.cpp +++ llvm/unittests/ProfileData/InstrProfTest.cpp @@ -1,9 +1,8 @@ //===- unittest/ProfileData/InstrProfTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/ProfileData/SampleProfTest.cpp =================================================================== --- llvm/unittests/ProfileData/SampleProfTest.cpp +++ llvm/unittests/ProfileData/SampleProfTest.cpp @@ -1,9 +1,8 @@ //===- unittest/ProfileData/SampleProfTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/AlignOfTest.cpp =================================================================== --- llvm/unittests/Support/AlignOfTest.cpp +++ llvm/unittests/Support/AlignOfTest.cpp @@ -1,9 +1,8 @@ //=== - llvm/unittest/Support/AlignOfTest.cpp - Alignment utility tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/AllocatorTest.cpp =================================================================== --- llvm/unittests/Support/AllocatorTest.cpp +++ llvm/unittests/Support/AllocatorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ArrayRecyclerTest.cpp =================================================================== --- llvm/unittests/Support/ArrayRecyclerTest.cpp +++ llvm/unittests/Support/ArrayRecyclerTest.cpp @@ -1,9 +1,8 @@ //===--- unittest/Support/ArrayRecyclerTest.cpp ---------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/BinaryStreamTest.cpp =================================================================== --- llvm/unittests/Support/BinaryStreamTest.cpp +++ llvm/unittests/Support/BinaryStreamTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/BinaryStreamTest.cpp -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/BlockFrequencyTest.cpp =================================================================== --- llvm/unittests/Support/BlockFrequencyTest.cpp +++ llvm/unittests/Support/BlockFrequencyTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/BlockFrequencyTest.cpp - BlockFrequency tests ----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/BranchProbabilityTest.cpp =================================================================== --- llvm/unittests/Support/BranchProbabilityTest.cpp +++ llvm/unittests/Support/BranchProbabilityTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/BranchProbabilityTest.cpp - BranchProbability tests -=// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/CachePruningTest.cpp =================================================================== --- llvm/unittests/Support/CachePruningTest.cpp +++ llvm/unittests/Support/CachePruningTest.cpp @@ -1,9 +1,8 @@ //===- CachePruningTest.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/Casting.cpp =================================================================== --- llvm/unittests/Support/Casting.cpp +++ llvm/unittests/Support/Casting.cpp @@ -1,9 +1,8 @@ //===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/Chrono.cpp =================================================================== --- llvm/unittests/Support/Chrono.cpp +++ llvm/unittests/Support/Chrono.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/Chrono.cpp - Time utilities tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/CommandLineTest.cpp =================================================================== --- llvm/unittests/Support/CommandLineTest.cpp +++ llvm/unittests/Support/CommandLineTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/CommandLineTest.cpp - CommandLine tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/CompressionTest.cpp =================================================================== --- llvm/unittests/Support/CompressionTest.cpp +++ llvm/unittests/Support/CompressionTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/CompressionTest.cpp - Compression tests ------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/Support/ConvertUTFTest.cpp =================================================================== --- llvm/unittests/Support/ConvertUTFTest.cpp +++ llvm/unittests/Support/ConvertUTFTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ConvertUTFTest.cpp - ConvertUTF tests --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/CrashRecoveryTest.cpp =================================================================== --- llvm/unittests/Support/CrashRecoveryTest.cpp +++ llvm/unittests/Support/CrashRecoveryTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/CrashRecoveryTest.cpp ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DJBTest.cpp =================================================================== --- llvm/unittests/Support/DJBTest.cpp +++ llvm/unittests/Support/DJBTest.cpp @@ -1,9 +1,8 @@ //===---------- llvm/unittest/Support/DJBTest.cpp -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DataExtractorTest.cpp =================================================================== --- llvm/unittests/Support/DataExtractorTest.cpp +++ llvm/unittests/Support/DataExtractorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DataExtractorTest.cpp - DataExtractor tests --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DebugCounterTest.cpp =================================================================== --- llvm/unittests/Support/DebugCounterTest.cpp +++ llvm/unittests/Support/DebugCounterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DebugCounterTest.cpp -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DebugTest.cpp =================================================================== --- llvm/unittests/Support/DebugTest.cpp +++ llvm/unittests/Support/DebugTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DebugTest.cpp --------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp =================================================================== --- llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp +++ llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DynamicLibrary/DynamicLibraryTest.cpp --------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DynamicLibrary/ExportedFuncs.cpp =================================================================== --- llvm/unittests/Support/DynamicLibrary/ExportedFuncs.cpp +++ llvm/unittests/Support/DynamicLibrary/ExportedFuncs.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DynamicLibrary/ExportedFuncs.cpp -------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DynamicLibrary/PipSqueak.h =================================================================== --- llvm/unittests/Support/DynamicLibrary/PipSqueak.h +++ llvm/unittests/Support/DynamicLibrary/PipSqueak.h @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DynamicLibrary/PipSqueak.h -------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/DynamicLibrary/PipSqueak.cpp =================================================================== --- llvm/unittests/Support/DynamicLibrary/PipSqueak.cpp +++ llvm/unittests/Support/DynamicLibrary/PipSqueak.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/DynamicLibrary/PipSqueak.cpp -----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/EndianStreamTest.cpp =================================================================== --- llvm/unittests/Support/EndianStreamTest.cpp +++ llvm/unittests/Support/EndianStreamTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/EndianStreamTest.cpp - EndianStream.h tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/EndianTest.cpp =================================================================== --- llvm/unittests/Support/EndianTest.cpp +++ llvm/unittests/Support/EndianTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/EndianTest.cpp - Endian.h tests ------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ErrnoTest.cpp =================================================================== --- llvm/unittests/Support/ErrnoTest.cpp +++ llvm/unittests/Support/ErrnoTest.cpp @@ -1,9 +1,8 @@ //===- ErrnoTest.cpp - Error handling unit tests --------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ErrorOrTest.cpp =================================================================== --- llvm/unittests/Support/ErrorOrTest.cpp +++ llvm/unittests/Support/ErrorOrTest.cpp @@ -1,9 +1,8 @@ //===- unittests/ErrorOrTest.cpp - ErrorOr.h tests ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ErrorTest.cpp =================================================================== --- llvm/unittests/Support/ErrorTest.cpp +++ llvm/unittests/Support/ErrorTest.cpp @@ -1,9 +1,8 @@ //===----- unittests/ErrorTest.cpp - Error.h tests ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/FileOutputBufferTest.cpp =================================================================== --- llvm/unittests/Support/FileOutputBufferTest.cpp +++ llvm/unittests/Support/FileOutputBufferTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/FileOutputBuffer.cpp - unit tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/FormatVariadicTest.cpp =================================================================== --- llvm/unittests/Support/FormatVariadicTest.cpp +++ llvm/unittests/Support/FormatVariadicTest.cpp @@ -1,9 +1,8 @@ //===- FormatVariadicTest.cpp - Unit tests for string formatting ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/GlobPatternTest.cpp =================================================================== --- llvm/unittests/Support/GlobPatternTest.cpp +++ llvm/unittests/Support/GlobPatternTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/GlobPatternTest.cpp --------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/Host.cpp =================================================================== --- llvm/unittests/Support/Host.cpp +++ llvm/unittests/Support/Host.cpp @@ -1,9 +1,8 @@ //========- unittests/Support/Host.cpp - Host.cpp tests --------------========// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/JSONTest.cpp =================================================================== --- llvm/unittests/Support/JSONTest.cpp +++ llvm/unittests/Support/JSONTest.cpp @@ -1,9 +1,8 @@ //===-- JSONTest.cpp - JSON unit tests --------------------------*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/LEB128Test.cpp =================================================================== --- llvm/unittests/Support/LEB128Test.cpp +++ llvm/unittests/Support/LEB128Test.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/LEB128Test.cpp - LEB128 function tests -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/LineIteratorTest.cpp =================================================================== --- llvm/unittests/Support/LineIteratorTest.cpp +++ llvm/unittests/Support/LineIteratorTest.cpp @@ -1,9 +1,8 @@ //===- LineIterator.cpp - Unit tests --------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/LockFileManagerTest.cpp =================================================================== --- llvm/unittests/Support/LockFileManagerTest.cpp +++ llvm/unittests/Support/LockFileManagerTest.cpp @@ -1,9 +1,8 @@ //===- unittests/LockFileManagerTest.cpp - LockFileManager tests ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/MD5Test.cpp =================================================================== --- llvm/unittests/Support/MD5Test.cpp +++ llvm/unittests/Support/MD5Test.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/MD5Test.cpp - MD5 tests ----------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/Support/ManagedStatic.cpp =================================================================== --- llvm/unittests/Support/ManagedStatic.cpp +++ llvm/unittests/Support/ManagedStatic.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ManagedStatic.cpp - ManagedStatic tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/MathExtrasTest.cpp =================================================================== --- llvm/unittests/Support/MathExtrasTest.cpp +++ llvm/unittests/Support/MathExtrasTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/MathExtrasTest.cpp - math utils tests ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/MemoryBufferTest.cpp =================================================================== --- llvm/unittests/Support/MemoryBufferTest.cpp +++ llvm/unittests/Support/MemoryBufferTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/MemoryBufferTest.cpp - MemoryBuffer tests ----===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/Support/MemoryTest.cpp =================================================================== --- llvm/unittests/Support/MemoryTest.cpp +++ llvm/unittests/Support/MemoryTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/NativeFormatTests.cpp =================================================================== --- llvm/unittests/Support/NativeFormatTests.cpp +++ llvm/unittests/Support/NativeFormatTests.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/NativeFormatTests.cpp - formatting tests -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ParallelTest.cpp =================================================================== --- llvm/unittests/Support/ParallelTest.cpp +++ llvm/unittests/Support/ParallelTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ParallelTest.cpp -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// /// Index: llvm/unittests/Support/Path.cpp =================================================================== --- llvm/unittests/Support/Path.cpp +++ llvm/unittests/Support/Path.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/Path.cpp - Path tests ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ProcessTest.cpp =================================================================== --- llvm/unittests/Support/ProcessTest.cpp +++ llvm/unittests/Support/ProcessTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/ProcessTest.cpp -----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ProgramTest.cpp =================================================================== --- llvm/unittests/Support/ProgramTest.cpp +++ llvm/unittests/Support/ProgramTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/ProgramTest.cpp -----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/RegexTest.cpp =================================================================== --- llvm/unittests/Support/RegexTest.cpp +++ llvm/unittests/Support/RegexTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/RegexTest.cpp - Regex tests --===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ReplaceFileTest.cpp =================================================================== --- llvm/unittests/Support/ReplaceFileTest.cpp +++ llvm/unittests/Support/ReplaceFileTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ReplaceFileTest.cpp - unit tests -------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ReverseIterationTest.cpp =================================================================== --- llvm/unittests/Support/ReverseIterationTest.cpp +++ llvm/unittests/Support/ReverseIterationTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ReverseIterationTest.cpp ---------------------===// // -// 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 // //===---------------------------------------------------------------------===// // Index: llvm/unittests/Support/ScaledNumberTest.cpp =================================================================== --- llvm/unittests/Support/ScaledNumberTest.cpp +++ llvm/unittests/Support/ScaledNumberTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ScaledNumberTest.cpp - ScaledPair tests -----==// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/SourceMgrTest.cpp =================================================================== --- llvm/unittests/Support/SourceMgrTest.cpp +++ llvm/unittests/Support/SourceMgrTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/SourceMgrTest.cpp - SourceMgr tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/SpecialCaseListTest.cpp =================================================================== --- llvm/unittests/Support/SpecialCaseListTest.cpp +++ llvm/unittests/Support/SpecialCaseListTest.cpp @@ -1,9 +1,8 @@ //===- SpecialCaseListTest.cpp - Unit tests for SpecialCaseList -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/StringPool.cpp =================================================================== --- llvm/unittests/Support/StringPool.cpp +++ llvm/unittests/Support/StringPool.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/StringPoiil.cpp - StringPool tests -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/SwapByteOrderTest.cpp =================================================================== --- llvm/unittests/Support/SwapByteOrderTest.cpp +++ llvm/unittests/Support/SwapByteOrderTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/SwapByteOrderTest.cpp - swap byte order test -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/SymbolRemappingReaderTest.cpp =================================================================== --- llvm/unittests/Support/SymbolRemappingReaderTest.cpp +++ llvm/unittests/Support/SymbolRemappingReaderTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/SymbolRemappingReaderTest.cpp --------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TarWriterTest.cpp =================================================================== --- llvm/unittests/Support/TarWriterTest.cpp +++ llvm/unittests/Support/TarWriterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/TarWriterTest.cpp ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TargetParserTest.cpp =================================================================== --- llvm/unittests/Support/TargetParserTest.cpp +++ llvm/unittests/Support/TargetParserTest.cpp @@ -1,9 +1,8 @@ //===----------- TargetParser.cpp - Target Parser -------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TaskQueueTest.cpp =================================================================== --- llvm/unittests/Support/TaskQueueTest.cpp +++ llvm/unittests/Support/TaskQueueTest.cpp @@ -1,9 +1,8 @@ //========- unittests/Support/TaskQueue.cpp - TaskQueue.h tests ------========// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ThreadLocalTest.cpp =================================================================== --- llvm/unittests/Support/ThreadLocalTest.cpp +++ llvm/unittests/Support/ThreadLocalTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/ThreadLocalTest.cpp - ThreadLocal tests ------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/ThreadPool.cpp =================================================================== --- llvm/unittests/Support/ThreadPool.cpp +++ llvm/unittests/Support/ThreadPool.cpp @@ -1,9 +1,8 @@ //========- unittests/Support/ThreadPools.cpp - ThreadPools.h tests --========// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/Threading.cpp =================================================================== --- llvm/unittests/Support/Threading.cpp +++ llvm/unittests/Support/Threading.cpp @@ -1,9 +1,8 @@ //===- unittests/Threading.cpp - Thread tests -----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TimerTest.cpp =================================================================== --- llvm/unittests/Support/TimerTest.cpp +++ llvm/unittests/Support/TimerTest.cpp @@ -1,9 +1,8 @@ //===- unittests/TimerTest.cpp - Timer tests ------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TrailingObjectsTest.cpp =================================================================== --- llvm/unittests/Support/TrailingObjectsTest.cpp +++ llvm/unittests/Support/TrailingObjectsTest.cpp @@ -1,9 +1,8 @@ //=== - llvm/unittest/Support/TrailingObjectsTest.cpp ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TrigramIndexTest.cpp =================================================================== --- llvm/unittests/Support/TrigramIndexTest.cpp +++ llvm/unittests/Support/TrigramIndexTest.cpp @@ -1,9 +1,8 @@ //===- TrigramIndexTest.cpp - Unit tests for TrigramIndex -----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TypeNameTest.cpp =================================================================== --- llvm/unittests/Support/TypeNameTest.cpp +++ llvm/unittests/Support/TypeNameTest.cpp @@ -1,9 +1,8 @@ //===- TypeNameTest.cpp ---------------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/TypeTraitsTest.cpp =================================================================== --- llvm/unittests/Support/TypeTraitsTest.cpp +++ llvm/unittests/Support/TypeTraitsTest.cpp @@ -1,9 +1,8 @@ //===- TypeTraitsTest.cpp -------------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/UnicodeTest.cpp =================================================================== --- llvm/unittests/Support/UnicodeTest.cpp +++ llvm/unittests/Support/UnicodeTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/UnicodeTest.cpp - Unicode.h tests ----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/VersionTupleTest.cpp =================================================================== --- llvm/unittests/Support/VersionTupleTest.cpp +++ llvm/unittests/Support/VersionTupleTest.cpp @@ -1,9 +1,8 @@ //===- VersionTupleTests.cpp - Version Number Handling Tests --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/VirtualFileSystemTest.cpp =================================================================== --- llvm/unittests/Support/VirtualFileSystemTest.cpp +++ llvm/unittests/Support/VirtualFileSystemTest.cpp @@ -1,9 +1,8 @@ //===- unittests/Support/VirtualFileSystem.cpp -------------- VFS tests ---===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/YAMLIOTest.cpp =================================================================== --- llvm/unittests/Support/YAMLIOTest.cpp +++ llvm/unittests/Support/YAMLIOTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/YAMLIOTest.cpp ------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/YAMLParserTest.cpp =================================================================== --- llvm/unittests/Support/YAMLParserTest.cpp +++ llvm/unittests/Support/YAMLParserTest.cpp @@ -1,9 +1,8 @@ //===- unittest/Support/YAMLParserTest ------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/formatted_raw_ostream_test.cpp =================================================================== --- llvm/unittests/Support/formatted_raw_ostream_test.cpp +++ llvm/unittests/Support/formatted_raw_ostream_test.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/formatted_raw_ostream_test.cpp ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/raw_ostream_test.cpp =================================================================== --- llvm/unittests/Support/raw_ostream_test.cpp +++ llvm/unittests/Support/raw_ostream_test.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/raw_ostream_test.cpp - raw_ostream tests -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/raw_pwrite_stream_test.cpp =================================================================== --- llvm/unittests/Support/raw_pwrite_stream_test.cpp +++ llvm/unittests/Support/raw_pwrite_stream_test.cpp @@ -1,9 +1,8 @@ //===- raw_pwrite_stream_test.cpp - raw_pwrite_stream tests ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/raw_sha1_ostream_test.cpp =================================================================== --- llvm/unittests/Support/raw_sha1_ostream_test.cpp +++ llvm/unittests/Support/raw_sha1_ostream_test.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/raw_ostream_test.cpp - raw_ostream tests -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Support/xxhashTest.cpp =================================================================== --- llvm/unittests/Support/xxhashTest.cpp +++ llvm/unittests/Support/xxhashTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Support/xxhashTest.cpp -------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp =================================================================== --- llvm/unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp +++ llvm/unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp @@ -1,9 +1,8 @@ //=== WebAssemblyExceptionInfoTest.cpp - WebAssebmlyExceptionInfo unit tests =// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/TextAPI/ELFYAMLTest.cpp =================================================================== --- llvm/unittests/TextAPI/ELFYAMLTest.cpp +++ llvm/unittests/TextAPI/ELFYAMLTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/TextAPI/YAMLTest.cpp --------------------------------===// // -// 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 // //===-----------------------------------------------------------------------===/ Index: llvm/unittests/Transforms/IPO/LowerTypeTests.cpp =================================================================== --- llvm/unittests/Transforms/IPO/LowerTypeTests.cpp +++ llvm/unittests/Transforms/IPO/LowerTypeTests.cpp @@ -1,9 +1,8 @@ //===- LowerTypeTests.cpp - Unit tests for type test lowering -------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/IPO/WholeProgramDevirt.cpp =================================================================== --- llvm/unittests/Transforms/IPO/WholeProgramDevirt.cpp +++ llvm/unittests/Transforms/IPO/WholeProgramDevirt.cpp @@ -1,9 +1,8 @@ //===- WholeProgramDevirt.cpp - Unit tests for whole-program devirt -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp =================================================================== --- llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp +++ llvm/unittests/Transforms/Scalar/LoopPassManagerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Analysis/LoopPassManagerTest.cpp - LPM tests ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp +++ llvm/unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp @@ -1,9 +1,8 @@ //===- ASanStackFrameLayoutTest.cpp - Tests for ComputeASanStackFrameLayout===// // -// 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 "llvm/Transforms/Utils/ASanStackFrameLayout.h" Index: llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp +++ llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp @@ -1,9 +1,8 @@ //===- BasicBlockUtils.cpp - Unit tests for BasicBlockUtils ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/CloningTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/CloningTest.cpp +++ llvm/unittests/Transforms/Utils/CloningTest.cpp @@ -1,9 +1,8 @@ //===- Cloning.cpp - Unit tests for the Cloner ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp +++ llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp @@ -1,9 +1,8 @@ //===- CodeExtractor.cpp - Unit tests for CodeExtractor -------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp +++ llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp @@ -1,9 +1,8 @@ //===- FunctionComparator.cpp - Unit tests for FunctionComparator ---------===// // -// 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 "llvm/Transforms/Utils/FunctionComparator.h" Index: llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp +++ llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp @@ -1,9 +1,8 @@ //===- IntegerDivision.cpp - Unit tests for the integer division code -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/LocalTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/LocalTest.cpp +++ llvm/unittests/Transforms/Utils/LocalTest.cpp @@ -1,9 +1,8 @@ //===- Local.cpp - Unit tests for Local -----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp +++ llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp @@ -1,9 +1,8 @@ //===- SSAUpdaterBulk.cpp - Unit tests for SSAUpdaterBulk -----------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/UnrollLoopTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/UnrollLoopTest.cpp +++ llvm/unittests/Transforms/Utils/UnrollLoopTest.cpp @@ -1,9 +1,8 @@ //===- UnrollLoopTest.cpp - Unit tests for UnrollLoop ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Utils/ValueMapperTest.cpp =================================================================== --- llvm/unittests/Transforms/Utils/ValueMapperTest.cpp +++ llvm/unittests/Transforms/Utils/ValueMapperTest.cpp @@ -1,9 +1,8 @@ //===- ValueMapper.cpp - Unit tests for ValueMapper -----------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp +++ llvm/unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp +++ llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Transforms/Vectorize/VPlanHCFGTest.cpp ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp +++ llvm/unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp -----===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp +++ llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/Transforms/Vectorize/VPlanSlpTest.cpp ---------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanTest.cpp =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanTest.cpp +++ llvm/unittests/Transforms/Vectorize/VPlanTest.cpp @@ -1,10 +1,9 @@ //===- llvm/unittests/Transforms/Vectorize/VPlanTest.cpp - VPlan tests ----===// // // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/Transforms/Vectorize/VPlanTestBase.h =================================================================== --- llvm/unittests/Transforms/Vectorize/VPlanTestBase.h +++ llvm/unittests/Transforms/Vectorize/VPlanTestBase.h @@ -1,9 +1,8 @@ //===- llvm/unittest/Transforms/Vectorize/VPlanTestBase.h -----------------===// // -// 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 // //===----------------------------------------------------------------------===// /// \file Index: llvm/unittests/XRay/FDRBlockIndexerTest.cpp =================================================================== --- llvm/unittests/XRay/FDRBlockIndexerTest.cpp +++ llvm/unittests/XRay/FDRBlockIndexerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRTraceWriterTest.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 // //===----------------------------------------------------------------------===// #include "llvm/XRay/BlockIndexer.h" Index: llvm/unittests/XRay/FDRBlockVerifierTest.cpp =================================================================== --- llvm/unittests/XRay/FDRBlockVerifierTest.cpp +++ llvm/unittests/XRay/FDRBlockVerifierTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRBlockVerifierTest.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 // //===----------------------------------------------------------------------===// #include "llvm/Testing/Support/Error.h" Index: llvm/unittests/XRay/FDRProducerConsumerTest.cpp =================================================================== --- llvm/unittests/XRay/FDRProducerConsumerTest.cpp +++ llvm/unittests/XRay/FDRProducerConsumerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRProducerConsumerTest.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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/XRay/FDRRecordPrinterTest.cpp =================================================================== --- llvm/unittests/XRay/FDRRecordPrinterTest.cpp +++ llvm/unittests/XRay/FDRRecordPrinterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRRecordPrinterTest.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 // //===----------------------------------------------------------------------===// #include "llvm/Support/raw_ostream.h" Index: llvm/unittests/XRay/FDRRecordsTest.cpp =================================================================== --- llvm/unittests/XRay/FDRRecordsTest.cpp +++ llvm/unittests/XRay/FDRRecordsTest.cpp @@ -1,9 +1,8 @@ //===- FDRRecords.cpp - Unit Tests for XRay FDR Record Loading ------------===// // -// 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 "gmock/gmock.h" Index: llvm/unittests/XRay/FDRTraceWriterTest.cpp =================================================================== --- llvm/unittests/XRay/FDRTraceWriterTest.cpp +++ llvm/unittests/XRay/FDRTraceWriterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRTraceWriterTest.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 // //===----------------------------------------------------------------------===// // Index: llvm/unittests/XRay/GraphTest.cpp =================================================================== --- llvm/unittests/XRay/GraphTest.cpp +++ llvm/unittests/XRay/GraphTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/GraphTest.cpp - XRay Graph unit tests -*- 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/XRay/ProfileTest.cpp =================================================================== --- llvm/unittests/XRay/ProfileTest.cpp +++ llvm/unittests/XRay/ProfileTest.cpp @@ -1,9 +1,8 @@ //===- ProfileTest.cpp - XRay Profile unit tests ----------------*- 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 "llvm/XRay/Profile.h" Index: llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp =================================================================== --- llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp +++ llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp =================================================================== --- llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp +++ llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/llvm-cfi-verify/GraphBuilder.cpp --------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp +++ llvm/unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp @@ -1,9 +1,8 @@ //===-- TargetTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp +++ llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp @@ -1,9 +1,8 @@ //===-- AssemblerTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp +++ llvm/unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp @@ -1,9 +1,8 @@ //===-- BenchmarkRunnerTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/ClusteringTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/ClusteringTest.cpp +++ llvm/unittests/tools/llvm-exegesis/ClusteringTest.cpp @@ -1,9 +1,8 @@ //===-- ClusteringTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h =================================================================== --- llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h +++ llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h @@ -1,9 +1,8 @@ //===-- AssemblerUtils.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp +++ llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp @@ -1,9 +1,8 @@ //===-- PerfHelperTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp +++ llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp @@ -1,9 +1,8 @@ //===-- AnalysisTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp +++ llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp @@ -1,9 +1,8 @@ //===-- TargetTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/RegisterValueTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/RegisterValueTest.cpp +++ llvm/unittests/tools/llvm-exegesis/RegisterValueTest.cpp @@ -1,9 +1,8 @@ //===-- RegisterValueTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp @@ -1,9 +1,8 @@ //===-- AnalysisTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp @@ -1,9 +1,8 @@ //===-- AssemblerTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp @@ -1,9 +1,8 @@ //===-- BenchmarkResultTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp @@ -1,9 +1,8 @@ //===-- RegisterAliasingTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp @@ -1,9 +1,8 @@ //===-- SnippetGeneratorTest.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 // //===----------------------------------------------------------------------===// Index: llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp =================================================================== --- llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp +++ llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp @@ -1,9 +1,8 @@ //===-- TargetTest.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 // //===----------------------------------------------------------------------===// Index: llvm/utils/FileCheck/FileCheck.cpp =================================================================== --- llvm/utils/FileCheck/FileCheck.cpp +++ llvm/utils/FileCheck/FileCheck.cpp @@ -1,9 +1,8 @@ //===- FileCheck.cpp - Check that File's Contents match what is expected --===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/KillTheDoctor/KillTheDoctor.cpp =================================================================== --- llvm/utils/KillTheDoctor/KillTheDoctor.cpp +++ llvm/utils/KillTheDoctor/KillTheDoctor.cpp @@ -1,9 +1,8 @@ //===- KillTheDoctor - Prevent Dr. Watson from stopping tests ---*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/LLVMBuild.txt =================================================================== --- llvm/utils/LLVMBuild.txt +++ llvm/utils/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./utils/LLVMBuild.txt ------------------------------------*- Conf -*--===; ; -; 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 ; ;===------------------------------------------------------------------------===; ; Index: llvm/utils/PerfectShuffle/PerfectShuffle.cpp =================================================================== --- llvm/utils/PerfectShuffle/PerfectShuffle.cpp +++ llvm/utils/PerfectShuffle/PerfectShuffle.cpp @@ -1,9 +1,8 @@ //===-- PerfectShuffle.cpp - Perfect Shuffle Generator --------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/AsmMatcherEmitter.cpp =================================================================== --- llvm/utils/TableGen/AsmMatcherEmitter.cpp +++ llvm/utils/TableGen/AsmMatcherEmitter.cpp @@ -1,9 +1,8 @@ //===- AsmMatcherEmitter.cpp - Generate an assembly matcher ---------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/AsmWriterEmitter.cpp =================================================================== --- llvm/utils/TableGen/AsmWriterEmitter.cpp +++ llvm/utils/TableGen/AsmWriterEmitter.cpp @@ -1,9 +1,8 @@ //===- AsmWriterEmitter.cpp - Generate an assembly writer -----------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/AsmWriterInst.h =================================================================== --- llvm/utils/TableGen/AsmWriterInst.h +++ llvm/utils/TableGen/AsmWriterInst.h @@ -1,9 +1,8 @@ //===- AsmWriterInst.h - Classes encapsulating a printable inst -*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/AsmWriterInst.cpp =================================================================== --- llvm/utils/TableGen/AsmWriterInst.cpp +++ llvm/utils/TableGen/AsmWriterInst.cpp @@ -1,9 +1,8 @@ //===- AsmWriterInst.h - Classes encapsulating a printable inst -----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/Attributes.cpp =================================================================== --- llvm/utils/TableGen/Attributes.cpp +++ llvm/utils/TableGen/Attributes.cpp @@ -1,9 +1,8 @@ //===- Attributes.cpp - Generate attributes -------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/CTagsEmitter.cpp =================================================================== --- llvm/utils/TableGen/CTagsEmitter.cpp +++ llvm/utils/TableGen/CTagsEmitter.cpp @@ -1,9 +1,8 @@ //===- CTagsEmitter.cpp - Generate ctags-compatible index ------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CallingConvEmitter.cpp =================================================================== --- llvm/utils/TableGen/CallingConvEmitter.cpp +++ llvm/utils/TableGen/CallingConvEmitter.cpp @@ -1,9 +1,8 @@ //===- CallingConvEmitter.cpp - Generate calling conventions --------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeEmitterGen.cpp =================================================================== --- llvm/utils/TableGen/CodeEmitterGen.cpp +++ llvm/utils/TableGen/CodeEmitterGen.cpp @@ -1,9 +1,8 @@ //===- CodeEmitterGen.cpp - Code Emitter Generator ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenDAGPatterns.h =================================================================== --- llvm/utils/TableGen/CodeGenDAGPatterns.h +++ llvm/utils/TableGen/CodeGenDAGPatterns.h @@ -1,9 +1,8 @@ //===- CodeGenDAGPatterns.h - Read DAG patterns from .td file ---*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenDAGPatterns.cpp =================================================================== --- llvm/utils/TableGen/CodeGenDAGPatterns.cpp +++ llvm/utils/TableGen/CodeGenDAGPatterns.cpp @@ -1,9 +1,8 @@ //===- CodeGenDAGPatterns.cpp - Read DAG patterns from .td file -----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenHwModes.h =================================================================== --- llvm/utils/TableGen/CodeGenHwModes.h +++ llvm/utils/TableGen/CodeGenHwModes.h @@ -1,9 +1,8 @@ //===--- CodeGenHwModes.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 // //===----------------------------------------------------------------------===// // Classes to parse and store HW mode information for instruction selection. Index: llvm/utils/TableGen/CodeGenHwModes.cpp =================================================================== --- llvm/utils/TableGen/CodeGenHwModes.cpp +++ llvm/utils/TableGen/CodeGenHwModes.cpp @@ -1,9 +1,8 @@ //===--- CodeGenHwModes.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Classes to parse and store HW mode information for instruction selection Index: llvm/utils/TableGen/CodeGenInstruction.h =================================================================== --- llvm/utils/TableGen/CodeGenInstruction.h +++ llvm/utils/TableGen/CodeGenInstruction.h @@ -1,9 +1,8 @@ //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenInstruction.cpp =================================================================== --- llvm/utils/TableGen/CodeGenInstruction.cpp +++ llvm/utils/TableGen/CodeGenInstruction.cpp @@ -1,9 +1,8 @@ //===- CodeGenInstruction.cpp - CodeGen Instruction Class Wrapper ---------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenIntrinsics.h =================================================================== --- llvm/utils/TableGen/CodeGenIntrinsics.h +++ llvm/utils/TableGen/CodeGenIntrinsics.h @@ -1,9 +1,8 @@ //===- CodeGenIntrinsic.h - Intrinsic Class Wrapper ------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenMapTable.cpp =================================================================== --- llvm/utils/TableGen/CodeGenMapTable.cpp +++ llvm/utils/TableGen/CodeGenMapTable.cpp @@ -1,9 +1,8 @@ //===- CodeGenMapTable.cpp - Instruction Mapping Table Generator ----------===// // -// 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 // //===----------------------------------------------------------------------===// // CodeGenMapTable provides functionality for the TabelGen to create Index: llvm/utils/TableGen/CodeGenRegisters.h =================================================================== --- llvm/utils/TableGen/CodeGenRegisters.h +++ llvm/utils/TableGen/CodeGenRegisters.h @@ -1,9 +1,8 @@ //===- CodeGenRegisters.h - Register and RegisterClass Info -----*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenRegisters.cpp =================================================================== --- llvm/utils/TableGen/CodeGenRegisters.cpp +++ llvm/utils/TableGen/CodeGenRegisters.cpp @@ -1,9 +1,8 @@ //===- CodeGenRegisters.cpp - Register and RegisterClass Info -------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenSchedule.h =================================================================== --- llvm/utils/TableGen/CodeGenSchedule.h +++ llvm/utils/TableGen/CodeGenSchedule.h @@ -1,9 +1,8 @@ //===- CodeGenSchedule.h - Scheduling Machine Models ------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenSchedule.cpp =================================================================== --- llvm/utils/TableGen/CodeGenSchedule.cpp +++ llvm/utils/TableGen/CodeGenSchedule.cpp @@ -1,9 +1,8 @@ //===- CodeGenSchedule.cpp - Scheduling MachineModels ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenTarget.h =================================================================== --- llvm/utils/TableGen/CodeGenTarget.h +++ llvm/utils/TableGen/CodeGenTarget.h @@ -1,9 +1,8 @@ //===- CodeGenTarget.h - Target Class Wrapper -------------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/CodeGenTarget.cpp =================================================================== --- llvm/utils/TableGen/CodeGenTarget.cpp +++ llvm/utils/TableGen/CodeGenTarget.cpp @@ -1,9 +1,8 @@ //===- CodeGenTarget.cpp - CodeGen Target Class Wrapper -------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/DAGISelEmitter.cpp =================================================================== --- llvm/utils/TableGen/DAGISelEmitter.cpp +++ llvm/utils/TableGen/DAGISelEmitter.cpp @@ -1,9 +1,8 @@ //===- DAGISelEmitter.cpp - Generate an instruction selector --------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/DAGISelMatcher.h =================================================================== --- llvm/utils/TableGen/DAGISelMatcher.h +++ llvm/utils/TableGen/DAGISelMatcher.h @@ -1,9 +1,8 @@ //===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/DAGISelMatcher.cpp =================================================================== --- llvm/utils/TableGen/DAGISelMatcher.cpp +++ llvm/utils/TableGen/DAGISelMatcher.cpp @@ -1,9 +1,8 @@ //===- DAGISelMatcher.cpp - Representation of DAG pattern matcher ---------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/DAGISelMatcherEmitter.cpp =================================================================== --- llvm/utils/TableGen/DAGISelMatcherEmitter.cpp +++ llvm/utils/TableGen/DAGISelMatcherEmitter.cpp @@ -1,9 +1,8 @@ //===- DAGISelMatcherEmitter.cpp - Matcher Emitter ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/DAGISelMatcherGen.cpp =================================================================== --- llvm/utils/TableGen/DAGISelMatcherGen.cpp +++ llvm/utils/TableGen/DAGISelMatcherGen.cpp @@ -1,9 +1,8 @@ //===- DAGISelMatcherGen.cpp - Matcher generator --------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/DAGISelMatcherOpt.cpp =================================================================== --- llvm/utils/TableGen/DAGISelMatcherOpt.cpp +++ llvm/utils/TableGen/DAGISelMatcherOpt.cpp @@ -1,9 +1,8 @@ //===- DAGISelMatcherOpt.cpp - Optimize a DAG Matcher ---------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/DFAPacketizerEmitter.cpp =================================================================== --- llvm/utils/TableGen/DFAPacketizerEmitter.cpp +++ llvm/utils/TableGen/DFAPacketizerEmitter.cpp @@ -1,9 +1,8 @@ //===- DFAPacketizerEmitter.cpp - Packetization DFA for a VLIW machine ----===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/DisassemblerEmitter.cpp =================================================================== --- llvm/utils/TableGen/DisassemblerEmitter.cpp +++ llvm/utils/TableGen/DisassemblerEmitter.cpp @@ -1,9 +1,8 @@ //===- DisassemblerEmitter.cpp - Generate a disassembler ------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/ExegesisEmitter.cpp =================================================================== --- llvm/utils/TableGen/ExegesisEmitter.cpp +++ llvm/utils/TableGen/ExegesisEmitter.cpp @@ -1,9 +1,8 @@ //===- ExegesisEmitter.cpp - Generate exegesis target data ----------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/FastISelEmitter.cpp =================================================================== --- llvm/utils/TableGen/FastISelEmitter.cpp +++ llvm/utils/TableGen/FastISelEmitter.cpp @@ -1,9 +1,8 @@ ///===- FastISelEmitter.cpp - Generate an instruction selector -------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/FixedLenDecoderEmitter.cpp =================================================================== --- llvm/utils/TableGen/FixedLenDecoderEmitter.cpp +++ llvm/utils/TableGen/FixedLenDecoderEmitter.cpp @@ -1,9 +1,8 @@ //===------------ FixedLenDecoderEmitter.cpp - Decoder Generator ----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/GlobalISelEmitter.cpp =================================================================== --- llvm/utils/TableGen/GlobalISelEmitter.cpp +++ llvm/utils/TableGen/GlobalISelEmitter.cpp @@ -1,9 +1,8 @@ //===- GlobalISelEmitter.cpp - Generate an instruction selector -----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/InfoByHwMode.h =================================================================== --- llvm/utils/TableGen/InfoByHwMode.h +++ llvm/utils/TableGen/InfoByHwMode.h @@ -1,9 +1,8 @@ //===--- InfoByHwMode.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 // //===----------------------------------------------------------------------===// // Classes that implement data parameterized by HW modes for instruction Index: llvm/utils/TableGen/InfoByHwMode.cpp =================================================================== --- llvm/utils/TableGen/InfoByHwMode.cpp +++ llvm/utils/TableGen/InfoByHwMode.cpp @@ -1,9 +1,8 @@ //===--- InfoByHwMode.cpp -------------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Classes that implement data parameterized by HW modes for instruction Index: llvm/utils/TableGen/InstrDocsEmitter.cpp =================================================================== --- llvm/utils/TableGen/InstrDocsEmitter.cpp +++ llvm/utils/TableGen/InstrDocsEmitter.cpp @@ -1,9 +1,8 @@ //===- InstrDocsEmitter.cpp - Opcode Documentation Generator --------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/InstrInfoEmitter.cpp =================================================================== --- llvm/utils/TableGen/InstrInfoEmitter.cpp +++ llvm/utils/TableGen/InstrInfoEmitter.cpp @@ -1,9 +1,8 @@ //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. --*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/IntrinsicEmitter.cpp =================================================================== --- llvm/utils/TableGen/IntrinsicEmitter.cpp +++ llvm/utils/TableGen/IntrinsicEmitter.cpp @@ -1,9 +1,8 @@ //===- IntrinsicEmitter.cpp - Generate intrinsic information --------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/LLVMBuild.txt =================================================================== --- llvm/utils/TableGen/LLVMBuild.txt +++ llvm/utils/TableGen/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./utils/TableGen/LLVMBuild.txt ---------------------------*- Conf -*--===; ; -; 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 ; ;===------------------------------------------------------------------------===; ; Index: llvm/utils/TableGen/OptParserEmitter.cpp =================================================================== --- llvm/utils/TableGen/OptParserEmitter.cpp +++ llvm/utils/TableGen/OptParserEmitter.cpp @@ -1,9 +1,8 @@ //===- OptParserEmitter.cpp - Table Driven Command Line Parsing -----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/PredicateExpander.h =================================================================== --- llvm/utils/TableGen/PredicateExpander.h +++ llvm/utils/TableGen/PredicateExpander.h @@ -1,9 +1,8 @@ //===--------------------- PredicateExpander.h ----------------------------===// // -// 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 // //===----------------------------------------------------------------------===// /// \file Index: llvm/utils/TableGen/PredicateExpander.cpp =================================================================== --- llvm/utils/TableGen/PredicateExpander.cpp +++ llvm/utils/TableGen/PredicateExpander.cpp @@ -1,9 +1,8 @@ //===--------------------- PredicateExpander.cpp --------------------------===// // -// 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 // //===----------------------------------------------------------------------===// /// \file Index: llvm/utils/TableGen/PseudoLoweringEmitter.cpp =================================================================== --- llvm/utils/TableGen/PseudoLoweringEmitter.cpp +++ llvm/utils/TableGen/PseudoLoweringEmitter.cpp @@ -1,9 +1,8 @@ //===- PseudoLoweringEmitter.cpp - PseudoLowering Generator -----*- 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/RISCVCompressInstEmitter.cpp =================================================================== --- llvm/utils/TableGen/RISCVCompressInstEmitter.cpp +++ llvm/utils/TableGen/RISCVCompressInstEmitter.cpp @@ -1,9 +1,8 @@ //===- RISCVCompressInstEmitter.cpp - Generator for RISCV Compression -===// // -// 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 // // RISCVCompressInstEmitter implements a tablegen-driven CompressPat based // RISCV Instruction Compression mechanism. Index: llvm/utils/TableGen/RegisterBankEmitter.cpp =================================================================== --- llvm/utils/TableGen/RegisterBankEmitter.cpp +++ llvm/utils/TableGen/RegisterBankEmitter.cpp @@ -1,9 +1,8 @@ //===- RegisterBankEmitter.cpp - Generate a Register Bank Desc. -*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/RegisterInfoEmitter.cpp =================================================================== --- llvm/utils/TableGen/RegisterInfoEmitter.cpp +++ llvm/utils/TableGen/RegisterInfoEmitter.cpp @@ -1,9 +1,8 @@ //===- RegisterInfoEmitter.cpp - Generate a Register File Desc. -*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/SDNodeProperties.h =================================================================== --- llvm/utils/TableGen/SDNodeProperties.h +++ llvm/utils/TableGen/SDNodeProperties.h @@ -1,9 +1,8 @@ //===- SDNodeProperties.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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/SDNodeProperties.cpp =================================================================== --- llvm/utils/TableGen/SDNodeProperties.cpp +++ llvm/utils/TableGen/SDNodeProperties.cpp @@ -1,9 +1,8 @@ //===- SDNodeProperties.cpp -----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/SearchableTableEmitter.cpp =================================================================== --- llvm/utils/TableGen/SearchableTableEmitter.cpp +++ llvm/utils/TableGen/SearchableTableEmitter.cpp @@ -1,9 +1,8 @@ //===- SearchableTableEmitter.cpp - Generate efficiently searchable tables -==// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/SequenceToOffsetTable.h =================================================================== --- llvm/utils/TableGen/SequenceToOffsetTable.h +++ llvm/utils/TableGen/SequenceToOffsetTable.h @@ -1,9 +1,8 @@ //===-- SequenceToOffsetTable.h - Compress similar sequences ----*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/SubtargetEmitter.cpp =================================================================== --- llvm/utils/TableGen/SubtargetEmitter.cpp +++ llvm/utils/TableGen/SubtargetEmitter.cpp @@ -1,9 +1,8 @@ //===- SubtargetEmitter.cpp - Generate subtarget enumerations -------------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/SubtargetFeatureInfo.h =================================================================== --- llvm/utils/TableGen/SubtargetFeatureInfo.h +++ llvm/utils/TableGen/SubtargetFeatureInfo.h @@ -1,9 +1,8 @@ //===- SubtargetFeatureInfo.h - Helpers for subtarget features ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/SubtargetFeatureInfo.cpp =================================================================== --- llvm/utils/TableGen/SubtargetFeatureInfo.cpp +++ llvm/utils/TableGen/SubtargetFeatureInfo.cpp @@ -1,9 +1,8 @@ //===- SubtargetFeatureInfo.cpp - Helpers for subtarget features ----------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/TableGen.cpp =================================================================== --- llvm/utils/TableGen/TableGen.cpp +++ llvm/utils/TableGen/TableGen.cpp @@ -1,9 +1,8 @@ //===- TableGen.cpp - Top-Level TableGen implementation for LLVM ----------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/TableGenBackends.h =================================================================== --- llvm/utils/TableGen/TableGenBackends.h +++ llvm/utils/TableGen/TableGenBackends.h @@ -1,9 +1,8 @@ //===- TableGenBackends.h - Declarations for LLVM TableGen Backends -------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/Types.h =================================================================== --- llvm/utils/TableGen/Types.h +++ llvm/utils/TableGen/Types.h @@ -1,9 +1,8 @@ //===- Types.h - Helper for the selection of C++ types. ---------*- 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/Types.cpp =================================================================== --- llvm/utils/TableGen/Types.cpp +++ llvm/utils/TableGen/Types.cpp @@ -1,9 +1,8 @@ //===- Types.cpp - Helper for the selection of C++ data types. ------------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h =================================================================== --- llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h +++ llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h @@ -1,9 +1,8 @@ //===- WebAssemblyDisassemblerEmitter.h - Disassembler tables ---*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp =================================================================== --- llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp +++ llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp @@ -1,9 +1,8 @@ //===- WebAssemblyDisassemblerEmitter.cpp - Disassembler tables -*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86DisassemblerShared.h =================================================================== --- llvm/utils/TableGen/X86DisassemblerShared.h +++ llvm/utils/TableGen/X86DisassemblerShared.h @@ -1,9 +1,8 @@ //===- X86DisassemblerShared.h - Emitter shared header ----------*- 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/X86DisassemblerTables.h =================================================================== --- llvm/utils/TableGen/X86DisassemblerTables.h +++ llvm/utils/TableGen/X86DisassemblerTables.h @@ -1,9 +1,8 @@ //===- X86DisassemblerTables.h - Disassembler tables ------------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86DisassemblerTables.cpp =================================================================== --- llvm/utils/TableGen/X86DisassemblerTables.cpp +++ llvm/utils/TableGen/X86DisassemblerTables.cpp @@ -1,9 +1,8 @@ //===- X86DisassemblerTables.cpp - Disassembler tables ----------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp =================================================================== --- llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp +++ llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp @@ -1,9 +1,8 @@ //===- utils/TableGen/X86EVEX2VEXTablesEmitter.cpp - X86 backend-*- 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 // //===----------------------------------------------------------------------===// /// Index: llvm/utils/TableGen/X86FoldTablesEmitter.cpp =================================================================== --- llvm/utils/TableGen/X86FoldTablesEmitter.cpp +++ llvm/utils/TableGen/X86FoldTablesEmitter.cpp @@ -1,9 +1,8 @@ //===- utils/TableGen/X86FoldTablesEmitter.cpp - X86 backend-*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86ModRMFilters.h =================================================================== --- llvm/utils/TableGen/X86ModRMFilters.h +++ llvm/utils/TableGen/X86ModRMFilters.h @@ -1,9 +1,8 @@ //===- X86ModRMFilters.h - Disassembler ModR/M filterss ---------*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86ModRMFilters.cpp =================================================================== --- llvm/utils/TableGen/X86ModRMFilters.cpp +++ llvm/utils/TableGen/X86ModRMFilters.cpp @@ -1,9 +1,8 @@ //===- X86ModRMFilters.cpp - Disassembler ModR/M filterss -------*- 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/TableGen/X86RecognizableInstr.h =================================================================== --- llvm/utils/TableGen/X86RecognizableInstr.h +++ llvm/utils/TableGen/X86RecognizableInstr.h @@ -1,9 +1,8 @@ //===- X86RecognizableInstr.h - Disassembler instruction spec ----*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/X86RecognizableInstr.cpp =================================================================== --- llvm/utils/TableGen/X86RecognizableInstr.cpp +++ llvm/utils/TableGen/X86RecognizableInstr.cpp @@ -1,9 +1,8 @@ //===- X86RecognizableInstr.cpp - Disassembler instruction spec --*- 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/TableGen/tdtags =================================================================== --- llvm/utils/TableGen/tdtags +++ llvm/utils/TableGen/tdtags @@ -3,10 +3,9 @@ # vim:set sts=2 sw=2 et: #===----------------------------------------------------------------------===# # -# 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 # #===----------------------------------------------------------------------===# # Index: llvm/utils/countloc.sh =================================================================== --- llvm/utils/countloc.sh +++ llvm/utils/countloc.sh @@ -1,10 +1,9 @@ #!/bin/sh ##===- utils/countloc.sh - Counts Lines Of Code --------------*- Script -*-===## # -# 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 # ##===----------------------------------------------------------------------===## # Index: llvm/utils/docker/build_docker_image.sh =================================================================== --- llvm/utils/docker/build_docker_image.sh +++ llvm/utils/docker/build_docker_image.sh @@ -1,10 +1,9 @@ #!/bin/bash #===- llvm/utils/docker/build_docker_image.sh ----------------------------===// # -# 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 # #===----------------------------------------------------------------------===// set -e Index: llvm/utils/docker/debian8/Dockerfile =================================================================== --- llvm/utils/docker/debian8/Dockerfile +++ llvm/utils/docker/debian8/Dockerfile @@ -1,9 +1,8 @@ #===- llvm/utils/docker/debian8/build/Dockerfile -------------------------===// # -# 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 # #===----------------------------------------------------------------------===// # Stage 1. Check out LLVM source code and run the build. Index: llvm/utils/docker/example/Dockerfile =================================================================== --- llvm/utils/docker/example/Dockerfile +++ llvm/utils/docker/example/Dockerfile @@ -1,9 +1,8 @@ #===- llvm/utils/docker/example/build/Dockerfile -------------------------===// # -# 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 # #===----------------------------------------------------------------------===// # This is an example Dockerfile to build an image that compiles clang. Index: llvm/utils/docker/nvidia-cuda/Dockerfile =================================================================== --- llvm/utils/docker/nvidia-cuda/Dockerfile +++ llvm/utils/docker/nvidia-cuda/Dockerfile @@ -1,9 +1,8 @@ #===- llvm/utils/docker/nvidia-cuda/build/Dockerfile ---------------------===// # -# 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 # #===----------------------------------------------------------------------===// # Stage 1. Check out LLVM source code and run the build. Index: llvm/utils/docker/scripts/build_install_llvm.sh =================================================================== --- llvm/utils/docker/scripts/build_install_llvm.sh +++ llvm/utils/docker/scripts/build_install_llvm.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash #===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===// # -# 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 # #===-----------------------------------------------------------------------===// Index: llvm/utils/docker/scripts/checkout.sh =================================================================== --- llvm/utils/docker/scripts/checkout.sh +++ llvm/utils/docker/scripts/checkout.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// # -# 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 # #===-----------------------------------------------------------------------===// Index: llvm/utils/fpcmp/fpcmp.cpp =================================================================== --- llvm/utils/fpcmp/fpcmp.cpp +++ llvm/utils/fpcmp/fpcmp.cpp @@ -1,9 +1,8 @@ //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===// // -// 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 // //===----------------------------------------------------------------------===// // Index: llvm/utils/getsrcs.sh =================================================================== --- llvm/utils/getsrcs.sh +++ llvm/utils/getsrcs.sh @@ -1,10 +1,9 @@ #!/bin/sh ##===- utils/getsrcs.sh - Counts Lines Of Code ---------------*- Script -*-===## # -# 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 # details. # ##===----------------------------------------------------------------------===## Index: llvm/utils/git-svn/git-llvm =================================================================== --- llvm/utils/git-svn/git-llvm +++ llvm/utils/git-svn/git-llvm @@ -2,10 +2,9 @@ # # ======- git-llvm - LLVM Git Help Integration ---------*- 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 # # ==------------------------------------------------------------------------==# Index: llvm/utils/llvm-build/llvmbuild/main.py =================================================================== --- llvm/utils/llvm-build/llvmbuild/main.py +++ llvm/utils/llvm-build/llvmbuild/main.py @@ -275,10 +275,9 @@ f.write("""\ %s ; -; 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 ; ;===------------------------------------------------------------------------===; ; Index: llvm/utils/llvm-compilers-check =================================================================== --- llvm/utils/llvm-compilers-check +++ llvm/utils/llvm-compilers-check @@ -1,10 +1,9 @@ #!/usr/bin/python3 ##===- utils/llvmbuild - Build the LLVM project ----------------*-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 # ##===----------------------------------------------------------------------===## # Index: llvm/utils/llvmdo =================================================================== --- llvm/utils/llvmdo +++ llvm/utils/llvmdo @@ -1,10 +1,9 @@ #!/bin/sh ##===- utils/llvmdo - Counts Lines Of Code -------------------*- Script -*-===## # -# 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 # ##===----------------------------------------------------------------------===## # Index: llvm/utils/llvmgrep =================================================================== --- llvm/utils/llvmgrep +++ llvm/utils/llvmgrep @@ -1,10 +1,9 @@ #!/bin/sh ##===- utils/llvmgrep - Counts Lines Of Code -----------------*- Script -*-===## # -# 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 # ##===----------------------------------------------------------------------===## # Index: llvm/utils/not/not.cpp =================================================================== --- llvm/utils/not/not.cpp +++ llvm/utils/not/not.cpp @@ -1,9 +1,8 @@ //===- not.cpp - The 'not' testing tool -----------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // Usage: Index: llvm/utils/unittest/LLVMBuild.txt =================================================================== --- llvm/utils/unittest/LLVMBuild.txt +++ llvm/utils/unittest/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./utils/unittest/LLVMBuild.txt ---------------------------*- Conf -*--===; ; -; 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 ; ;===------------------------------------------------------------------------===; ; Index: llvm/utils/unittest/UnitTestMain/TestMain.cpp =================================================================== --- llvm/utils/unittest/UnitTestMain/TestMain.cpp +++ llvm/utils/unittest/UnitTestMain/TestMain.cpp @@ -1,9 +1,8 @@ //===--- utils/unittest/UnitTestMain/TestMain.cpp - unittest driver -------===// // -// 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 // //===----------------------------------------------------------------------===// Index: llvm/utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h =================================================================== --- llvm/utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h +++ llvm/utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h @@ -1,9 +1,8 @@ //===-- raw-ostream.h - Support for printing using raw_ostream --*- 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 // //===----------------------------------------------------------------------===// // This file is not part of gtest, but extends it to support LLVM libraries. Index: llvm/utils/yaml-bench/YAMLBench.cpp =================================================================== --- llvm/utils/yaml-bench/YAMLBench.cpp +++ llvm/utils/yaml-bench/YAMLBench.cpp @@ -1,9 +1,8 @@ //===- YAMLBench - Benchmark the YAMLParser implementation ----------------===// // -// 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 // //===----------------------------------------------------------------------===// //