webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

Incorrect licence on npm.org

Open ycrumeyrolle opened this issue 4 years ago • 1 comments

On NPM, this package is referenced as GPL: https://www.npmjs.com/package/webassembly-interpreter

Since on GitHub it is referenced as MIT: https://github.com/xtuc/webassemblyjs/blob/master/LICENSE Changed by #287

The consequence is the package is red tagged as using a "Banned licence" on tools like Sonatype. The licence on NPM should be updated.

Note: on https://webassembly.js.org/, the licence link is also incorrect

ycrumeyrolle avatar Aug 25 '20 14:08 ycrumeyrolle

Similarly, https://github.com/xtuc/webassemblyjs/blob/master/packages/helper-fsm/package.json says the license is ISC.
From which npm states the license is ISC: https://www.npmjs.com/package/@webassemblyjs/helper-fsm

However, the license for this package is MIT: https://github.com/xtuc/webassemblyjs/blob/master/LICENSE

eemt avatar Jun 10 '22 22:06 eemt