aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-02 21:29:19 +0000
committerChris Lattner <sabre@nondot.org>2009-07-02 21:29:19 +0000
commitaa8450256ee3c050e698d47650b1f48c91d9fb08 (patch)
tree5f2c2f42fa69fbca9ec74c4ccf06bc241bc489fb /compiler-rt
parent7c5c11f87d56bb59521a55f7e6f0ddcf732e6304 (diff)
downloadllvm-aa8450256ee3c050e698d47650b1f48c91d9fb08.zip
llvm-aa8450256ee3c050e698d47650b1f48c91d9fb08.tar.gz
llvm-aa8450256ee3c050e698d47650b1f48c91d9fb08.tar.bz2
mention the license.
llvm-svn: 74725
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/www/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index 524b085..b8760f9 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/www/index.html
@@ -21,6 +21,10 @@
converting a double to a 64-bit unsigned integer is compiling into a runtime
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>
<!--=====================================================================-->
<h2 id="goals">Goals</h2>