diff options
| author | Chris Lattner <sabre@nondot.org> | 2012-02-22 19:17:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2012-02-22 19:17:20 +0000 |
| commit | c4360f84923780821ebb3cf30f31f419e5d989bb (patch) | |
| tree | 15f8b93b792662a82afe6db46c3ee0d03296c000 /llvm/docs/DeveloperPolicy.html | |
| parent | 17d7551e73d9b8c6c713c8afd3a6003592649746 (diff) | |
| download | bcm5719-llvm-c4360f84923780821ebb3cf30f31f419e5d989bb.tar.gz bcm5719-llvm-c4360f84923780821ebb3cf30f31f419e5d989bb.zip | |
libclc is now dual licensed, Tobias and Peter own their respective subprojects.
llvm-svn: 151186
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 2b8f5afb101..08e47a18d9f 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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 |

