clang is now under the apache2 license

This commit is contained in:
Sylvestre Ledru 2019-12-21 10:48:16 +01:00
parent 384a287a99
commit a0ce615573
2 changed files with 9 additions and 10 deletions

View File

@ -269,19 +269,18 @@ specifically designed and built to capture this information.
<!--=======================================================================--> <!--=======================================================================-->
<h3><a name="license">Use the LLVM 'BSD' License</a></h3> <h3><a name="license">Use the LLVM 'Apache 2' License</a></h3>
<!--=======================================================================--> <!--=======================================================================-->
<p>We actively intend for clang (and LLVM as a whole) to be used for <p>We actively intend for clang (and LLVM as a whole) to be used for
commercial projects, not only as a stand-alone compiler but also as a library commercial projects, not only as a stand-alone compiler but also as a library
embedded inside a proprietary application. The BSD license is the simplest way embedded inside a proprietary application. We feel that the license encourages
to allow this. We feel that the license encourages contributors to pick up the contributors to pick up the source and work with it, and believe that those
source and work with it, and believe that those individuals and organizations individuals and organizations will contribute back their work if they do not
will contribute back their work if they do not want to have to maintain a fork want to have to maintain a fork forever (which is time consuming and expensive
forever (which is time consuming and expensive when merges are involved). when merges are involved). Further, nobody makes money on compilers these days,
Further, nobody makes money on compilers these days, but many people need them but many people need them to get bigger goals accomplished: it makes sense for
to get bigger goals accomplished: it makes sense for everyone to work everyone to work together.</p>
together.</p>
<p>For more information about the LLVM/clang license, please see the <a <p>For more information about the LLVM/clang license, please see the <a
href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">LLVM License href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">LLVM License

View File

@ -44,7 +44,7 @@
<li>Support diverse clients (refactoring, static analysis, code generation, <li>Support diverse clients (refactoring, static analysis, code generation,
etc.)</li> etc.)</li>
<li>Allow tight integration with IDEs</li> <li>Allow tight integration with IDEs</li>
<li>Use the LLVM 'BSD' License</li> <li>Use the LLVM 'Apache 2' License</li>
</ul> </ul>
<p><b><a href="features.html#design">Internal Design and <p><b><a href="features.html#design">Internal Design and