GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/703
SAMZA-1947: Remove specific js/css files from rat excludes Internally at Linkedin we've observed that excluding specific `js` and `css` through rat gradle-plugin causes the ligradle build to not run the unit-tests. To fix it, this patch removes those files from rat excludes and adds the samza license to the individual files. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/703.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #703 ---- commit 085c4ec539cd6157203ca93714af5f59435ac236 Author: Shanthoosh Venkataraman <spvenkat@...> Date: 2018-10-10T23:22:57Z Remove specific rat excludes. ---- ---