diff --git a/examples/bip_hd.py b/examples/bip_hd.py index 616cf3f4..ea6585f6 100755 --- a/examples/bip_hd.py +++ b/examples/bip_hd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/examples/coin-daemon-info.py b/examples/coin-daemon-info.py index 510ea3be..6fcb0c24 100755 --- a/examples/coin-daemon-info.py +++ b/examples/coin-daemon-info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/examples/halving-calculator.py b/examples/halving-calculator.py index 24218010..4537a49c 100755 --- a/examples/halving-calculator.py +++ b/examples/halving-calculator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/examples/whitepaper.py b/examples/whitepaper.py index 2c180ee6..3f709475 100755 --- a/examples/whitepaper.py +++ b/examples/whitepaper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/addr.py b/mmgen/addr.py index a3349950..e7ddad5c 100755 --- a/mmgen/addr.py +++ b/mmgen/addr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/addrdata.py b/mmgen/addrdata.py index efc763a4..fa4e4cc2 100755 --- a/mmgen/addrdata.py +++ b/mmgen/addrdata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/addrfile.py b/mmgen/addrfile.py index 8a6be44f..61ecefff 100755 --- a/mmgen/addrfile.py +++ b/mmgen/addrfile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/addrgen.py b/mmgen/addrgen.py index 9e95bf04..d44b129c 100755 --- a/mmgen/addrgen.py +++ b/mmgen/addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/addrlist.py b/mmgen/addrlist.py index 25f6d37e..0d2225a5 100755 --- a/mmgen/addrlist.py +++ b/mmgen/addrlist.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/altcoin/params.py b/mmgen/altcoin/params.py index faffe72a..9705a4d7 100755 --- a/mmgen/altcoin/params.py +++ b/mmgen/altcoin/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/altcoin/util.py b/mmgen/altcoin/util.py index 219da4bf..f60c4422 100755 --- a/mmgen/altcoin/util.py +++ b/mmgen/altcoin/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/amt.py b/mmgen/amt.py index 6643bed0..35971db4 100755 --- a/mmgen/amt.py +++ b/mmgen/amt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/autosign.py b/mmgen/autosign.py index e62b7b73..8065da9d 100755 --- a/mmgen/autosign.py +++ b/mmgen/autosign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/base_obj.py b/mmgen/base_obj.py index 65abae00..3987f475 100755 --- a/mmgen/base_obj.py +++ b/mmgen/base_obj.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/baseconv.py b/mmgen/baseconv.py index dcd9feac..70cc6aae 100755 --- a/mmgen/baseconv.py +++ b/mmgen/baseconv.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/bip39.py b/mmgen/bip39.py index e8891b48..89a68830 100755 --- a/mmgen/bip39.py +++ b/mmgen/bip39.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/bip_hd/__init__.py b/mmgen/bip_hd/__init__.py index fe464978..c576124d 100644 --- a/mmgen/bip_hd/__init__.py +++ b/mmgen/bip_hd/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/cfg.py b/mmgen/cfg.py index 34286af1..e9285d73 100755 --- a/mmgen/cfg.py +++ b/mmgen/cfg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/cfgfile.py b/mmgen/cfgfile.py index b924f4d5..80c629a8 100755 --- a/mmgen/cfgfile.py +++ b/mmgen/cfgfile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/color.py b/mmgen/color.py index a88843a0..1bc4ad71 100755 --- a/mmgen/color.py +++ b/mmgen/color.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/crypto.py b/mmgen/crypto.py index 23174385..a98aa6f0 100755 --- a/mmgen/crypto.py +++ b/mmgen/crypto.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/daemon.py b/mmgen/daemon.py index 1c33d6a8..38ba55f2 100755 --- a/mmgen/daemon.py +++ b/mmgen/daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/derive.py b/mmgen/derive.py index 84262552..f713b4fd 100755 --- a/mmgen/derive.py +++ b/mmgen/derive.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/devinit.py b/mmgen/devinit.py index 321c6fb7..17a1d8cd 100755 --- a/mmgen/devinit.py +++ b/mmgen/devinit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/devtools.py b/mmgen/devtools.py index 983a9d5c..e4c228f0 100755 --- a/mmgen/devtools.py +++ b/mmgen/devtools.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/exception.py b/mmgen/exception.py index 61ed37c8..51ac63ea 100755 --- a/mmgen/exception.py +++ b/mmgen/exception.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/filename.py b/mmgen/filename.py index 02d3cac4..baa7df98 100755 --- a/mmgen/filename.py +++ b/mmgen/filename.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/fileutil.py b/mmgen/fileutil.py index 61ceb101..56e594fa 100755 --- a/mmgen/fileutil.py +++ b/mmgen/fileutil.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/flags.py b/mmgen/flags.py index 36caf3c9..4159dd20 100755 --- a/mmgen/flags.py +++ b/mmgen/flags.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/help/__init__.py b/mmgen/help/__init__.py index 9a9a3d69..09087dcc 100755 --- a/mmgen/help/__init__.py +++ b/mmgen/help/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/help/help_notes.py b/mmgen/help/help_notes.py index 64d2adbf..e9b9738b 100755 --- a/mmgen/help/help_notes.py +++ b/mmgen/help/help_notes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/help/seedsplit.py b/mmgen/help/seedsplit.py index 5c1742bd..17848548 100755 --- a/mmgen/help/seedsplit.py +++ b/mmgen/help/seedsplit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/help/xmrwallet.py b/mmgen/help/xmrwallet.py index 5756e8b3..11e1a08f 100755 --- a/mmgen/help/xmrwallet.py +++ b/mmgen/help/xmrwallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/key.py b/mmgen/key.py index f7fcfa4d..c87e33ce 100755 --- a/mmgen/key.py +++ b/mmgen/key.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/keygen.py b/mmgen/keygen.py index 63b7a656..eb34ad93 100755 --- a/mmgen/keygen.py +++ b/mmgen/keygen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/led.py b/mmgen/led.py index 301939bb..ad2efd6b 100755 --- a/mmgen/led.py +++ b/mmgen/led.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main.py b/mmgen/main.py index 3d3600c7..bb14cf96 100755 --- a/mmgen/main.py +++ b/mmgen/main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_addrgen.py b/mmgen/main_addrgen.py index 614cf98b..51e5a27c 100755 --- a/mmgen/main_addrgen.py +++ b/mmgen/main_addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_addrimport.py b/mmgen/main_addrimport.py index 2c1d138c..8ba2034c 100755 --- a/mmgen/main_addrimport.py +++ b/mmgen/main_addrimport.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_autosign.py b/mmgen/main_autosign.py index f5aa5de1..b897c45e 100755 --- a/mmgen/main_autosign.py +++ b/mmgen/main_autosign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_msg.py b/mmgen/main_msg.py index 83b1ba27..d8d3cc35 100755 --- a/mmgen/main_msg.py +++ b/mmgen/main_msg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/main_passgen.py b/mmgen/main_passgen.py index 945a4270..250ba65d 100755 --- a/mmgen/main_passgen.py +++ b/mmgen/main_passgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_regtest.py b/mmgen/main_regtest.py index d870f223..ef2acb7a 100755 --- a/mmgen/main_regtest.py +++ b/mmgen/main_regtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_seedjoin.py b/mmgen/main_seedjoin.py index b3b7d358..03cfcf6e 100755 --- a/mmgen/main_seedjoin.py +++ b/mmgen/main_seedjoin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_split.py b/mmgen/main_split.py index 9d307056..de32afd7 100755 --- a/mmgen/main_split.py +++ b/mmgen/main_split.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_tool.py b/mmgen/main_tool.py index c178eda1..e356b934 100755 --- a/mmgen/main_tool.py +++ b/mmgen/main_tool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_txbump.py b/mmgen/main_txbump.py index 00957a90..47587d72 100755 --- a/mmgen/main_txbump.py +++ b/mmgen/main_txbump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_txcreate.py b/mmgen/main_txcreate.py index 0efabcb0..a855db2c 100755 --- a/mmgen/main_txcreate.py +++ b/mmgen/main_txcreate.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_txdo.py b/mmgen/main_txdo.py index 13cb841c..5a3b2abd 100755 --- a/mmgen/main_txdo.py +++ b/mmgen/main_txdo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_txsend.py b/mmgen/main_txsend.py index b3abd060..2455fbc6 100755 --- a/mmgen/main_txsend.py +++ b/mmgen/main_txsend.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_txsign.py b/mmgen/main_txsign.py index 1aff07b0..6ae258eb 100755 --- a/mmgen/main_txsign.py +++ b/mmgen/main_txsign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_wallet.py b/mmgen/main_wallet.py index 9ee5bf23..566df694 100755 --- a/mmgen/main_wallet.py +++ b/mmgen/main_wallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/main_xmrwallet.py b/mmgen/main_xmrwallet.py index cbe88a0e..202236e3 100755 --- a/mmgen/main_xmrwallet.py +++ b/mmgen/main_xmrwallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/mn_entry.py b/mmgen/mn_entry.py index 59fe6018..2b5d5cd7 100755 --- a/mmgen/mn_entry.py +++ b/mmgen/mn_entry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/msg.py b/mmgen/msg.py index 224ad02d..b01ac994 100755 --- a/mmgen/msg.py +++ b/mmgen/msg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/obj.py b/mmgen/obj.py index 8aeb7f63..ea3e0404 100755 --- a/mmgen/obj.py +++ b/mmgen/obj.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/objmethods.py b/mmgen/objmethods.py index bda1da28..2deb5b5e 100755 --- a/mmgen/objmethods.py +++ b/mmgen/objmethods.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/opts.py b/mmgen/opts.py index 49ff448d..ca87ee3e 100755 --- a/mmgen/opts.py +++ b/mmgen/opts.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/passwdlist.py b/mmgen/passwdlist.py index ab544df2..d4b61ee9 100755 --- a/mmgen/passwdlist.py +++ b/mmgen/passwdlist.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/platform/darwin/util.py b/mmgen/platform/darwin/util.py index 081de926..47d17fbb 100755 --- a/mmgen/platform/darwin/util.py +++ b/mmgen/platform/darwin/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/bch/cashaddr.py b/mmgen/proto/bch/cashaddr.py index d41b48a8..56418383 100755 --- a/mmgen/proto/bch/cashaddr.py +++ b/mmgen/proto/bch/cashaddr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/bch/params.py b/mmgen/proto/bch/params.py index d2a90718..436ea5a2 100755 --- a/mmgen/proto/bch/params.py +++ b/mmgen/proto/bch/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/addrdata.py b/mmgen/proto/btc/addrdata.py index 22813ae2..692917ed 100755 --- a/mmgen/proto/btc/addrdata.py +++ b/mmgen/proto/btc/addrdata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/addrgen.py b/mmgen/proto/btc/addrgen.py index a8bf02cb..2ee06679 100755 --- a/mmgen/proto/btc/addrgen.py +++ b/mmgen/proto/btc/addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/common.py b/mmgen/proto/btc/common.py index 8dd62b1e..b9459add 100755 --- a/mmgen/proto/btc/common.py +++ b/mmgen/proto/btc/common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/daemon.py b/mmgen/proto/btc/daemon.py index 8a261cc4..9b093a05 100755 --- a/mmgen/proto/btc/daemon.py +++ b/mmgen/proto/btc/daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/misc.py b/mmgen/proto/btc/misc.py index f5c9b4b9..3da6bfb5 100755 --- a/mmgen/proto/btc/misc.py +++ b/mmgen/proto/btc/misc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/msg.py b/mmgen/proto/btc/msg.py index e2251404..137023f1 100755 --- a/mmgen/proto/btc/msg.py +++ b/mmgen/proto/btc/msg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/params.py b/mmgen/proto/btc/params.py index 999f7366..4930f9af 100755 --- a/mmgen/proto/btc/params.py +++ b/mmgen/proto/btc/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/regtest.py b/mmgen/proto/btc/regtest.py index f50b0d99..eb7b5ca5 100755 --- a/mmgen/proto/btc/regtest.py +++ b/mmgen/proto/btc/regtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/btc/rpc.py b/mmgen/proto/btc/rpc.py index f5de469a..8e80991a 100755 --- a/mmgen/proto/btc/rpc.py +++ b/mmgen/proto/btc/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/addresses.py b/mmgen/proto/btc/tw/addresses.py index 740dc242..223843f5 100755 --- a/mmgen/proto/btc/tw/addresses.py +++ b/mmgen/proto/btc/tw/addresses.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/bal.py b/mmgen/proto/btc/tw/bal.py index cb3f917d..8cc2319a 100755 --- a/mmgen/proto/btc/tw/bal.py +++ b/mmgen/proto/btc/tw/bal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/ctl.py b/mmgen/proto/btc/tw/ctl.py index d4ea821b..0b2c69fe 100755 --- a/mmgen/proto/btc/tw/ctl.py +++ b/mmgen/proto/btc/tw/ctl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/json.py b/mmgen/proto/btc/tw/json.py index ea3131ca..2e0582f1 100755 --- a/mmgen/proto/btc/tw/json.py +++ b/mmgen/proto/btc/tw/json.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/prune.py b/mmgen/proto/btc/tw/prune.py index 429a2a2c..1fa7bccd 100755 --- a/mmgen/proto/btc/tw/prune.py +++ b/mmgen/proto/btc/tw/prune.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/rpc.py b/mmgen/proto/btc/tw/rpc.py index 2e9e4c5e..077dfde4 100755 --- a/mmgen/proto/btc/tw/rpc.py +++ b/mmgen/proto/btc/tw/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/txhistory.py b/mmgen/proto/btc/tw/txhistory.py index f4fdf218..4bff4d91 100755 --- a/mmgen/proto/btc/tw/txhistory.py +++ b/mmgen/proto/btc/tw/txhistory.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tw/unspent.py b/mmgen/proto/btc/tw/unspent.py index 365814e1..b63b162a 100755 --- a/mmgen/proto/btc/tw/unspent.py +++ b/mmgen/proto/btc/tw/unspent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/base.py b/mmgen/proto/btc/tx/base.py index d3a788ba..bb7ca3a8 100755 --- a/mmgen/proto/btc/tx/base.py +++ b/mmgen/proto/btc/tx/base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/bump.py b/mmgen/proto/btc/tx/bump.py index 94e731df..5f02c24b 100755 --- a/mmgen/proto/btc/tx/bump.py +++ b/mmgen/proto/btc/tx/bump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/completed.py b/mmgen/proto/btc/tx/completed.py index 0c3bc70c..2fd47ee7 100755 --- a/mmgen/proto/btc/tx/completed.py +++ b/mmgen/proto/btc/tx/completed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/info.py b/mmgen/proto/btc/tx/info.py index e97d0571..4e5a29f9 100755 --- a/mmgen/proto/btc/tx/info.py +++ b/mmgen/proto/btc/tx/info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/new.py b/mmgen/proto/btc/tx/new.py index 39ece728..1dcfe7e0 100755 --- a/mmgen/proto/btc/tx/new.py +++ b/mmgen/proto/btc/tx/new.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/online.py b/mmgen/proto/btc/tx/online.py index d3542cf7..6fff9194 100755 --- a/mmgen/proto/btc/tx/online.py +++ b/mmgen/proto/btc/tx/online.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/signed.py b/mmgen/proto/btc/tx/signed.py index 6245f1b0..b943fec5 100755 --- a/mmgen/proto/btc/tx/signed.py +++ b/mmgen/proto/btc/tx/signed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/status.py b/mmgen/proto/btc/tx/status.py index 338ed257..5b76576e 100755 --- a/mmgen/proto/btc/tx/status.py +++ b/mmgen/proto/btc/tx/status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/btc/tx/unsigned.py b/mmgen/proto/btc/tx/unsigned.py index 6d3b0b41..6b33c486 100755 --- a/mmgen/proto/btc/tx/unsigned.py +++ b/mmgen/proto/btc/tx/unsigned.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/etc/params.py b/mmgen/proto/etc/params.py index c983fa88..e179232a 100755 --- a/mmgen/proto/etc/params.py +++ b/mmgen/proto/etc/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/addrdata.py b/mmgen/proto/eth/addrdata.py index 3745439e..4013ee7a 100755 --- a/mmgen/proto/eth/addrdata.py +++ b/mmgen/proto/eth/addrdata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/eth/addrgen.py b/mmgen/proto/eth/addrgen.py index 8fcfe788..1dd1ec4e 100755 --- a/mmgen/proto/eth/addrgen.py +++ b/mmgen/proto/eth/addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/contract.py b/mmgen/proto/eth/contract.py index 34fdfee0..972f249c 100755 --- a/mmgen/proto/eth/contract.py +++ b/mmgen/proto/eth/contract.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index 9fd58f26..ee371b69 100755 --- a/mmgen/proto/eth/daemon.py +++ b/mmgen/proto/eth/daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/misc.py b/mmgen/proto/eth/misc.py index 077b8bdf..d3e0b330 100755 --- a/mmgen/proto/eth/misc.py +++ b/mmgen/proto/eth/misc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/msg.py b/mmgen/proto/eth/msg.py index f65cc818..3a101aae 100755 --- a/mmgen/proto/eth/msg.py +++ b/mmgen/proto/eth/msg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/params.py b/mmgen/proto/eth/params.py index 1b7afe2c..22ad0e14 100755 --- a/mmgen/proto/eth/params.py +++ b/mmgen/proto/eth/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/rpc.py b/mmgen/proto/eth/rpc.py index a2ca0fcf..294e6624 100755 --- a/mmgen/proto/eth/rpc.py +++ b/mmgen/proto/eth/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tw/addresses.py b/mmgen/proto/eth/tw/addresses.py index 7d5b669b..daf80c63 100755 --- a/mmgen/proto/eth/tw/addresses.py +++ b/mmgen/proto/eth/tw/addresses.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tw/bal.py b/mmgen/proto/eth/tw/bal.py index a3f99332..f9f33fce 100755 --- a/mmgen/proto/eth/tw/bal.py +++ b/mmgen/proto/eth/tw/bal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/eth/tw/ctl.py b/mmgen/proto/eth/tw/ctl.py index e2813ad3..13292cef 100755 --- a/mmgen/proto/eth/tw/ctl.py +++ b/mmgen/proto/eth/tw/ctl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/eth/tw/json.py b/mmgen/proto/eth/tw/json.py index 54671f6f..2dd6e582 100755 --- a/mmgen/proto/eth/tw/json.py +++ b/mmgen/proto/eth/tw/json.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tw/rpc.py b/mmgen/proto/eth/tw/rpc.py index 1c952baf..3112f709 100755 --- a/mmgen/proto/eth/tw/rpc.py +++ b/mmgen/proto/eth/tw/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tw/unspent.py b/mmgen/proto/eth/tw/unspent.py index efb20e4e..c9c771b2 100755 --- a/mmgen/proto/eth/tw/unspent.py +++ b/mmgen/proto/eth/tw/unspent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/proto/eth/tw/view.py b/mmgen/proto/eth/tw/view.py index 7734e66d..44570734 100755 --- a/mmgen/proto/eth/tw/view.py +++ b/mmgen/proto/eth/tw/view.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/base.py b/mmgen/proto/eth/tx/base.py index bfcc2c70..6fde11cd 100755 --- a/mmgen/proto/eth/tx/base.py +++ b/mmgen/proto/eth/tx/base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/bump.py b/mmgen/proto/eth/tx/bump.py index c127d1c0..45272779 100755 --- a/mmgen/proto/eth/tx/bump.py +++ b/mmgen/proto/eth/tx/bump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/completed.py b/mmgen/proto/eth/tx/completed.py index 4b79400a..f4f9ed9d 100755 --- a/mmgen/proto/eth/tx/completed.py +++ b/mmgen/proto/eth/tx/completed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/info.py b/mmgen/proto/eth/tx/info.py index e9cc87e3..decbe5fd 100755 --- a/mmgen/proto/eth/tx/info.py +++ b/mmgen/proto/eth/tx/info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/new.py b/mmgen/proto/eth/tx/new.py index ba7bb199..8bd076f0 100755 --- a/mmgen/proto/eth/tx/new.py +++ b/mmgen/proto/eth/tx/new.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/online.py b/mmgen/proto/eth/tx/online.py index 0c12a13e..a4856e54 100755 --- a/mmgen/proto/eth/tx/online.py +++ b/mmgen/proto/eth/tx/online.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/signed.py b/mmgen/proto/eth/tx/signed.py index 2e7aa1ce..bdf313d0 100755 --- a/mmgen/proto/eth/tx/signed.py +++ b/mmgen/proto/eth/tx/signed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/status.py b/mmgen/proto/eth/tx/status.py index 70c08b24..fce36c75 100755 --- a/mmgen/proto/eth/tx/status.py +++ b/mmgen/proto/eth/tx/status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/eth/tx/unsigned.py b/mmgen/proto/eth/tx/unsigned.py index e3f105e0..8e68656f 100755 --- a/mmgen/proto/eth/tx/unsigned.py +++ b/mmgen/proto/eth/tx/unsigned.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/ltc/params.py b/mmgen/proto/ltc/params.py index 5ec47b69..ee5d119d 100755 --- a/mmgen/proto/ltc/params.py +++ b/mmgen/proto/ltc/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/secp256k1/keygen.py b/mmgen/proto/secp256k1/keygen.py index 33d4189e..ec4084d1 100755 --- a/mmgen/proto/secp256k1/keygen.py +++ b/mmgen/proto/secp256k1/keygen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/xmr/addrgen.py b/mmgen/proto/xmr/addrgen.py index 5b421b8e..a5261a7c 100755 --- a/mmgen/proto/xmr/addrgen.py +++ b/mmgen/proto/xmr/addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/xmr/daemon.py b/mmgen/proto/xmr/daemon.py index 510bc1f4..d4c768dc 100755 --- a/mmgen/proto/xmr/daemon.py +++ b/mmgen/proto/xmr/daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/xmr/keygen.py b/mmgen/proto/xmr/keygen.py index 233aa202..08714c83 100755 --- a/mmgen/proto/xmr/keygen.py +++ b/mmgen/proto/xmr/keygen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/xmr/params.py b/mmgen/proto/xmr/params.py index 01298303..ea7c41fc 100755 --- a/mmgen/proto/xmr/params.py +++ b/mmgen/proto/xmr/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/xmr/rpc.py b/mmgen/proto/xmr/rpc.py index 80e0c49d..b368bc6b 100755 --- a/mmgen/proto/xmr/rpc.py +++ b/mmgen/proto/xmr/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/zec/addrgen.py b/mmgen/proto/zec/addrgen.py index 1153b415..68951780 100755 --- a/mmgen/proto/zec/addrgen.py +++ b/mmgen/proto/zec/addrgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/zec/keygen.py b/mmgen/proto/zec/keygen.py index 70b9ef29..6286b312 100755 --- a/mmgen/proto/zec/keygen.py +++ b/mmgen/proto/zec/keygen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/proto/zec/params.py b/mmgen/proto/zec/params.py index 64dbd583..4d0f74ef 100755 --- a/mmgen/proto/zec/params.py +++ b/mmgen/proto/zec/params.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/protocol.py b/mmgen/protocol.py index d255cbfc..b4395a9e 100755 --- a/mmgen/protocol.py +++ b/mmgen/protocol.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/pyversion.py b/mmgen/pyversion.py index cfe539f1..def558b6 100755 --- a/mmgen/pyversion.py +++ b/mmgen/pyversion.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/rpc.py b/mmgen/rpc.py index 0d5f83b7..0ba15bcc 100755 --- a/mmgen/rpc.py +++ b/mmgen/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/seed.py b/mmgen/seed.py index 74a401c8..167396bf 100755 --- a/mmgen/seed.py +++ b/mmgen/seed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/seedsplit.py b/mmgen/seedsplit.py index fdf60c0e..0f3ae1ae 100755 --- a/mmgen/seedsplit.py +++ b/mmgen/seedsplit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/sha2.py b/mmgen/sha2.py index 3c6e6cca..49079138 100755 --- a/mmgen/sha2.py +++ b/mmgen/sha2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/subseed.py b/mmgen/subseed.py index 0f061031..6ea1cccf 100755 --- a/mmgen/subseed.py +++ b/mmgen/subseed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/term.py b/mmgen/term.py index 54316059..9f71fd8e 100755 --- a/mmgen/term.py +++ b/mmgen/term.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/test.py b/mmgen/test.py index d12de66c..916a4f33 100755 --- a/mmgen/test.py +++ b/mmgen/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tool/api.py b/mmgen/tool/api.py index aee4b7ac..1eae357e 100755 --- a/mmgen/tool/api.py +++ b/mmgen/tool/api.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/coin.py b/mmgen/tool/coin.py index b03b1a1d..8ea35e51 100755 --- a/mmgen/tool/coin.py +++ b/mmgen/tool/coin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/common.py b/mmgen/tool/common.py index e0039ca0..1a7e0f4c 100755 --- a/mmgen/tool/common.py +++ b/mmgen/tool/common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/file.py b/mmgen/tool/file.py index 13c477c5..4fd983f0 100755 --- a/mmgen/tool/file.py +++ b/mmgen/tool/file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/filecrypt.py b/mmgen/tool/filecrypt.py index e820829d..7b3ff054 100755 --- a/mmgen/tool/filecrypt.py +++ b/mmgen/tool/filecrypt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/fileutil.py b/mmgen/tool/fileutil.py index bad64a71..613457bb 100755 --- a/mmgen/tool/fileutil.py +++ b/mmgen/tool/fileutil.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/help.py b/mmgen/tool/help.py index b35637a4..403194b3 100755 --- a/mmgen/tool/help.py +++ b/mmgen/tool/help.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/mnemonic.py b/mmgen/tool/mnemonic.py index fa3fe587..0b804fd0 100755 --- a/mmgen/tool/mnemonic.py +++ b/mmgen/tool/mnemonic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/rpc.py b/mmgen/tool/rpc.py index b947a978..ffa0256a 100755 --- a/mmgen/tool/rpc.py +++ b/mmgen/tool/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/util.py b/mmgen/tool/util.py index 545e528f..676f4a57 100755 --- a/mmgen/tool/util.py +++ b/mmgen/tool/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tool/wallet.py b/mmgen/tool/wallet.py index 61628069..23703133 100755 --- a/mmgen/tool/wallet.py +++ b/mmgen/tool/wallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tw/addresses.py b/mmgen/tw/addresses.py index 1b70555e..71458fa0 100755 --- a/mmgen/tw/addresses.py +++ b/mmgen/tw/addresses.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/bal.py b/mmgen/tw/bal.py index c9d84656..36bb389b 100755 --- a/mmgen/tw/bal.py +++ b/mmgen/tw/bal.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tw/ctl.py b/mmgen/tw/ctl.py index abe19f5f..55ab78a7 100755 --- a/mmgen/tw/ctl.py +++ b/mmgen/tw/ctl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tw/json.py b/mmgen/tw/json.py index e732279f..d6afa321 100755 --- a/mmgen/tw/json.py +++ b/mmgen/tw/json.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/prune.py b/mmgen/tw/prune.py index 7a64e9d5..f13697f1 100755 --- a/mmgen/tw/prune.py +++ b/mmgen/tw/prune.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/rpc.py b/mmgen/tw/rpc.py index 2baa359a..1d425989 100755 --- a/mmgen/tw/rpc.py +++ b/mmgen/tw/rpc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/shared.py b/mmgen/tw/shared.py index 55312f68..38b799e0 100755 --- a/mmgen/tw/shared.py +++ b/mmgen/tw/shared.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/txhistory.py b/mmgen/tw/txhistory.py index c0b6bf2f..a4e2f181 100755 --- a/mmgen/tw/txhistory.py +++ b/mmgen/tw/txhistory.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tw/unspent.py b/mmgen/tw/unspent.py index 366e423e..9442a1fa 100755 --- a/mmgen/tw/unspent.py +++ b/mmgen/tw/unspent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tw/view.py b/mmgen/tw/view.py index 31c41c9d..43e7e4bc 100755 --- a/mmgen/tw/view.py +++ b/mmgen/tw/view.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tx/__init__.py b/mmgen/tx/__init__.py index cf705c0c..11e7178d 100755 --- a/mmgen/tx/__init__.py +++ b/mmgen/tx/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/base.py b/mmgen/tx/base.py index 9934fb26..69dc7027 100755 --- a/mmgen/tx/base.py +++ b/mmgen/tx/base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/bump.py b/mmgen/tx/bump.py index ae1600ef..f6da950c 100755 --- a/mmgen/tx/bump.py +++ b/mmgen/tx/bump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/completed.py b/mmgen/tx/completed.py index 24bed5b2..5f2bcf0b 100755 --- a/mmgen/tx/completed.py +++ b/mmgen/tx/completed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/file.py b/mmgen/tx/file.py index 7a558bef..0eb525a1 100755 --- a/mmgen/tx/file.py +++ b/mmgen/tx/file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tx/info.py b/mmgen/tx/info.py index cb411fbf..f73a4e2c 100755 --- a/mmgen/tx/info.py +++ b/mmgen/tx/info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/new.py b/mmgen/tx/new.py index f1312802..aaa77e56 100755 --- a/mmgen/tx/new.py +++ b/mmgen/tx/new.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/online.py b/mmgen/tx/online.py index 7bcb1541..e03505ab 100755 --- a/mmgen/tx/online.py +++ b/mmgen/tx/online.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/sign.py b/mmgen/tx/sign.py index 69a0e6a8..ed781152 100755 --- a/mmgen/tx/sign.py +++ b/mmgen/tx/sign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/tx/signed.py b/mmgen/tx/signed.py index 44d4b723..b2823f8e 100755 --- a/mmgen/tx/signed.py +++ b/mmgen/tx/signed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/status.py b/mmgen/tx/status.py index a8fc9716..b30bc2e6 100755 --- a/mmgen/tx/status.py +++ b/mmgen/tx/status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/unsigned.py b/mmgen/tx/unsigned.py index 3c20f14e..00f950df 100755 --- a/mmgen/tx/unsigned.py +++ b/mmgen/tx/unsigned.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/tx/util.py b/mmgen/tx/util.py index d9e6937c..50f5a120 100755 --- a/mmgen/tx/util.py +++ b/mmgen/tx/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/ui.py b/mmgen/ui.py index 1dd57926..a04bff44 100755 --- a/mmgen/ui.py +++ b/mmgen/ui.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/util.py b/mmgen/util.py index 6b49fefc..3b4783ff 100755 --- a/mmgen/util.py +++ b/mmgen/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/util2.py b/mmgen/util2.py index 2f8c8e7c..c0f26edd 100755 --- a/mmgen/util2.py +++ b/mmgen/util2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/__init__.py b/mmgen/wallet/__init__.py index a7fed26d..46e38402 100755 --- a/mmgen/wallet/__init__.py +++ b/mmgen/wallet/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/base.py b/mmgen/wallet/base.py index 45559f24..929f4dd0 100755 --- a/mmgen/wallet/base.py +++ b/mmgen/wallet/base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/bip39.py b/mmgen/wallet/bip39.py index 315d9f70..0c72aab8 100755 --- a/mmgen/wallet/bip39.py +++ b/mmgen/wallet/bip39.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/brain.py b/mmgen/wallet/brain.py index 1e02675e..88cefd9e 100755 --- a/mmgen/wallet/brain.py +++ b/mmgen/wallet/brain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/dieroll.py b/mmgen/wallet/dieroll.py index 1f2938dc..22dcf7ce 100755 --- a/mmgen/wallet/dieroll.py +++ b/mmgen/wallet/dieroll.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/enc.py b/mmgen/wallet/enc.py index 4a92f19d..ee139e0c 100755 --- a/mmgen/wallet/enc.py +++ b/mmgen/wallet/enc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/incog.py b/mmgen/wallet/incog.py index 022849b6..44bc3e21 100755 --- a/mmgen/wallet/incog.py +++ b/mmgen/wallet/incog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/incog_base.py b/mmgen/wallet/incog_base.py index 71f820b1..4e8c9b6f 100755 --- a/mmgen/wallet/incog_base.py +++ b/mmgen/wallet/incog_base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/incog_hex.py b/mmgen/wallet/incog_hex.py index 704c6ae3..e431ec8d 100755 --- a/mmgen/wallet/incog_hex.py +++ b/mmgen/wallet/incog_hex.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/incog_hidden.py b/mmgen/wallet/incog_hidden.py index cb21422f..c367e0dd 100755 --- a/mmgen/wallet/incog_hidden.py +++ b/mmgen/wallet/incog_hidden.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/mmgen.py b/mmgen/wallet/mmgen.py index 45fbb8ed..f7d24025 100755 --- a/mmgen/wallet/mmgen.py +++ b/mmgen/wallet/mmgen.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/mmhex.py b/mmgen/wallet/mmhex.py index 12885f34..83266895 100755 --- a/mmgen/wallet/mmhex.py +++ b/mmgen/wallet/mmhex.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/mnemonic.py b/mmgen/wallet/mnemonic.py index 3c96c256..780c4640 100755 --- a/mmgen/wallet/mnemonic.py +++ b/mmgen/wallet/mnemonic.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/plainhex.py b/mmgen/wallet/plainhex.py index 32f1e7dd..1e55c700 100755 --- a/mmgen/wallet/plainhex.py +++ b/mmgen/wallet/plainhex.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/seed.py b/mmgen/wallet/seed.py index 52b55e23..1171089c 100755 --- a/mmgen/wallet/seed.py +++ b/mmgen/wallet/seed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/unenc.py b/mmgen/wallet/unenc.py index d9850721..faad6115 100755 --- a/mmgen/wallet/unenc.py +++ b/mmgen/wallet/unenc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/wallet/words.py b/mmgen/wallet/words.py index 01a26de6..88436c48 100755 --- a/mmgen/wallet/words.py +++ b/mmgen/wallet/words.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/mmgen/xmrseed.py b/mmgen/xmrseed.py index 96716b55..425ec6c9 100755 --- a/mmgen/xmrseed.py +++ b/mmgen/xmrseed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/mmgen/xmrwallet.py b/mmgen/xmrwallet.py index 53dd66e0..94017966 100755 --- a/mmgen/xmrwallet.py +++ b/mmgen/xmrwallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/create-token.py b/scripts/create-token.py index 8c6680db..f98f5b46 100755 --- a/scripts/create-token.py +++ b/scripts/create-token.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/exec_wrapper.py b/scripts/exec_wrapper.py index be37182d..c79131ab 100755 --- a/scripts/exec_wrapper.py +++ b/scripts/exec_wrapper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/setup.cfg b/setup.cfg index 3e656a70..324125dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/setup.py b/setup.py index 9b117bc2..35319574 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/altcointest.py b/test/altcointest.py index 622042b7..e16083c8 100755 --- a/test/altcointest.py +++ b/test/altcointest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/clean.py b/test/clean.py index bffa2a06..cc50d0d8 100755 --- a/test/clean.py +++ b/test/clean.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest.py b/test/cmdtest.py index 74dd8dd5..5ddf8ad3 100755 --- a/test/cmdtest.py +++ b/test/cmdtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/cfg.py b/test/cmdtest_py_d/cfg.py index ce94108d..b4433625 100755 --- a/test/cmdtest_py_d/cfg.py +++ b/test/cmdtest_py_d/cfg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest_py_d/common.py b/test/cmdtest_py_d/common.py index 20eb3e88..79a41736 100755 --- a/test/cmdtest_py_d/common.py +++ b/test/cmdtest_py_d/common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_automount.py b/test/cmdtest_py_d/ct_automount.py index dc09bca1..2ebf4b5c 100755 --- a/test/cmdtest_py_d/ct_automount.py +++ b/test/cmdtest_py_d/ct_automount.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest_py_d/ct_automount_eth.py b/test/cmdtest_py_d/ct_automount_eth.py index b1b32295..05a8b6de 100755 --- a/test/cmdtest_py_d/ct_automount_eth.py +++ b/test/cmdtest_py_d/ct_automount_eth.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest_py_d/ct_autosign.py b/test/cmdtest_py_d/ct_autosign.py index 74c46cbe..968ae525 100755 --- a/test/cmdtest_py_d/ct_autosign.py +++ b/test/cmdtest_py_d/ct_autosign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_base.py b/test/cmdtest_py_d/ct_base.py index fe3be363..80199913 100755 --- a/test/cmdtest_py_d/ct_base.py +++ b/test/cmdtest_py_d/ct_base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_cfgfile.py b/test/cmdtest_py_d/ct_cfgfile.py index ff5333ff..8769e6b5 100755 --- a/test/cmdtest_py_d/ct_cfgfile.py +++ b/test/cmdtest_py_d/ct_cfgfile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # Project source code repository: https://github.com/mmgen/mmgen-wallet diff --git a/test/cmdtest_py_d/ct_chainsplit.py b/test/cmdtest_py_d/ct_chainsplit.py index ebd57bdf..55935c86 100755 --- a/test/cmdtest_py_d/ct_chainsplit.py +++ b/test/cmdtest_py_d/ct_chainsplit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_ethdev.py b/test/cmdtest_py_d/ct_ethdev.py index e40c5063..85cfe37e 100755 --- a/test/cmdtest_py_d/ct_ethdev.py +++ b/test/cmdtest_py_d/ct_ethdev.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_help.py b/test/cmdtest_py_d/ct_help.py index e5360faa..2cb451e2 100755 --- a/test/cmdtest_py_d/ct_help.py +++ b/test/cmdtest_py_d/ct_help.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest_py_d/ct_input.py b/test/cmdtest_py_d/ct_input.py index fb225534..c7d1c32d 100755 --- a/test/cmdtest_py_d/ct_input.py +++ b/test/cmdtest_py_d/ct_input.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # Project source code repository: https://github.com/mmgen/mmgen-wallet diff --git a/test/cmdtest_py_d/ct_main.py b/test/cmdtest_py_d/ct_main.py index 709c68e0..652dc2ee 100755 --- a/test/cmdtest_py_d/ct_main.py +++ b/test/cmdtest_py_d/ct_main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_misc.py b/test/cmdtest_py_d/ct_misc.py index 10f1c5d4..1a82ae89 100755 --- a/test/cmdtest_py_d/ct_misc.py +++ b/test/cmdtest_py_d/ct_misc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_opts.py b/test/cmdtest_py_d/ct_opts.py index 4f08030e..66540ca1 100755 --- a/test/cmdtest_py_d/ct_opts.py +++ b/test/cmdtest_py_d/ct_opts.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # Project source code repository: https://github.com/mmgen/mmgen-wallet diff --git a/test/cmdtest_py_d/ct_ref.py b/test/cmdtest_py_d/ct_ref.py index 91a2f153..a4b988e3 100755 --- a/test/cmdtest_py_d/ct_ref.py +++ b/test/cmdtest_py_d/ct_ref.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_ref_3seed.py b/test/cmdtest_py_d/ct_ref_3seed.py index 22c1a6aa..57542935 100755 --- a/test/cmdtest_py_d/ct_ref_3seed.py +++ b/test/cmdtest_py_d/ct_ref_3seed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_ref_altcoin.py b/test/cmdtest_py_d/ct_ref_altcoin.py index 9b491edf..97d85709 100755 --- a/test/cmdtest_py_d/ct_ref_altcoin.py +++ b/test/cmdtest_py_d/ct_ref_altcoin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_regtest.py b/test/cmdtest_py_d/ct_regtest.py index 260e544e..5552ffbf 100755 --- a/test/cmdtest_py_d/ct_regtest.py +++ b/test/cmdtest_py_d/ct_regtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_seedsplit.py b/test/cmdtest_py_d/ct_seedsplit.py index 0e3876b9..05a3a005 100755 --- a/test/cmdtest_py_d/ct_seedsplit.py +++ b/test/cmdtest_py_d/ct_seedsplit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_shared.py b/test/cmdtest_py_d/ct_shared.py index 061b482b..0220bb8b 100755 --- a/test/cmdtest_py_d/ct_shared.py +++ b/test/cmdtest_py_d/ct_shared.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_tool.py b/test/cmdtest_py_d/ct_tool.py index 7b3e95fd..8563fa88 100755 --- a/test/cmdtest_py_d/ct_tool.py +++ b/test/cmdtest_py_d/ct_tool.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # Project source code repository: https://github.com/mmgen/mmgen-wallet diff --git a/test/cmdtest_py_d/ct_wallet.py b/test/cmdtest_py_d/ct_wallet.py index 6ea923ac..bb9cc923 100755 --- a/test/cmdtest_py_d/ct_wallet.py +++ b/test/cmdtest_py_d/ct_wallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/ct_xmr_autosign.py b/test/cmdtest_py_d/ct_xmr_autosign.py index 4e0dabef..72c8f2e6 100755 --- a/test/cmdtest_py_d/ct_xmr_autosign.py +++ b/test/cmdtest_py_d/ct_xmr_autosign.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/cmdtest_py_d/ct_xmrwallet.py b/test/cmdtest_py_d/ct_xmrwallet.py index b0d84f22..e791a1dc 100755 --- a/test/cmdtest_py_d/ct_xmrwallet.py +++ b/test/cmdtest_py_d/ct_xmrwallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/cmdtest_py_d/input.py b/test/cmdtest_py_d/input.py index 5eee7c8f..200f47b9 100755 --- a/test/cmdtest_py_d/input.py +++ b/test/cmdtest_py_d/input.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # Project source code repository: https://github.com/mmgen/mmgen-wallet diff --git a/test/colortest.py b/test/colortest.py index 2956e5cb..f18e864a 100755 --- a/test/colortest.py +++ b/test/colortest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/gentest.py b/test/gentest.py index 82e17971..9585924c 100755 --- a/test/gentest.py +++ b/test/gentest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/hashfunc.py b/test/hashfunc.py index af31538c..993d465e 100755 --- a/test/hashfunc.py +++ b/test/hashfunc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/include/cfg.py b/test/include/cfg.py index d66dfe43..76012bb3 100755 --- a/test/include/cfg.py +++ b/test/include/cfg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/include/coin_daemon_control.py b/test/include/coin_daemon_control.py index ee902e03..ce9c84b4 100755 --- a/test/include/coin_daemon_control.py +++ b/test/include/coin_daemon_control.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/include/common.py b/test/include/common.py index 5213b679..d4858e84 100755 --- a/test/include/common.py +++ b/test/include/common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/include/ecc.py b/test/include/ecc.py index 6c5c2ce4..8f327ed0 100755 --- a/test/include/ecc.py +++ b/test/include/ecc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/include/pexpect.py b/test/include/pexpect.py index d31b38cf..2962dd0e 100755 --- a/test/include/pexpect.py +++ b/test/include/pexpect.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/include/test_init.py b/test/include/test_init.py index 653fde13..17c41cee 100755 --- a/test/include/test_init.py +++ b/test/include/test_init.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/misc/tool_api_test.py b/test/misc/tool_api_test.py index 4104ac39..20948463 100755 --- a/test/misc/tool_api_test.py +++ b/test/misc/tool_api_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objattrtest.py b/test/objattrtest.py index 2f91a561..41f3852f 100755 --- a/test/objattrtest.py +++ b/test/objattrtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/objattrtest_py_d/oat_btc_mainnet.py b/test/objattrtest_py_d/oat_btc_mainnet.py index e68397ae..d705d192 100755 --- a/test/objattrtest_py_d/oat_btc_mainnet.py +++ b/test/objattrtest_py_d/oat_btc_mainnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objattrtest_py_d/oat_common.py b/test/objattrtest_py_d/oat_common.py index 54a2fc8d..5bb22a0c 100755 --- a/test/objattrtest_py_d/oat_common.py +++ b/test/objattrtest_py_d/oat_common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest.py b/test/objtest.py index 9860a162..48e21250 100755 --- a/test/objtest.py +++ b/test/objtest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/objtest_py_d/ot_btc_mainnet.py b/test/objtest_py_d/ot_btc_mainnet.py index a94b3b2d..a483641f 100755 --- a/test/objtest_py_d/ot_btc_mainnet.py +++ b/test/objtest_py_d/ot_btc_mainnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest_py_d/ot_btc_testnet.py b/test/objtest_py_d/ot_btc_testnet.py index 1b506bae..66b697c2 100755 --- a/test/objtest_py_d/ot_btc_testnet.py +++ b/test/objtest_py_d/ot_btc_testnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest_py_d/ot_common.py b/test/objtest_py_d/ot_common.py index e5e71d74..b1fa1068 100755 --- a/test/objtest_py_d/ot_common.py +++ b/test/objtest_py_d/ot_common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest_py_d/ot_eth_mainnet.py b/test/objtest_py_d/ot_eth_mainnet.py index 4c11d015..bb3a02d4 100755 --- a/test/objtest_py_d/ot_eth_mainnet.py +++ b/test/objtest_py_d/ot_eth_mainnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest_py_d/ot_ltc_mainnet.py b/test/objtest_py_d/ot_ltc_mainnet.py index c16dec7b..0b4b41d6 100755 --- a/test/objtest_py_d/ot_ltc_mainnet.py +++ b/test/objtest_py_d/ot_ltc_mainnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/objtest_py_d/ot_ltc_testnet.py b/test/objtest_py_d/ot_ltc_testnet.py index 041c26c0..e53eb7e9 100755 --- a/test/objtest_py_d/ot_ltc_testnet.py +++ b/test/objtest_py_d/ot_ltc_testnet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project """ diff --git a/test/overlay/__init__.py b/test/overlay/__init__.py index 1dd2b5f3..c4bf289d 100644 --- a/test/overlay/__init__.py +++ b/test/overlay/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/scrambletest.py b/test/scrambletest.py index 75510b60..44d1c0c8 100755 --- a/test/scrambletest.py +++ b/test/scrambletest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/test-release.d/cfg.sh b/test/test-release.d/cfg.sh index e34140ed..396353ca 100755 --- a/test/test-release.d/cfg.sh +++ b/test/test-release.d/cfg.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/test-release.sh b/test/test-release.sh index 86432585..3399a279 100755 --- a/test/test-release.sh +++ b/test/test-release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/tooltest.py b/test/tooltest.py index 28396772..87ec8f25 100755 --- a/test/tooltest.py +++ b/test/tooltest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/tooltest2.py b/test/tooltest2.py index 725d2bcf..35b4e376 100755 --- a/test/tooltest2.py +++ b/test/tooltest2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/tooltest2_d/data.py b/test/tooltest2_d/data.py index 8f3b4f5a..fc9dbc74 100755 --- a/test/tooltest2_d/data.py +++ b/test/tooltest2_d/data.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses diff --git a/test/unit_tests.py b/test/unit_tests.py index ae9aea8e..81b36de3 100755 --- a/test/unit_tests.py +++ b/test/unit_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # # This program is free software: you can redistribute it and/or modify diff --git a/test/unit_tests_d/ut_bip_hd.py b/test/unit_tests_d/ut_bip_hd.py index 39ac94ed..dd476038 100755 --- a/test/unit_tests_d/ut_bip_hd.py +++ b/test/unit_tests_d/ut_bip_hd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet +# MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2024 The MMGen Project # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses