Skip to content
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

Fix Apache-2.0 licensing in package.json #45

Open
hobie2987 opened this issue Jun 26, 2018 · 0 comments
Open

Fix Apache-2.0 licensing in package.json #45

hobie2987 opened this issue Jun 26, 2018 · 0 comments

Comments

@hobie2987
Copy link

hobie2987 commented Jun 26, 2018

grunt-env/package.json

Lines 18 to 22 in 27ad077

"licenses": [
{
"type": "Apache2",
"url": "https://github.com/jsoverson/grunt-env/blob/master/LICENSE-Apache2"
}

It appears the Apache 2.0 licensing in the package.json is old, and should be updated to use the following values:

type: "Apache-2.0"
url: "https://www.apache.org/licenses/LICENSE-2.0" or "http://www.opensource.org/licenses/Apache-2.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant