refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp

This commit is contained in:
fanquake
2022-02-21 15:30:46 +00:00
parent c44e734dca
commit 4c3e3c5746
7 changed files with 39 additions and 37 deletions

View File

@@ -70,7 +70,4 @@ bool AppInitMain(node::NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip
*/
void SetupServerArgs(ArgsManager& argsman);
/** Returns licensing information (for -version) */
std::string LicenseInfo();
#endif // BITCOIN_INIT_H