[roll] Roll fuchsia [check-licenses] Adding more license patterns

Some weeks ago I added a handful of license patterns without realizing
I also need to add those license paths to the BUILD.gn file
at the root of the golden directory. My fault, but ideally this would
be automatic, or at least easier for folks to not forget.

In this CL I've added a bunch of license texts that I found when trying
to get to 100% license text detection. There are a handful of licenses
left to navigate, but this gets us 99% of the way there.

I realize I didn't add an accompanying *.txt file for many of these.
I am going to have a formal review with the OSRB team, and try to
categorize these under a common license "type" (e.g. try to have 1 lic
for BSD, or at least put all BSD licenses under the bsd directory.).

During that formal review process, I will make sure all tests have
an accompanying txt file, that they're organized properly,
that they're allowlisted properly, and that they're all added
to a BUILD.gn file so their tests run.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/662569
Original-Revision: bd5dc47a7a5ca5653ddb58bc1ff09b65e884f4e8
GitOrigin-RevId: 04459a1cc824cb0bceb1d93651c2abe363c73f15
Change-Id: I059ae4412c72559edc86854fae8ebaa5fca941df
1 file changed
tree: 4b0e3a1f84e73f14d2d0a294cad7fefbcee0bef6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.