Merge pull request #684 from crowning-/patch-2

Change copyright from 2015 to 2016
This commit is contained in:
Holger Schinzel 2016-01-30 19:03:10 +01:00
commit 42121955b6
3 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ Dash Core staging tree 0.12
https://www.dashpay.io
Copyright (c) 2009-2015 Bitcoin Core Developers
Copyright (c) 2009-2016 Bitcoin Core Developers
Copyright (c) 2014-2015 Dash Core Developers
Copyright (c) 2014-2016 Dash Core Developers
What is Dash?

View File

@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2015)
define(_COPYRIGHT_YEAR, 2016)
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/dash-config.h])

View File

@ -26,7 +26,7 @@
* Copyright year (2009-this)
* Todo: update this when changing our copyright comments in the source
*/
#define COPYRIGHT_YEAR 2015
#define COPYRIGHT_YEAR 2016
#endif //HAVE_CONFIG_H