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.
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.