0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: add missing copyright header to getuniquepath.cpp

This was missed in #21052.
This commit is contained in:
fanquake 2021-09-08 16:28:21 +08:00
parent 7d7d5e8efd
commit 69a439b880
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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 <random.h> #include <random.h>
#include <fs.h> #include <fs.h>
#include <util/strencodings.h> #include <util/strencodings.h>