Browse Source

update copyright dates

The MMGen Project 10 months ago
parent
commit
8e46932475
264 changed files with 265 additions and 265 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-msg
  6. 1 1
      cmds/mmgen-passchg
  7. 1 1
      cmds/mmgen-passgen
  8. 1 1
      cmds/mmgen-regtest
  9. 1 1
      cmds/mmgen-seedjoin
  10. 1 1
      cmds/mmgen-seedsplit
  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
      examples/coin-daemon-info.py
  23. 1 1
      examples/halving-calculator.py
  24. 1 1
      examples/whitepaper.py
  25. 1 1
      extmod/secp256k1mod.c
  26. 1 1
      mmgen/addr.py
  27. 1 1
      mmgen/addrdata.py
  28. 1 1
      mmgen/addrfile.py
  29. 1 1
      mmgen/addrgen.py
  30. 1 1
      mmgen/addrlist.py
  31. 1 1
      mmgen/altcoin/params.py
  32. 1 1
      mmgen/altcoin/util.py
  33. 1 1
      mmgen/amt.py
  34. 1 1
      mmgen/autosign.py
  35. 1 1
      mmgen/base_obj.py
  36. 1 1
      mmgen/baseconv.py
  37. 1 1
      mmgen/bip39.py
  38. 2 2
      mmgen/cfg.py
  39. 1 1
      mmgen/cfgfile.py
  40. 1 1
      mmgen/color.py
  41. 1 1
      mmgen/contrib/license.py
  42. 1 1
      mmgen/crypto.py
  43. 1 1
      mmgen/daemon.py
  44. 1 1
      mmgen/derive.py
  45. 1 1
      mmgen/devinit.py
  46. 1 1
      mmgen/devtools.py
  47. 1 1
      mmgen/exception.py
  48. 1 1
      mmgen/filename.py
  49. 1 1
      mmgen/fileutil.py
  50. 1 1
      mmgen/flags.py
  51. 1 1
      mmgen/help/__init__.py
  52. 1 1
      mmgen/help/seedsplit.py
  53. 1 1
      mmgen/help/xmrwallet.py
  54. 1 1
      mmgen/key.py
  55. 1 1
      mmgen/keygen.py
  56. 1 1
      mmgen/led.py
  57. 1 1
      mmgen/main.py
  58. 1 1
      mmgen/main_addrgen.py
  59. 1 1
      mmgen/main_addrimport.py
  60. 1 1
      mmgen/main_autosign.py
  61. 1 1
      mmgen/main_msg.py
  62. 1 1
      mmgen/main_passgen.py
  63. 1 1
      mmgen/main_regtest.py
  64. 1 1
      mmgen/main_seedjoin.py
  65. 1 1
      mmgen/main_split.py
  66. 1 1
      mmgen/main_tool.py
  67. 1 1
      mmgen/main_txbump.py
  68. 1 1
      mmgen/main_txcreate.py
  69. 1 1
      mmgen/main_txdo.py
  70. 1 1
      mmgen/main_txsend.py
  71. 1 1
      mmgen/main_txsign.py
  72. 1 1
      mmgen/main_wallet.py
  73. 1 1
      mmgen/main_xmrwallet.py
  74. 1 1
      mmgen/mn_entry.py
  75. 1 1
      mmgen/msg.py
  76. 1 1
      mmgen/obj.py
  77. 1 1
      mmgen/objmethods.py
  78. 1 1
      mmgen/opts.py
  79. 1 1
      mmgen/passwdlist.py
  80. 1 1
      mmgen/proto/bch/params.py
  81. 1 1
      mmgen/proto/btc/addrdata.py
  82. 1 1
      mmgen/proto/btc/addrgen.py
  83. 1 1
      mmgen/proto/btc/common.py
  84. 1 1
      mmgen/proto/btc/daemon.py
  85. 1 1
      mmgen/proto/btc/misc.py
  86. 1 1
      mmgen/proto/btc/msg.py
  87. 1 1
      mmgen/proto/btc/params.py
  88. 1 1
      mmgen/proto/btc/regtest.py
  89. 1 1
      mmgen/proto/btc/rpc.py
  90. 1 1
      mmgen/proto/btc/tw/addresses.py
  91. 1 1
      mmgen/proto/btc/tw/bal.py
  92. 1 1
      mmgen/proto/btc/tw/ctl.py
  93. 1 1
      mmgen/proto/btc/tw/json.py
  94. 1 1
      mmgen/proto/btc/tw/prune.py
  95. 1 1
      mmgen/proto/btc/tw/rpc.py
  96. 1 1
      mmgen/proto/btc/tw/txhistory.py
  97. 1 1
      mmgen/proto/btc/tw/unspent.py
  98. 1 1
      mmgen/proto/btc/tx/base.py
  99. 1 1
      mmgen/proto/btc/tx/bump.py
  100. 1 1
      mmgen/proto/btc/tx/completed.py
  101. 1 1
      mmgen/proto/btc/tx/info.py
  102. 1 1
      mmgen/proto/btc/tx/new.py
  103. 1 1
      mmgen/proto/btc/tx/online.py
  104. 1 1
      mmgen/proto/btc/tx/signed.py
  105. 1 1
      mmgen/proto/btc/tx/status.py
  106. 1 1
      mmgen/proto/btc/tx/unsigned.py
  107. 1 1
      mmgen/proto/etc/params.py
  108. 1 1
      mmgen/proto/eth/addrdata.py
  109. 1 1
      mmgen/proto/eth/addrgen.py
  110. 1 1
      mmgen/proto/eth/contract.py
  111. 1 1
      mmgen/proto/eth/daemon.py
  112. 1 1
      mmgen/proto/eth/misc.py
  113. 1 1
      mmgen/proto/eth/msg.py
  114. 1 1
      mmgen/proto/eth/params.py
  115. 1 1
      mmgen/proto/eth/rpc.py
  116. 1 1
      mmgen/proto/eth/tw/addresses.py
  117. 1 1
      mmgen/proto/eth/tw/bal.py
  118. 1 1
      mmgen/proto/eth/tw/ctl.py
  119. 1 1
      mmgen/proto/eth/tw/json.py
  120. 1 1
      mmgen/proto/eth/tw/rpc.py
  121. 1 1
      mmgen/proto/eth/tw/unspent.py
  122. 1 1
      mmgen/proto/eth/tw/view.py
  123. 1 1
      mmgen/proto/eth/tx/base.py
  124. 1 1
      mmgen/proto/eth/tx/bump.py
  125. 1 1
      mmgen/proto/eth/tx/completed.py
  126. 1 1
      mmgen/proto/eth/tx/info.py
  127. 1 1
      mmgen/proto/eth/tx/new.py
  128. 1 1
      mmgen/proto/eth/tx/online.py
  129. 1 1
      mmgen/proto/eth/tx/signed.py
  130. 1 1
      mmgen/proto/eth/tx/status.py
  131. 1 1
      mmgen/proto/eth/tx/unsigned.py
  132. 1 1
      mmgen/proto/ltc/params.py
  133. 1 1
      mmgen/proto/secp256k1/keygen.py
  134. 1 1
      mmgen/proto/xmr/addrgen.py
  135. 1 1
      mmgen/proto/xmr/daemon.py
  136. 1 1
      mmgen/proto/xmr/keygen.py
  137. 1 1
      mmgen/proto/xmr/params.py
  138. 1 1
      mmgen/proto/xmr/rpc.py
  139. 1 1
      mmgen/proto/zec/addrgen.py
  140. 1 1
      mmgen/proto/zec/keygen.py
  141. 1 1
      mmgen/proto/zec/params.py
  142. 1 1
      mmgen/protocol.py
  143. 1 1
      mmgen/pyversion.py
  144. 1 1
      mmgen/rpc.py
  145. 1 1
      mmgen/seed.py
  146. 1 1
      mmgen/seedsplit.py
  147. 1 1
      mmgen/sha2.py
  148. 1 1
      mmgen/share/Opts.py
  149. 1 1
      mmgen/subseed.py
  150. 1 1
      mmgen/term.py
  151. 1 1
      mmgen/test.py
  152. 1 1
      mmgen/tool/api.py
  153. 1 1
      mmgen/tool/coin.py
  154. 1 1
      mmgen/tool/common.py
  155. 1 1
      mmgen/tool/file.py
  156. 1 1
      mmgen/tool/filecrypt.py
  157. 1 1
      mmgen/tool/fileutil.py
  158. 1 1
      mmgen/tool/help.py
  159. 1 1
      mmgen/tool/mnemonic.py
  160. 1 1
      mmgen/tool/rpc.py
  161. 1 1
      mmgen/tool/util.py
  162. 1 1
      mmgen/tool/wallet.py
  163. 1 1
      mmgen/tw/addresses.py
  164. 1 1
      mmgen/tw/bal.py
  165. 1 1
      mmgen/tw/ctl.py
  166. 1 1
      mmgen/tw/json.py
  167. 1 1
      mmgen/tw/prune.py
  168. 1 1
      mmgen/tw/rpc.py
  169. 1 1
      mmgen/tw/shared.py
  170. 1 1
      mmgen/tw/txhistory.py
  171. 1 1
      mmgen/tw/unspent.py
  172. 1 1
      mmgen/tw/view.py
  173. 1 1
      mmgen/tx/__init__.py
  174. 1 1
      mmgen/tx/base.py
  175. 1 1
      mmgen/tx/bump.py
  176. 1 1
      mmgen/tx/completed.py
  177. 1 1
      mmgen/tx/file.py
  178. 1 1
      mmgen/tx/info.py
  179. 1 1
      mmgen/tx/new.py
  180. 1 1
      mmgen/tx/online.py
  181. 1 1
      mmgen/tx/sign.py
  182. 1 1
      mmgen/tx/signed.py
  183. 1 1
      mmgen/tx/status.py
  184. 1 1
      mmgen/tx/unsigned.py
  185. 1 1
      mmgen/ui.py
  186. 1 1
      mmgen/util.py
  187. 1 1
      mmgen/util2.py
  188. 1 1
      mmgen/wallet/__init__.py
  189. 1 1
      mmgen/wallet/base.py
  190. 1 1
      mmgen/wallet/bip39.py
  191. 1 1
      mmgen/wallet/brain.py
  192. 1 1
      mmgen/wallet/dieroll.py
  193. 1 1
      mmgen/wallet/enc.py
  194. 1 1
      mmgen/wallet/incog.py
  195. 1 1
      mmgen/wallet/incog_base.py
  196. 1 1
      mmgen/wallet/incog_hex.py
  197. 1 1
      mmgen/wallet/incog_hidden.py
  198. 1 1
      mmgen/wallet/mmgen.py
  199. 1 1
      mmgen/wallet/mmhex.py
  200. 1 1
      mmgen/wallet/mnemonic.py
  201. 1 1
      mmgen/wallet/plainhex.py
  202. 1 1
      mmgen/wallet/seed.py
  203. 1 1
      mmgen/wallet/unenc.py
  204. 1 1
      mmgen/wallet/words.py
  205. 1 1
      mmgen/wordlist/electrum.py
  206. 1 1
      mmgen/wordlist/tirosh.py
  207. 1 1
      mmgen/xmrseed.py
  208. 1 1
      mmgen/xmrwallet.py
  209. 1 1
      scripts/create-token.py
  210. 1 1
      scripts/exec_wrapper.py
  211. 1 1
      scripts/txsign-eval-exploit.diff
  212. 1 1
      setup.cfg
  213. 1 1
      setup.py
  214. 1 1
      test/altcointest.py
  215. 1 1
      test/cmdtest.py
  216. 1 1
      test/cmdtest_py_d/cfg.py
  217. 1 1
      test/cmdtest_py_d/common.py
  218. 1 1
      test/cmdtest_py_d/ct_autosign.py
  219. 1 1
      test/cmdtest_py_d/ct_base.py
  220. 1 1
      test/cmdtest_py_d/ct_cfgfile.py
  221. 1 1
      test/cmdtest_py_d/ct_chainsplit.py
  222. 1 1
      test/cmdtest_py_d/ct_ethdev.py
  223. 1 1
      test/cmdtest_py_d/ct_input.py
  224. 1 1
      test/cmdtest_py_d/ct_main.py
  225. 1 1
      test/cmdtest_py_d/ct_misc.py
  226. 1 1
      test/cmdtest_py_d/ct_opts.py
  227. 1 1
      test/cmdtest_py_d/ct_ref.py
  228. 1 1
      test/cmdtest_py_d/ct_ref_3seed.py
  229. 1 1
      test/cmdtest_py_d/ct_ref_altcoin.py
  230. 1 1
      test/cmdtest_py_d/ct_regtest.py
  231. 1 1
      test/cmdtest_py_d/ct_seedsplit.py
  232. 1 1
      test/cmdtest_py_d/ct_shared.py
  233. 1 1
      test/cmdtest_py_d/ct_tool.py
  234. 1 1
      test/cmdtest_py_d/ct_wallet.py
  235. 1 1
      test/cmdtest_py_d/ct_xmr_autosign.py
  236. 1 1
      test/cmdtest_py_d/ct_xmrwallet.py
  237. 1 1
      test/cmdtest_py_d/input.py
  238. 1 1
      test/colortest.py
  239. 1 1
      test/gentest.py
  240. 1 1
      test/hashfunc.py
  241. 1 1
      test/include/coin_daemon_control.py
  242. 1 1
      test/include/common.py
  243. 1 1
      test/include/ecc.py
  244. 1 1
      test/include/pexpect.py
  245. 1 1
      test/include/test_init.py
  246. 1 1
      test/misc/tool_api_test.py
  247. 1 1
      test/objattrtest.py
  248. 1 1
      test/objattrtest_py_d/oat_btc_mainnet.py
  249. 1 1
      test/objattrtest_py_d/oat_common.py
  250. 1 1
      test/objtest.py
  251. 1 1
      test/objtest_py_d/ot_btc_mainnet.py
  252. 1 1
      test/objtest_py_d/ot_btc_testnet.py
  253. 1 1
      test/objtest_py_d/ot_common.py
  254. 1 1
      test/objtest_py_d/ot_eth_mainnet.py
  255. 1 1
      test/objtest_py_d/ot_ltc_mainnet.py
  256. 1 1
      test/objtest_py_d/ot_ltc_testnet.py
  257. 1 1
      test/overlay/__init__.py
  258. 1 1
      test/scrambletest.py
  259. 1 1
      test/test-release.d/cfg.sh
  260. 1 1
      test/test-release.sh
  261. 1 1
      test/tooltest.py
  262. 1 1
      test/tooltest2.py
  263. 1 1
      test/tooltest2_d/data.py
  264. 1 1
      test/unit_tests.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-msg

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-seedjoin

@@ -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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-seedsplit

@@ -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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-subwalletgen

@@ -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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-xmrwallet

@@ -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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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
examples/coin-daemon-info.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
examples/halving-calculator.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
examples/whitepaper.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+  Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/addrdata.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/addrfile.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/addrlist.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/altcoin/util.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/amt.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/autosign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/base_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/baseconv.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/bip39.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cfg.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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
@@ -43,7 +43,7 @@ class GlobalConstants(Lockable):
 	proj_url           = 'https://github.com/mmgen/mmgen-wallet'
 	proj_url           = 'https://github.com/mmgen/mmgen-wallet'
 	author             = 'The MMGen Project'
 	author             = 'The MMGen Project'
 	email              = '<mmgen@tuta.io>'
 	email              = '<mmgen@tuta.io>'
-	Cdates             = '2013-2023'
+	Cdates             = '2013-2024'
 	dfl_hash_preset    = '3'
 	dfl_hash_preset    = '3'
 	passwd_max_tries   = 5
 	passwd_max_tries   = 5
 	min_screen_width   = 80
 	min_screen_width   = 80

+ 1 - 1
mmgen/cfgfile.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/contrib/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/daemon.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/derive.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/devinit.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/devtools.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/fileutil.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/flags.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/help/__init__.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/help/seedsplit.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/help/xmrwallet.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/key.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/keygen.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/led.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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_msg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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_seedjoin.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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_xmrwallet.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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_entry.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/msg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/objmethods.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/passwdlist.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/bch/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/addrdata.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/addrgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/common.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/daemon.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/misc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/msg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/btc/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/addresses.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/bal.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/ctl.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/json.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/prune.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/txhistory.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tw/unspent.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/bump.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/completed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/info.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/new.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/online.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/signed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/status.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/btc/tx/unsigned.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/etc/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/addrdata.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/eth/addrgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/eth/daemon.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/misc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/msg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tw/addresses.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tw/bal.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/eth/tw/ctl.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/eth/tw/json.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tw/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tw/unspent.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/proto/eth/tw/view.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/bump.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/completed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/info.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/new.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/online.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/signed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/status.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/eth/tx/unsigned.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/ltc/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/secp256k1/keygen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/xmr/addrgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/xmr/daemon.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/xmr/keygen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/xmr/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/xmr/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/zec/addrgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/zec/keygen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/proto/zec/params.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/pyversion.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/seedsplit.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/sha2.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/subseed.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tool/api.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/coin.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/file.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/filecrypt.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/fileutil.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/help.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/mnemonic.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/addresses.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/bal.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/ctl.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/json.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/prune.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/rpc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/shared.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/txhistory.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tw/unspent.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/view.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/__init__.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/bump.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/completed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/file.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/info.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/new.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/online.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/sign.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/signed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/status.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/tx/unsigned.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/ui.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/util2.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/__init__.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/bip39.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/brain.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/dieroll.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/enc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/incog.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/incog_base.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/incog_hex.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/incog_hidden.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/mmgen.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/mmhex.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/mnemonic.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/plainhex.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/seed.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/unenc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wallet/words.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
mmgen/wordlist/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/wordlist/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/xmrseed.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/xmrwallet.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/exec_wrapper.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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.cfg

@@ -1,5 +1,5 @@
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/altcointest.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/cmdtest.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/cfg.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/cmdtest_py_d/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_base.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_cfgfile.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 #
 #
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/cmdtest_py_d/ct_chainsplit.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_ethdev.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_input.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 #
 #
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_misc.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 #
 #
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/cmdtest_py_d/ct_ref.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_ref_3seed.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_ref_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_seedsplit.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_shared.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 #
 #
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/cmdtest_py_d/ct_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/ct_xmr_autosign.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/cmdtest_py_d/ct_xmrwallet.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/cmdtest_py_d/input.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 #
 #
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Project source code repository: https://github.com/mmgen/mmgen-wallet
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.
 # Licensed according to the terms of GPL Version 3.  See LICENSE for details.

+ 1 - 1
test/colortest.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test/colortest.py: test color handling for the MMGen suite
 test/colortest.py: test color handling for the MMGen suite

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/hashfunc.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/include/coin_daemon_control.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/include/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/include/ecc.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/include/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/include/test_init.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/misc/tool_api_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.misc.tool_api_test: test the MMGen suite tool API
 test.misc.tool_api_test: test the MMGen suite tool API

+ 1 - 1
test/objattrtest.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/objattrtest_py_d/oat_btc_mainnet.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objattrtest_py_d.oat_btc_mainnet: BTC mainnet test vectors for MMGen data objects
 test.objattrtest_py_d.oat_btc_mainnet: BTC mainnet test vectors for MMGen data objects

+ 1 - 1
test/objattrtest_py_d/oat_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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objattrtest_py_d.oat_common: shared data for MMGen data objects tests
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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_d/ot_btc_mainnet.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_btc_mainnet: BTC mainnet test vectors for MMGen data objects
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_btc_testnet: BTC testnet test vectors for MMGen data objects
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_common: shared data for MMGen data objects tests
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_eth_mainnet: ETH mainnet test vectors for MMGen data objects
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_ltc_mainnet: LTC mainnet test vectors for MMGen data objects
 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
 #!/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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 
 
 """
 """
 test.objtest_py_d.ot_ltc_testnet: LTC testnet test vectors for MMGen data objects
 test.objtest_py_d.ot_ltc_testnet: LTC testnet test vectors for MMGen data objects

+ 1 - 1
test/overlay/__init__.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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-release.d/cfg.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/test-release.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/tooltest2.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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/tooltest2_d/data.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
 # mmgen = Multi-Mode GENerator, a command-line cryptocurrency wallet
-# Copyright (C)2013-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 The MMGen Project <mmgen@tuta.io>
 # Licensed under the GNU General Public License, Version 3:
 # Licensed under the GNU General Public License, Version 3:
 #   https://www.gnu.org/licenses
 #   https://www.gnu.org/licenses
 # Public project repositories:
 # Public project repositories:

+ 1 - 1
test/unit_tests.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-2023 The MMGen Project <mmgen@tuta.io>
+# Copyright (C)2013-2024 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