bazelbuild / rules_license

Apache License 2.0
80 stars 28 forks source link

Bring back the policy checker example #69

Closed aiuto closed 1 year ago

aiuto commented 1 year ago

The example of a license policy checker was accidentally deleted a few months ago. This PR restores it to the examples tree instead of rules, as it is too incomplete to be considered production ready. It serves to show a kind of test on license conditions you can do at build time.

danielmachlab commented 1 year ago

This PR restores it to the examples tree instead of rules, as it is too incomplete to be considered production ready.

@aiuto What are your thoughts around areas of improvement before this is "production ready"?