From fa4cb13b52030c2e55c6bea170649ab69d75f758 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 18 Dec 2025 15:41:02 +0100 Subject: [PATCH] test: [doc] Manually unify stale headers --- test/functional/mining_template_verification.py | 2 +- test/functional/p2p_ibd_stalling.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/mining_template_verification.py b/test/functional/mining_template_verification.py index de0833c596d..2087aff4722 100755 --- a/test/functional/mining_template_verification.py +++ b/test/functional/mining_template_verification.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2024-Present The Bitcoin Core developers +# Copyright (c) 2024-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test getblocktemplate RPC in proposal mode diff --git a/test/functional/p2p_ibd_stalling.py b/test/functional/p2p_ibd_stalling.py index c09b2e503c8..5d80ba90fee 100755 --- a/test/functional/p2p_ibd_stalling.py +++ b/test/functional/p2p_ibd_stalling.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2022- The Bitcoin Core developers +# Copyright (c) 2022-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """