Skip to content

Relicense: GPL-2.0-only → GPL-3.0-or-later#818

Open
tomcasaburi wants to merge 1 commit into
masterfrom
chore/relicense-gpl-3.0-or-later
Open

Relicense: GPL-2.0-only → GPL-3.0-or-later#818
tomcasaburi wants to merge 1 commit into
masterfrom
chore/relicense-gpl-3.0-or-later

Conversation

@tomcasaburi
Copy link
Copy Markdown
Member

@tomcasaburi tomcasaburi commented Jun 2, 2026

Why

seedit is currently GPL-2.0-only but depends on @bitsocial/bitsocial-react-hooks (GPL-3.0-or-later@pkcprotocol/pkc-js). GPL-2.0-only is legally incompatible with GPL-3.0-or-later — there is no common license version the combined work can be distributed under. This is a live conflict, not just staleness.

Moving to GPL-3.0-or-later resolves it and aligns seedit with the rest of the core stack.

Changes

  • package.json: licenseGPL-3.0-or-later
  • LICENSE: replace verbatim GPLv2 text with GPLv3
  • README.md: license badge label

Notes

  • Relicensing authorized by cofounder / copyright holder.
  • README still contains stale bitsocialhq org links (wrong org) — intentionally out of scope here; tracked separately.
  • Licensing strategy, not formal legal advice.

Note

Low Risk
Documentation and SPDX metadata only; no application runtime or security behavior changes.

Overview
Relicensing from GPL-2.0-only to GPL-3.0-or-later so the project can be distributed together with GPL-3.0-or-later dependencies (e.g. @bitsocial/bitsocial-react-hooks).

LICENSE is replaced with the full GPLv3 text (was GPLv2). package.json license is updated to GPL-3.0-or-later. The README.md license badge is updated to match.

Reviewed by Cursor Bugbot for commit 9ba4808. Bugbot is set up for automated code reviews on this repo. Configure here.

Summary by CodeRabbit

  • Chores
    • Project license upgraded from GNU GPL version 2 to GNU GPL version 3
    • Updated all license references throughout the project

seedit depends on @bitsocial/bitsocial-react-hooks (GPL-3.0-or-later), which is legally incompatible with GPL-2.0-only (no common license version). Move to GPL-3.0-or-later to resolve the conflict and align with the org's core stack (pkc-js, bitsocial-react-hooks).

- package.json: license -> GPL-3.0-or-later
- LICENSE: replace verbatim GPLv2 text with GPLv3
- README: license badge label

Relicensing authorized by cofounder / copyright holder.
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
seedit Ready Ready Preview, Comment Jun 2, 2026 12:49pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

The project license is upgraded from GNU GPL version 2 to version 3. The main LICENSE document is replaced with the full GPLv3 text, and all project metadata declarations (README badge and package.json field) are updated to reflect GPL-3.0-or-later.

Changes

License Upgrade to GPLv3

Layer / File(s) Summary
GPLv3 License Document
LICENSE
LICENSE file replaced with complete GPLv3 text (2007), updating the preamble, all 17 sections of Terms and Conditions with GPLv3-specific legal provisions (patents, anti-circumvention), and the How to Apply template with revised instructions and removed GPLv2-specific examples.
License Metadata Updates
README.md, package.json
License badge in README and license field in package.json both changed from GPL-2.0-only to GPL-3.0-or-later to declare the new license version.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A GPL-v-three hops into view,
Legal prose made fresh and new,
Patent shields and freedom's way,
Updated docs brighten the day!
Seedit grows with stronger rights. 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and concisely summarizes the main change: updating the project license from GPL-2.0-only to GPL-3.0-or-later, which is the core objective of the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/relicense-gpl-3.0-or-later

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 7: Update the user-facing license text in the About component in
src/views/about/about.tsx (the About React component or exported About function)
so it matches package.json's "GPL-3.0-or-later" declaration; replace any
"GPL-2.0" wording (lines referencing GPL-2.0) with "GPL-3.0-or-later" or add a
clear note deferring the change and link to a tracked follow-up, ensuring UI and
metadata are consistent.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7353a84a-d750-4a90-873f-d6d6014f7615

📥 Commits

Reviewing files that changed from the base of the PR and between 712253d and 9ba4808.

📒 Files selected for processing (3)
  • LICENSE
  • README.md
  • package.json

Comment thread package.json
"author": "Bitsocial Labs",
"type": "module",
"license": "GPL-2.0-only",
"license": "GPL-3.0-or-later",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Resolve remaining GPL-2.0 user-facing text to avoid conflicting license declarations.

package.json now declares GPL-3.0-or-later, but src/views/about/about.tsx (Lines 82-86 in provided context) still tells users the app is under GPL-2.0. Please update that UI text in this PR (or explicitly defer with a tracked follow-up) so legal messaging is consistent across metadata and runtime UX.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 7, Update the user-facing license text in the About
component in src/views/about/about.tsx (the About React component or exported
About function) so it matches package.json's "GPL-3.0-or-later" declaration;
replace any "GPL-2.0" wording (lines referencing GPL-2.0) with
"GPL-3.0-or-later" or add a clear note deferring the change and link to a
tracked follow-up, ensuring UI and metadata are consistent.

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.

1 participant