From 514c1100ee6b3cfc49f2076cf361dc778d785f26 Mon Sep 17 00:00:00 2001 From: MMGen Date: Tue, 12 Feb 2019 18:35:12 +0000 Subject: [PATCH] Update copyright dates --- cmds/mmgen-addrgen | 2 +- cmds/mmgen-addrimport | 2 +- cmds/mmgen-autosign | 2 +- cmds/mmgen-keygen | 2 +- cmds/mmgen-passchg | 2 +- cmds/mmgen-passgen | 2 +- cmds/mmgen-regtest | 2 +- cmds/mmgen-split | 2 +- cmds/mmgen-tool | 2 +- cmds/mmgen-txbump | 2 +- cmds/mmgen-txcreate | 2 +- cmds/mmgen-txdo | 2 +- cmds/mmgen-txsend | 2 +- cmds/mmgen-txsign | 2 +- cmds/mmgen-walletchk | 2 +- cmds/mmgen-walletconv | 2 +- cmds/mmgen-walletgen | 2 +- extmod/secp256k1mod.c | 2 +- mmgen/addr.py | 2 +- mmgen/altcoin.py | 2 +- mmgen/altcoins/eth/contract.py | 2 +- mmgen/altcoins/eth/obj.py | 2 +- mmgen/altcoins/eth/tw.py | 2 +- mmgen/altcoins/eth/tx.py | 2 +- mmgen/color.py | 2 +- mmgen/common.py | 2 +- mmgen/crypto.py | 2 +- mmgen/exception.py | 2 +- mmgen/filename.py | 2 +- mmgen/globalvars.py | 4 ++-- mmgen/license.py | 2 +- mmgen/main.py | 2 +- mmgen/main_addrgen.py | 2 +- mmgen/main_addrimport.py | 2 +- mmgen/main_autosign.py | 2 +- mmgen/main_passgen.py | 2 +- mmgen/main_regtest.py | 2 +- mmgen/main_split.py | 2 +- mmgen/main_tool.py | 2 +- mmgen/main_txbump.py | 2 +- mmgen/main_txcreate.py | 2 +- mmgen/main_txdo.py | 2 +- mmgen/main_txsend.py | 2 +- mmgen/main_txsign.py | 2 +- mmgen/main_wallet.py | 2 +- mmgen/mn_electrum.py | 2 +- mmgen/mn_tirosh.py | 2 +- mmgen/obj.py | 2 +- mmgen/opts.py | 2 +- mmgen/protocol.py | 2 +- mmgen/regtest.py | 2 +- mmgen/rpc.py | 2 +- mmgen/seed.py | 2 +- mmgen/sha256.py | 2 +- mmgen/share/Opts.py | 2 +- mmgen/term.py | 2 +- mmgen/test.py | 2 +- mmgen/tool.py | 2 +- mmgen/tw.py | 2 +- mmgen/tx.py | 2 +- mmgen/txsign.py | 2 +- mmgen/util.py | 2 +- scripts/create-token.py | 2 +- scripts/tx-btc2bch.py | 2 +- scripts/txsign-eval-exploit.diff | 2 +- setup.py | 2 +- test/gentest.py | 2 +- test/mmgen_pexpect.py | 2 +- test/objtest.py | 2 +- test/scrambletest.py | 2 +- test/sha256test.py | 2 +- test/test.py | 2 +- test/tooltest.py | 2 +- 73 files changed, 74 insertions(+), 74 deletions(-) diff --git a/cmds/mmgen-addrgen b/cmds/mmgen-addrgen index c1e81430..64f96ab9 100755 --- a/cmds/mmgen-addrgen +++ b/cmds/mmgen-addrgen @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-addrimport b/cmds/mmgen-addrimport index ed9f456e..cbacea33 100755 --- a/cmds/mmgen-addrimport +++ b/cmds/mmgen-addrimport @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-autosign b/cmds/mmgen-autosign index 600a1c72..2b5cf965 100755 --- a/cmds/mmgen-autosign +++ b/cmds/mmgen-autosign @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-keygen b/cmds/mmgen-keygen index 02c37b60..ea68a939 100755 --- a/cmds/mmgen-keygen +++ b/cmds/mmgen-keygen @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-passchg b/cmds/mmgen-passchg index d2094874..1d4b9b66 100755 --- a/cmds/mmgen-passchg +++ b/cmds/mmgen-passchg @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-passgen b/cmds/mmgen-passgen index bc10a5b8..8887dc3a 100755 --- a/cmds/mmgen-passgen +++ b/cmds/mmgen-passgen @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-regtest b/cmds/mmgen-regtest index 1ca79564..e0328555 100755 --- a/cmds/mmgen-regtest +++ b/cmds/mmgen-regtest @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-split b/cmds/mmgen-split index 088c9ba9..bb82c013 100755 --- a/cmds/mmgen-split +++ b/cmds/mmgen-split @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-tool b/cmds/mmgen-tool index 66ef10db..705fced3 100755 --- a/cmds/mmgen-tool +++ b/cmds/mmgen-tool @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-txbump b/cmds/mmgen-txbump index b07363b8..4fb8a9a5 100755 --- a/cmds/mmgen-txbump +++ b/cmds/mmgen-txbump @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-txcreate b/cmds/mmgen-txcreate index 6d84c64f..0810a9d7 100755 --- a/cmds/mmgen-txcreate +++ b/cmds/mmgen-txcreate @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-txdo b/cmds/mmgen-txdo index 79cd1f26..3b3d166f 100755 --- a/cmds/mmgen-txdo +++ b/cmds/mmgen-txdo @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-txsend b/cmds/mmgen-txsend index 0659431c..22762f86 100755 --- a/cmds/mmgen-txsend +++ b/cmds/mmgen-txsend @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-txsign b/cmds/mmgen-txsign index b177de73..ea283a0c 100755 --- a/cmds/mmgen-txsign +++ b/cmds/mmgen-txsign @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-walletchk b/cmds/mmgen-walletchk index a1212245..f22f3740 100755 --- a/cmds/mmgen-walletchk +++ b/cmds/mmgen-walletchk @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-walletconv b/cmds/mmgen-walletconv index 8e9cfd6e..c2bd69a1 100755 --- a/cmds/mmgen-walletconv +++ b/cmds/mmgen-walletconv @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/cmds/mmgen-walletgen b/cmds/mmgen-walletgen index 98fa3e1d..09bc6c1e 100755 --- a/cmds/mmgen-walletgen +++ b/cmds/mmgen-walletgen @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 the Free Software diff --git a/extmod/secp256k1mod.c b/extmod/secp256k1mod.c index 2b4d4404..4cf4d44e 100755 --- a/extmod/secp256k1mod.c +++ b/extmod/secp256k1mod.c @@ -1,6 +1,6 @@ /* mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution - Copyright (C)2013-2018 The MMGen Project + Copyright (C)2013-2019 The MMGen Project 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 the Free Software diff --git a/mmgen/addr.py b/mmgen/addr.py index 994e34e3..e64904fe 100755 --- a/mmgen/addr.py +++ b/mmgen/addr.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/altcoin.py b/mmgen/altcoin.py index 53fc847f..3d7e2afc 100755 --- a/mmgen/altcoin.py +++ b/mmgen/altcoin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/altcoins/eth/contract.py b/mmgen/altcoins/eth/contract.py index 50641a59..b2657a44 100755 --- a/mmgen/altcoins/eth/contract.py +++ b/mmgen/altcoins/eth/contract.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/altcoins/eth/obj.py b/mmgen/altcoins/eth/obj.py index 434d377c..8fbece64 100755 --- a/mmgen/altcoins/eth/obj.py +++ b/mmgen/altcoins/eth/obj.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/altcoins/eth/tw.py b/mmgen/altcoins/eth/tw.py index 4cd36def..863bd443 100755 --- a/mmgen/altcoins/eth/tw.py +++ b/mmgen/altcoins/eth/tw.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/altcoins/eth/tx.py b/mmgen/altcoins/eth/tx.py index 5445bcda..ac6f1a6a 100755 --- a/mmgen/altcoins/eth/tx.py +++ b/mmgen/altcoins/eth/tx.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/color.py b/mmgen/color.py index 6b5dda6f..e7b2bf3f 100755 --- a/mmgen/color.py +++ b/mmgen/color.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/common.py b/mmgen/common.py index 8eef7750..4da32718 100755 --- a/mmgen/common.py +++ b/mmgen/common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/crypto.py b/mmgen/crypto.py index aaeb8cac..627ff9ca 100755 --- a/mmgen/crypto.py +++ b/mmgen/crypto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/exception.py b/mmgen/exception.py index c3e74e81..f6c5304f 100755 --- a/mmgen/exception.py +++ b/mmgen/exception.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/filename.py b/mmgen/filename.py index cd5268bd..c256bc26 100755 --- a/mmgen/filename.py +++ b/mmgen/filename.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/globalvars.py b/mmgen/globalvars.py index 9c908ec6..82a9d9c0 100755 --- a/mmgen/globalvars.py +++ b/mmgen/globalvars.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 @@ -46,7 +46,7 @@ class g(object): prog_name = os.path.basename(sys.argv[0]) author = 'The MMGen Project' email = '' - Cdates = '2013-2018' + Cdates = '2013-2019' keywords = 'Bitcoin, BTC, cryptocurrency, wallet, cold storage, offline, online, spending, open-source, command-line, Python, Linux, Bitcoin Core, bitcoind, hd, deterministic, hierarchical, secure, anonymous, Electrum, seed, mnemonic, brainwallet, Scrypt, utility, script, scriptable, blockchain, raw, transaction, permissionless, console, terminal, curses, ansi, color, tmux, remote, client, daemon, RPC, json, entropy, xterm, rxvt, PowerShell, MSYS, MinGW, mswin, Armbian, Raspbian, Raspberry Pi, Orange Pi, BCash, BCH, Litecoin, LTC, altcoin, ZEC, Zcash, DASH, Dashpay, ETH, Ethereum, Classic, SHA256Compress, XMR, Monero, monerod, EMC, Emercoin, ERC20, token, deploy, contract, gas, fee, smart contract, solidity, Parity, testnet, devmode, Kovan' max_int = 0xffffffff diff --git a/mmgen/license.py b/mmgen/license.py index 8781e10f..2487bb94 100755 --- a/mmgen/license.py +++ b/mmgen/license.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 f7163c49..a3584776 100755 --- a/mmgen/main.py +++ b/mmgen/main.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 92d43b4b..185d1ebd 100755 --- a/mmgen/main_addrgen.py +++ b/mmgen/main_addrgen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 c72f2bc6..9d6c42e7 100755 --- a/mmgen/main_addrimport.py +++ b/mmgen/main_addrimport.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_autosign.py b/mmgen/main_autosign.py index 6be23403..b3c8b818 100755 --- a/mmgen/main_autosign.py +++ b/mmgen/main_autosign.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_passgen.py b/mmgen/main_passgen.py index ce1ca18a..1df2d2ce 100755 --- a/mmgen/main_passgen.py +++ b/mmgen/main_passgen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_regtest.py b/mmgen/main_regtest.py index 7c85e1b9..f5c96d25 100755 --- a/mmgen/main_regtest.py +++ b/mmgen/main_regtest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_split.py b/mmgen/main_split.py index 61f77a80..3aaedaaa 100755 --- a/mmgen/main_split.py +++ b/mmgen/main_split.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 063e1276..265317e6 100755 --- a/mmgen/main_tool.py +++ b/mmgen/main_tool.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_txbump.py b/mmgen/main_txbump.py index 568a6d7f..5da5c123 100755 --- a/mmgen/main_txbump.py +++ b/mmgen/main_txbump.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 3708afee..2e99a3ed 100755 --- a/mmgen/main_txcreate.py +++ b/mmgen/main_txcreate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_txdo.py b/mmgen/main_txdo.py index 70a96fb9..ec637a27 100755 --- a/mmgen/main_txdo.py +++ b/mmgen/main_txdo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 52f24c60..f4a4e1b0 100755 --- a/mmgen/main_txsend.py +++ b/mmgen/main_txsend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 bf2ca7aa..47500f4a 100755 --- a/mmgen/main_txsign.py +++ b/mmgen/main_txsign.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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_wallet.py b/mmgen/main_wallet.py index 6402c839..cd7ab77f 100755 --- a/mmgen/main_wallet.py +++ b/mmgen/main_wallet.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 f208c937..486b5cd7 100755 --- a/mmgen/mn_electrum.py +++ b/mmgen/mn_electrum.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 135b56ad..1aef4883 100755 --- a/mmgen/mn_tirosh.py +++ b/mmgen/mn_tirosh.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/obj.py b/mmgen/obj.py index e8df9a98..8aa5a718 100755 --- a/mmgen/obj.py +++ b/mmgen/obj.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 c28e14ce..a176fe40 100755 --- a/mmgen/opts.py +++ b/mmgen/opts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/protocol.py b/mmgen/protocol.py index b7183047..40a7666f 100755 --- a/mmgen/protocol.py +++ b/mmgen/protocol.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/regtest.py b/mmgen/regtest.py index 35aef587..9968922b 100755 --- a/mmgen/regtest.py +++ b/mmgen/regtest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/rpc.py b/mmgen/rpc.py index 2a6daeb7..c298f836 100755 --- a/mmgen/rpc.py +++ b/mmgen/rpc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/seed.py b/mmgen/seed.py index 56abe49d..8e40d65e 100755 --- a/mmgen/seed.py +++ b/mmgen/seed.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/sha256.py b/mmgen/sha256.py index aaff89f6..15884564 100755 --- a/mmgen/sha256.py +++ b/mmgen/sha256.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/share/Opts.py b/mmgen/share/Opts.py index d708218f..cdef1f8a 100755 --- a/mmgen/share/Opts.py +++ b/mmgen/share/Opts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Opts.py, an options parsing library for Python. -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 7a7392d7..a3debb97 100755 --- a/mmgen/term.py +++ b/mmgen/term.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test.py b/mmgen/test.py index e8e8ad3d..308c773d 100755 --- a/mmgen/test.py +++ b/mmgen/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 6518c52f..56f9f154 100755 --- a/mmgen/tool.py +++ b/mmgen/tool.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/tw.py b/mmgen/tw.py index 6e912ff7..8ffe6c13 100755 --- a/mmgen/tw.py +++ b/mmgen/tw.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 d2c9b3c1..65d9007d 100755 --- a/mmgen/tx.py +++ b/mmgen/tx.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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.py b/mmgen/txsign.py index d071f43e..619e00e6 100755 --- a/mmgen/txsign.py +++ b/mmgen/txsign.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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 c598127f..d1bf084e 100755 --- a/mmgen/util.py +++ b/mmgen/util.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/scripts/create-token.py b/scripts/create-token.py index 34cb605d..cf0b4cd8 100755 --- a/scripts/create-token.py +++ b/scripts/create-token.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/scripts/tx-btc2bch.py b/scripts/tx-btc2bch.py index 2ea20b48..d32f4522 100755 --- a/scripts/tx-btc2bch.py +++ b/scripts/tx-btc2bch.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/scripts/txsign-eval-exploit.diff b/scripts/txsign-eval-exploit.diff index c3a229b8..6cca91a7 100644 --- a/scripts/txsign-eval-exploit.diff +++ b/scripts/txsign-eval-exploit.diff @@ -1,5 +1,5 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/setup.py b/setup.py index 350d36e3..bdcb4942 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/gentest.py b/test/gentest.py index 8f095e7d..e6c6b5c9 100755 --- a/test/gentest.py +++ b/test/gentest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/mmgen_pexpect.py b/test/mmgen_pexpect.py index dc85e0af..a845c27a 100755 --- a/test/mmgen_pexpect.py +++ b/test/mmgen_pexpect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/objtest.py b/test/objtest.py index da680c25..5a6fb0fd 100755 --- a/test/objtest.py +++ b/test/objtest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/scrambletest.py b/test/scrambletest.py index d27c5985..19edda0d 100755 --- a/test/scrambletest.py +++ b/test/scrambletest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/sha256test.py b/test/sha256test.py index 206be401..9dc071e5 100755 --- a/test/sha256test.py +++ b/test/sha256test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/test.py b/test/test.py index 23107cc4..5881895b 100755 --- a/test/test.py +++ b/test/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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/test/tooltest.py b/test/tooltest.py index 39407fd0..64ccf9d1 100755 --- a/test/tooltest.py +++ b/test/tooltest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2018 The MMGen Project +# Copyright (C)2013-2019 The MMGen Project # # 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