Github user nickwallen commented on the issue:

    https://github.com/apache/metron/pull/620
  
    Ran a license check on all dependencies, including transitive.
    
    ```
    $ npm -g license-checker
    $ cd metron-interface/metron-alerts
    $ license-checker | grep licenses | sort | uniq -c | sort -n
       1    ├─ licenses: MIT
       1 │  ├─ licenses
       1 │  ├─ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
       1 │  ├─ licenses: (MIT AND CC-BY-3.0)
       1 │  ├─ licenses: (OFL-1.1 AND MIT)
       1 │  ├─ licenses: (WTFPL OR MIT)
       1 │  ├─ licenses: BSD-3-Clause OR MIT
       1 │  ├─ licenses: CC-BY-4.0
       1 │  ├─ licenses: Custom: 
https://github.com/substack/node-browserify
       1 │  ├─ licenses: LGPL
       1 │  ├─ licenses: LGPL-2.1+
       1 │  ├─ licenses: Public Domain
       1 │  ├─ licenses: UNLICENSED
       2 │  ├─ licenses: Apache License, Version 2.0
       2 │  ├─ licenses: Unlicense
       3 │  ├─ licenses: BSD
       7 │  ├─ licenses: BSD-2-Clause
      16 │  ├─ licenses: BSD*
      19 │  ├─ licenses: MIT*
      20 │  ├─ licenses: Apache-2.0
      24 │  ├─ licenses: BSD-3-Clause
      88 │  ├─ licenses: ISC
     762 │  ├─ licenses: MIT
    ```
    
    The following licenses we need to follow-up on to see if they are 
permissible.
    
    * `CC-BY-4.0`: https://www.apache.org/legal/resolved.html#category-b
    ```
    ├─ caniuse-db@1.0.30000706
    │  ├─ licenses: CC-BY-4.0
    │  ├─ repository: https://github.com/Fyrd/caniuse
    │  ├─ publisher: Alexis Deveria
    │  ├─ email: adeve...@gmail.com
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/caniuse-db/LICENSE
    ```
    
    * `LGPL`, `LGPL-2.1+`: https://www.apache.org/legal/resolved.html#category-x
    ```
    ├─ xmldom@0.1.27
    │  ├─ licenses: LGPL
    │  ├─ repository: https://github.com/jindw/xmldom
    │  ├─ publisher: jindw
    │  ├─ email: ji...@xidea.org
    │  ├─ url: http://www.xidea.org
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/xmldom/LICENSE
    ```
    ```
    ├─ jschardet@1.5.0
    │  ├─ licenses: LGPL-2.1+
    │  ├─ repository: https://github.com/aadsm/jschardet
    │  ├─ publisher: António Afonso
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/jschardet/LICENSE
    ```
    
    * `Custom` @ https://github.com/substack/node-browserify
    ```
    ├─ weak-map@1.0.5
    │  ├─ licenses: Custom: https://github.com/substack/node-browserify
    │  ├─ repository: https://github.com/drses/weak-map
    │  ├─ publisher: Mark Miller
    │  ├─ email: erig...@gmail.com
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/weak-map/README.md
    ```
    
    * `UNLICENSED`, `Unlicense`: ?
    ```
    ├─ tweetnacl@0.14.5
    │  ├─ licenses: Unlicense
    │  ├─ repository: https://github.com/dchest/tweetnacl-js
    │  ├─ publisher: TweetNaCl-js contributors
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/tweetnacl/LICENSE
    ```
    ```
    ├─ spdx-license-ids@1.2.2
    │  ├─ licenses: Unlicense
    │  ├─ repository: https://github.com/shinnn/spdx-license-ids
    │  ├─ publisher: Shinnosuke Watanabe
    │  ├─ url: https://github.com/shinnn
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/node_modules/spdx-license-ids/LICENSE
    ```
    
    * Something must be wrong with our package definition.  We should indicate 
Apache for `metron-alerts`.
    ```
    ├─ metron-alerts@0.4.0
    │  ├─ licenses: UNLICENSED
    │  ├─ private: true
    │  └─ licenseFile: 
/Users/nallen/tmp/metron-pr620/metron-interface/metron-alerts/README.md
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to