[llvm-commits] CVS: llvm-gcc/README.llvm

John Criswell criswell at cs.uiuc.edu
Tue Aug 8 07:47:08 PDT 2006



Changes in directory llvm-gcc:

README.llvm updated: 1.1 -> 1.2
---
Log message:

Added copyright, warranty, and source code download information for those
components of glibc that we distribute.
Serendipitiously updated the copyright years for LLVM.


---
Diffs of the changes:  (+17 -3)

 README.llvm |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)


Index: llvm-gcc/README.llvm
diff -u llvm-gcc/README.llvm:1.1 llvm-gcc/README.llvm:1.2
--- llvm-gcc/README.llvm:1.1	Fri Mar 12 11:28:42 2004
+++ llvm-gcc/README.llvm	Tue Aug  8 09:46:43 2006
@@ -4,9 +4,23 @@
 General Public License and the GNU Lesser General Public License.
 Please see the file COPYING and COPYING.LIB for more details.
 
-The software also has the following additional copyrights:
+The software also has the following additional copyrights and warranty
+information:
 
-Copyright (c) 2003, 2004 University of Illinois at Urbana-Champaign.
+Portions of the GNU C library are shipped with this software.  The source is
+contained in the LLVM distribution which can be downloaded from
+http://llvm.org/releases/.  It is licensed to you under the GNU Lesser General
+Public License (see COPYING.LIB) and has the following copyrights and warranty:
+
+Copyright (C) 1991, 1992, 1996, 1997, 1999 Free Software Foundation, Inc.
+Copyright (C) 1995,96,97,2002 Free Software Foundation, Inc.
+
+The GNU C Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+Copyright (c) 2003, 2004, 2005, 2006 University of Illinois at Urbana-Champaign.
 All rights reserved.
 
 Developed by:
@@ -15,7 +29,7 @@
 
     University of Illinois at Urbana-Champaign
 
-    http://llvm.cs.uiuc.edu
+    http://llvm.org
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS






More information about the llvm-commits mailing list