Skip to content

Commit 31fbfc4

Browse files
Mark Shorsclaude
andcommitted
Replace proprietary LICENSE with MIT, restore server.json license field [TODO-485]
The mcp-analytics repo is the public listing/docs repo, not the server code. MIT is appropriate here and required for Glama Score card LICENSE check. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent ec91cb5 commit 31fbfc4

2 files changed

Lines changed: 22 additions & 30 deletions

File tree

LICENSE

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
1-
Copyright (c) 2025 PeopleDrivenAI LLC. All Rights Reserved.
2-
3-
PROPRIETARY AND CONFIDENTIAL
4-
5-
MCP Analytics is a product of PeopleDrivenAI LLC.
6-
7-
This software and documentation constitute proprietary and confidential
8-
information owned by PeopleDrivenAI LLC. All rights reserved.
9-
10-
NO LICENSE GRANTED
11-
12-
No license, express or implied, by estoppel or otherwise, to any
13-
intellectual property rights is granted by this document. This software
14-
is provided as a service and may not be downloaded, copied, modified,
15-
distributed, sold, or transferred without explicit written permission
16-
from PeopleDrivenAI LLC.
17-
18-
USE OF SERVICE
19-
20-
Use of the MCP Analytics service is subject to the Terms of Service
21-
available at https://mcpanalytics.ai/terms
22-
23-
DISCLAIMER
24-
25-
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
26-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
27-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
28-
29-
1+
MIT License
2+
3+
Copyright (c) 2025 PeopleDrivenAI LLC
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.

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "[email protected]",
99
"url": "https://mcpanalytics.ai"
1010
},
11-
"license": "Proprietary",
11+
"license": "MIT",
1212
"homepage": "https://mcpanalytics.ai",
1313
"repository": {
1414
"url": "https://github.com/embeddedlayers/mcp-analytics",

0 commit comments

Comments
 (0)