diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-02-03 05:38:27 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-02-03 05:38:51 +0000 |
commit | 027fdb83b41ae9e9125cf61f6460c03ab34e5961 (patch) | |
tree | 4f7ac912c5344c1361cda2046e453e5b69f344fc /src/util.h | |
parent | cc2095ecae3f4ff57d3981b5992e032e564ba65d (diff) |
When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 88e1fe9fb3..5a948c6a9c 100644 --- a/src/util.h +++ b/src/util.h @@ -242,6 +242,6 @@ template <typename Callable> void TraceThread(const char* name, Callable func) } } -std::string CopyrightHolders(); +std::string CopyrightHolders(const std::string& strPrefix); #endif // BITCOIN_UTIL_H |