From e93fcb96007990f4186a3ae0fa02bdf434a124f4 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Tue, 29 Mar 2022 20:34:30 +0100 Subject: [PATCH] Corrected remaining license mentions to be MIT. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41a7d22..9e7607a 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ You can also **contribute documentation** -- or just let us know if something ne ## 📝 License -Redis OM uses the [BSD 3-Clause license][license-url]. +Redis OM uses the [MIT license][license-url]. @@ -369,7 +369,7 @@ Redis OM uses the [BSD 3-Clause license][license-url]. [package-url]: https://pypi.org/project/redis-om/ [ci-svg]: https://img.shields.io/github/workflow/status/redis/redis-om-python/CI?style=flat-square [ci-url]: https://github.com/redis/redis-om-python/actions/workflows/CI.yml -[license-image]: http://img.shields.io/badge/license-3_Clause_BSD-green.svg?style=flat-square +[license-image]: https://img.shields.io/badge/license-mit-green.svg?style=flat-square [license-url]: LICENSE