diff --git a/README.md b/README.md index c5b6ce4588e..6628e0a5c98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ License ------- Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more -information or see https://opensource.org/licenses/MIT. +information or see https://opensource.org/license/MIT. Development Process ------------------- diff --git a/src/clientversion.cpp b/src/clientversion.cpp index 10e9472b84b..d9e65037ae4 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -96,6 +96,6 @@ std::string LicenseInfo() "\n" + "\n" + _("This is experimental software.") + "\n" + - strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "").translated + + strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "").translated + "\n"; }