remove unneeded loads
3 files changed
tree: dae401c2c7718465687fc8a2d31f6a0b4778e603
  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.