diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-13 18:03:11 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-13 18:03:11 +0000 |
commit | cf95d4fe42b4f8220d4365a8730d1f07b3ff231e (patch) | |
tree | 98f663b267ca4414aae5a1823aa5cd375a0537d7 /runtime/GCCLibraries/libc | |
parent | 7676f3b0cd91c09f9d4a33cb1ba52b3b1c612fd2 (diff) |
Fixed word order.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libc')
-rw-r--r-- | runtime/GCCLibraries/libc/LICENSE.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/libc/LICENSE.TXT b/runtime/GCCLibraries/libc/LICENSE.TXT index 7e52b94e94..74d04e3925 100644 --- a/runtime/GCCLibraries/libc/LICENSE.TXT +++ b/runtime/GCCLibraries/libc/LICENSE.TXT @@ -1,5 +1,5 @@ libc ------------------------------------------------------------------------------ The stripped down C library found in llvm/runtime/GCCLibraries/libc is licensed -to you under the Lesser GNU Public General License. +to you under the GNU Lesser General Public License (LGPL). |