1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

scripted-diff: Insert missed copyright header

-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py insert src/policy/fees_args.cpp
-END VERIFY SCRIPT-
This commit is contained in:
Hennadii Stepanov 2022-12-24 23:59:12 +00:00
parent 306ccd4927
commit 3ae76ea6dd
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -1,3 +1,7 @@
// Copyright (c) 2021 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 <policy/fees_args.h>
#include <util/system.h>