This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 18d6660  Annotate 3rd party and UI libraries in rat excludes with 
licenses (#3309)
18d6660 is described below

commit 18d6660abca88392ea9d880e68b0a1cf34c008b3
Author: Ning Wang <[email protected]>
AuthorDate: Mon Jul 8 16:55:35 2019 -0700

    Annotate 3rd party and UI libraries in rat excludes with licenses (#3309)
    
    * Annotate 3rd party and UI libraries in rat excludes with licenses
    
    * Annotate website/website2
---
 .rat-excludes | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

diff --git a/.rat-excludes b/.rat-excludes
index bcdac11..f1d77ec 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -13,28 +13,40 @@ autogen\.sh
 description
 heron\.iml
 
+# Directories
+bazel-.*
+m4
+META-INF
+# website and website2 are not part of the release
+website
+
 # UI resources
+# Apache 2.0 licenses & MIT Licenses
 jquery.*\.js
+# Apache 2.0 licenses & MIT Licenses
 bootstrap\.min\.css
-glyphicons-halflings-regular\.svg
 bootstrap\.min\.js
+# MIT licenses
+glyphicons-halflings-regular\.svg
+# MIT licenses & BSD 3-Clause licenses
 d3.*\.js
+# MIT licenses
 html5-trunk\.js
+# MIT licenses
 list\.min.*.js
+# MIT licenses
 moment\.min.*\.js
+# MIT licenses
 underscore-min.*\.js
 underscore-min.*\.map
 
-# Directories
-bazel-.*
-m4
-website
-META-INF
 
 # Thirdparty
+# 3-Clause BSD License
 cpplint\.py
+# BSD 3-Clause licenses
+cloudpickle.py
+# Boost Software License, Version 1.0
 kashmir
+# BSD License
 semver
-
-# Unrecognizable license
-cloudpickle.py

Reply via email to