kernel: revert accidentally removed copyright header

See:
7990463b10 (diff-04e685224f1ac5bfd91d47d8d7528a2e44f94fab5535d4b6b5af79b5a13aeb93L1-L12)
This commit is contained in:
Lőrinc 2025-12-18 16:05:59 +01:00
parent 09a1fa190e
commit 85314dc0bf
No known key found for this signature in database
GPG Key ID: 669FFF0FFA477A76

View File

@ -1,3 +1,16 @@
// 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.
//
// The bitcoin-chainstate executable serves to surface the dependencies required
// by a program wishing to use Bitcoin Core's consensus engine as it is right
// now.
//
// DEVELOPER NOTE: Since this is a "demo-only", experimental, etc. executable,
// it may diverge from Bitcoin Core's coding style.
//
// It is part of the libbitcoinkernel project.
#include <kernel/bitcoinkernel_wrapper.h>
#include <cassert>