From: Vikram S. Adve Date: Sat, 25 Oct 2003 17:06:55 +0000 (+0000) Subject: Add a section on licensing questions. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=04da65a454ac0e54040c7e97636cf0bc1c2693ec Add a section on licensing questions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9504 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index 3ada460b03f..6b602729f3e 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -8,6 +8,45 @@ LLVM: Frequently Asked Questions
+ +

+Licenses +

+ + +
+
Why are the LLVM source code and the front-end distributed + 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 + 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. + +
Does the Illinois Open Source License really qualify + as an "open source" license? +
The + + UI Open Source License is certified by the + Open Source Initiative (OSI). + +
Can I modify LLVM source code and redistribute the modified + source? +
+ Yes. The modified source distribution must retain notice both the + copyright notice and follow the three bulletted conditions listed in + the LLVM license. + +
Can I modify LLVM source code and redistribute binaries or + other tools based on it, without redistributing the source. +
+ Yes, this is why we distribute LLVM under a less restrictive license + than GPL, as explained in the first question above. +

+

+
+

Source Code