[MINOR] Update RAT to release 0.12

Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/408791f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/408791f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/408791f1

Branch: refs/heads/master
Commit: 408791f1838501530068d2e99e4351a00a5d9e4a
Parents: 510ec04
Author: Luciano Resende <lrese...@apache.org>
Authored: Sun Nov 5 08:36:36 2017 -0800
Committer: Luciano Resende <lrese...@apache.org>
Committed: Sun Nov 5 08:36:36 2017 -0800

----------------------------------------------------------------------
 etc/tools/check-licenses | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/408791f1/etc/tools/check-licenses
----------------------------------------------------------------------
diff --git a/etc/tools/check-licenses b/etc/tools/check-licenses
index 21aa86d..8900fa1 100755
--- a/etc/tools/check-licenses
+++ b/etc/tools/check-licenses
@@ -48,7 +48,7 @@ acquire_rat_jar () {
   fi
 }
 
-# Go to the Spark project root directory
+# Go to the Toree project root directory
 FWDIR="$(cd "`dirname "$0"`"/../../; pwd)"
 cd "$FWDIR"
 
@@ -58,7 +58,7 @@ else
     declare java_cmd=java
 fi
 
-export RAT_VERSION=0.11
+export RAT_VERSION=0.12
 export rat_jar="$FWDIR"/etc/tools/apache-rat-${RAT_VERSION}.jar
 mkdir -p "$FWDIR"etc/tools/
 

Reply via email to