Could you please fix the `metro-2.0-license.txt`, too? Results of `ant -Dcluster.config=full verify-libs-and-licenses`: ``` websvc.metro.lib/external/metro-2.0-license.txt has a GPL-family license but is either not covered by the Classpath Exception, or is not compile-time/optional only. websvc.metro.lib/external/metro-2.0-license.txt contains a license body which does not match that in nbbuild/licenses/CDDL-GPL-2-CP: mismatch around: 'Contributor. means e' vs. '"Contributor" means ' ``` https://github.com/apache/incubator-netbeans/blob/d4d3e858f0303543fea08c00ed3c4358d7066e83/websvc.metro.lib/external/metro-2.0-license.txt#L1-L7
- We can remove the OSR line, maybe. - `https://metro.dev.java.net/` is available no longer. Instead, this? https://javaee.github.io/metro/ - We cannot include GPL. So we have to choose CDDL-1.1 as "License" https://javaee.github.io/metro/LICENSE Thanks. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/775 ] This message was relayed via gitbox.apache.org for [email protected]
