Merge pull request #28 from aiuto/linty

Do some things to make buildifier happy
tree: 95affcdab629f277cfcb3206b468eebf0bcbc4fa
  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.