I would just add the ALv2 header and be done with it. No need to exclude the files. The exception you could pull here (https://www.apache.org/legal/src-headers.html#faq-exceptions) is:
> Other files may make sense to have no license header. [...] > - Test data for which the addition of a source header would cause the tests > to fail. > [...] That is not the case here. The unittests are not position dependend and as far as I can see they use an XML parser to process the XML data, so a normal XML comment should not hurt. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/872 ] This message was relayed via gitbox.apache.org for [email protected]
