jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

Replace `nolicense` with `UNLICENSED` #83

Closed BenjaminVanRyseghem closed 6 years ago

BenjaminVanRyseghem commented 6 years ago

https://docs.npmjs.com/files/package.json#license

Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms:

{ "license": "UNLICENSED" }

SBoudrias commented 6 years ago

Thanks!