You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/08/01 00:26:04 UTC

[jira] [Updated] (HBASE-14085) Correct LICENSE and NOTICE files in artifacts

     [ https://issues.apache.org/jira/browse/HBASE-14085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-14085:
--------------------------------
    Attachment: HBASE-14085.1.patch

-01

* corrects license/notice for source distribution
* adds inception year to correct copyright in generated NOTICE files for jars
* updates project names in poms to use "Apache HBase" instead of "HBase" so jar NOTICE files will be correct
* adds LICENSE/NOTICE files as needed for jars that include 3rd party works
** uses appended-resources to include jar specific additions
** uses the above and a shade plugin transformation to build proper files for shaded jars.
* adds a NOTICE item for things copied out of Hadoop (TODO legal-discuss)
* moves license/notice stuff that's only applicable to binary artifact to assembly

known issues:

* includes LICENSE/NOTICE on the presumption that LEGAL-222 says distributing JRuby is fine
* currently doesn't reuse the supplemental-model.xml or LICENSE/NOTICE templates. I couldn't seem to get the remote-resources-plugin to recognize my custom bundle when I had one.

this is uh...a lot of changes. I'll post a review board.

> Correct LICENSE and NOTICE files in artifacts
> ---------------------------------------------
>
>                 Key: HBASE-14085
>                 URL: https://issues.apache.org/jira/browse/HBASE-14085
>             Project: HBase
>          Issue Type: Task
>          Components: build
>    Affects Versions: 2.0.0, 0.94.28, 0.98.14, 1.0.2, 1.2.0, 1.1.2, 1.3.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Blocker
>             Fix For: 2.0.0, 0.94.28, 0.98.14, 1.0.2, 1.2.0, 1.1.2
>
>         Attachments: HBASE-14085.1.patch
>
>
> +Problems:
> * checked LICENSE/NOTICE on binary
> ** binary artifact LICENSE file has not been updated to include the additional license terms for contained third party dependencies
> ** binary artifact NOTICE file does not include a copyright line
> ** binary artifact NOTICE file does not appear to propagate appropriate info from the NOTICE files from bundled dependencies
> * checked NOTICE on source
> ** source artifact NOTICE file does not include a copyright line
> ** source NOTICE file includes notices for third party dependencies not included in the artifact
> * checked NOTICE files shipped in maven jars
> ** copyright line only says 2015 when it's very likely the contents are under copyright prior to this year
> * nit: NOTICE file on jars in maven say "HBase - ${module}" rather than "Apache HBase - ${module}" as required 
> refs:
> http://www.apache.org/dev/licensing-howto.html#bundled-vs-non-bundled
> http://www.apache.org/dev/licensing-howto.html#binary
> http://www.apache.org/dev/licensing-howto.html#simple



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)