----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64241/ -----------------------------------------------------------
(Updated Dec. 1, 2017, 2:03 p.m.) Review request for sentry, Alexander Kolbasov, Brian Towles, Colm O hEigeartaigh, and Sergio Pena. Changes ------- Rebased the patch anlso addressing comments from Colm. Additionally this patch makes sure that sentry doesn't distribute artifact javax.jms:jms as license information for this not available. Bugs: SENTRY-2081 https://issues.apache.org/jira/browse/SENTRY-2081 Repository: sentry Description ------- As per https://www.apache.org/dev/licensing-howto.html , sentry should update the LICENSE.txt file with license information of all the jars that sentry is distributing along with the pointer to the LICENSE files of the dependencies. Diffs (updated) ----- pom.xml eec185bc6409e5cebee12f3a0e4ca17c843cd631 sentry-dist/pom.xml 4c69535660b132943c7cdc2419fff140a0909a48 sentry-dist/src/license/THIRD-PARTY.ftl PRE-CREATION sentry-dist/src/license/THIRD-PARTY.properties PRE-CREATION sentry-dist/src/license/override-THIRD-PARTY.properties PRE-CREATION sentry-dist/src/main/assembly/bin.xml 5727fc964bc139a5bd5490132efad13db6cbcf44 sentry-dist/src/main/resources/licences/BSD_2-clause.txt PRE-CREATION sentry-dist/src/main/resources/licences/BSD_License.txt PRE-CREATION sentry-dist/src/main/resources/licences/CDDL_1_0.txt PRE-CREATION sentry-dist/src/main/resources/licences/CDDL_1_1.txt PRE-CREATION sentry-dist/src/main/resources/licences/CDDL_2.txt PRE-CREATION sentry-dist/src/main/resources/licences/Eclipse_Public_License_-_Version_1_0.txt PRE-CREATION sentry-dist/src/main/resources/licences/MIT_License.txt PRE-CREATION sentry-dist/src/main/resources/licences/Mozilla_Public_License_Version_1_1.txt PRE-CREATION sentry-dist/src/main/resources/licences/The_BSD_3-Clause_License.txt PRE-CREATION Diff: https://reviews.apache.org/r/64241/diff/2/ Changes: https://reviews.apache.org/r/64241/diff/1-2/ Testing ------- Made sure that LICENSE.txt file generated in sentry-dist/target directory has the license informaion of all the jars that sentry is distributing. Thanks, kalyan kumar kalvagadda