aboutsummaryrefslogtreecommitdiff
path: root/contrib
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
parent621463d7df0c644f4bf45550d3a75e134876480a (diff)
downloadbitcoin-ca11606858a787c133983dcb1e0fea2ac54fc530.tar.xz
Fix: "Bitcoin Core" -> "The Bitcoin Core"
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/devtools/copyright_header.py1
-rwxr-xr-xcontrib/devtools/github-merge.py3
2 files changed, 1 insertions, 3 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",
diff --git a/contrib/devtools/github-merge.py b/contrib/devtools/github-merge.py
index cd7a271e83..78ac671bfe 100755
--- a/contrib/devtools/github-merge.py
+++ b/contrib/devtools/github-merge.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (c) 2016-2017 Bitcoin Core Developers
+# Copyright (c) 2016-2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -411,4 +411,3 @@ def main():
if __name__ == '__main__':
main()
-