diff --git a/COPYING b/COPYING index 2fcface34d..d63ec327e7 100644 --- a/COPYING +++ b/COPYING @@ -6,7 +6,7 @@ Copyright (c) 2011-2023 Peercoin developers Copyright (c) 2013-2014 The NovaCoin developers Copyright (c) 2016-2023 The Qtum developers Copyright (c) 2014-2018 The Blackcoin developers -Copyright (c) 2018-2023 The Blackcoin More developers +Copyright (c) 2018-2024 The Blackcoin More developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/configure.ac b/configure.ac index f0953b66f0..14afdeda17 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2023) +define(_COPYRIGHT_YEAR, 2024) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]]) AC_INIT([Blackcoin More],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/CoinBlack/blackcoin-more/issues],[blackcoin],[https://blackcoinmore.org/])