diff options
Diffstat (limited to 'lld/Common')
-rw-r--r-- | lld/Common/Args.cpp | 7 | ||||
-rw-r--r-- | lld/Common/ErrorHandler.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Memory.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Reproduce.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Strings.cpp | 7 | ||||
-rw-r--r-- | lld/Common/TargetOptionsCommandFlags.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Threads.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Timer.cpp | 7 | ||||
-rw-r--r-- | lld/Common/Version.cpp | 7 |
9 files changed, 27 insertions, 36 deletions
diff --git a/lld/Common/Args.cpp b/lld/Common/Args.cpp index 3f0671d72a6..6778dba60d1 100644 --- a/lld/Common/Args.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/ErrorHandler.cpp b/lld/Common/ErrorHandler.cpp index c059516daf9..7c68353069f 100644 --- a/lld/Common/ErrorHandler.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/Memory.cpp b/lld/Common/Memory.cpp index efc5bcc2218..5a6ead421ec 100644 --- a/lld/Common/Memory.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/Reproduce.cpp b/lld/Common/Reproduce.cpp index 7be4ea6bb98..cae85125b7e 100644 --- a/lld/Common/Reproduce.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/Strings.cpp b/lld/Common/Strings.cpp index 6f74865b7f4..afd5bd39f77 100644 --- a/lld/Common/Strings.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/TargetOptionsCommandFlags.cpp b/lld/Common/TargetOptionsCommandFlags.cpp index 7a3fc510704..fc31e5365c8 100644 --- a/lld/Common/TargetOptionsCommandFlags.cpp +++ b/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 // //===----------------------------------------------------------------------===// // diff --git a/lld/Common/Threads.cpp b/lld/Common/Threads.cpp index c64b8c38b90..5e0af288263 100644 --- a/lld/Common/Threads.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/Timer.cpp b/lld/Common/Timer.cpp index 89f9829b47c..30862539c78 100644 --- a/lld/Common/Timer.cpp +++ b/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 // //===----------------------------------------------------------------------===// diff --git a/lld/Common/Version.cpp b/lld/Common/Version.cpp index 6226c9a2fac..41a3236efbb 100644 --- a/lld/Common/Version.cpp +++ b/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 // //===----------------------------------------------------------------------===// // |