diff options
Diffstat (limited to 'runtime/GCCLibraries/libc/LICENSE.TXT')
-rw-r--r-- | runtime/GCCLibraries/libc/LICENSE.TXT | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/LICENSE.TXT b/runtime/GCCLibraries/libc/LICENSE.TXT new file mode 100644 index 0000000000..7bcfd36d9f --- /dev/null +++ b/runtime/GCCLibraries/libc/LICENSE.TXT @@ -0,0 +1,17 @@ +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. |