TiagoDanin / Add-License-Bot

Generate LICENSE file from package.json
https://tiagodanin.github.io/Add-License-Bot/
MIT License
6 stars 2 forks source link

Include COPYING, NOTICE, and other variants #32

Open oxr463 opened 5 years ago

oxr463 commented 5 years ago

Projects using a GPL license, should use the filename COPYING, COPYING.LESSER, etc.

For the Apache license, the filename should be NOTICE.

And for the Unlicense, the filename should be UNLICENSE.

Resources:

TiagoDanin commented 5 years ago

The bot use "Single File" permission, all modifications must be applied in /LICENSE.

If in the future GitHub add "Multiple File" permission I'll be happy to implement this as an optional feature.