Skip to content

Commit

Permalink
doc: add missing copyright header to getuniquepath.cpp
Browse files Browse the repository at this point in the history
This was missed in bitcoin#21052.
  • Loading branch information
fanquake committed Sep 8, 2021
1 parent 7d7d5e8 commit 69a439b
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 69a439b

Please sign in to comment.