aboutsummaryrefslogtreecommitdiffstats
path: root/build/WebpackSPDXPlugin.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Switch order of license texts in `.license` filesFerdinand Thiessen2024-06-181-16/+17
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Adjust SPDX tool to multiple line licenses instead of `AND` chainedFerdinand Thiessen2024-06-181-4/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add webpack plugin to properly extract licenses used in compiled assetsFerdinand Thiessen2024-06-161-0/+216
This will create proper extracted license information for assets and stores it in `fist/file.js.license`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>