Update licensing to MIT License - #18
Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s licensing from PolyForm Noncommercial 1.0.0 to the MIT License, aligning the root LICENSE, package metadata, documentation, and per-module headers under src/gamegenie_x/.
Changes:
- Replaced the root
LICENSEtext with the MIT License. - Updated
pyproject.tomllicense metadata/classifiers and author attribution to match the MIT licensing and copyright holder name. - Updated README/docs wording and Python module headers to reference the MIT License.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/gamegenie_x/web/app.py | Update module header to MIT license attribution. |
| src/gamegenie_x/validator.py | Update module header to MIT license attribution. |
| src/gamegenie_x/sandbox.py | Update module header to MIT license attribution. |
| src/gamegenie_x/safety.py | Update module header to MIT license attribution. |
| src/gamegenie_x/profiles.py | Update module header to MIT license attribution. |
| src/gamegenie_x/profiles_data/init.py | Update package header to MIT license attribution. |
| src/gamegenie_x/preview.py | Update module header to MIT license attribution. |
| src/gamegenie_x/patcher.py | Update module header to MIT license attribution. |
| src/gamegenie_x/patch_v2.py | Update module header to MIT license attribution. |
| src/gamegenie_x/models.py | Update module header to MIT license attribution. |
| src/gamegenie_x/library.py | Update module header to MIT license attribution. |
| src/gamegenie_x/generator.py | Update module header to MIT license attribution. |
| src/gamegenie_x/game_profiles.py | Update module header to MIT license attribution. |
| src/gamegenie_x/encoder.py | Update module header to MIT license attribution. |
| src/gamegenie_x/detector.py | Update module header to MIT license attribution. |
| src/gamegenie_x/decoder.py | Update module header to MIT license attribution. |
| src/gamegenie_x/cli.py | Update module header to MIT license attribution. |
| src/gamegenie_x/checksum.py | Update module header to MIT license attribution. |
| src/gamegenie_x/bitpack.py | Update module header to MIT license attribution. |
| src/gamegenie_x/alphabet.py | Update module header to MIT license attribution. |
| src/gamegenie_x/init.py | Update package header to MIT license attribution. |
| README.md | Replace PolyForm Noncommercial references/badge text with MIT wording. |
| pyproject.toml | Update license metadata/classifier and author attribution. |
| LICENSE | Replace PolyForm Noncommercial license text with MIT License text. |
| docs/roadmap.md | Update license references in roadmap to MIT. |
| docs/encoding.md | Update license references in encoding doc to MIT. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Replaced the PolyForm Noncommercial 1.0.0 license with the official MIT License. Updated all source file headers under src/gamegenie_x/ to reflect MIT copyright attribution. Updated pyproject.toml, README.md, docs/encoding.md, and docs/roadmap.md to reflect the license change.
PR created automatically by Jules for task 2180181729327949783 started by @dfeen87