You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say you have a project which uses fluent-logger, stevedore, and typed-ast. These three all have an apache license, but running liccheck against them looks like this:
authorized_licenses:
apache license, version 2.0
apache software
apache license 2.0
I think it would be nice to support globs, in order to match all three with something similar to the intuitive one while still keeping readability high
authorized_licenses:
apache*
The text was updated successfully, but these errors were encountered:
Let's say you have a project which uses
fluent-logger
,stevedore
, andtyped-ast
. These three all have an apache license, but running liccheck against them looks like this:which means that instead of this
I have to do this
I think it would be nice to support globs, in order to match all three with something similar to the intuitive one while still keeping readability high
The text was updated successfully, but these errors were encountered: