Update README.rst
diff --git a/README.rst b/README.rst
index 960059d..116544e 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@
reported at compile time, automatic memory management prevents buffer overflow
errors.
* Ease of use: small self-contained code base, no external dependencies,
- permissive BSD `license
+ permissive MIT `license
<https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_
* `Portability <https://fmt.dev/latest/index.html#portability>`_ with
consistent output across platforms and support for older compilers.
@@ -471,7 +471,7 @@
License
-------
-{fmt} is distributed under the BSD `license
+{fmt} is distributed under the MIT `license
<https://github.com/fmtlib/fmt/blob/master/LICENSE.rst>`_.
The `Format String Syntax