[roll] Roll fuchsia [check-licenses] Move README field validation to library

Extract the README field validation logic from cmd/readme.go into the
underlying v2/readme library package as Validate([]*Readme) []error.

This cleans up the CLI command file and keeps it focused on dispatching.
Updated build files to include the new validate.go file.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1602570
Original-Revision: b07e498eeb9c4ce051d4ca95db717dab0f6d031c
GitOrigin-RevId: cd5ce46d34de94c26c59968f6f4a0ccf67d67303
Change-Id: I440f967f57299e5e5a9e3a780a8c4c5b49f0bf9a
1 file changed
tree: 1a2bff89cba146d4e12a4c74f8c96ab58ae77b44
  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.