tree: cc47bba833513a89c9603ed0077880aa9b51ef08 [path history] [tgz]
  1. check-licenses.spdx.json
  2. README.md
tools/check-licenses/static/spdx/examples/README.md

check-licenses.spdx.json is generated with the following commands:

# Build check-licenses in a clean workspace
fx set core.x64 --with //tools/check-licenses:host
fx clean && fx build

# Run check-licenses against itself
fx check-licenses //tools/check-licenses

# Copy the resulting SPDX.json file to this directory.
# By default, check-licenses outputs to /tmp/ directory.
cp /tmp/check-licenses/version/core.x64/results.spdx.json check-licenses.spdx.json