Fix license URL and typo.

llvm-svn: 9506
This commit is contained in:
Vikram S. Adve 2003-10-25 17:19:21 +00:00
parent 26c901ed88
commit c021b23041
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ LLVM: Frequently Asked Questions
under different licenses?</b> under different licenses?</b>
<dd> <dd>
The C/C++ front-ends are based on GCC and must be distributed under 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 less restrictive</em> license, in particular one that does not
compel users who distribute tools based on modifying the source to compel users who distribute tools based on modifying the source to
redistribute the modified source code as well. 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 <dt> <b>Can I modify LLVM source code and redistribute the modified
source?</b> source?</b>
<dd> <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 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> <p>
<dt> <b>Can I modify LLVM source code and redistribute binaries or <dt> <b>Can I modify LLVM source code and redistribute binaries or
other tools based on it, without redistributing the source?</b> other tools based on it, without redistributing the source?</b>