mbien commented on code in PR #7087: URL: https://github.com/apache/netbeans/pull/7087#discussion_r1497256720
########## java/maven.indexer/external/lucene-9.10.0-license.txt: ########## @@ -1,11 +1,11 @@ Name: Apache Lucene Description: Java-based indexing and search technology -Version: 9.9.1 +Version: 9.10.0 Origin: Apache Software Foundation License: Apache-2.0 URL: https://lucene.apache.org/ Source: https://github.com/apache/lucene -Files: lucene-analysis-common-9.9.1.jar lucene-backward-codecs-9.9.1.jar lucene-core-9.9.1.jar lucene-highlighter-9.9.1.jar lucene-queryparser-9.9.1.jar +Files: lucene-analysis-common-9.10.0.jar lucene-backward-codecs-9.10.0.jar lucene-core-9.10.0.jar lucene-highlighter-9.10.0.jar lucene-queryparser-9.10.0.jar Apache License Review Comment: I can try to improve this. So far I copied the license of `lucene-analysis-common` into our license file which includes more sections and also the BSD section. I am not quite sure what else i should do. ``` Some license files were badly formatted java/maven.indexer/external/lucene-9.10.0-license.txt has a trailing space on line #221 Some license files have incorrect headers java/maven.indexer/external/lucene-9.10.0-license.txt contains a license body which does not match that in nbbuild/licenses/Apache-2.0: unexpected extra content ``` going to have to fix this too now I suppose and setup a new license. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
