diff options
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/DefinedAtom.cpp | 7 | ||||
-rw-r--r-- | lib/Core/Error.cpp | 7 | ||||
-rw-r--r-- | lib/Core/File.cpp | 7 | ||||
-rw-r--r-- | lib/Core/LinkingContext.cpp | 7 | ||||
-rw-r--r-- | lib/Core/Reader.cpp | 7 | ||||
-rw-r--r-- | lib/Core/Resolver.cpp | 7 | ||||
-rw-r--r-- | lib/Core/SymbolTable.cpp | 7 | ||||
-rw-r--r-- | lib/Core/Writer.cpp | 7 |
8 files changed, 24 insertions, 32 deletions
diff --git a/lib/Core/DefinedAtom.cpp b/lib/Core/DefinedAtom.cpp index 177cae7fcbf0..3c1eece16841 100644 --- a/lib/Core/DefinedAtom.cpp +++ b/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/lib/Core/Error.cpp b/lib/Core/Error.cpp index 6fc76f7ca3d0..f138a81efaab 100644 --- a/lib/Core/Error.cpp +++ b/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/lib/Core/File.cpp b/lib/Core/File.cpp index 30ded091a92a..ce33923c136e 100644 --- a/lib/Core/File.cpp +++ b/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/lib/Core/LinkingContext.cpp b/lib/Core/LinkingContext.cpp index 0f225c322122..911ae606678d 100644 --- a/lib/Core/LinkingContext.cpp +++ b/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/lib/Core/Reader.cpp b/lib/Core/Reader.cpp index 5d8bbbbfe4d7..3592d87ce627 100644 --- a/lib/Core/Reader.cpp +++ b/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/lib/Core/Resolver.cpp b/lib/Core/Resolver.cpp index 9c51c6cdb19c..7e6d95f8223f 100644 --- a/lib/Core/Resolver.cpp +++ b/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/lib/Core/SymbolTable.cpp b/lib/Core/SymbolTable.cpp index 51ae8d17181d..55cc27c38a62 100644 --- a/lib/Core/SymbolTable.cpp +++ b/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/lib/Core/Writer.cpp b/lib/Core/Writer.cpp index 51f95bc5053a..12788b187e11 100644 --- a/lib/Core/Writer.cpp +++ b/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 // //===----------------------------------------------------------------------===// |