From c6a5ff361cea5b239e9f7589843b6e1654f01701 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 24 May 2010 14:16:15 +0000 Subject: [PATCH] Add a "rat-check" optional target, which runs Apache Rat against the source tree to spot files lacking license headers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947648 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build.xml b/build.xml index df0dfb674f..9ffdaf88e5 100644 --- a/build.xml +++ b/build.xml @@ -1075,5 +1075,22 @@ under the License. + + + + + + + + + + + + + + + + -- 2.39.5