Set COPYRIGHT_YEAR to 2019

This commit is contained in:
lateminer
2019-03-09 00:32:07 +03:00
parent 4ee1f3d22f
commit 5b50b3df4b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2018 The Blackcoin More developers Copyright (c) 2018-2019 The Blackcoin More developers
Copyright (c) 2014-2018 The BlackCoin Developers Copyright (c) 2014-2018 The BlackCoin Developers
Copyright (c) 2013-2014 The NovaCoin Developers Copyright (c) 2013-2014 The NovaCoin Developers
Copyright (c) 2011-2013 The PPCoin Developers Copyright (c) 2011-2013 The PPCoin Developers

View File

@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 13)
define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 1) define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018) define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]])
AC_INIT([Blackcoin More],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://gitlab.com/blackcoin/blackcoin-more],[blackcoin-more]) AC_INIT([Blackcoin More],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://gitlab.com/blackcoin/blackcoin-more],[blackcoin-more])

View File

@@ -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 2018 #define COPYRIGHT_YEAR 2019
#endif //HAVE_CONFIG_H #endif //HAVE_CONFIG_H