From f23fc86ca89c0db2617be724e9dcb96ec95236c0 Mon Sep 17 00:00:00 2001 From: Shankar Easwaran Date: Fri, 1 Feb 2013 15:05:11 +0000 Subject: [PATCH] add proper copyright header llvm-svn: 174178 --- lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h | 2 +- lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h index a584a5a..8e603bb 100644 --- a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h +++ b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h @@ -1,6 +1,6 @@ //===- HexagonRelocationFunction.h ----------------------------------------===// // -// The MCLinker Project +// The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. diff --git a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h index f6dc81a..e6d2f63 100644 --- a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h +++ b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h @@ -1,6 +1,6 @@ //===- lld/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.h -----------===// // -// The MCLinker Project +// The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -- 2.7.4