use replenishDefaultLicenseTexts in specific license types
zoltan-mihalyi opened this issue · 3 comments
zoltan-mihalyi commented
If I am correct, the Apache 2.0 license requires the license text to be included, but others don't.
It would be great if replenishDefaultLicenseTexts
could be a function, which decides what license should be replenished
codepunkt commented
You could also do that by parsing the resulting JSON to an additionalFile
, right?
codepunkt commented
@zoltan-mihalyi Are you still interested in this?
zoltan-mihalyi commented
@codepunkt The MIT license requires the license notice to be included, so no, thank you!