From 972ffd31519ba32d308d22a4ea80be49faa0cf55 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 6 Sep 2019 13:13:30 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 960059de..116544ec 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Features 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 `_ * `Portability `_ with consistent output across platforms and support for older compilers. @@ -471,7 +471,7 @@ A: use ``std::tuple``: License ------- -{fmt} is distributed under the BSD `license +{fmt} is distributed under the MIT `license `_. The `Format String Syntax