chore: relicense project under GPLv3 - #192
Conversation
Replace the MIT license with the GNU General Public License v3.0 (SPDX: GPL-3.0-only). Files touched: Cargo.toml LICENSE README.md Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AeaT3mK6fazbUn9kcTrKxL
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe project changes its license from MIT to GNU GPL v3.0. Cargo metadata, the full LICENSE file, and the README license notice now use the GPL-3.0-only designation. ChangesLicense transition
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to The project’s license declaration changes from MIT to GPL v3.0, with package metadata, the license file, and README notice aligned. No current merge-blocking implementation risk is evident. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 613c12255f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. | ||
| GNU GENERAL PUBLIC LICENSE |
There was a problem hiding this comment.
Preserve the existing MIT notice when relicensing
When distributing code inherited from the MIT-licensed history, replacing the entire license file removes the copyright and permission notice that the former MIT terms expressly required to remain in all copies or substantial portions. GPL compatibility permits redistribution under GPLv3, but does not waive that notice condition; retain the prior text in a LICENSE-MIT or NOTICE file alongside GPLv3 unless every relevant copyright holder has separately authorized removal.
Useful? React with 👍 / 👎.
Relicenses this project from MIT to the GNU General Public License v3.0 (SPDX
GPL-3.0-only), as part of an org-wide relicensing of every MostroP2P repository.Changes
Cargo.tomlLICENSEREADME.mdLICENSEnow holds the verbatim GPLv3 text from https://www.gnu.org/licenses/gpl-3.0.txt (674 lines).The README license section (and badge, where present) points at GPLv3. Where the README had no license section, one was added.
Package metadata (
Cargo.toml/package.json) declaresGPL-3.0-onlyso the license is machine-readable; the field was added where it was previously absent.Notes for reviewers
🤖 Generated with Claude Code
https://claude.ai/code/session_01AeaT3mK6fazbUn9kcTrKxL
Summary by CodeRabbit