Hi Emilian, Am Sonntag, den 17.06.2018, 15:24 -0400 schrieb Emilian Bold: > 1. The files in external/*-license.txt have everything we need. They > also have the 'License:' header. I don't know why the files from > nbbuild/licenses are used for the summary when we could use the files > from external dependencies -license.txt.
what is your main point? If it is, that we duplicate the license text (including the copyright info), then I agree, we don't need the info in the licenses directory and the "external/*-license.txt". We can either drop the license text from the "external/*-license.txt" file or remove the file from the "nbbuild/licenses" directory. This would mean, that the ant tasks, that merge the license info need to be adjusted for the situation. If for example the file in "nbbuild/licenses" is removed, the task would need to extract the license info from the "external/*-license.txt" and ensure, that same licenses are merged and that different licenses end up in different files. Removing the license text from the "external/*-license.txt" files would mean, that most probably the verification task needs to be updated. Greetings Matthias --------------------------------------------------------------------- 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
