From 6c4fb0b0cab36a3ab2cb36d7c84f09a53ff5af77 Mon Sep 17 00:00:00 2001 From: NotRin7 <102989232+NotRin7@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:29:37 +0200 Subject: [PATCH] Update init.cpp --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) 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,