Update license from MIT to PolyForm Noncommercial 1.0.0#5
Conversation
Replaced MIT License with PolyForm Noncommercial License 1.0.0, detailing terms for use, distribution, and modifications.
There was a problem hiding this comment.
Pull request overview
Updates the project’s legal licensing terms by replacing the repository’s MIT license text with the PolyForm Noncommercial License 1.0.0.
Changes:
- Replaced the contents of
LICENSEfrom MIT to PolyForm Noncommercial 1.0.0. - Introduced the PolyForm Noncommercial license terms/sections (acceptance, distribution, changes/new works, etc.).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # PolyForm Noncommercial License 1.0.0 | ||
|
|
||
| <https://polyformproject.org/licenses/noncommercial/1.0.0> | ||
|
|
There was a problem hiding this comment.
The repo’s build metadata still declares the license as MIT (e.g., mod_license=MIT in gradle.properties, which is expanded into src/main/resources/META-INF/neoforge.mods.toml). After changing LICENSE to PolyForm Noncommercial, update those fields too so published artifacts don’t misstate the license.
| # PolyForm Noncommercial License 1.0.0 | ||
|
|
||
| <https://polyformproject.org/licenses/noncommercial/1.0.0> | ||
|
|
There was a problem hiding this comment.
This license text doesn't identify the actual licensor/copyright holder anywhere in the repository (the prior MIT copyright notice was removed, and there are no Required Notice: lines). Consider adding a project-specific Required Notice: Copyright (c) <year> <owner> line (or equivalent copyright notice) so downstream users know who grants the license and what notices must be preserved.
| Required Notice: Copyright (c) <year> <owner> |
Replaced MIT License with PolyForm Noncommercial License 1.0.0, detailing terms for use, distribution, and modifications.