tkobayas opened a new issue, #1613: URL: https://github.com/apache/incubator-kie-issues/issues/1613
In order to check `All files have license headers if necessary.` https://kie.apache.org/docs/community/verify/ , add ` .rat-excludes` to the root directory of each repository. - incubator-kie-drools - incubator-kie-optaplanner - incubator-kie-kogito-runtimes - incubator-kie-kogito-apps - incubator-kie-kogito-images - incubator-kie-tools For example, running ``` java -jar apache-rat-0.16.1.jar -d ./incubator-kie-drools/ -E ./incubator-kie-drools/.rat-excludes | grep "== File:" > kie-drools-rat.txt ``` can easily confirm license headers. Each repository maintainer should add ignorable files in `.rat-excludes`. It has to be regular expression. -- 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]
