From 8f34f766d3c91f39655645856cc1c00c9c92b9ff Mon Sep 17 00:00:00 2001 From: MerelyPerfect Date: Wed, 20 May 2026 15:04:03 +0300 Subject: [PATCH] Fix README license section to match MIT LICENSE The README incorrectly referenced Anthropic's Commercial Terms of Service while LICENSE and pyproject.toml specify MIT. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8445238..820c47161 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,6 @@ The package is published to PyPI via the GitHub Actions workflow in `.github/wor The workflow tracks both the package version and the bundled CLI version separately, allowing you to release a new package version with an updated CLI without code changes. -## License and terms +## License -Use of this SDK is governed by Anthropic's [Commercial Terms of Service](https://www.anthropic.com/legal/commercial-terms), including when you use it to power products and services that you make available to your own customers and end users, except to the extent a specific component or dependency is covered by a different license as indicated in that component's LICENSE file. +This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.