Skip to content

Commit bc4b04c

Browse files
committed
Merge bitcoin/bitcoin#31864: doc: add missing copyright headers
c7c3bfa doc: add & amend copyright headers (fanquake) f667000 contrib: remove outdated entries from copyright_header.py (fanquake) 0817f2d doc: update MIT license URL (fanquake) 6854497 contrib: remove GPL-3+ from debian/copyright (fanquake) Pull request description: Add & amends a number of copyright headers. Remove some now obselete doc/code. ACKs for top commit: willcl-ark: ACK c7c3bfa Tree-SHA512: 746ca4217e310f7f907fcd5d1e03d481b65045d57048b892a2c993be690898b6681fe6003b4f6a448b551c0ddcb32cad07998de208284a64cc4853fd4d63df52
2 parents af65fd1 + c7c3bfa commit bc4b04c

14 files changed

+40
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ License
1919
-------
2020

2121
Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
22-
information or see https://opensource.org/licenses/MIT.
22+
information or see https://opensource.org/license/MIT.
2323

2424
Development Process
2525
-------------------

contrib/debian/copyright

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,6 @@ Comment:
121121
You should have received a copy of the GNU General Public License along
122122
with this program. If not, see <http://www.gnu.org/licenses/>.
123123

124-
License: GPL-3+
125-
Permission is granted to copy, distribute and/or modify this document
126-
under the terms of the GNU General Public License, Version 3 or any
127-
later version published by the Free Software Foundation.
128-
Comment:
129-
On Debian systems the GNU General Public License (GPL) version 3 is
130-
located in '/usr/share/common-licenses/GPL-3'.
131-
.
132-
You should have received a copy of the GNU General Public License along
133-
with this program. If not, see <http://www.gnu.org/licenses/>.
134-
135124
License: public-domain
136125
This work is in the public domain.
137126

contrib/devtools/copyright_header.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'src/test/fuzz/FuzzedDataProvider.h',
2323
'src/tinyformat.h',
2424
'src/bench/nanobench.h',
25-
'test/functional/test_framework/bignum.py',
2625
# python init:
2726
'*__init__.py',
2827
]
@@ -94,7 +93,6 @@ def compile_copyright_regex(copyright_style, year_style, name):
9493
r"Satoshi Nakamoto",
9594
r"The Bitcoin Core developers",
9695
r"BitPay Inc\.",
97-
r"University of Illinois at Urbana-Champaign\.",
9896
r"Pieter Wuille",
9997
r"Wladimir J\. van der Laan",
10098
r"Jeff Garzik",

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ std::string LicenseInfo()
9696
"\n" +
9797
"\n" +
9898
_("This is experimental software.") + "\n" +
99-
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/MIT>").translated +
99+
strprintf(_("Distributed under the MIT software license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/license/MIT>").translated +
100100
"\n";
101101
}

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>

0 commit comments

Comments
 (0)