File tree Expand file tree Collapse file tree 10 files changed +38
-2
lines changed Expand file tree Collapse file tree 10 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023-present The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or https://opensource.org/license/mit.
4
+
1
5
#include < node/peerman_args.h>
2
6
3
7
#include < common/args.h>
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023-present The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or https://opensource.org/license/mit.
4
+
1
5
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
2
6
#define BITCOIN_NODE_PEERMAN_ARGS_H
3
7
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2024
1
+ // Copyright (c) 2024-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2024
1
+ // Copyright (c) 2024-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
#ifndef BITCOIN_NODE_TXDOWNLOADMAN_IMPL_H
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2022-present The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or https://opensource.org/license/mit.
4
+
1
5
#include < arith_uint256.h>
2
6
#include < chain.h>
3
7
#include < chainparams.h>
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023-present The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or https://opensource.org/license/mit.
4
+
1
5
#include < blockencodings.h>
2
6
#include < consensus/merkle.h>
3
7
#include < consensus/validation.h>
Original file line number Diff line number Diff line change
1
+ // Copyright 2014 BitPay Inc.
2
+ // Copyright (c) 2022-present The Bitcoin Core developers
3
+ // Distributed under the MIT software license, see the accompanying
4
+ // file COPYING or https://opensource.org/license/mit.
5
+
1
6
#ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
2
7
#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
3
8
static const char * escapes [256 ] = {
Original file line number Diff line number Diff line change
1
+ // Copyright 2014 BitPay Inc.
2
+ // Copyright (c) 2017-present The Bitcoin Core developers
3
+ // Distributed under the MIT software license, see the accompanying
4
+ // file COPYING or https://opensource.org/license/mit.
5
+
1
6
// Test program that can be called by the JSON test suite at
2
7
// https://github.com/nst/JSONTestSuite.
3
8
//
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023-present The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or https://opensource.org/license/mit.
4
+
1
5
#ifndef BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
2
6
#define BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
3
7
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python3
2
+ #
3
+ # Copyright (c) 2024-present The Bitcoin Core developers
4
+ # Distributed under the MIT software license, see the accompanying
5
+ # file COPYING or https://opensource.org/license/mit.
6
+
1
7
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/" ,
2
8
"src/crc32c/" ,
3
9
"src/secp256k1/" ,
You can’t perform that action at this time.
0 commit comments