From aeb7ccb937bb49575063cf4bd6cc1ff166390fa9 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 18 Dec 2025 14:44:49 +0000 Subject: [PATCH] doc: add missing copyright headers --- src/test/caches_tests.cpp | 4 ++++ src/test/kernel/block_data.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/test/caches_tests.cpp b/src/test/caches_tests.cpp index 3086118fc7e..f444f1be239 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 #include diff --git a/src/test/kernel/block_data.h b/src/test/kernel/block_data.h index 45a982c5f17..f4d693c0383 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