From 85314dc0bf871226c0e43446bb79f49630d15f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Thu, 18 Dec 2025 16:05:59 +0100 Subject: [PATCH] kernel: revert accidentally removed copyright header See: https://github.com/bitcoin/bitcoin/commit/7990463b1059ba5fc4ebe37fd1105a9e168ae20d?diff=split#diff-04e685224f1ac5bfd91d47d8d7528a2e44f94fab5535d4b6b5af79b5a13aeb93L1-L12 --- src/bitcoin-chainstate.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/bitcoin-chainstate.cpp b/src/bitcoin-chainstate.cpp index 310ca95c085..91c5639e508 100644 --- a/src/bitcoin-chainstate.cpp +++ b/src/bitcoin-chainstate.cpp @@ -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 #include