From a2a6e2f28290119dd9f745db44f8173199e9cf61 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sat, 17 Dec 2011 12:35:04 +0000 Subject: [PATCH] More renaming. llvm-svn: 146829 --- lld/LICENSE.TXT | 6 +++--- lld/README.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lld/LICENSE.TXT b/lld/LICENSE.TXT index 9185db0..44215c9 100644 --- a/lld/LICENSE.TXT +++ b/lld/LICENSE.TXT @@ -1,5 +1,5 @@ ============================================================================== -lold License +lld License ============================================================================== University of Illinois/NCSA Open Source License @@ -43,13 +43,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. ============================================================================== -The lold software contains code written by third parties. Such software will +The lld software contains code written by third parties. Such software will have its own individual LICENSE.TXT file in the directory in which it appears. This file will describe the copyrights, license, and restrictions which apply to that code. The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the lold Distribution, and nothing in any of the +applies to all code in the lld Distribution, and nothing in any of the other licenses gives permission to use the names of the LLVM Team or the University of Illinois to endorse or promote products derived from this Software. diff --git a/lld/README.md b/lld/README.md index 195bcad..dc05cde 100644 --- a/lld/README.md +++ b/lld/README.md @@ -1,10 +1,10 @@ -LLVM Object Link Editor (lold) +LLVM Linker (lld) ============================== -This directory and its subdirectories contain source code for the LLVM Object -Link Editor, a modular cross platform linker which is built as part of the LLVM -compiler infrastructure project. +This directory and its subdirectories contain source code for the LLVM Linker, a +modular cross platform linker which is built as part of the LLVM compiler +infrastructure project. -lold is open source software. You may freely distribute it under the terms of +lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. -- 2.7.4