Skip to content

Commit

Permalink
GITBOOK-194: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored and gitbook-bot committed Dec 24, 2024
1 parent c0f85cd commit 3ed38eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbuild/specification/13.license.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ description: 'SPDX License (TYPE: NON_ENFORCED)'
# (All paths are assumed to be inside ${SBUILD_OUTDIR} i.e ${SBUILD_OUTDIR} == /
license:
- id: "MIT"
path: "/MIT.license" #Is assumed as ${SBUILD_OUTDIR}/MIT.license & copied to ${SBUILD_OUTDIR}/LICENSE
file: "/MIT.license" #Is assumed as ${SBUILD_OUTDIR}/MIT.license & copied to ${SBUILD_OUTDIR}/LICENSE
- id: "GPL3"
path: "/SBUILD_TMPDIR/foo/bar.license" #Is assumed as ${SBUILD_OUTDIR}/SBUILD_TMPDIR/foo/bar.license & copied to ${SBUILD_OUTDIR}/LICENSE, IF & ONLY IF ${SBUILD_OUTDIR}/MIT.license wasn't found
file: "/SBUILD_TMPDIR/foo/bar.license" #Is assumed as ${SBUILD_OUTDIR}/SBUILD_TMPDIR/foo/bar.license & copied to ${SBUILD_OUTDIR}/LICENSE, IF & ONLY IF ${SBUILD_OUTDIR}/MIT.license wasn't found
```
{% endcode %}
{% endhint %}
Expand Down

0 comments on commit 3ed38eb

Please sign in to comment.