[
https://issues.apache.org/jira/browse/SENTRY-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274558#comment-16274558
]
kalyan kumar kalvagadda commented on SENTRY-2081:
-------------------------------------------------
[~akolb] Just to be clear on the changes. we could have added license
information statically in License.txt but it had to manually updated and
maintained. Using license-maven-plugin, updating license information is
automated.
when ever new code brings in new jars that we distribute, the LICENSE.txt
generated in sentry-dist/target would be updated automatically with the latest.
There would be manual work only when when sentry starts using jar's which are
not licensed by either of the below.
# BSD 2 clause
# BSD License
# CDDL 1.0
# CDDL 1.1
# CDDL 2
# Eclipse_Public_License-1
# MIT_License
# Mozilla Public License Version 1.1
# Public_Domain
# Apache
# The BSD 3 Clause
> Update the LICENSE.txt with the license information of distributed jars
> -----------------------------------------------------------------------
>
> Key: SENTRY-2081
> URL: https://issues.apache.org/jira/browse/SENTRY-2081
> Project: Sentry
> Issue Type: Bug
> Components: Sentry
> Affects Versions: 2.0.0
> Reporter: kalyan kumar kalvagadda
> Assignee: kalyan kumar kalvagadda
> Attachments: SENTRY-2081.001.patch, SENTRY-2081.003.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)