[roll] Roll fuchsia [check-licenses] Support multiple metadata files in boundary logic

This updates locator and boundary logic to support multiple metadata
files per directory (e.g., README.fuchsia, go.mod, Cargo.toml). It
adds ParseAnyMetadata to handle these files and returns the best
match based on project boundaries.

Test: fx test tools/check-licenses
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586632
Original-Revision: 1bc6bb047ce6c72a5a66a4f7916872f4796bbe78
GitOrigin-RevId: e7431607228c0bc8a38e6f4efcea6594af913645
Change-Id: I272cc1da9c6a06aceb1dd614027b63ee9746193d
1 file changed
tree: f0cffd008f1aa65ec73eef326d69511318157a1b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.