From 5ac42135c44386ed8dc328153030683c920f3a6a Mon Sep 17 00:00:00 2001 From: philemon Date: Sat, 3 Jan 2015 00:23:27 +0300 Subject: [PATCH] Version 0.7.9 --- mmgen-addrgen | 2 +- mmgen-addrimport | 2 +- mmgen-keygen | 2 +- mmgen-passchg | 2 +- mmgen-pywallet | 2 +- mmgen-tool | 2 +- mmgen-txcreate | 2 +- mmgen-txsend | 2 +- mmgen-txsign | 2 +- mmgen-walletchk | 2 +- mmgen-walletgen | 2 +- mmgen/Opts.py | 2 +- mmgen/__init__.py | 2 +- mmgen/addr.py | 2 +- mmgen/bitcoin.py | 2 +- mmgen/config.py | 6 +++--- mmgen/crypto.py | 2 +- mmgen/license.py | 2 +- mmgen/main.py | 2 +- mmgen/main_addrgen.py | 2 +- mmgen/main_addrimport.py | 2 +- mmgen/main_passchg.py | 2 +- mmgen/main_pywallet.py | 2 +- mmgen/main_tool.py | 2 +- mmgen/main_txcreate.py | 2 +- mmgen/main_txsend.py | 2 +- mmgen/main_txsign.py | 2 +- mmgen/main_walletchk.py | 2 +- mmgen/main_walletgen.py | 2 +- mmgen/mn_electrum.py | 2 +- mmgen/mn_tirosh.py | 2 +- mmgen/mnemonic.py | 2 +- mmgen/opt/__init__.py | 2 +- mmgen/term.py | 2 +- mmgen/tool.py | 2 +- mmgen/tx.py | 2 +- mmgen/util.py | 2 +- 37 files changed, 39 insertions(+), 39 deletions(-) diff --git a/mmgen-addrgen b/mmgen-addrgen index 5fb5b391..6bf3e695 100755 --- a/mmgen-addrgen +++ b/mmgen-addrgen @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-addrimport b/mmgen-addrimport index bec16a7e..99962188 100755 --- a/mmgen-addrimport +++ b/mmgen-addrimport @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-keygen b/mmgen-keygen index 4dcef27b..0b7cda61 100755 --- a/mmgen-keygen +++ b/mmgen-keygen @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-passchg b/mmgen-passchg index 2de1767c..62425881 100755 --- a/mmgen-passchg +++ b/mmgen-passchg @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-pywallet b/mmgen-pywallet index 9071ec38..7fad6b4f 100755 --- a/mmgen-pywallet +++ b/mmgen-pywallet @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-tool b/mmgen-tool index e3718651..ae0111c7 100755 --- a/mmgen-tool +++ b/mmgen-tool @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-txcreate b/mmgen-txcreate index 80074436..d0fa0c5a 100755 --- a/mmgen-txcreate +++ b/mmgen-txcreate @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-txsend b/mmgen-txsend index 1d7e6eee..d3ce8272 100755 --- a/mmgen-txsend +++ b/mmgen-txsend @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-txsign b/mmgen-txsign index 150893d4..d1f5bfdf 100755 --- a/mmgen-txsign +++ b/mmgen-txsign @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-walletchk b/mmgen-walletchk index a6bed73c..14312d22 100755 --- a/mmgen-walletchk +++ b/mmgen-walletchk @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen-walletgen b/mmgen-walletgen index 6a205306..ac9829f6 100755 --- a/mmgen-walletgen +++ b/mmgen-walletgen @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/Opts.py b/mmgen/Opts.py index b652d99a..85d5636d 100755 --- a/mmgen/Opts.py +++ b/mmgen/Opts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/__init__.py b/mmgen/__init__.py index d93c1b14..49fac675 100755 --- a/mmgen/__init__.py +++ b/mmgen/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/addr.py b/mmgen/addr.py index be441bf4..feda97d7 100755 --- a/mmgen/addr.py +++ b/mmgen/addr.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/bitcoin.py b/mmgen/bitcoin.py index 30094767..14e527f8 100755 --- a/mmgen/bitcoin.py +++ b/mmgen/bitcoin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # MMGen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/config.py b/mmgen/config.py index 0f13086b..d7e46c7d 100755 --- a/mmgen/config.py +++ b/mmgen/config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,8 +25,8 @@ prog_name = os.path.basename(sys.argv[0]) author = "Philemon" email = "" -Cdates = '2013-2014' -version = '0.7.8' +Cdates = '2013-2015' +version = '0.7.9' quiet,verbose,no_keyconv = False,False,False diff --git a/mmgen/crypto.py b/mmgen/crypto.py index 860914fe..c5cdf833 100755 --- a/mmgen/crypto.py +++ b/mmgen/crypto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/license.py b/mmgen/license.py index f52a4173..fb6c7a60 100755 --- a/mmgen/license.py +++ b/mmgen/license.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main.py b/mmgen/main.py index cf29380a..ee62f390 100755 --- a/mmgen/main.py +++ b/mmgen/main.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_addrgen.py b/mmgen/main_addrgen.py index 11dc1915..4c3a30a1 100755 --- a/mmgen/main_addrgen.py +++ b/mmgen/main_addrgen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_addrimport.py b/mmgen/main_addrimport.py index 78f2a129..34bb6c76 100755 --- a/mmgen/main_addrimport.py +++ b/mmgen/main_addrimport.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_passchg.py b/mmgen/main_passchg.py index 92194ae2..42f20e6f 100755 --- a/mmgen/main_passchg.py +++ b/mmgen/main_passchg.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_pywallet.py b/mmgen/main_pywallet.py index 21a806d5..aaac77df 100755 --- a/mmgen/main_pywallet.py +++ b/mmgen/main_pywallet.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_tool.py b/mmgen/main_tool.py index 7eeb3297..28dcb827 100755 --- a/mmgen/main_tool.py +++ b/mmgen/main_tool.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_txcreate.py b/mmgen/main_txcreate.py index fa12e0b1..4edb06a1 100755 --- a/mmgen/main_txcreate.py +++ b/mmgen/main_txcreate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_txsend.py b/mmgen/main_txsend.py index 677dd625..9d2e1d96 100755 --- a/mmgen/main_txsend.py +++ b/mmgen/main_txsend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_txsign.py b/mmgen/main_txsign.py index f3c01a50..b4b78c82 100755 --- a/mmgen/main_txsign.py +++ b/mmgen/main_txsign.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_walletchk.py b/mmgen/main_walletchk.py index b757411c..e6ffafed 100755 --- a/mmgen/main_walletchk.py +++ b/mmgen/main_walletchk.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/main_walletgen.py b/mmgen/main_walletgen.py index 75dccbd0..f0b83c75 100755 --- a/mmgen/main_walletgen.py +++ b/mmgen/main_walletgen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/mn_electrum.py b/mmgen/mn_electrum.py index 39740144..37dfabff 100755 --- a/mmgen/mn_electrum.py +++ b/mmgen/mn_electrum.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/mn_tirosh.py b/mmgen/mn_tirosh.py index 3354ab44..b8b82f28 100755 --- a/mmgen/mn_tirosh.py +++ b/mmgen/mn_tirosh.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/mnemonic.py b/mmgen/mnemonic.py index 54a97624..eb6347ef 100755 --- a/mmgen/mnemonic.py +++ b/mmgen/mnemonic.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/opt/__init__.py b/mmgen/opt/__init__.py index 03952e0c..c9f5d8e7 100755 --- a/mmgen/opt/__init__.py +++ b/mmgen/opt/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C) 2013-2014 by philemon +# Copyright (C) 2013-2015 by philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/term.py b/mmgen/term.py index 970ce475..d5ef9a73 100755 --- a/mmgen/term.py +++ b/mmgen/term.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/tool.py b/mmgen/tool.py index 9ea5aba9..1757798d 100755 --- a/mmgen/tool.py +++ b/mmgen/tool.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/tx.py b/mmgen/tx.py index 8fdfbad0..b3b973e1 100755 --- a/mmgen/tx.py +++ b/mmgen/tx.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mmgen/util.py b/mmgen/util.py index ebbc3e0e..e4009af3 100755 --- a/mmgen/util.py +++ b/mmgen/util.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2014 Philemon +# Copyright (C)2013-2015 Philemon # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by