diff options
| author | Luke Dashjr <[email protected]> | 2015-12-22 12:29:13 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-12-22 12:29:18 +0000 |
| commit | 917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7 (patch) | |
| tree | 3a432549bdbbd012b9e2442f605aab8851992b31 /src/util.h | |
| parent | Travis & gitian-osx: Use depends for ds_store and mac_alias modules (diff) | |
| download | discoin-917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7.tar.xz discoin-917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7.zip | |
Set copyright holders displayed in notices separately from the package name
This helps avoid accidental removal of upstream copyright names
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index b2779fe78..88e1fe9fb 100644 --- a/src/util.h +++ b/src/util.h @@ -242,4 +242,6 @@ template <typename Callable> void TraceThread(const char* name, Callable func) } } +std::string CopyrightHolders(); + #endif // BITCOIN_UTIL_H |