summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-02-22 19:17:20 +0000
committerChris Lattner <sabre@nondot.org>2012-02-22 19:17:20 +0000
commitecc39dece96babc26d7742732047798a9bcbb471 (patch)
tree182fe4e81b58bc645aad3d2e3f150681a919ebe4 /docs
parentc9c137b463b953fbf8942f655d67f6dc1a0f7965 (diff)
downloadllvm-ecc39dece96babc26d7742732047798a9bcbb471.tar.gz
llvm-ecc39dece96babc26d7742732047798a9bcbb471.tar.bz2
llvm-ecc39dece96babc26d7742732047798a9bcbb471.tar.xz
libclc is now dual licensed, Tobias and Peter own their respective subprojects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DeveloperPolicy.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 2b8f5afb10..08e47a18d9 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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