aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/copyright_header.py
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-06-29 18:58:52 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-06-29 18:58:52 +0300
commitca11606858a787c133983dcb1e0fea2ac54fc530 (patch)
tree83629e123b86e93c0b51e10a8ba9a4705311e59d /contrib/devtools/copyright_header.py
parent621463d7df0c644f4bf45550d3a75e134876480a (diff)
downloadbitcoin-ca11606858a787c133983dcb1e0fea2ac54fc530.tar.xz
Fix: "Bitcoin Core" -> "The Bitcoin Core"
Diffstat (limited to 'contrib/devtools/copyright_header.py')
-rwxr-xr-xcontrib/devtools/copyright_header.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py
index 147dba20cd..fc01e570aa 100755
--- a/contrib/devtools/copyright_header.py
+++ b/contrib/devtools/copyright_header.py
@@ -90,7 +90,6 @@ def compile_copyright_regex(copyright_style, year_style, name):
EXPECTED_HOLDER_NAMES = [
"Satoshi Nakamoto\n",
"The Bitcoin Core developers\n",
- "Bitcoin Core Developers\n",
"BitPay Inc\.\n",
"University of Illinois at Urbana-Champaign\.\n",
"Pieter Wuille\n",