From 3ef46f405a41ff7b1ec16bcb3e2e8e04bb44a720 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 8 Dec 2020 14:26:17 -0500 Subject: [PATCH] We vibe the GPLv3, fix some typos --- contrib/devtools/symbol-check.py | 2 +- contrib/hush-tx.bash-completion | 2 +- contrib/hushd.bash-completion | 2 +- contrib/komodo-cli.bash-completion | 2 +- contrib/komodo-tx.bash-completion | 2 +- contrib/komodod.bash-completion | 2 +- contrib/linearize/linearize-data.py | 2 +- contrib/linearize/linearize-hashes.py | 2 +- contrib/seeds/generate-seeds.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contrib/devtools/symbol-check.py b/contrib/devtools/symbol-check.py index ea671d774..664895a09 100755 --- a/contrib/devtools/symbol-check.py +++ b/contrib/devtools/symbol-check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Copyright (c) 2014 Wladimir J. van der Laan -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html ''' A script to check that the (Linux) executables produced by gitian only contain diff --git a/contrib/hush-tx.bash-completion b/contrib/hush-tx.bash-completion index b49ada489..23fcacf0c 100644 --- a/contrib/hush-tx.bash-completion +++ b/contrib/hush-tx.bash-completion @@ -1,6 +1,6 @@ # bash programmable completion for hush-tx(1) # Copyright (c) 2016 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html _hush_tx() { diff --git a/contrib/hushd.bash-completion b/contrib/hushd.bash-completion index 418659a16..bd341a6fd 100644 --- a/contrib/hushd.bash-completion +++ b/contrib/hushd.bash-completion @@ -2,7 +2,7 @@ # Copyright (c) 2012-2017 The Bitcoin Core developers # Copyright (c) 2016-2017 The Zcash developers # Copyright (c) 2018 The Hush developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html _hushd() { diff --git a/contrib/komodo-cli.bash-completion b/contrib/komodo-cli.bash-completion index 784e5c807..f190872e2 100644 --- a/contrib/komodo-cli.bash-completion +++ b/contrib/komodo-cli.bash-completion @@ -1,6 +1,6 @@ # bash programmable completion for komodo-cli(1) # Copyright (c) 2012-2016 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html # call $komodo-cli for RPC diff --git a/contrib/komodo-tx.bash-completion b/contrib/komodo-tx.bash-completion index aa80cfd6c..897a63206 100644 --- a/contrib/komodo-tx.bash-completion +++ b/contrib/komodo-tx.bash-completion @@ -1,6 +1,6 @@ # bash programmable completion for komodo-tx(1) # Copyright (c) 2016 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html _komodo_tx() { diff --git a/contrib/komodod.bash-completion b/contrib/komodod.bash-completion index ad73f5fbf..85c6b7e39 100644 --- a/contrib/komodod.bash-completion +++ b/contrib/komodod.bash-completion @@ -1,7 +1,7 @@ # bash programmable completion for komodod(1) # Copyright (c) 2012-2017 The Bitcoin Core developers # Copyright (c) 2016-2017 The komodo developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html _komodod() { diff --git a/contrib/linearize/linearize-data.py b/contrib/linearize/linearize-data.py index 54a460a44..d291d9d06 100755 --- a/contrib/linearize/linearize-data.py +++ b/contrib/linearize/linearize-data.py @@ -3,7 +3,7 @@ # linearize-data.py: Construct a linear, no-fork version of the chain. # # Copyright (c) 2013-2014 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html # diff --git a/contrib/linearize/linearize-hashes.py b/contrib/linearize/linearize-hashes.py index 17afd4e2a..fea69d47a 100755 --- a/contrib/linearize/linearize-hashes.py +++ b/contrib/linearize/linearize-hashes.py @@ -3,7 +3,7 @@ # linearize-hashes.py: List blocks in a linear, no-fork version of the chain. # # Copyright (c) 2013-2014 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html # diff --git a/contrib/seeds/generate-seeds.py b/contrib/seeds/generate-seeds.py index 1772c07e6..ab9b4c68c 100755 --- a/contrib/seeds/generate-seeds.py +++ b/contrib/seeds/generate-seeds.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Copyright (c) 2014 Wladimir J. van der Laan -# Distributed under the MIT software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html ''' Script to generate list of seed nodes for chainparams.cpp.