scripted-diff: [doc] Unify stale copyright headers
What changed, and why it matters
This commit only updates a copyright notice in a single test file, changing the year range from '2020-2022' to '2020-present'. There is no code change, no functional change, and no security relevance.
No action required; this is a non-security documentation change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a scripted documentation-only change that unifies stale copyright headers. It modifies one line in src/test/fuzz/block_index_tree.cpp, replacing a fixed copyright year range with an open-ended ‘present’ range. No executable logic, interfaces, dependencies, or build configuration were altered.
Changed components
src/test/fuzz/block_index_tree.cpp (copyright header only)Inspect captured patch +1 / −1
diff --git a/src/test/fuzz/block_index_tree.cpp b/src/test/fuzz/block_index_tree.cpp
index df46ebad..131ec935 100644
--- a/src/test/fuzz/block_index_tree.cpp
+++ b/src/test/fuzz/block_index_tree.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020-2022 The Bitcoin Core developers
+// Copyright (c) 2020-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.