From 658da22bebeea13622015779618b0a79a57c3c09 Mon Sep 17 00:00:00 2001 From: Sarto Date: Mon, 14 Mar 2016 18:49:28 +0200 Subject: [PATCH] Update init.cpp Update LicenseInfo() --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) 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" +