diff options
author | fanquake <fanquake@gmail.com> | 2021-09-08 16:28:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-08 16:28:21 +0800 |
commit | 69a439b8807cb150068d196a0e2fd57fd80057df (patch) | |
tree | cfd35618488624a3f9f4cf6ff8feaaf566ca7cd6 /src/util | |
parent | 7d7d5e8efde944565be0d3eb25ed5a5279b8dabe (diff) |
doc: add missing copyright header to getuniquepath.cpp
This was missed in #21052.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/getuniquepath.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/getuniquepath.cpp b/src/util/getuniquepath.cpp index 9839d2f624..6776e7785b 100644 --- a/src/util/getuniquepath.cpp +++ b/src/util/getuniquepath.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 <random.h> #include <fs.h> #include <util/strencodings.h> |