aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/github-merge.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/github-merge.py
parent621463d7df0c644f4bf45550d3a75e134876480a (diff)
downloadbitcoin-ca11606858a787c133983dcb1e0fea2ac54fc530.tar.xz
Fix: "Bitcoin Core" -> "The Bitcoin Core"
Diffstat (limited to 'contrib/devtools/github-merge.py')
-rwxr-xr-xcontrib/devtools/github-merge.py3
1 files changed, 1 insertions, 2 deletions
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()
-