File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 55</div >
66
77<p align =" center " >
8- <img alt =" License: MIT " src =" https://img.shields.io/badge/license-MIT -blue.svg " />
8+ <img alt =" License: AGPL-3.0 " src =" https://img.shields.io/badge/license-AGPL--3.0 -blue.svg " />
99 <img alt =" Python: 3.9+ " src =" https://img.shields.io/badge/python-3.9+-brightgreen.svg " />
1010 <img alt =" Platform: Windows | Mac | Linux " src =" https://img.shields.io/badge/platform-Windows%20%7C%20Mac%20%7C%20Linux-lightgrey.svg " />
1111 <img alt =" Build Status " src =" https://img.shields.io/badge/build-passing-brightgreen.svg " />
@@ -88,9 +88,15 @@ The SEC EDGAR MCP server acts as a middleman between an AI (MCP client) and the
8888
8989## License ⚖️
9090
91- This project is licensed under the [ MIT License] ( LICENSE ) . You are free to use, modify, and distribute it. See the LICENSE file for details.
91+ This open-source project is licensed under the [ GNU Affero General Public License v3.0 (AGPL-3.0)] ( LICENSE ) . This means:
92+ - You can use, modify, and distribute this software
93+ - If you modify and distribute it, you must release your changes under AGPL-3.0
94+ - If you run a modified version on a server, you must provide the source code to users
95+ - See the LICENSE file for full details
96+
97+ For commercial licensing options or other licensing inquiries, please contact stefano@amorelli.tech .
9298
9399---
94100
95- © 2025 [ Stefano Amorelli] ( https://amorelli.tech ) – Released under the [ MIT license ] ( LICENSE ) . Enjoy! 🎉
101+ © 2025 [ Stefano Amorelli] ( https://amorelli.tech ) – Released under the [ GNU Affero General Public License v3.0 ] ( LICENSE ) . Enjoy! 🎉
96102
Original file line number Diff line number Diff line change 3333 description : |
3434 Provides access to SEC EDGAR database through a Model Context Protocol (MCP) server.
3535 Created by Stefano Amorelli.
36- license : MIT
36+ license : AGPL-3.0
3737 license_file : LICENSE
3838
3939extra :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires-python = ">=3.11"
1212license = { file = " LICENSE" }
1313classifiers = [
1414 " Programming Language :: Python :: 3" ,
15- " License :: OSI Approved :: MIT License" ,
15+ " License :: OSI Approved :: GNU Affero General Public License v3 " ,
1616 " Operating System :: OS Independent" ,
1717]
1818dependencies = [
You can’t perform that action at this time.
0 commit comments