Skip to content

Commit 111a7d4

Browse files
committed
Merge pull request #5470
78253fc Remove references to X11 licence (Michael Ford)
2 parents 811c71d + 78253fc commit 111a7d4

File tree

189 files changed

+189
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+189
-189
lines changed

contrib/bitcoind.bash-completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash programmable completion for bitcoind(1) and bitcoin-cli(1)
22
# Copyright (c) 2012,2014 Christian von Roques <[email protected]>
3-
# Distributed under the MIT/X11 software license, see the accompanying
3+
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
have bitcoind && {

contrib/devtools/symbol-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# Copyright (c) 2014 Wladimir J. van der Laan
3-
# Distributed under the MIT/X11 software license, see the accompanying
3+
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''
66
A script to check that the (Linux) executables produced by gitian only contain

contrib/devtools/update-translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# Copyright (c) 2014 Wladimir J. van der Laan
3-
# Distributed under the MIT/X11 software license, see the accompanying
3+
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''
66
Run this script from the root of the repository to update all translations from

contrib/linearize/linearize-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# linearize-data.py: Construct a linear, no-fork version of the chain.
44
#
55
# Copyright (c) 2013-2014 The Bitcoin developers
6-
# Distributed under the MIT/X11 software license, see the accompanying
6+
# Distributed under the MIT software license, see the accompanying
77
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
88
#
99

contrib/linearize/linearize-hashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# linearize-hashes.py: List blocks in a linear, no-fork version of the chain.
44
#
55
# Copyright (c) 2013-2014 The Bitcoin developers
6-
# Distributed under the MIT/X11 software license, see the accompanying
6+
# Distributed under the MIT software license, see the accompanying
77
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
88
#
99

doc/README.md

Lines changed: 1 addition & 1 deletion

doc/README_windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Bitcoin 0.10.99
22

33
Copyright (c) 2009-2014 Bitcoin Core Developers
44

5-
Distributed under the MIT/X11 software license, see the accompanying
5+
Distributed under the MIT software license, see the accompanying
66
file COPYING or http://www.opensource.org/licenses/mit-license.php.
77
This product includes software developed by the OpenSSL Project for use in
88
the OpenSSL Toolkit (https://www.openssl.org/). This product includes

qa/rpc-tests/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2
22
# Copyright (c) 2014 The Bitcoin Core developers
3-
# Distributed under the MIT/X11 software license, see the accompanying
3+
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#

qa/rpc-tests/walletbackup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2
22
# Copyright (c) 2014 The Bitcoin Core developers
3-
# Distributed under the MIT/X11 software license, see the accompanying
3+
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
"""

src/alert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2013 The Bitcoin developers
3-
// Distributed under the MIT/X11 software license, see the accompanying
3+
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#ifndef BITCOIN_ALERT_H

0 commit comments

Comments
 (0)