Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/932 Thank you for your patience, @echarles AFAIK CDDL 1.1 that jersey2 is distributed under belongs to ASF [Category B license list](http://www.apache.org/legal/resolved.html#category-b) so it can only be included in ASF projects in binary form (that's what this PR is doing), so this makes it not required to include license text to `./license/*` (reserved for source code), but only to `zeppelin-distribution/src/bin_license/`. Could you please remove full text of the licence from `./license/*` ? Another thing is, as one can see, this list of licenses only includes > Common Development and Distribution Licenses: CDDL, Versions 1.0 and 1.1 but there are components under CDDL 2.0: ``` (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) ``` I will look more into that, meanwhile could you please include full text of this license to `zeppelin-distribution/src/bin_license/` as well?
--- 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. ---