[roll] Roll fuchsia [check-licenses] Retain newlines when generating HTML.

When check-licenses generates HTML, it currently replaces newlines with
HTML "<br />" tags.

Replacing the newlines creates very long lines in the generated HTML
output. This doesn't matter from the end user's perspective, but does
make it hard for developers looking directly at the generated output,
comparing diffs, etc.

Update the tool to leave the newline in place when adding "<br />"
tokens.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/569183
Original-Revision: d647e922cfbd2315b4d406a2048a14fd13a995e7
GitOrigin-RevId: 3665cd84e08482f671d19115ed22d406f5ac64fe
Change-Id: I4eece018f3a3766391844a1d490a89374ab66dc9
1 file changed
tree: 70ed89f91aaa58772111471471365610cceeb45e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.