diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-24 23:59:12 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-12-24 23:59:12 +0000 |
commit | 3ae76ea6ddd1fad43332b7e2b79e0c441ecf6d63 (patch) | |
tree | af3baf475a75234cf8b81aca2f00781dfa06230a /src/policy | |
parent | 306ccd4927a2efe325c8d84be1bdb79edeb29b04 (diff) |
scripted-diff: Insert missed copyright header
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py insert src/policy/fees_args.cpp
-END VERIFY SCRIPT-
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/fees_args.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/policy/fees_args.cpp b/src/policy/fees_args.cpp index a3531153b5..1aeb2ab983 100644 --- a/src/policy/fees_args.cpp +++ b/src/policy/fees_args.cpp @@ -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> |