doc: add missing copyright headers

This commit is contained in:
fanquake
2025-12-18 14:44:49 +00:00
parent 68a7cb8f8b
commit aeb7ccb937
2 changed files with 8 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>