summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-16 21:34:56 +0000
committerChris Lattner <sabre@nondot.org>2010-11-16 21:34:56 +0000
commit4b1219694b97516aa72ca498a336dbf19f295fd2 (patch)
treec678174c0d88caed626e9cfad80239c55cd1d63a /www
parent1d16fdede4010acc771695cbcec63aa650564b99 (diff)
compiler_rt is now dual licensed under MIT and UIUC license.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index f8863f8c3..7a7ef7c9e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -23,9 +23,9 @@
call to the "__fixunsdfdi" function. The compiler-rt library provides
optimized implementations of this and other low-level routines.</p>
- <p>All of the code in the compiler-rt project 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 the compiler-rt project 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">Goals</h2>