[llvm-commits] [llvm] r151186 - /llvm/trunk/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Wed Feb 22 11:17:20 PST 2012
Author: lattner
Date: Wed Feb 22 13:17:20 2012
New Revision: 151186
URL: http://llvm.org/viewvc/llvm-project?rev=151186&view=rev
Log:
libclc is now dual licensed, Tobias and Peter own their respective subprojects.
Modified:
llvm/trunk/docs/DeveloperPolicy.html
Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=151186&r1=151185&r2=151186&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Wed Feb 22 13:17:20 2012
@@ -215,6 +215,10 @@
<li><b>Jakob Olesen</b>: Register allocators and TableGen.</li>
<li><b>Duncan Sands</b>: dragonegg and llvm-gcc 4.2.</li>
+
+ <li><b>Peter Collingbourne</b>: libclc.</li>
+
+ <li><b>Tobias Grosser</b>: polly.</li>
</ol>
<p>Note that code ownership is completely different than reviewers: anyone can
@@ -566,7 +570,7 @@
if further clarification is needed.</p>
<p>In addition to the UIUC license, the runtime library components of LLVM
- (<b>compiler_rt and libc++</b>) are also licensed under the <a
+ (<b>compiler_rt, libc++, and libclc</b>) are also licensed under the <a
href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>,
which does not contain the binary redistribution clause. As a user of these
runtime libraries, it means that you can choose to use the code under either
More information about the llvm-commits
mailing list