From 23379e1db800618144c2cd2328a50ea98b35e31b Mon Sep 17 00:00:00 2001 From: ashishpatel26 Date: Mon, 15 Jun 2026 11:28:39 +0530 Subject: [PATCH] docs: fix license reference in README to match MIT LICENSE file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8445238..e5f587d55 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](LICENSE).