diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-16 23:17:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-16 23:17:27 +0000 |
commit | ac90d5e50b327476dcb468668f8e0eec3fb923d0 (patch) | |
tree | eb32f2d04cce31089361f6c2aba7dbf32734b57e /runtime/GCCLibraries/libc/LICENSE.TXT | |
parent | 2f616bff7ef1e2e08d6d23c2a8b42ec2bfebb173 (diff) | |
download | external_llvm-ac90d5e50b327476dcb468668f8e0eec3fb923d0.zip external_llvm-ac90d5e50b327476dcb468668f8e0eec3fb923d0.tar.gz external_llvm-ac90d5e50b327476dcb468668f8e0eec3fb923d0.tar.bz2 |
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
be dropped. This patch pertains to removing the runtime directory from LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libc/LICENSE.TXT')
-rw-r--r-- | runtime/GCCLibraries/libc/LICENSE.TXT | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/GCCLibraries/libc/LICENSE.TXT b/runtime/GCCLibraries/libc/LICENSE.TXT deleted file mode 100644 index 7bcfd36..0000000 --- a/runtime/GCCLibraries/libc/LICENSE.TXT +++ /dev/null @@ -1,17 +0,0 @@ -libc ------------------------------------------------------------------------------- -The stripped down C library found in llvm/runtime/GCCLibraries/libc is licensed -to you under the GNU Lesser General Public License (LGPL). The license, along -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. |