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

llvm-svn: 119391
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 58dffe641b4272a6eef4d320c70f800e2efd0d76
diff --git a/www/index.html b/www/index.html
index 38a9d90..cc7d4cd 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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>