Update some copyright stuff in windows files

This commit is contained in:
Duke Leto
2020-09-20 11:13:38 -04:00
parent 9e6cdec2f6
commit 1064d33f43
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@
#define DO_STRINGIZE(X) #X
//! Copyright string used in Windows .rc files
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, The Zcash developers, Komodo developers, Hush developers"
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core, Zcash, Komodo, Hush Developers"
/**
* bitcoind-res.rc includes this file, but it cannot cope with real c++ code.