BigBlueHat opened a new pull request #58: Add Apache Rat configuration and current report URL: https://github.com/apache/incubator-annotator/pull/58 Apache Rat (Release Audit Tool) is (or was at least) a preferred code license checking tool used by the ASF. The `.ratignore` file contains a list of files to exclude from scans. The code used to run Apache Rat was: java -jar ~/bin/apache-rat-0.13/apache-rat-0.13.jar -E .ratignore -d . > rat_report.txt Apache Rat: https://creadur.apache.org/rat/ I did this work as someone on the incubator list stated it was (or at least had been) a requirement for incubator projects to create this particular type of report: https://lists.apache.org/thread.html/7c082167a3df239499964c76630156f6a0a242e10472fd711d0cdcbb@%3Cdev.community.apache.org%3E We're covered...should we ever need it. 😉
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services