Skip to content

Commit 0fc58de

Browse files
committed
feat: overhaul README and switch license to CC-BY-NC-ND-4.0
README now matches CFX repo quality: Mermaid flowchart, stats banner, nav links, collapsible sections, usage examples, release plan table, platform/pipeline/workflow tables, reference links. License changed from MIT to CC-BY-NC-ND-4.0 across LICENSE, plugin.json, README, and AGENTS.md. Made-with: Cursor
1 parent 8141684 commit 0fc58de

4 files changed

Lines changed: 298 additions & 128 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "TMHSDigital",
88
"email": "contact@tmhospitalitystrategies.com"
99
},
10-
"license": "MIT",
10+
"license": "CC-BY-NC-ND-4.0",
1111
"keywords": [
1212
"unity",
1313
"unity3d",

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ The MCP server is configured in `.cursor/mcp.json` and starts automatically when
142142

143143
## License
144144

145-
MIT. All contributions fall under this license.
145+
CC-BY-NC-ND-4.0. All contributions fall under this license.

LICENSE

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
1-
MIT License
2-
3-
Copyright (c) 2026 TM-Hospitality-Strategies
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
2+
3+
Copyright (c) 2026 TM Hospitality Strategies
4+
5+
SPDX-License-Identifier: CC-BY-NC-ND-4.0
6+
7+
You are free to:
8+
9+
Share - copy and redistribute the material in any medium or format.
10+
11+
The licensor cannot revoke these freedoms as long as you follow the
12+
license terms.
13+
14+
Under the following terms:
15+
16+
Attribution - You must give appropriate credit, provide a link to
17+
the license, and indicate if changes were made. You may do so in
18+
any reasonable manner, but not in any way that suggests the licensor
19+
endorses you or your use.
20+
21+
NonCommercial - You may not use the material for commercial purposes.
22+
23+
NoDerivatives - If you remix, transform, or build upon the material,
24+
you may not distribute the modified material.
25+
26+
No additional restrictions - You may not apply legal terms or
27+
technological measures that legally restrict others from doing
28+
anything the license permits.
29+
30+
Full license text:
31+
https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode

0 commit comments

Comments
 (0)