lahodaj opened a new pull request, #1: URL: https://github.com/apache/netbeans-vscode/pull/1
This PR proposes two tweaks to how the license file is handled for this repository: - in the main repository, there are the `licenseinfo.xml` files, showing licenses for external files in the source code. This is done mostly because it allows to build different source configurations, and produce correct license files for these configuration. We could make `licenseinfo.xml` file work even in this repository, but it seems like an overkill: this repository only has one configuration. Hence the proposal here is to inline the relevant information from `licenseinfo.xml` to the `LICENSE` file - when generating the license file for the binary, base that on the `LICENSE` file from this repository, rather than the one from the `netbeans` sub-repository. This is to a) ensure the extra license info added above is present; b) to avoid duplicated information about files in the main `netbeans` repository in the 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists