-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-15958. Revisiting LICENSE and NOTICE files #1307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'll update the dependencies shortly. |
LICENSE-binary
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no version specified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know the version of the leveldb libraries included in leveldbjni-all.jar.
There is no information in the GitHub repository: https://github.com/fusesource/leveldbjni
It seems that the leveldb version depends on the release manager's environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hadoop bundles leveldbjni-all-1.8.jar which contains pre-built libraries for each platform. leveldb is build from the code in github.com/chirino/leveldb and its version is 1.13.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the information! Included the version.
LICENSE-binary
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines are not covered in LICENSE.txt. These could be sorted with above lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorted. Thanks.
…e-files successfully
…oved from BSD 3-Clause section.
💔 -1 overall
This message was automatically generated. |
Conflicts: LICENSE.txt
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
LICENSE-binary
Outdated
junit:junit:4.12 | ||
|
||
|
||
Eclipse Public License 2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be CDDL + GPLv2 with classpath exception?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Thank you for your comment.
The libraries have been moved to eclipse repository and now the license is EPL, however, Apache Hadoop is using the old version of the libraries and the licenses were CDDL + GPLv2 with classpath exception.
I built dists with latest patch. Assembly part looks good overall.
|
CDDLs are not contained in licenses-binary. |
Added licenses-binary/LICENSE-cddl-gplv2-ce.txt |
+1. Thanks for the update. Further nits (of original LICENSE.txt) should be fixed in follow-ups. Once the split is done, reviewing the update would be much easier. |
Committed. Thank you, @iwasakims ! |
This closes apache#1307 Reviewed-by: Masatake Iwasaki <[email protected]>
This closes apache#1307 Reviewed-by: Masatake Iwasaki <[email protected]>
JIRA: https://issues.apache.org/jira/browse/HADOOP-15958