chore: relicense from GPL-3.0 to AGPL-3.0-or-later#8
Merged
Conversation
Switch relay license to close the SaaS loophole. Modified network-deployed forks must now offer their users the corresponding source under AGPLv3 §13. Relay is a network service by definition, so AGPLv3 is the right umbrella. - LICENSE → GNU AGPLv3 text - package.json + package-lock.json: license field updated - README.md license section rewritten with §13 note No code changes, no version bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Greptile SummaryThis PR relicenses the project from GPL-3.0-only to AGPL-3.0-or-later, updating Confidence Score: 5/5Safe to merge — documentation and metadata only, no code changes. All four changed files are consistent with each other, the canonical AGPLv3 text is used verbatim, no source files had stale GPL headers, and no logic or behavior is affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GPL-3.0-only] -->|Relicense| B[AGPL-3.0-or-later]
B --> C[LICENSE\nAGPLv3 canonical text]
B --> D[package.json\nlicense field updated]
B --> E[package-lock.json\nlicense field updated]
B --> F[README.md\nlicense section + §13 note]
subgraph Key difference
G[GPL-3.0\nNo network-use copyleft] -. closes loophole .-> H[AGPL-3.0\n§13 requires source offer\nfor network-deployed forks]
end
Reviews (1): Last reviewed commit: "chore: relicense from GPL-3.0 to AGPL-3...." | Re-trigger Greptile |
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
Relicense the relay from GPL-3.0 to AGPL-3.0-or-later to close the SaaS loophole. Relay is a network service by definition, so AGPLv3 §13 is the right umbrella — modified network-deployed forks must now offer their users the corresponding source.
Changes
LICENSE— GPLv3 → AGPLv3 (gnu.org canonical text)package.json+package-lock.json— license fieldGPL-3.0-only→AGPL-3.0-or-laterREADME.md— license section rewritten with §13 noteBehavior change
None. No code changes, no version bump.
Test plan
npm installregenerates lock file cleanly with new license metadata🤖 Generated with Claude Code