[llvm-commits] [compiler-rt] r74725 - /compiler-rt/trunk/www/index.html
Chris Lattner
sabre at nondot.org
Thu Jul 2 14:29:29 PDT 2009
Author: lattner
Date: Thu Jul 2 16:29:19 2009
New Revision: 74725
URL: http://llvm.org/viewvc/llvm-project?rev=74725&view=rev
Log:
mention the license.
Modified:
compiler-rt/trunk/www/index.html
Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=74725&r1=74724&r2=74725&view=diff
==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Thu Jul 2 16:29:19 2009
@@ -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>
More information about the llvm-commits
mailing list