diff options
Diffstat (limited to 'lld/lib/Core')
-rw-r--r-- | lld/lib/Core/DefinedAtom.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/Error.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/File.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/LinkingContext.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/Reader.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/Resolver.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/SymbolTable.cpp | 7 | ||||
-rw-r--r-- | lld/lib/Core/Writer.cpp | 7 |
8 files changed, 24 insertions, 32 deletions
diff --git a/lld/lib/Core/DefinedAtom.cpp b/lld/lib/Core/DefinedAtom.cpp index 177cae7fcbf..3c1eece1684 100644 --- a/lld/lib/Core/DefinedAtom.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/Error.cpp b/lld/lib/Core/Error.cpp index 6fc76f7ca3d..f138a81efaa 100644 --- a/lld/lib/Core/Error.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp index 30ded091a92..ce33923c136 100644 --- a/lld/lib/Core/File.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/LinkingContext.cpp b/lld/lib/Core/LinkingContext.cpp index 0f225c32212..911ae606678 100644 --- a/lld/lib/Core/LinkingContext.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/Reader.cpp b/lld/lib/Core/Reader.cpp index 5d8bbbbfe4d..3592d87ce62 100644 --- a/lld/lib/Core/Reader.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/Resolver.cpp b/lld/lib/Core/Resolver.cpp index 9c51c6cdb19..7e6d95f8223 100644 --- a/lld/lib/Core/Resolver.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/SymbolTable.cpp b/lld/lib/Core/SymbolTable.cpp index 51ae8d17181..55cc27c38a6 100644 --- a/lld/lib/Core/SymbolTable.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/lib/Core/Writer.cpp b/lld/lib/Core/Writer.cpp index 51f95bc5053..12788b187e1 100644 --- a/lld/lib/Core/Writer.cpp +++ b/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 // //===----------------------------------------------------------------------===// |