Github user tiborm commented on the issue:
https://github.com/apache/metron/pull/1217
Thanks, @justinleet for reminding! We made a license evaluation with a tool
named license-check.
It reported the followings:
ââ MIT: 20
ââ Apache-2.0: 2
ââ BSD*: 1
ââ (OFL-1.1 AND MIT): 1
ââ UNLICENSED: 1
The one unlicensed dependency is [email protected] which is actually BSD
licensed.
metron-config also reported as unlicensed, however for me, it seems we
properly used Apache-2.0. These seem reported wrong.
OFL-1.1 AND MIT are used by font-awsome. OFL-1.1 is aka. Open Font License
so I think we're fine with that.
---