From 234948e884d92d47043b9566aac602cabb3bbfb0 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:23:50 +0100 Subject: [PATCH] build: Bump COPYRIGHT_YEAR --- COPYING | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 06bbe30809..f24a402a65 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MINOR, 1) 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/])