jomarko commented on code in PR #6385: URL: https://github.com/apache/incubator-kie-drools/pull/6385#discussion_r2174306363
########## kie-dmn/kie-dmn-feel/src/test/java/org/kie/dmn/feel/runtime/functions/FEELFnResultTest.java: ########## @@ -0,0 +1,22 @@ +package org.kie.dmn.feel.runtime.functions; Review Comment: @ChinchuAjith please fix all these files reported by Apache RAT tool. License headers are required for these files due to Apache releases. ``` Run java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes | grep "== File:" && echo "The files listed above are missing license headers." && exit 1 || echo "All files have license headers." ERROR: Ignored 166 lines in your exclusion files as comments or empty lines. == File: ./kie-dmn/kie-dmn-feel/src/test/java/org/kie/dmn/feel/runtime/functions/FEELFnResultTest.java == File: ./kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_5/timeFunction.dmn == File: ./kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/timeFunction.dmn The files listed above are missing license headers. ``` -- 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]
