Skip to content

Commit

Permalink
Merge bitcoin#22916: doc: add missing copyright header to getuniquepa…
Browse files Browse the repository at this point in the history
…th.cpp

69a439b doc: add missing copyright header to getuniquepath.cpp (fanquake)

Pull request description:

  This was missed in bitcoin#21052.

ACKs for top commit:
  hebasto:
    ACK 69a439b, but a scripted-diff using `copyright_header.py insert` looks preferable.

Tree-SHA512: 1a75ffd93fa8e5e83821e1fe984353422740ebf9e203dc873debf4dffec0e23f55a1e31f806dd2d66087d3620f6dc447af69f9124f0bcc6676ef91ee35374832
  • Loading branch information
MarcoFalke committed Sep 8, 2021
2 parents 7d7d5e8 + 69a439b commit 5e3380b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/getuniquepath.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 5e3380b

Please sign in to comment.