Exclude highlight.js from rat as it is BSD3 licensed

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b741d9d8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b741d9d8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b741d9d8

Branch: refs/heads/master
Commit: b741d9d810c233e707cb5cc263be1886ec0b664f
Parents: be84862
Author: Matt Sicker <boa...@gmail.com>
Authored: Sat Apr 7 15:04:33 2018 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Sat Apr 7 15:04:33 2018 -0500

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b741d9d8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf4adbd..5b11d52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1217,6 +1217,8 @@
             <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
             <exclude>src/site/resources/js/jquery.js</exclude>
             <exclude>src/site/resources/js/jquery.min.js</exclude>
+            <!-- highlight.js is BSD3-licensed -->
+            <exclude>src/site/resources/js/highlight.pack.js</exclude>
             <!-- Generated files -->
             <exclude>log4j-distribution/target/**/*</exclude>
             <exclude>log4j-distribution/.project</exclude>
@@ -1341,6 +1343,8 @@
             <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
             <exclude>src/site/resources/js/jquery.js</exclude>
             <exclude>src/site/resources/js/jquery.min.js</exclude>
+            <!-- highlight.js is BSD3-licensed -->
+            <exclude>src/site/resources/js/highlight.pack.js</exclude>
             <!-- Generated files -->
             <exclude>log4j-distribution/target/**/*</exclude>
             <exclude>log4j-distribution/.project</exclude>
@@ -1508,6 +1512,8 @@
                 <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
                 <exclude>src/site/resources/js/jquery.js</exclude>
                 <exclude>src/site/resources/js/jquery.min.js</exclude>
+                <!-- highlight.js is BSD3-licensed -->
+                <exclude>src/site/resources/js/highlight.pack.js</exclude>
                 <!-- Generated files -->
                 <exclude>log4j-distribution/target/**/*</exclude>
                 <exclude>log4j-distribution/.project</exclude>

Reply via email to