Fix: "Bitcoin Core" -> "The Bitcoin Core"

This commit is contained in:
Hennadii Stepanov 2019-06-29 18:58:52 +03:00
parent 621463d7df
commit ca11606858
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 1 additions and 3 deletions

View file

@ -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",

View file

@ -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()