You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: unify license parsing around Cloudsmith SPDX metadata (#30)
* fix: unify license parsing around Cloudsmith SPDX metadata
- Use Cloudsmith SPDX metadata as canonical license source
- Preserve Cloudsmith-derived license text across all package views
- Align badges, tooltips, filters, and search on shared classification path
- Fix restrictive license queries to use shared license rules
- Resolve View License consistently from shared metadata including SPDX-only packages
* fix: reuse precomputed search query in license quick-pick items
- Carry searchQuery from inspection through to quick-pick items
- Update _inspectStringLicense JSDoc to match actual return shape
---------
Co-authored-by: Colin Moynes <77994705+colinmoynes@users.noreply.github.com>
"restrictive": "This license has strong copyleft or viral terms that may require releasing derivative works under the same license. Legal review recommended before use in commercial software.",
42
-
"cautious": "This license has weak copyleft or uncommon terms. Review the specific obligations before use.",
43
-
"permissive": "This license is generally compatible with commercial use with minimal obligations.",
44
-
"unknown": "This license was not recognized. Review the license text manually.",
0 commit comments