summaryrefslogtreecommitdiff
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2003-10-25 17:14:52 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2003-10-25 17:14:52 +0000
commit168da7d134a950233978c2556fa7b7a4446aceb3 (patch)
tree4b015a933b6d427780d6235035e87b5d0ab18e1b /docs/FAQ.html
parent04da65a454ac0e54040c7e97636cf0bc1c2693ec (diff)
downloadllvm-168da7d134a950233978c2556fa7b7a4446aceb3.tar.gz
llvm-168da7d134a950233978c2556fa7b7a4446aceb3.tar.bz2
llvm-168da7d134a950233978c2556fa7b7a4446aceb3.tar.xz
Improve formatting of licensing section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 6b602729f3..ca038913a6 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -23,23 +23,23 @@ LLVM: Frequently Asked Questions
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.
-
+ <p>
<dt><b>Does the Illinois Open Source License really qualify
as an "open source" license?</b>
<dd>The
<a href="http://www.opensource.org/licenses/UoI-NCSA.php">
UI Open Source License</a> is certified by the
Open Source Initiative (OSI).
-
+ <p>
<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
copyright notice and follow the three bulletted conditions listed in
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.
+ other tools based on it, without redistributing the source?</b>
<dd>
Yes, this is why we distribute LLVM under a less restrictive license
than GPL, as explained in the first question above.