diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2003-10-25 17:19:21 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2003-10-25 17:19:21 +0000 |
commit | 0493f34bb8f8f3a90324a4867abad246a5e56a0f (patch) | |
tree | 2ebb2c7b2424327957392247c21ab89d2ed7cb8a /docs/FAQ.html | |
parent | 168da7d134a950233978c2556fa7b7a4446aceb3 (diff) | |
download | external_llvm-0493f34bb8f8f3a90324a4867abad246a5e56a0f.zip external_llvm-0493f34bb8f8f3a90324a4867abad246a5e56a0f.tar.gz external_llvm-0493f34bb8f8f3a90324a4867abad246a5e56a0f.tar.bz2 |
Fix license URL and typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index ca03891..bd393cd 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -19,7 +19,7 @@ LLVM: Frequently Asked Questions under different licenses?</b> <dd> The C/C++ front-ends are based on GCC and must be distributed under - the GPL. Our aim is to distribute LLVM source code are a <em>much + the GPL. Our aim is to distribute LLVM source code under a <em>much less restrictive</em> license, in particular one that does not compel users who distribute tools based on modifying the source to redistribute the modified source code as well. @@ -34,9 +34,9 @@ LLVM: Frequently Asked Questions <dt> <b>Can I modify LLVM source code and redistribute the modified source?</b> <dd> - Yes. The modified source distribution must retain notice both the + Yes. The modified source distribution must retain the copyright notice and follow the three bulletted conditions listed in - the <a href="releases/1.0/LICENSE.txt">LLVM license</a>. + the <a href="releases/1.0/LICENSE.TXT">LLVM license</a>. <p> <dt> <b>Can I modify LLVM source code and redistribute binaries or other tools based on it, without redistributing the source?</b> |