[llvm-commits] [release_18] CVS: llvm-gcc/README.llvm
Tanya Lattner
tbrethou at cs.uiuc.edu
Tue Aug 8 21:11:12 PDT 2006
Changes in directory llvm-gcc:
README.llvm updated: 1.1 -> 1.1.14.1
---
Log message:
Updating README with year and correct link to website
---
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.1.14.1
--- llvm-gcc/README.llvm:1.1 Fri Mar 12 11:28:42 2004
+++ llvm-gcc/README.llvm Tue Aug 8 23:10:59 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