Re: Ignite license checker rejects MIT-licensed files

2020-10-14 Thread Denis Magda
Alright, I've enabled the default license matcher for our license checker as part of this work: https://issues.apache.org/jira/browse/IGNITE-13574 - Denis On Mon, Oct 12, 2020 at 9:30 PM Denis Magda wrote: > Instead of using the "addDefaultLicenseMatchers" setting, we developed a > practice

Re: Ignite license checker rejects MIT-licensed files

2020-10-12 Thread Denis Magda
Instead of using the "addDefaultLicenseMatchers" setting, we developed a practice of excluding non-Apache licenses from the checklist of the license checker. A couple of examples: - BSD license: https://github.com/apache/ignite/blob/ignite-13574/parent/pom.xml#L889 - Another BSD license:

Ignite license checker rejects MIT-licensed files

2020-10-12 Thread Denis Magda
Igniters, I was adding a missing license header to some sources that were included in our repository and found that the license checker rejects the MIT license (it's compliant with Apache 2.0 ). Take these files as an example that are