aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLauda <lauda.m@protonmail.ch>2017-01-23 23:46:06 +0100
committerLauda <lauda.m@protonmail.ch>2017-01-23 23:46:06 +0100
commitbe31a2b3635b893930c731a2929bb593dae9847e (patch)
tree33a5a8ddb695fd9c3e585741a0020a726d0b4130 /configure.ac
parent5cf3c60fccb198c16819fcf8a0c5635b5b630496 (diff)
downloadbitcoin-be31a2b3635b893930c731a2929bb593dae9847e.tar.xz
[Trivial] Update license year range to 2017
The same as #7363.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4723c69d5d..346695043d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 13)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
-define(_COPYRIGHT_YEAR, 2016)
+define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin],[https://bitcoincore.org/])