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/clientversion.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/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 ba15ebf3b..6157423f0 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. |