Litecoin: Fix intro copyright year

pull/751/head
Adrian Gallagher 5 years ago
parent e0063c4dd7
commit eee922d2d0
No known key found for this signature in database
GPG Key ID: FE3348877809386C

@ -1288,7 +1288,7 @@ std::string CopyrightHolders(const std::string& strPrefix)
if (copyright_devs.find("Bitcoin Core") == std::string::npos) {
std::string strYear = strPrefix;
strYear.replace(strYear.find("2011"), sizeof("2011")-1, "2009");
strCopyrightHolders += "\n" + strPrefix + "The Bitcoin Core developers";
strCopyrightHolders += "\n" + strYear + "The Bitcoin Core developers";
}
return strCopyrightHolders;
}

Loading…
Cancel
Save