diff options
| author | Ross Nicoll <[email protected]> | 2018-01-10 23:56:12 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 2cb9f8ce8d15a8e585dcf6dd2a1f004c70f08a2b (patch) | |
| tree | 165d3904d0a25cd3110ae13d9df7b3ad3cce5252 /configure.ac | |
| parent | Rename binaries to match Dogecoin (diff) | |
| download | discoin-2cb9f8ce8d15a8e585dcf6dd2a1f004c70f08a2b.tar.xz discoin-2cb9f8ce8d15a8e585dcf6dd2a1f004c70f08a2b.zip | |
Fix copyright substitution
List both Bitcoin & Dogecoin developers in copyright notice.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b6ef7c89e..9120d109e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) define(_COPYRIGHT_YEAR, 2017) define(_COPYRIGHT_HOLDERS,[The %s developers]) -define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dogecoin Core]]) +define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Dogecoin Core]]) AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dogecoin/dogecoin/issues],[dogecoin],[https://dogecoin.com/]) AC_CONFIG_SRCDIR([src/validation.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) |