Conversation
Release v2.10.1
Release v2.11.0
Release 2.11.1
Release v2.12.0
chore: update release metadata
|
|
||
| Copyright (C) 2023-2026 ACM-VIT and cli-top contributors. | ||
|
|
||
| This project is licensed under the GNU General Public License version 3 only |
There was a problem hiding this comment.
Published Package Remains Unlicensed
The repository now declares GPL-3.0-only, but the npm publishing path still exposes "license": "UNLICENSED", substitutes a README with no license notice, and omits LICENSE from the package files. npm consumers and compliance scanners therefore receive contradictory terms and can reject or misclassify the package; align the package metadata and published contents with this declaration.
Artifacts
Repro: executable npm pack and tarball inspection harness
- Contains supporting evidence from the run (text/x-shellscript; charset=utf-8).
- Keeps the command output available without making the summary code-heavy.
Repro: machine-readable tarball inspection report
- Contains supporting evidence from the run (application/json; charset=utf-8).
- Contains supporting evidence from the run (application/json; charset=utf-8).
Repro: generated npm package tarball
- Contains supporting evidence from the run (text/plain; charset=utf-8).
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.
spent a lot of water and tokens to review your slop
Greptile Summary
This PR declares the project under GPL version 3 only. The main changes are:
Confidence Score: 4/5
The npm distribution needs to match the new GPL declaration before merging.
npm metadata continues to identify the package as unlicensed. The published npm package omits the new license file and notice. The added GPL text and repository README agree with each other.
README.md and the npm package metadata and file list.
What T-Rex did
Important Files Changed
Reviews (1): Last reviewed commit: "docs: clarify GPLv3 licensing" | Re-trigger Greptile