diff --git a/src/init.cpp b/src/init.cpp index c5e60343f33..33aec57f18b 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -521,6 +521,8 @@ std::string LicenseInfo() { // todo: remove urls from translations on next change return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" + + "\n" + + FormatParagraph(strprintf(_("Copyright (C) %i The Bitcoin Classic Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + FormatParagraph(_("This is experimental software.")) + "\n" + "\n" +