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

Update Licence field in package.json to match LICENSE file #127

Merged
merged 1 commit into from
Sep 11, 2023

Commits on Sep 8, 2023

  1. Update Licence field in package.json to match LICENSE file

    In the `package.json`, this project had `"license": "New Relic"`, which is not a valid license type. I am working on a mobile app for an enterprise client that does dependency analysis to ensure all of our dependencies are permissable for use in their organization, and the tool flagged this project due to the unrecognized license.
    
    This PR just updates the field to be "Apache-2.0" to match the license specified in the [LICENSE](./LICENSE) file.
    stevehanson authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    736bc7c View commit details
    Browse the repository at this point in the history