Switch JavaScript StarIntel spec to GNU AGPLv3 #10

Open
lost-rob0t wants to merge 5 commits from agent/license-agplv3 into master
lost-rob0t commented 2026-07-30 01:29:23 +00:00 (Migrated from github.com)

What changed

  • replace the GPLv3 repository notice with AGPL-3.0-only
  • update package.json license metadata
  • synchronize root package metadata in package-lock.json

Validation

  • reviewed the branch diff
  • verified package and lockfile metadata agree
  • no runtime, schema, or conformance behavior changed

Relicensing note

Before merge, verify that the project has permission to relicense every non-permissively licensed third-party contribution.

## What changed - replace the GPLv3 repository notice with `AGPL-3.0-only` - update `package.json` license metadata - synchronize root package metadata in `package-lock.json` ## Validation - reviewed the branch diff - verified package and lockfile metadata agree - no runtime, schema, or conformance behavior changed ## Relicensing note Before merge, verify that the project has permission to relicense every non-permissively licensed third-party contribution.
nsaspy changed title from WIP: Switch JavaScript StarIntel spec to GNU AGPLv3 to Switch JavaScript StarIntel spec to GNU AGPLv3 2026-08-28 03:30:14 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin agent/license-agplv3:agent/license-agplv3
git switch agent/license-agplv3

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff agent/license-agplv3
git switch agent/license-agplv3
git rebase master
git switch master
git merge --ff-only agent/license-agplv3
git switch agent/license-agplv3
git rebase master
git switch master
git merge --no-ff agent/license-agplv3
git switch master
git merge --squash agent/license-agplv3
git switch master
git merge --ff-only agent/license-agplv3
git switch master
git merge agent/license-agplv3
git push origin master
Sign in to join this conversation.
No description provided.