Browse Source

Update copyright dates

MMGen 6 years ago
parent
commit
514c1100ee
73 changed files with 74 additions and 74 deletions
  1. 1 1
      cmds/mmgen-addrgen
  2. 1 1
      cmds/mmgen-addrimport
  3. 1 1
      cmds/mmgen-autosign
  4. 1 1
      cmds/mmgen-keygen
  5. 1 1
      cmds/mmgen-passchg
  6. 1 1
      cmds/mmgen-passgen
  7. 1 1
      cmds/mmgen-regtest
  8. 1 1
      cmds/mmgen-split
  9. 1 1
      cmds/mmgen-tool
  10. 1 1
      cmds/mmgen-txbump
  11. 1 1
      cmds/mmgen-txcreate
  12. 1 1
      cmds/mmgen-txdo
  13. 1 1
      cmds/mmgen-txsend
  14. 1 1
      cmds/mmgen-txsign
  15. 1 1
      cmds/mmgen-walletchk
  16. 1 1
      cmds/mmgen-walletconv
  17. 1 1
      cmds/mmgen-walletgen
  18. 1 1
      extmod/secp256k1mod.c
  19. 1 1
      mmgen/addr.py
  20. 1 1
      mmgen/altcoin.py
  21. 1 1
      mmgen/altcoins/eth/contract.py
  22. 1 1
      mmgen/altcoins/eth/obj.py
  23. 1 1
      mmgen/altcoins/eth/tw.py
  24. 1 1
      mmgen/altcoins/eth/tx.py
  25. 1 1
      mmgen/color.py
  26. 1 1
      mmgen/common.py
  27. 1 1
      mmgen/crypto.py
  28. 1 1
      mmgen/exception.py
  29. 1 1
      mmgen/filename.py
  30. 2 2
      mmgen/globalvars.py
  31. 1 1
      mmgen/license.py
  32. 1 1
      mmgen/main.py
  33. 1 1
      mmgen/main_addrgen.py
  34. 1 1
      mmgen/main_addrimport.py
  35. 1 1
      mmgen/main_autosign.py
  36. 1 1
      mmgen/main_passgen.py
  37. 1 1
      mmgen/main_regtest.py
  38. 1 1
      mmgen/main_split.py
  39. 1 1
      mmgen/main_tool.py
  40. 1 1
      mmgen/main_txbump.py
  41. 1 1
      mmgen/main_txcreate.py
  42. 1 1
      mmgen/main_txdo.py
  43. 1 1
      mmgen/main_txsend.py
  44. 1 1
      mmgen/main_txsign.py
  45. 1 1
      mmgen/main_wallet.py
  46. 1 1
      mmgen/mn_electrum.py
  47. 1 1
      mmgen/mn_tirosh.py
  48. 1 1
      mmgen/obj.py
  49. 1 1
      mmgen/opts.py
  50. 1 1
      mmgen/protocol.py
  51. 1 1
      mmgen/regtest.py
  52. 1 1
      mmgen/rpc.py
  53. 1 1
      mmgen/seed.py
  54. 1 1
      mmgen/sha256.py
  55. 1 1
      mmgen/share/Opts.py
  56. 1 1
      mmgen/term.py
  57. 1 1
      mmgen/test.py
  58. 1 1
      mmgen/tool.py
  59. 1 1
      mmgen/tw.py
  60. 1 1
      mmgen/tx.py
  61. 1 1
      mmgen/txsign.py
  62. 1 1
      mmgen/util.py
  63. 1 1
      scripts/create-token.py
  64. 1 1
      scripts/tx-btc2bch.py
  65. 1 1
      scripts/txsign-eval-exploit.diff
  66. 1 1
      setup.py
  67. 1 1
      test/gentest.py
  68. 1 1
      test/mmgen_pexpect.py
  69. 1 1
      test/objtest.py
  70. 1 1
      test/scrambletest.py
  71. 1 1
      test/sha256test.py
  72. 1 1
      test/test.py
  73. 1 1
      test/tooltest.py

+ 1 - 1
cmds/mmgen-addrgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-addrimport

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-autosign

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-keygen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-passchg

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-passgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-regtest

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-split

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-tool

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-txbump

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-txcreate

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-txdo

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-txsend

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-txsign

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-walletchk

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-walletconv

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
cmds/mmgen-walletgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
extmod/secp256k1mod.c

@@ -1,6 +1,6 @@
 /*
 /*
   mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
   mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-  Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+  Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 
 
   This program is free software: you can redistribute it and/or modify it under
   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
   the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
mmgen/addr.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/altcoin.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/altcoins/eth/contract.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/altcoins/eth/obj.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/altcoins/eth/tw.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/altcoins/eth/tx.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/color.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/crypto.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/exception.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/filename.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 2 - 2
mmgen/globalvars.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # 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])
 	prog_name = os.path.basename(sys.argv[0])
 	author    = 'The MMGen Project'
 	author    = 'The MMGen Project'
 	email     = '<mmgen@tuta.io>'
 	email     = '<mmgen@tuta.io>'
-	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'
 	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
 	max_int   = 0xffffffff
 
 

+ 1 - 1
mmgen/license.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_addrgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_addrimport.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_autosign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_passgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_regtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_split.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_tool.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_txbump.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_txcreate.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_txdo.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_txsend.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_txsign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/main_wallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/mn_electrum.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/mn_tirosh.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/obj.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/opts.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/protocol.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/regtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/seed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/sha256.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/share/Opts.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # Opts.py, an options parsing library for Python.
 # Opts.py, an options parsing library for Python.
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/term.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/test.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/tool.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/tw.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/tx.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/txsign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
mmgen/util.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
scripts/create-token.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
scripts/tx-btc2bch.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
scripts/txsign-eval-exploit.diff

@@ -1,5 +1,5 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/gentest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/mmgen_pexpect.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/objtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/scrambletest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/sha256test.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/test.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by

+ 1 - 1
test/tooltest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2018 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2019 The MMGen Project <mmgen@tuta.io>
 #
 #
 # This program is free software: you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU General Public License as published by