Change copyright from 2015 to 2016
This commit is contained in:
parent
40175f440a
commit
af2a26ca54
@ -3,9 +3,9 @@ Dash Core staging tree 0.12
|
|||||||
|
|
||||||
https://www.dashpay.io
|
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?
|
What is Dash?
|
||||||
|
@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 12)
|
|||||||
define(_CLIENT_VERSION_REVISION, 1)
|
define(_CLIENT_VERSION_REVISION, 1)
|
||||||
define(_CLIENT_VERSION_BUILD, 0)
|
define(_CLIENT_VERSION_BUILD, 0)
|
||||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
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_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
||||||
AC_CONFIG_SRCDIR([src/main.cpp])
|
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||||
AC_CONFIG_HEADERS([src/config/dash-config.h])
|
AC_CONFIG_HEADERS([src/config/dash-config.h])
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* Copyright year (2009-this)
|
* Copyright year (2009-this)
|
||||||
* Todo: update this when changing our copyright comments in the source
|
* Todo: update this when changing our copyright comments in the source
|
||||||
*/
|
*/
|
||||||
#define COPYRIGHT_YEAR 2015
|
#define COPYRIGHT_YEAR 2016
|
||||||
|
|
||||||
#endif //HAVE_CONFIG_H
|
#endif //HAVE_CONFIG_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user