diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 10:57:44 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 10:57:47 +0200 |
commit | 5e3380b9f59481fc18e05b9d651c3c733abe4053 (patch) | |
tree | cfd35618488624a3f9f4cf6ff8feaaf566ca7cd6 | |
parent | 7d7d5e8efde944565be0d3eb25ed5a5279b8dabe (diff) | |
parent | 69a439b8807cb150068d196a0e2fd57fd80057df (diff) |
Merge bitcoin/bitcoin#22916: doc: add missing copyright header to getuniquepath.cpp
69a439b8807cb150068d196a0e2fd57fd80057df doc: add missing copyright header to getuniquepath.cpp (fanquake)
Pull request description:
This was missed in #21052.
ACKs for top commit:
hebasto:
ACK 69a439b8807cb150068d196a0e2fd57fd80057df, but a scripted-diff using `copyright_header.py insert` looks preferable.
Tree-SHA512: 1a75ffd93fa8e5e83821e1fe984353422740ebf9e203dc873debf4dffec0e23f55a1e31f806dd2d66087d3620f6dc447af69f9124f0bcc6676ef91ee35374832
-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> |