webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Support license preset & whitelist & blacklist #45

Open jvorcak opened 4 years ago

jvorcak commented 4 years ago

The goal is to support something like a preset of licenses that are allowed (e.g. enterprise preset)

The resulting whitelist will be constructed as follows.

1) All licenses taken from the preset(s) 2) + licenses from the whitelist 3) - licenses taken from the blacklist

This needs to be properly documented in the documentation.