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:
parent
7d7d5e8efd
commit
69a439b880
1 changed files with 4 additions and 0 deletions
|
@ -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 <fs.h>
|
||||
#include <util/strencodings.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue