Skip to content

Commit

Permalink
Add missing PIVX Copyright string
Browse files Browse the repository at this point in the history
  • Loading branch information
zSAM-Project committed Aug 21, 2018
1 parent e18ce2d commit c10d7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -24,7 +24,7 @@
#define DO_STRINGIZE(X) #X

//! Copyright string used in Windows .rc files
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers, 2015-" STRINGIZE(COPYRIGHT_YEAR) " The STAMP Core Developers"
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers, 2015-" STRINGIZE(COPYRIGHT_YEAR) " The PIVX Core Developers, " STRINGIZE(COPYRIGHT_YEAR) " The STAMP Core Developers"

/**
* stampd-res.rc includes this file, but it cannot cope with real c++ code.
Expand Down

0 comments on commit c10d7ff

Please sign in to comment.