Skip to content

Commit 17e25a9

Browse files
Merge pull request #25 from stefanoamorelli/chore/license
2 parents e202cd1 + 2a9bf01 commit 17e25a9

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ about:
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

3939
extra:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires-python = ">=3.11"
1212
license = { file = "LICENSE" }
1313
classifiers = [
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
]
1818
dependencies = [

0 commit comments

Comments
 (0)