zaach / jison

Bison in JavaScript.
http://jison.org
4.33k stars 448 forks source link

Include missing MIT license file #366

Closed kylef closed 5 years ago

kylef commented 6 years ago

The MIT license itself says that I need to have the copyright notice in any copies. As the package.json file says theres MIT licensed code. This pull request introduces the MIT license file and copyright notice based on first commit information.

There would be no copyright notice without the full license and thus render the license invalid. This is a problem for consumers who are trying to follow the license and consume this library as we need to include the license/copyright notice on all copies to conform to the license which is missing in the NPM published package.

To make the NPM package for jison have a valid license, this would need to be published to NPM as a release too.

pksunkara commented 6 years ago

@zaach Any update on this?

kylef commented 5 years ago

Seems license is actually in README so it is indeed there.