diff options
| author | Hennadii Stepanov <[email protected]> | 2019-06-29 18:58:52 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-06-29 18:58:52 +0300 |
| commit | ca11606858a787c133983dcb1e0fea2ac54fc530 (patch) | |
| tree | 83629e123b86e93c0b51e10a8ba9a4705311e59d /contrib/devtools/copyright_header.py | |
| parent | Drop no-longer-relevant copyright holder name (diff) | |
| download | discoin-ca11606858a787c133983dcb1e0fea2ac54fc530.tar.xz discoin-ca11606858a787c133983dcb1e0fea2ac54fc530.zip | |
Fix: "Bitcoin Core" -> "The Bitcoin Core"
Diffstat (limited to 'contrib/devtools/copyright_header.py')
| -rwxr-xr-x | contrib/devtools/copyright_header.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py index 147dba20c..fc01e570a 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", |