You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So maybe it would be worthwhile to include the license from https://choosealicense.com/licenses/mit/ to clarify it, and GitHub will also add a badge to the repo to clarify that it's MIT-licensed for every visitor.
Having said that, some packages say they're "unlicensed", e.g.,
which the NPM docs suggest using when you don't want to grant any rights to use packages:
Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms:
{
"license": "UNLICENSED"
}
This seems to be in conflict with the MIT license above: if some of the modules are unlicensed, and they're required, it's unclear how someone might use this project, if they can't use these modules.
Could you please clarify the overall license for the project, and the licensing for each individual module?
Thank you!
The text was updated successfully, but these errors were encountered:
First, thank you for building and sharing this project with us!
There's no
LICENSE
file in the root of the repo, but the top-levelpackage.json
says this project is MIT-licensed:noya/package.json
Line 6 in 6fa07b1
So maybe it would be worthwhile to include the license from https://choosealicense.com/licenses/mit/ to clarify it, and GitHub will also add a badge to the repo to clarify that it's MIT-licensed for every visitor.
Having said that, some packages say they're "unlicensed", e.g.,
noya/packages/canvaskit/package.json
Lines 1 to 6 in 6fa07b1
which the NPM docs suggest using when you don't want to grant any rights to use packages:
This seems to be in conflict with the MIT license above: if some of the modules are unlicensed, and they're required, it's unclear how someone might use this project, if they can't use these modules.
Could you please clarify the overall license for the project, and the licensing for each individual module?
Thank you!
The text was updated successfully, but these errors were encountered: