From 05e6dbc67b050b0021269076650ac1da1853fe48 Mon Sep 17 00:00:00 2001 From: gruve-p Date: Wed, 17 Apr 2024 18:21:42 +0200 Subject: [PATCH] Bump year --- README.md | 2 ++ contrib/devtools/utxo_snapshot.sh | 2 +- src/groestlcoin-hash.cpp | 3 +-- src/groestlcoin.cpp | 2 +- src/groestlcoin.h | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6eff8b2880034..8cfe9a790328c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Updated to Bitcoin reference wallet 25.0.0 on June 2023 Updated to Bitcoin reference wallet 26.0.0 on December 2023 +Updated to Bitcoin reference wallet 27.0.0 on April 2024 + Groestlcoin Core Wallet https://www.groestlcoin.org diff --git a/contrib/devtools/utxo_snapshot.sh b/contrib/devtools/utxo_snapshot.sh index c9ca554bf3a8e..7d712f695bbc2 100644 --- a/contrib/devtools/utxo_snapshot.sh +++ b/contrib/devtools/utxo_snapshot.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2019-2023 The GROESTLcoin Core developers +# Copyright (c) 2019-2023 The Groestlcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # diff --git a/src/groestlcoin-hash.cpp b/src/groestlcoin-hash.cpp index 998aec358d71e..4043cc4919fff 100755 --- a/src/groestlcoin-hash.cpp +++ b/src/groestlcoin-hash.cpp @@ -1,5 +1,4 @@ -// Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2014-2022 The Groestlcoin developers +// Copyright (c) 2014-2024 The Groestlcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/groestlcoin.cpp b/src/groestlcoin.cpp index c18655cdee552..8d9d135ccefbe 100644 --- a/src/groestlcoin.cpp +++ b/src/groestlcoin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Groestlcoin developers +// Copyright (c) 2014-2024 The Groestlcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/groestlcoin.h b/src/groestlcoin.h index 5a25ca2d51dbd..52ae6ca69c7f2 100755 --- a/src/groestlcoin.h +++ b/src/groestlcoin.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023 The Groestlcoin developers +// Copyright (c) 2014-2024 The Groestlcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.