Switch license from MIT to GPL-3.0-or-later#2
Merged
Conversation
Co-authored-by: draugvar <12036000+draugvar@users.noreply.github.com> Agent-Logs-Url: https://github.com/draugvar/Duckify/sessions/ff8d77aa-8f73-4725-99b1-26d02d6c87dd
Owner
|
@copilot update version and changelog please |
Copilot
AI
changed the title
[WIP] Update license to be open source redistributable
Switch license from MIT to GPL-3.0-or-later
Mar 23, 2026
… change Co-authored-by: draugvar <12036000+draugvar@users.noreply.github.com> Agent-Logs-Url: https://github.com/draugvar/Duckify/sessions/70f39d10-99a1-4ad4-9b12-85f3b544440d
Contributor
Author
Done in commit
|
draugvar
approved these changes
Mar 23, 2026
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.
MIT is permissive and allows proprietary redistribution without sharing changes. GPL-3.0 is copyleft — it requires all derivatives and redistributions to remain open source.
Changes
LICENSE— replaced MIT text with full GPL-3.0 canonical textCargo.toml— addedlicense = "GPL-3.0-or-later"to[package]and bumped version to1.1.6README.md— updated License section to reflect GPL-3.0 with a brief descriptionCHANGELOG.md— added[1.1.6] - 2026-03-23entry documenting the license changeOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.