Skip to content

chore: normalize the license field to the SPDX identifier - #76

Merged
miguelcolmenares merged 1 commit into
mainfrom
fix/license-spdx-identifier
Aug 21, 2026
Merged

chore: normalize the license field to the SPDX identifier#76
miguelcolmenares merged 1 commit into
mainfrom
fix/license-spdx-identifier

Conversation

@miguelcolmenares

Copy link
Copy Markdown
Member

Three spellings existed across the org's npm packages. Only PolyForm-Noncommercial-1.0.0 is the actual SPDX identifier (confirmed against spdx.org); this repo had "PolyForm Noncommercial License 1.0.0" (missing the hyphens). Normalizing to match recaptcha, agents-toolkit, next-testing-toolkit.

Metadata-only, no build/behavior impact — npm run check unchanged.

Three spellings existed across the org's npm packages:
- "Polyform Noncommercial License 1.0.0" (icons)
- "PolyForm Noncommercial License 1.0.0" (consent-banner, performance-toolkit)
- "PolyForm-Noncommercial-1.0.0" (recaptcha, agents-toolkit, next-testing-toolkit)

Only the third is the actual SPDX identifier -- confirmed against
https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html. Normalizing
every package to it, matching the three that already had it right.

The LICENSE file's own heading text is untouched -- that is prose from
PolyForm's official license text, not an SPDX declaration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@miguelcolmenares
miguelcolmenares merged commit 731d8ff into main Aug 21, 2026
7 of 8 checks passed
@miguelcolmenares
miguelcolmenares deleted the fix/license-spdx-identifier branch August 21, 2026 16:10
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

Successfully merging this pull request may close these issues.

2 participants