diff options
author | John Criswell <criswell@uiuc.edu> | 2006-08-08 14:47:33 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2006-08-08 14:47:33 +0000 |
commit | 7fc20cafc3537a579df80182e3fef5da71d341e7 (patch) | |
tree | 6de8d0b2feb4a124920a99f2ebf30caf20701ac1 /runtime | |
parent | 1a009468175a6e123cc3f1e847c10e3e126a44db (diff) | |
download | external_llvm-7fc20cafc3537a579df80182e3fef5da71d341e7.zip external_llvm-7fc20cafc3537a579df80182e3fef5da71d341e7.tar.gz external_llvm-7fc20cafc3537a579df80182e3fef5da71d341e7.tar.bz2 |
Make information more complete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/libc/LICENSE.TXT | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/LICENSE.TXT b/runtime/GCCLibraries/libc/LICENSE.TXT index 37e0f43..7bcfd36 100644 --- a/runtime/GCCLibraries/libc/LICENSE.TXT +++ b/runtime/GCCLibraries/libc/LICENSE.TXT @@ -6,3 +6,12 @@ with copyright information, is in COPYING.LIB. Portions of glibc also contain copyrights and licenses from third parties. Those are listed in LICENSES. + +FSF copyright and warranty disclaimer: +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. |