From e8e0cb93b90aeb68a594e53a471574f1062c5fef Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 29 Sep 2022 00:34:41 -0400 Subject: [PATCH] fixed manpage copyright spacing issue --- src/util.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util.cpp b/src/util.cpp index e9d0a63e5..47ca963b4 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1036,8 +1036,11 @@ std::string LicenseInfo() { return "\n" + FormatParagraph(strprintf(_("Copyright (C) 2016-%i Duke Leto and The Hush Developers"), COPYRIGHT_YEAR)) + "\n" + + "\n" + FormatParagraph(strprintf(_("Copyright (C) 2016-2020 jl777 and SuperNET developers"))) + "\n" + + "\n" + FormatParagraph(strprintf(_("Copyright (C) 2016-2018 The Zcash developers"))) + "\n" + + "\n" + FormatParagraph(strprintf(_("Copyright (C) 2009-2014 The Bitcoin Core developers"))) + "\n" + "\n" + FormatParagraph(_("This is experimental Free Software! Fuck Yeah!!!!!")) + "\n" +