Skip to content

Commit c7c3bfa

Browse files
committed
doc: add & amend copyright headers
1 parent f667000 commit c7c3bfa

File tree

10 files changed

+38
-2
lines changed

10 files changed

+38
-2
lines changed

src/node/peerman_args.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#include <node/peerman_args.h>
26

37
#include <common/args.h>

src/node/peerman_args.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
26
#define BITCOIN_NODE_PEERMAN_ARGS_H
37

src/node/txdownloadman_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024
1+
// Copyright (c) 2024-present The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/node/txdownloadman_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024
1+
// Copyright (c) 2024-present The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
#ifndef BITCOIN_NODE_TXDOWNLOADMAN_IMPL_H

src/test/fuzz/headerssync.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#include <arith_uint256.h>
26
#include <chain.h>
37
#include <chainparams.h>

src/test/fuzz/partially_downloaded_block.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#include <blockencodings.h>
26
#include <consensus/merkle.h>
37
#include <consensus/validation.h>

src/univalue/include/univalue_escapes.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
#ifndef BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
27
#define BITCOIN_UNIVALUE_INCLUDE_UNIVALUE_ESCAPES_H
38
static const char *escapes[256] = {

src/univalue/test/test_json.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
// Test program that can be called by the JSON test suite at
27
// https://github.com/nst/JSONTestSuite.
38
//

src/util/transaction_identifier.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
#ifndef BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
26
#define BITCOIN_UTIL_TRANSACTION_IDENTIFIER_H
37

test/lint/lint_ignore_dirs.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
28
"src/crc32c/",
39
"src/secp256k1/",

0 commit comments

Comments
 (0)