From: Vikram S. Adve Date: Sat, 25 Oct 2003 17:19:21 +0000 (+0000) Subject: Fix license URL and typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0493f34bb8f8f3a90324a4867abad246a5e56a0f Fix license URL and typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index ca038913a6a..bd393cdf131 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -19,7 +19,7 @@ LLVM: Frequently Asked Questions under different licenses?
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 much + the GPL. Our aim is to distribute LLVM source code under a much less restrictive 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
Can I modify LLVM source code and redistribute the modified source?
- 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 LLVM license. + the LLVM license.

Can I modify LLVM source code and redistribute binaries or other tools based on it, without redistributing the source?