Repository: zest-java Updated Branches: refs/heads/develop 3e2fdc9bd -> 09facf1aa
Hopefully this removes the RAT flagging. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/09facf1a Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/09facf1a Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/09facf1a Branch: refs/heads/develop Commit: 09facf1aaa072256057176b3293dabccf2660596 Parents: 3e2fdc9 Author: Niclas Hedhman <[email protected]> Authored: Sat Apr 16 09:15:56 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sat Apr 16 09:15:56 2016 +0800 ---------------------------------------------------------------------- build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/09facf1a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5ccb34c..aa09709 100644 --- a/build.gradle +++ b/build.gradle @@ -97,6 +97,9 @@ rat { 'manual/**/jquery*.js', // W3C XML Schemas - W3C Software License 'samples/rental/src/main/resources/*.xsd', + + // templates that will become the user's source files, should not have license headers + 'tools/shell/src/etc/templates/**', ] }
