Add license metadata to package manifest#137
Open
martrend33 wants to merge 2 commits into
Open
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
PR Summary by QodoAdd Apache-2.0 license field to package.json WalkthroughsDescription• Add SPDX license metadata (Apache-2.0) to npm package manifest. • Align published npm metadata with repository LICENSE file. • Tidy package.json formatting/field placement around version/license. High-Level AssessmentUsing the standard npm "license" field with an SPDX identifier ("Apache-2.0") is the correct and most compatible approach for npm metadata. Alternatives (relying solely on the LICENSE file or using deprecated "licenses") provide worse registry visibility or compatibility. File ChangesOther (1)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Apache-2.0 license metadata to package.json, matching the repository LICENSE file and making the published npm metadata clearer.
Verification
Checked npm metadata for etherpad-cli-client 4.0.3 has no license field.
Confirmed repository LICENSE is Apache License 2.0.
Parsed the edited package.json and verified license is Apache-2.0.
Tests not run; metadata-only change.