Migrate repository licensing from MIT to PolyForm Noncommercial 1.0.0 - #17
Merged
Merged
Conversation
Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dfeen87
August 4, 2026 16:42
View session
dfeen87
marked this pull request as ready for review
August 4, 2026 16:42
There was a problem hiding this comment.
Pull request overview
This PR migrates the repository from the MIT license to the PolyForm Noncommercial License 1.0.0, updating license text, package metadata, documentation, and source-file headers accordingly.
Changes:
- Replaced
LICENSEcontents and updatedpyproject.tomllicense metadata/classifiers. - Updated Python module headers under
src/to reference PolyForm Noncommercial License 1.0.0. - Updated README + docs to remove MIT references and describe the new license.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/gamegenie_x/web/app.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/validator.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/sandbox.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/safety.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/profiles.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/profiles_data/init.py | Adds module marker with PolyForm Noncommercial license header. |
| src/gamegenie_x/preview.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/patcher.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/patch_v2.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/models.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/library.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/generator.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/game_profiles.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/encoder.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/detector.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/decoder.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/cli.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/checksum.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/bitpack.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/alphabet.py | Adds PolyForm Noncommercial license header. |
| src/gamegenie_x/init.py | Adds PolyForm Noncommercial license header. |
| README.md | Replaces MIT references/badge and adds PolyForm Noncommercial licensing text. |
| pyproject.toml | Updates project license metadata and classifier away from MIT. |
| LICENSE | Replaces MIT license with PolyForm Noncommercial license text. |
| docs/roadmap.md | Replaces MIT references with PolyForm Noncommercial references. |
| docs/encoding.md | Replaces MIT references with PolyForm Noncommercial references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+20
| PolyForm Noncommercial License 1.0.0 | ||
|
|
||
| <https://polyformproject.org/licenses/noncommercial/1.0.0> | ||
|
|
||
| ## Acceptance | ||
|
|
||
| In order to get any license under these terms, you must agree | ||
| to them as both strict obligations and conditions to all your | ||
| licenses. | ||
|
|
||
| ## Copyright License | ||
|
|
||
| The licensor grants you a copyright license for the software to | ||
| do everything you might do with the software that would otherwise | ||
| infringe the licensor's copyright in it as detailed below. | ||
|
|
||
| ## Limits | ||
|
|
||
| You may use the software for noncommercial purposes only. | ||
|
|
| - No online cheating | ||
| - User‑owned data only | ||
| - MIT‑licensed openness | ||
| - PolyForm Noncommercial‑licensed openness |
| description = "A modern, platform-unified Game Genie patch encoding engine." | ||
| readme = "README.md" | ||
| license = { text = "MIT" } | ||
| license = { text = "PolyForm Noncommercial 1.0.0" } |
| - Retro aesthetic | ||
| - Modern safety | ||
| - MIT‑licensed openness | ||
| - PolyForm Noncommercial‑licensed openness |
Comment on lines
+224
to
+227
| ## License | ||
|
|
||
| This project is licensed under the PolyForm Noncommercial License 1.0.0. | ||
| You may use and modify this software for non-commercial purposes only. |
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.
This updates the repository’s licensing from MIT to PolyForm Noncommercial 1.0.0 and removes MIT references across code and docs. The change is intentionally non-functional and scoped to license text, metadata, and headers.
License text
LICENSEwith PolyForm Noncommercial License 1.0.0 text.Source headers
src/to use:Licensed under the PolyForm Noncommercial License 1.0.0README licensing content
Package metadata
pyproject.tomllicense metadata from MIT toPolyForm Noncommercial 1.0.0.Repository-wide cleanup
docs/roadmap.md,docs/encoding.md) and ensured no residualMITreferences remain.Example header update:
# Licensed under the PolyForm Noncommercial License 1.0.0