Browse Source

update copyright dates

The MMGen Project 3 years ago
parent
commit
1a896d9af9
123 changed files with 124 additions and 124 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-seedjoin
  9. 1 1
      cmds/mmgen-seedsplit
  10. 1 1
      cmds/mmgen-split
  11. 1 1
      cmds/mmgen-subwalletgen
  12. 1 1
      cmds/mmgen-tool
  13. 1 1
      cmds/mmgen-txbump
  14. 1 1
      cmds/mmgen-txcreate
  15. 1 1
      cmds/mmgen-txdo
  16. 1 1
      cmds/mmgen-txsend
  17. 1 1
      cmds/mmgen-txsign
  18. 1 1
      cmds/mmgen-walletchk
  19. 1 1
      cmds/mmgen-walletconv
  20. 1 1
      cmds/mmgen-walletgen
  21. 1 1
      cmds/mmgen-xmrwallet
  22. 1 1
      extmod/secp256k1mod.c
  23. 1 1
      mmgen/addr.py
  24. 1 1
      mmgen/altcoin.py
  25. 1 1
      mmgen/altcoins/eth/contract.py
  26. 1 1
      mmgen/altcoins/eth/obj.py
  27. 1 1
      mmgen/altcoins/eth/tw.py
  28. 1 1
      mmgen/altcoins/eth/tx.py
  29. 1 1
      mmgen/base_obj.py
  30. 1 1
      mmgen/baseconv.py
  31. 1 1
      mmgen/bip39.py
  32. 1 1
      mmgen/cfg.py
  33. 1 1
      mmgen/color.py
  34. 1 1
      mmgen/common.py
  35. 1 1
      mmgen/crypto.py
  36. 1 1
      mmgen/daemon.py
  37. 1 1
      mmgen/exception.py
  38. 1 1
      mmgen/filename.py
  39. 1 1
      mmgen/flags.py
  40. 2 2
      mmgen/globalvars.py
  41. 1 1
      mmgen/help.py
  42. 1 1
      mmgen/led.py
  43. 1 1
      mmgen/license.py
  44. 1 1
      mmgen/main.py
  45. 1 1
      mmgen/main_addrgen.py
  46. 1 1
      mmgen/main_addrimport.py
  47. 1 1
      mmgen/main_autosign.py
  48. 1 1
      mmgen/main_passgen.py
  49. 1 1
      mmgen/main_regtest.py
  50. 1 1
      mmgen/main_seedjoin.py
  51. 1 1
      mmgen/main_split.py
  52. 1 1
      mmgen/main_tool.py
  53. 1 1
      mmgen/main_txbump.py
  54. 1 1
      mmgen/main_txcreate.py
  55. 1 1
      mmgen/main_txdo.py
  56. 1 1
      mmgen/main_txsend.py
  57. 1 1
      mmgen/main_txsign.py
  58. 1 1
      mmgen/main_wallet.py
  59. 1 1
      mmgen/main_xmrwallet.py
  60. 1 1
      mmgen/mn_electrum.py
  61. 1 1
      mmgen/mn_entry.py
  62. 1 1
      mmgen/mn_tirosh.py
  63. 1 1
      mmgen/obj.py
  64. 1 1
      mmgen/opts.py
  65. 1 1
      mmgen/protocol.py
  66. 1 1
      mmgen/regtest.py
  67. 1 1
      mmgen/rpc.py
  68. 1 1
      mmgen/seed.py
  69. 1 1
      mmgen/sha2.py
  70. 1 1
      mmgen/share/Opts.py
  71. 1 1
      mmgen/term.py
  72. 1 1
      mmgen/tool.py
  73. 1 1
      mmgen/tw.py
  74. 1 1
      mmgen/tx.py
  75. 1 1
      mmgen/txfile.py
  76. 1 1
      mmgen/txsign.py
  77. 1 1
      mmgen/util.py
  78. 1 1
      mmgen/wallet.py
  79. 1 1
      mmgen/xmrwallet.py
  80. 1 1
      scripts/create-token.py
  81. 1 1
      scripts/txsign-eval-exploit.diff
  82. 1 1
      scripts/uninstall-mmgen.py
  83. 1 1
      test/colortest.py
  84. 1 1
      test/gentest.py
  85. 1 1
      test/hashfunc.py
  86. 1 1
      test/include/common.py
  87. 1 1
      test/include/pexpect.py
  88. 1 1
      test/misc/tool_api_test.py
  89. 1 1
      test/objattrtest.py
  90. 1 1
      test/objattrtest_py_d/oat_btc_mainnet.py
  91. 1 1
      test/objattrtest_py_d/oat_common.py
  92. 1 1
      test/objtest.py
  93. 1 1
      test/objtest_py_d/ot_btc_mainnet.py
  94. 1 1
      test/objtest_py_d/ot_btc_testnet.py
  95. 1 1
      test/objtest_py_d/ot_common.py
  96. 1 1
      test/objtest_py_d/ot_eth_mainnet.py
  97. 1 1
      test/objtest_py_d/ot_ltc_mainnet.py
  98. 1 1
      test/objtest_py_d/ot_ltc_testnet.py
  99. 1 1
      test/scrambletest.py
  100. 1 1
      test/test.py
  101. 1 1
      test/test_py_d/common.py
  102. 1 1
      test/test_py_d/input.py
  103. 1 1
      test/test_py_d/ts_autosign.py
  104. 1 1
      test/test_py_d/ts_base.py
  105. 1 1
      test/test_py_d/ts_cfg.py
  106. 1 1
      test/test_py_d/ts_chainsplit.py
  107. 1 1
      test/test_py_d/ts_ethdev.py
  108. 1 1
      test/test_py_d/ts_input.py
  109. 1 1
      test/test_py_d/ts_main.py
  110. 1 1
      test/test_py_d/ts_misc.py
  111. 1 1
      test/test_py_d/ts_opts.py
  112. 1 1
      test/test_py_d/ts_ref.py
  113. 1 1
      test/test_py_d/ts_ref_3seed.py
  114. 1 1
      test/test_py_d/ts_ref_altcoin.py
  115. 1 1
      test/test_py_d/ts_regtest.py
  116. 1 1
      test/test_py_d/ts_seedsplit.py
  117. 1 1
      test/test_py_d/ts_shared.py
  118. 1 1
      test/test_py_d/ts_tool.py
  119. 1 1
      test/test_py_d/ts_wallet.py
  120. 1 1
      test/test_py_d/ts_xmrwallet.py
  121. 1 1
      test/tooltest.py
  122. 1 1
      test/tooltest2.py
  123. 1 1
      test/unit_tests.py

+ 1 - 1
cmds/mmgen-addrgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-addrimport

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-autosign

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-keygen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-passchg

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-passgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-regtest

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-seedjoin

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-seedsplit

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-split

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-subwalletgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-tool

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-txbump

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-txcreate

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-txdo

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-txsend

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-txsign

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-walletchk

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-walletconv

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-walletgen

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
cmds/mmgen-xmrwallet

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
extmod/secp256k1mod.c

@@ -1,6 +1,6 @@
 /*
   mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-  Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+  Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
   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

+ 1 - 1
mmgen/addr.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/altcoin.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/base_obj.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/baseconv.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/bip39.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/cfg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/color.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/crypto.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/daemon.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/exception.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/filename.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/flags.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 2 - 2
mmgen/globalvars.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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
@@ -52,7 +52,7 @@ class GlobalContext(Lockable):
 	prog_name = os.path.basename(sys.argv[0])
 	author    = 'The MMGen Project'
 	email     = '<mmgen@tuta.io>'
-	Cdates    = '2013-2021'
+	Cdates    = '2013-2022'
 
 	try:
 		from importlib.resources import files # Python 3.9

+ 1 - 1
mmgen/help.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/led.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/license.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/main.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/main_seedjoin.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/main_xmrwallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/mn_entry.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/obj.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/opts.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/protocol.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/regtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/seed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/sha2.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/share/Opts.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # Opts.py, an options parsing library for Python.
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/term.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/tool.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/tw.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/tx.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/txfile.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/txsign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/util.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/wallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
mmgen/xmrwallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
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-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

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

@@ -1,5 +1,5 @@
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
scripts/uninstall-mmgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/colortest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 colortest.py:  test color handling for the MMGen suite

+ 1 - 1
test/gentest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/hashfunc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/include/common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/include/pexpect.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/misc/tool_api_test.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 tool_api_test.py: test the MMGen suite tool API

+ 1 - 1
test/objattrtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/objattrtest_py_d/oat_btc_mainnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objattrtest_py_d.oat_btc_mainnet: BTC mainnet test vectors for MMGen data

+ 1 - 1
test/objattrtest_py_d/oat_common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objattrtest_py_d.oat_common: shared data for MMGen data objects tests

+ 1 - 1
test/objtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/objtest_py_d/ot_btc_mainnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_btc_mainnet: BTC mainnet test vectors for MMGen data objects

+ 1 - 1
test/objtest_py_d/ot_btc_testnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_btc_testnet: BTC testnet test vectors for MMGen data objects

+ 1 - 1
test/objtest_py_d/ot_common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_common: shared data for MMGen data objects tests

+ 1 - 1
test/objtest_py_d/ot_eth_mainnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_eth_mainnet: ETH mainnet test vectors for MMGen data objects

+ 1 - 1
test/objtest_py_d/ot_ltc_mainnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_ltc_mainnet: LTC mainnet test vectors for MMGen data objects

+ 1 - 1
test/objtest_py_d/ot_ltc_testnet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 
 """
 test.objtest_py_d.ot_ltc_testnet: LTC testnet test vectors for MMGen data objects

+ 1 - 1
test/scrambletest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/input.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # Project source code repository: https://github.com/mmgen/mmgen
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/test_py_d/ts_autosign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_cfg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # Project source code repository: https://github.com/mmgen/mmgen
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/test_py_d/ts_chainsplit.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_ethdev.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_input.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # Project source code repository: https://github.com/mmgen/mmgen
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/test_py_d/ts_main.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_misc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_opts.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # Project source code repository: https://github.com/mmgen/mmgen
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/test_py_d/ts_ref.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_ref_3seed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_ref_altcoin.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_regtest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_seedsplit.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_shared.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_tool.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # Project source code repository: https://github.com/mmgen/mmgen
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/test_py_d/ts_wallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/test_py_d/ts_xmrwallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/tooltest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/tooltest2.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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

+ 1 - 1
test/unit_tests.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
-# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
 #
 # 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