diff options
author | Lauda <lauda.m@protonmail.ch> | 2017-01-23 23:46:06 +0100 |
---|---|---|
committer | Lauda <lauda.m@protonmail.ch> | 2017-01-23 23:46:06 +0100 |
commit | be31a2b3635b893930c731a2929bb593dae9847e (patch) | |
tree | 33a5a8ddb695fd9c3e585741a0020a726d0b4130 /configure.ac | |
parent | 5cf3c60fccb198c16819fcf8a0c5635b5b630496 (diff) |
[Trivial] Update license year range to 2017
The same as #7363.
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 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/]) |