Skip to content

Commit c268b64

Browse files
Mullasseryclaude
andcommitted
chore: Update license from MIT to Proprietary
Updated files: Cargo.toml setup.py LICENSE Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 1b09df4 commit c268b64

3 files changed

Lines changed: 26 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ resolver = "2"
55
[workspace.package]
66
version = "1.1.0"
77
authors = ["Georgi Mammen Mullassery <mullassery@gmail.com>"]
8-
license = "MIT"
8+
license = "Proprietary"
99
repository = "https://github.com/Mullassery/PyStreamMCP"
1010
edition = "2021"

LICENSE

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
MIT License
1+
Proprietary Software License
22

3-
Copyright (c) 2026 Georgi Mammen Mullassery
3+
Copyright (c) 2026 Georgi Mammen Mullassery. All rights reserved.
44

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:
5+
TERMS OF USE:
6+
This software is provided free of charge as proprietary software. Redistribution
7+
and use in source and binary forms, with or without modification, is permitted
8+
provided that the following conditions are met:
119

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
10+
1. Redistributions of source code must retain the above copyright notice, this
11+
list of conditions and the following disclaimer.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
3. Neither the name of the copyright holder nor the names of its contributors
16+
may be used to endorse or promote products derived from this software
17+
without specific prior written permission.
1418

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
DISCLAIMER:
20+
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1621
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.
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23+
24+
Permission to use, copy, modify, and distribute this software is granted free
25+
of charge, provided the above copyright notice and this permission notice
26+
appear in all copies and derivative works.
27+
28+
For inquiries regarding commercial use or special licensing, contact:
29+
mullassery@gmail.com

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description="Intelligent MCP orchestration hub - Intent understanding, capability matching, tool ranking with cohesive foundation",
88
author="Georgi Mammen Mullassery",
99
author_email="mullassery@gmail.com",
10-
license="MIT",
10+
license = "Proprietary",
1111
packages=find_packages(where="python"),
1212
package_dir={"": "python"},
1313
install_requires=["pydantic>=2.0"],

0 commit comments

Comments
 (0)