Skip to content

Commit 6360725

Browse files
committed
chore: resolve incomplete/missing copyright headers in unit tests
1 parent d1de786 commit 6360725

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

src/test/cachemap_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Copyright (c) 2014-2023 The Dash Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
24

35
#include <cachemap.h>
46
#include <streams.h>

src/test/cachemultimap_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Copyright (c) 2014-2023 The Dash Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
24

35
#include <cachemultimap.h>
46
#include <streams.h>

src/test/evo_islock_tests.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025 The Dash Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
#include <consensus/consensus.h>
26
#include <hash.h>
37
#include <instantsend/lock.h>

src/test/governance_validators_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Copyright (c) 2014-2023 The Dash Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
24

35
#include <governance/validators.h>
46
#include <util/strencodings.h>

src/test/ratecheck_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Copyright (c) 2014-2022 The Dash Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
24

35
#include <governance/governance.h>
46

0 commit comments

Comments
 (0)