license: PolyForm Noncommercial 1.0.0 - #5
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Code Review
This pull request transitions the project from an MIT license to the PolyForm Noncommercial License 1.0.0, updating the LICENSE file, README.md, and package.json. The review feedback identifies a legal terminology error in the 'Regulatory' section of the license text and a URL inconsistency in the README.
|
|
||
| ## Regulatory | ||
|
|
||
| If the software is computer software, and you get it from the United States of America government, then it is not "commercial computer software" under Federal Acquisition Regulation 12.212 or Defense Federal Acquisition Regulation Supplement 227.7202-4, and any use is subject to all restrictions that apply to any other public domain software. |
There was a problem hiding this comment.
The text in the 'Regulatory' section is incorrect. The official PolyForm Noncommercial License 1.0.0 specifies that the software is subject to restrictions applying to 'non-commercial computer software', not 'public domain software'. This is a significant legal distinction that should be corrected to ensure the license is valid and accurate.
If the software is computer software, and you get it from the United States of America government, then it is not "commercial computer software" under Federal Acquisition Regulation 12.212 or Defense Federal Acquisition Regulation Supplement 227.7202-4, and any use is subject to all restrictions that apply to any other non-commercial computer software.
| ## License | ||
|
|
||
| See [`LICENSE`](LICENSE). | ||
| [PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/) — you may use and modify this project for **noncommercial** purposes; **selling** the software, offering it for a fee, or using it primarily to make money requires a separate license from the copyright holder. Full terms: [`LICENSE`](LICENSE). |
There was a problem hiding this comment.
The URL for the PolyForm license contains a trailing slash (/1.0.0/), which is inconsistent with the URL provided in the LICENSE file (/1.0.0). For consistency and to match the canonical URL used in the license text itself, consider removing the trailing slash.
| [PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/) — you may use and modify this project for **noncommercial** purposes; **selling** the software, offering it for a fee, or using it primarily to make money requires a separate license from the copyright holder. Full terms: [`LICENSE`](LICENSE). | |
| [PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0) — you may use and modify this project for **noncommercial** purposes; **selling** the software, offering it for a fee, or using it primarily to make money requires a separate license from the copyright holder. Full terms: [LICENSE](LICENSE). |
Co-authored-by: Cursor <cursoragent@cursor.com>
Merge pull request #5 from TiltCheck-ME/main
Replaces MIT with PolyForm Noncommercial 1.0.0 (noncommercial use only). Updates README license section and reactSetup package.json license field.
Made with Cursor