What changed, and why it matters
This commit only adds standard copyright notice comments to the top of two test-only source files. It makes no changes to program logic, data handling, or network behavior, and therefore has no security relevance.
No action required; this is a documentation-only change with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff inserts the Bitcoin Core MIT copyright header into src/test/caches_tests.cpp and src/test/kernel/block_data.h. Both files are part of the test suite. No functional code, interfaces, dependencies, or build configuration were modified.
Changed components
src/test/caches_tests.cppsrc/test/kernel/block_data.hInspect captured patch +8 / −0
diff --git a/src/test/caches_tests.cpp b/src/test/caches_tests.cpp
index 3086118f..f444f1be 100644
--- a/src/test/caches_tests.cpp
+++ b/src/test/caches_tests.cpp
@@ -1,3 +1,7 @@
+// Copyright (c) The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or https://opensource.org/license/mit.
+
#include <node/caches.h>
#include <util/byte_units.h>
diff --git a/src/test/kernel/block_data.h b/src/test/kernel/block_data.h
index 45a982c5..f4d693c0 100644
--- a/src/test/kernel/block_data.h
+++ b/src/test/kernel/block_data.h
@@ -1,3 +1,7 @@
+// Copyright (c) The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or https://opensource.org/license/mit.
+
#ifndef BITCOIN_TEST_KERNEL_BLOCK_DATA_H
#define BITCOIN_TEST_KERNEL_BLOCK_DATA_H
#include <array>
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.