aboutsummaryrefslogtreecommitdiff
path: root/ELF/LinkerScript.h
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2019-02-27 14:18:31 -0800
committerYi Kong <yikong@google.com>2019-02-27 14:18:31 -0800
commit35c021c49f44cd4e06875c4b1398a2b3464132bb (patch)
tree972f829a5ed4f0e4a14f0a713b49a8f0db93a26f /ELF/LinkerScript.h
parent958317e226bf38ef5e647d0b056e8e95eb472c70 (diff)
parent14aa57da0f92683f0b8bdac0acda485a6f73edc7 (diff)
downloadlld-35c021c49f44cd4e06875c4b1398a2b3464132bb.tar.gz
Merge 14aa57da0 for LLVM update to 353983
Change-Id: Iee1792355bab030d81eb4cb645257dbac2537641
Diffstat (limited to 'ELF/LinkerScript.h')
-rw-r--r--ELF/LinkerScript.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ELF/LinkerScript.h b/ELF/LinkerScript.h
index 51161981e..b99381003 100644
--- a/ELF/LinkerScript.h
+++ b/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
//
//===----------------------------------------------------------------------===//