diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-12-22 12:29:13 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-12-22 12:29:18 +0000 |
commit | 917b1d03cf3afa6939113e2fb0bf89dbfd9db2d7 (patch) | |
tree | 3a432549bdbbd012b9e2442f605aab8851992b31 /src/clientversion.h | |
parent | c39a6fffd789cb3591ae859c1464703c5fa7f668 (diff) |
Set copyright holders displayed in notices separately from the package name
This helps avoid accidental removal of upstream copyright names
Diffstat (limited to 'src/clientversion.h')
-rw-r--r-- | src/clientversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index ba15ebf3bd..6157423f06 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -38,7 +38,7 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The " PACKAGE_NAME " Developers" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL /** * bitcoind-res.rc includes this file, but it cannot cope with real c++ code. |