Skip to content

Commit c404310

Browse files
fix: correct license reference in AgentMesh README from Apache 2.0 to MIT (#436)
* fix: hardcode service connection name in ESRP pipelines ADO requires service connection names at compile time for task authorization. Runtime variables cannot be used for connectedservicename. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: correct license reference in AgentMesh README from Apache 2.0 to MIT The LICENSE file and pyproject.toml both specify MIT, but the README footer incorrectly said Apache 2.0. This also caused incorrect metadata on PyPI for the agentmesh-platform package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c56caed commit c404310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agent-mesh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
649649

650650
## License
651651

652-
Apache 2.0 — See [LICENSE](LICENSE) for details.
652+
MIT — See [LICENSE](LICENSE) for details.
653653

654654
---
655655

0 commit comments

Comments
 (0)