5#include <bitcoin-build-config.h>
16 const auto copyright_devs =
strprintf(
_(COPYRIGHT_HOLDERS), COPYRIGHT_HOLDERS_SUBSTITUTION).translated;
17 std::string strCopyrightHolders = strPrefix + copyright_devs;
20 if (copyright_devs.find(
"Bitcoin Core") == std::string::npos) {
21 strCopyrightHolders +=
"\n" + strPrefix +
"The Bitcoin Core developers";
23 return strCopyrightHolders;
28 const std::string URL_SOURCE_CODE =
"<https://github.com/bitcoin/bitcoin>";
32 strprintf(
_(
"Please contribute if you find %s useful. "
33 "Visit %s for further information about the software."),
34 CLIENT_NAME,
"<" CLIENT_URL
">")
37 strprintf(
_(
"The source code is available from %s."), URL_SOURCE_CODE).translated +
40 _(
"This is experimental software.") +
"\n" +
41 strprintf(
_(
"Distributed under the MIT software license, see the accompanying file %s or %s"),
"COPYING",
"<https://opensource.org/license/MIT>").translated +
std::string CopyrightHolders(const std::string &strPrefix)
std::string LicenseInfo()
Returns licensing information (for -version)
consteval auto _(util::TranslatedLiteral str)