summaryrefslogtreecommitdiff
path: root/www/index.html
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
commiteb561bef8f503f399d1a429737f5657aa6e21369 (patch)
tree53f32803461f53681cdad4502e8cc81fc7501770 /www/index.html
parentc1346747862498226b5af3c4d4bd3c4dc429d5d7 (diff)
mention the license.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 524b085ca..b8760f9a1 100644
--- a/www/index.html
+++ b/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>