Hello Mike Percy,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/1925
to review the following change.
Change subject: KUDU-1315. Clean up licensing docs to follow ASF guidelines
......................................................................
KUDU-1315. Clean up licensing docs to follow ASF guidelines
This makes a few changes and improvements to our documentation
around licensing:
* I found a few cases where we had missed adding new dependencies
to our thirdparty license list (eg bitshuffle, python, gcc, gmock, nvml). I
researched the licenses and added these.
* Per ASF policy, our thirdparty dependencies are considered "non-bundled"
in source distributions, since they're downloaded at build-time rather than
part of the release artifact. Given that, I moved their licensing information
to a separate thirdparty/LICENSE.txt file.
* To better clarify things, I separated out the build-time-only dependencies
into a new section at the bottom of the thirdparty/LICENSE.txt file. This is
important because our build dependencies include some unsuitably- licensed
items such as gcc. ASF policy is to allow such using such dependencies during
the build, but does not allow distributing them in source or binary forms[1].
* I tried to standardize the formatting of the way in which we list all
dependencies to make it easier for a consumer to read through. This included
adding pointers to the original source.
[1] http://www.apache.org/legal/resolved.html#prohibited
Change-Id: Iec2cfef5fe14ed1cef519035d75c879c6f47b105
---
M LICENSE.txt
A thirdparty/LICENSE.txt
A thirdparty/README.txt
3 files changed, 848 insertions(+), 714 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/25/1925/1
--
To view, visit http://gerrit.cloudera.org:8080/1925
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec2cfef5fe14ed1cef519035d75c879c6f47b105
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Mike Percy <[email protected]>