tkobayas opened a new issue, #1634: URL: https://github.com/apache/incubator-kie-issues/issues/1634
Per discussion https://lists.apache.org/thread/nrq50szwx37doopb23wyq33v0t3bbccg , https://issues.apache.org/jira/browse/LEGAL-469 `3rd party Category X or Category B bundled code licenses not listed in LICENSE` is the one major blocker of 10.0.0 release. It means, if we have Category X or Category B licensed source code, we have to list the file path and its license in `LICENSE` file. In the discussion, 2 cases were highlighted. - `./incubator-kie-tools/packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/compat/javax/annotation/processing/Generated.java`, which is dual licensed CDDL (Category B) or GPL (Category X). -> For main, it's handled by https://github.com/apache/incubator-kie-tools/pull/2746 , but make sure that it's resolved in 10.0.0 build. - `incubator-kie-drools/drools-docs/supplemental-ui/js/search-ui.js`, which is MPL (Category B). -> We will exclude `drools-docs` from the source distribution. However, there may be more cases. We need to scrutinize all source codes to find source codes with licenses missed in `LICENSE` file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
