-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix license to be valid SPDX #45
base: master
Are you sure you want to change the base?
Conversation
Bumping this PR, since the invalid SPDX expression makes license compatibility checks harder than necessary. |
@gtanner Would you mind please taking a look? :) The "Apache 2.0" in the license field isn't a valid SPDX identifier because it's missing a dash https://spdx.org/licenses/Apache-2.0.html. The missing dash makes license compliance scanning of dependencies troublesome. Most people will have Apache-2.0 on their allowed licenses list, but "Apache 2.0" with no dash is unexpected |
Good morning. Thanks for the good job on
|
This changes the license to a be a correct SPDX type. Currently the package.json is invalid.
The npm docs clearly state that a "licenses array" is (no longer?) valid: