From e10fbfe2299adc3caf42583208eba199920a93a7 Mon Sep 17 00:00:00 2001 From: Matthew Reichardt Date: Mon, 11 Sep 2017 20:24:14 -0500 Subject: [PATCH] Updated Copyright String I updated the copyright string to use proper grammar. --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index afc88e8be..b6814da7e 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -40,7 +40,7 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers and The Zcash developers and The Hush developers" +#define COPYRIGHT_STR "2009-2017" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core, Zcash, and Hush developers" /** * bitcoind-res.rc includes this file, but it cannot cope with real c++ code.