More renaming.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 17 Dec 2011 12:35:04 +0000 (12:35 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 17 Dec 2011 12:35:04 +0000 (12:35 +0000)
llvm-svn: 146829

lld/LICENSE.TXT
lld/README.md

index 9185db0..44215c9 100644 (file)
@@ -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.
index 195bcad..dc05cde 100644 (file)
@@ -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.