libc++ is now dual licensed under both UIUC and MIT licenses.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-11-16 21:40:19 +00:00
parent 662497edd2
commit f38bc6efc5
2 changed files with 33 additions and 19 deletions

View File

@@ -38,9 +38,9 @@
<p>libc++ is a new implementation of the C++ standard library, targeting
C++0X.</p>
<p>All of the code in libc++ is available under the standard
<a href="http://llvm.org/docs/DeveloperPolicy.html#license">LLVM
License</a>, a "BSD-style" license.</p>
<p>All of the code in libc++ is <a
href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
under the MIT license and the UIUC License (a BSD-like license).</p>
<!--=====================================================================-->
<h2 id="goals">Features and Goals</h2>