From 7d3703dec3d738204257b4eb77e4e83d1c79e23c Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 20 Nov 2024 11:48:06 +0000 Subject: [PATCH] doc: add copyright header to p2p_headers_presync --- src/test/fuzz/p2p_headers_presync.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/fuzz/p2p_headers_presync.cpp b/src/test/fuzz/p2p_headers_presync.cpp index 5c9ce8723df..935794057d4 100644 --- a/src/test/fuzz/p2p_headers_presync.cpp +++ b/src/test/fuzz/p2p_headers_presync.cpp @@ -1,3 +1,7 @@ +// Copyright (c) 2024-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. + #include #include #include