Add MIT license - #2
Conversation
The project had no license, which defaults to all-rights-reserved and blocks anyone from installing, modifying, or redistributing the pet. Add the MIT License to make the package freely usable.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 068d083915
ℹ️ 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".
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. |
There was a problem hiding this comment.
Include the MIT notice in runtime archives
After this file makes the project MIT-licensed, generated runtime releases still omit the license notice: scripts/package_release.py writes pebble-poses-runtime.zip with only pebble-poses/pet.json and pebble-poses/spritesheet.png. Anyone distributing or installing that runtime zip gets a copy/substantial portion of the software without the notice that the license now requires, so please add LICENSE to the runtime package or otherwise include the notice in the packaged pet.
Useful? React with 👍 / 👎.
The repo had no license file, so it defaulted to all-rights-reserved — nobody could legally install, modify, or redistribute the pet. Adds the MIT License (holder: Protonmatter, 2026), which GitHub will auto-detect and surface in the repo sidebar.