Skip to content

Commit ca11606

Browse files
committed
Fix: "Bitcoin Core" -> "The Bitcoin Core"
1 parent 621463d commit ca11606

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contrib/devtools/copyright_header.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def compile_copyright_regex(copyright_style, year_style, name):
9090
EXPECTED_HOLDER_NAMES = [
9191
"Satoshi Nakamoto\n",
9292
"The Bitcoin Core developers\n",
93-
"Bitcoin Core Developers\n",
9493
"BitPay Inc\.\n",
9594
"University of Illinois at Urbana-Champaign\.\n",
9695
"Pieter Wuille\n",

contrib/devtools/github-merge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2016-2017 Bitcoin Core Developers
2+
# Copyright (c) 2016-2017 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

@@ -411,4 +411,3 @@ def main():
411411

412412
if __name__ == '__main__':
413413
main()
414-

0 commit comments

Comments
 (0)