From 69a439b8807cb150068d196a0e2fd57fd80057df Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 8 Sep 2021 16:28:21 +0800 Subject: [PATCH] doc: add missing copyright header to getuniquepath.cpp This was missed in #21052. --- src/util/getuniquepath.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/getuniquepath.cpp b/src/util/getuniquepath.cpp index 9839d2f6246e5..6776e7785b272 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 #include #include