mjeanroy / rollup-plugin-license

Rollup plugin to add license banner to the final bundle and output third party licenses
MIT License
105 stars 21 forks source link

Support also REUSE organized licenses #1684

Open mitar opened 4 months ago

mitar commented 4 months ago

REUSE spec mandates that licenses should be in the LICENSES top-level directory. This package currently looks only for LICENSE* file. I would kindly suggest that if LICENSE* file is not found, all files inside LICENSES directory should be read and concatenated instead (if the directory exists).