test: [doc] Manually unify stale headers
What changed, and why it matters
This commit only updates copyright header wording in two test files, changing '2024-Present' and '2022-' to '2022-present' for consistency. It does not change any executable code, network behavior, or security logic.
No security action needed; this is a routine repository maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a two-line documentation/style change in Python test file headers. It unifies the copyright notice format and has no functional impact on Bitcoin Core’s runtime, consensus, wallet, networking, or RPC code.
Changed components
test/functional/mining_template_verification.pytest/functional/p2p_ibd_stalling.pyInspect captured patch +2 / −2
diff --git a/test/functional/mining_template_verification.py b/test/functional/mining_template_verification.py
index de0833c5..2087aff4 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 c09b2e50..5d80ba90 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.
"""
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.