diff --git a/src/init.cpp b/src/init.cpp index 289cdf9..ddeba51 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -582,6 +582,7 @@ std::string LicenseInfo() const std::string URL_SOURCE_CODE = ""; return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2024, COPYRIGHT_YEAR) + " ") + "\n" + + "Copyright (C) 2009-2024 The Bitcoin Core developers" + "\n" + "\n" + strprintf(_("Please contribute if you find %s useful. " "Visit %s for further information about the software.").translated,