katyo / tweetnacl-ts

Port of TweetNaCl cryptographic library to TypeScript (and ES6)
The Unlicense
11 stars 6 forks source link

NPM license is UNLICENSED whereas repo is UNLICENSE. #3

Open NicholasWhitallNSWHP opened 2 years ago

NicholasWhitallNSWHP commented 2 years ago

Hi Katyo,

The NPM repository indicates that the licensing is UNLICENSED which according to NPM is a flag to indicate "UNLICENSED isn’t a license, but an npm-defined keyword “if you do not wish to grant others the right to use a private or unpublished package under any terms” - https://npm.community/t/unlicensed-or-unlicense/4183.html

However the repository LICENSE file indicates that the intention is for this to be public domain and be 'UNLICENSE" instead.

If this is the intention can we update the package.json to reflect this?

Thank you in advance.

NicholasWhitallNSWHP commented 2 years ago

I created a PR for the issue https://github.com/katyo/tweetnacl-ts/pull/4/commits/5f6e27c73790d1fd22344f5dc1bf4a4aa6b1a528