Merge remote-tracking branch 'aosp/upstream-main' into notice

Initial checkin

Bug: 236035542
Test: N/A
Change-Id: I520370d6c92997af10f6bc9e264486b59acafd6b
tree: c87a7c540efe9da13cb94870d8e09efeba88f63f
  1. .bazelci/
  2. .github/
  3. admin/
  4. distro/
  5. docs/
  6. examples/
  7. licenses/
  8. rules/
  9. tests/
  10. tools/
  11. .gitignore
  12. BUILD
  13. CODEOWNERS
  14. deps.bzl
  15. LICENSE
  16. README.md
  17. version.bzl
  18. 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.