Propagate aspect to generating rules by default

This should make the aspect more reliably collect licenses from included files.
1 file changed
tree: 21369c3390d634f7e8ede92421c8395407aa22e5
  1. .github/
  2. admin/
  3. docs/
  4. examples/
  5. licenses/
  6. rules/
  7. tests/
  8. tools/
  9. .gitignore
  10. CODEOWNERS
  11. LICENSE
  12. README.md
  13. WORKSPACE
README.md

rules_license

This repository contains a set of rules and tools for

  • asserting that packages are available under specified OSS licenses
  • gathering those license assertions into artifacts to ship with code
  • applying organization specific compliance constriants against the set of licenses used by a target.

See License Checking with Bazel for more information about this project.

WARNING: The code here is still in early, active development.

Disclaimer

This is not an officially supported Google product.