stevedlawrence commented on pull request #431: URL: https://github.com/apache/incubator-daffodil/pull/431#issuecomment-707721986
I'll review this later today, but the rat check makes sure that all files have correct licenses. If new files are added without a license header, the rat check will fail. You can run ``sbt ratCheck`` and it will generate a report in ``target/rat.txt`` listing files that are missing a license header. I think the files missing a license header in this PR are: * daffodil-lib/src/main/resources/META-INF/services/org.apache.daffodil.api.Validator * daffodil-lib/src/main/scala/org/apache/daffodil/api/Validator.scala * daffodil-lib/src/main/scala/org/apache/daffodil/util/Validators.scala * daffodil-lib/src/test/scala/org/apache/daffodil/api/TestValidatorPatterns.scala ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
