Merge remote-tracking branch 'aosp/upstream-main' into notice am: d5f1fc8147 am: 64bd397324 am: 50783bf43b am: e66c3e756d am: df3b8d7aa1

Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_license/+/2189019

Change-Id: Ia6eec35387b885fdb37d7dda99722511a43e093b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.