Merge branch 'main' into cleanup
tree: 5ecf9c8a71abca503ca4cf14e6cb0660185e9b35
  1. .bazelci/
  2. .github/
  3. admin/
  4. docs/
  5. examples/
  6. licenses/
  7. rules/
  8. tests/
  9. tools/
  10. .gitignore
  11. BUILD
  12. CODEOWNERS
  13. deps.bzl
  14. LICENSE
  15. README.md
  16. version.bzl
  17. 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 the project.

WARNING: The code here is still in active initial development and may be under churn.