Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/932 Sorry, been a busy week. I think it needs to be rebased on latest master. Few things on licensing: There are two same **CDDL 1.1** texts now `zeppelin-distribution/src/bin_license/LICENSE-jersey-2` and `zeppelin-distribution/src/bin_license/licenses/LICENSE-jersey-2` - I think we need to keep only the one inside `zeppelin-distribution/src/bin_license/licenses/`. Please pardon me if my previous comment was confusing: > I will look more into that, meanwhile could you please include full text of this license to zeppelin-distribution/src/bin_license/ as well? What I meant was: we need to add full text of **CDDL 2.0** in the `zeppelin-distribution/src/bin_license/licenses/LICENSE-<component name>` -------------- Looking a bit deeper, could you please double-check that all the dependencies mentioned in LICENSE file have correct licenses? ``` (CDDL 2.0) javax.ws.rs-api (javax.ws.rs - https://jax-rs-spec.java.net/) (CDDL 2.0) validation-api (javax.validation - http://beanvalidation.org/) (CDDL 2.0) javax.annotation-api (javax.annotation - https://www.jcp.org/en/jsr/detail?id=250) ``` - https://jax-rs-spec.java.net/ - page mentiones only [CDDL 1.0](https://opensource.org/licenses/cddl1.php) - http://beanvalidation.org/licensing/) - page mentiones only _Apache 2.0_ and JCP _click through license_ - https://www.jcp.org/en/jsr/detail?id=250 the only mention of word `license` I could find is `JDL` > The Reference Implementation and associated TCK's will be made available from java.sun.com at no charge without support. J2EE and J2SE licensees will recieve support at no extra charge with an amendment to their active support agreement. Source code will be made available via the Java Distribution License (JDL). And I can not find any mentions of CDDL 2.0 on https://opensource.org/licenses/alphabetical
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---