aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-12-22 12:29:13 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-12-22 12:29:18 +0000
commit917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7 (patch)
tree3a432549bdbbd012b9e2442f605aab8851992b31 /src/util.h
parentc39a6fffd789cb3591ae859c1464703c5fa7f668 (diff)
downloadbitcoin-917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7.tar.xz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index b2779fe782..88e1fe9fb3 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