Browse Source

Update copyrights

wolfssl_win
onryo 2 months ago
parent
commit
58b65f9670
  1. 2
      Dockerfile
  2. 2
      Makefile.am
  3. 2
      autogen.sh
  4. 2
      build.sh
  5. 2
      contrib/block_time.pl
  6. 2
      contrib/fresh_clone_compile_and_run.sh
  7. 2
      contrib/gen-zaddrs.pl
  8. 2
      contrib/hush_halvings
  9. 2
      contrib/hush_scanner
  10. 2
      contrib/hush_supply
  11. 2
      contrib/sdl_checkpoints.pl
  12. 4
      contrib/seeds/generate-seeds.py
  13. 2
      contrib/verify-commits/gpg.sh
  14. 2
      contrib/verify-commits/pre-push-hook.sh
  15. 2
      contrib/verify-commits/verify-commits.sh
  16. 2
      depends/funcs.mk
  17. 2
      migratecoin.sh
  18. 2
      qa/hush/create_benchmark_archive.py
  19. 2
      qa/hush/create_wallet_200k_utxos.py
  20. 2
      qa/hush/full-test-suite.sh
  21. 2
      qa/hush/full_test_suite.py
  22. 2
      qa/pull-tester/rpc-tests.sh
  23. 2
      qa/pull-tester/run-bitcoin-cli
  24. 2
      qa/pull-tester/run-bitcoind-for-test.sh.in
  25. 2
      qa/pull-tester/tests-config.sh.in
  26. 2
      qa/rpc-tests/ac_private.py
  27. 2
      qa/rpc-tests/addressindex.py
  28. 2
      qa/rpc-tests/antispam.py
  29. 2
      qa/rpc-tests/bip65-cltv-p2p.py
  30. 2
      qa/rpc-tests/bipdersig-p2p.py
  31. 2
      qa/rpc-tests/blockchain.py
  32. 2
      qa/rpc-tests/decodescript.py
  33. 2
      qa/rpc-tests/disablewallet.py
  34. 2
      qa/rpc-tests/dpowconfs.py
  35. 2
      qa/rpc-tests/feature_walletfile.py
  36. 2
      qa/rpc-tests/finalsaplingroot.py
  37. 2
      qa/rpc-tests/forknotify.py
  38. 2
      qa/rpc-tests/fundrawtransaction.py
  39. 2
      qa/rpc-tests/getblocktemplate.py
  40. 2
      qa/rpc-tests/getblocktemplate_longpoll.py
  41. 2
      qa/rpc-tests/getblocktemplate_proposals.py
  42. 2
      qa/rpc-tests/getchaintips.py
  43. 2
      qa/rpc-tests/hardforkdetection.py
  44. 2
      qa/rpc-tests/httpbasics.py
  45. 2
      qa/rpc-tests/invalidateblock.py
  46. 2
      qa/rpc-tests/invalidblockrequest.py
  47. 2
      qa/rpc-tests/ivk_import_export.py
  48. 2
      qa/rpc-tests/key_import_export.py
  49. 2
      qa/rpc-tests/keypool.py
  50. 2
      qa/rpc-tests/listtransactions.py
  51. 2
      qa/rpc-tests/maxblocksinflight.py
  52. 2
      qa/rpc-tests/mempool_nu_activation.py
  53. 2
      qa/rpc-tests/mempool_reorg.py
  54. 2
      qa/rpc-tests/mempool_resurrect_test.py
  55. 2
      qa/rpc-tests/mempool_spendcoinbase.py
  56. 2
      qa/rpc-tests/mempool_tx_expiry.py
  57. 2
      qa/rpc-tests/mempool_tx_input_limit.py
  58. 2
      qa/rpc-tests/merkle_blocks.py
  59. 2
      qa/rpc-tests/nodehandling.py
  60. 2
      qa/rpc-tests/nspv_client_test.py
  61. 2
      qa/rpc-tests/p2p-acceptblock.py
  62. 2
      qa/rpc-tests/p2p_node_bloom.py
  63. 2
      qa/rpc-tests/p2p_txexpiry_dos.py
  64. 2
      qa/rpc-tests/prioritisetransaction.py
  65. 2
      qa/rpc-tests/proxy_test.py
  66. 2
      qa/rpc-tests/pruning.py
  67. 2
      qa/rpc-tests/rawtransactions.py
  68. 2
      qa/rpc-tests/receivedby.py
  69. 2
      qa/rpc-tests/regtest_signrawtransaction.py
  70. 2
      qa/rpc-tests/reindex.py
  71. 2
      qa/rpc-tests/rest.py
  72. 2
      qa/rpc-tests/rewind_index.py
  73. 2
      qa/rpc-tests/rpcbind_test.py
  74. 2
      qa/rpc-tests/script_test.py
  75. 2
      qa/rpc-tests/signrawtransaction_offline.py
  76. 2
      qa/rpc-tests/signrawtransactions.py
  77. 2
      qa/rpc-tests/smartfees.py
  78. 2
      qa/rpc-tests/spentindex.py
  79. 2
      qa/rpc-tests/test_framework/authproxy.py
  80. 2
      qa/rpc-tests/test_framework/bignum.py
  81. 2
      qa/rpc-tests/test_framework/blockstore.py
  82. 2
      qa/rpc-tests/test_framework/blocktools.py
  83. 2
      qa/rpc-tests/test_framework/comptool.py
  84. 2
      qa/rpc-tests/test_framework/equihash.py
  85. 2
      qa/rpc-tests/test_framework/mininode.py
  86. 2
      qa/rpc-tests/test_framework/netutil.py
  87. 2
      qa/rpc-tests/test_framework/script.py
  88. 2
      qa/rpc-tests/test_framework/socks5.py
  89. 2
      qa/rpc-tests/test_framework/test_framework.py
  90. 2
      qa/rpc-tests/timestampindex.py
  91. 2
      qa/rpc-tests/txindex.py
  92. 2
      qa/rpc-tests/txn_doublespend.py
  93. 2
      qa/rpc-tests/wallet.py
  94. 2
      qa/rpc-tests/wallet_1941.py
  95. 2
      qa/rpc-tests/wallet_addresses.py
  96. 2
      qa/rpc-tests/wallet_anchorfork.py
  97. 2
      qa/rpc-tests/wallet_changeindicator.py
  98. 2
      qa/rpc-tests/wallet_import_export.py
  99. 2
      qa/rpc-tests/wallet_listnotes.py
  100. 2
      qa/rpc-tests/wallet_listreceived.py
  101. 2
      qa/rpc-tests/wallet_mergetoaddress.py
  102. 2
      qa/rpc-tests/wallet_nullifiers.py
  103. 2
      qa/rpc-tests/wallet_overwintertx.py
  104. 2
      qa/rpc-tests/wallet_persistence.py
  105. 2
      qa/rpc-tests/wallet_protectcoinbase.py
  106. 2
      qa/rpc-tests/wallet_sapling.py
  107. 2
      qa/rpc-tests/wallet_shieldcoinbase.py
  108. 2
      qa/rpc-tests/wallet_shieldcoinbase_sapling.py
  109. 2
      qa/rpc-tests/wallet_treestate.py
  110. 2
      qa/rpc-tests/walletbackup.py
  111. 2
      qa/rpc-tests/zapwallettxes.py
  112. 2
      qa/rpc-tests/zkey_import_export.py
  113. 2
      share/genbuild.sh
  114. 2
      src/Makefile.am
  115. 2
      src/Makefile.gtest.include
  116. 2
      src/Makefile.test-hush.include
  117. 2
      src/addrdb.cpp
  118. 2
      src/addressindex.h
  119. 2
      src/addrman.cpp
  120. 2
      src/addrman.h
  121. 2
      src/amount.cpp
  122. 2
      src/amount.h
  123. 2
      src/arith_uint256.cpp
  124. 2
      src/arith_uint256.h
  125. 2
      src/assetchains_stop
  126. 2
      src/asyncrpcoperation.cpp
  127. 2
      src/asyncrpcoperation.h
  128. 2
      src/asyncrpcqueue.cpp
  129. 2
      src/asyncrpcqueue.h
  130. 2
      src/attributes.h
  131. 2
      src/base58.cpp
  132. 2
      src/base58.h
  133. 2
      src/bech32.cpp
  134. 2
      src/bech32.h
  135. 2
      src/bitcoin-cli.cpp
  136. 2
      src/bitcoind.cpp
  137. 2
      src/bloom.cpp
  138. 2
      src/bloom.h
  139. 2
      src/cJSON.h
  140. 2
      src/cc/CCcustom.cpp
  141. 2
      src/cc/CCinclude.h
  142. 2
      src/cc/CCtx.cpp
  143. 2
      src/cc/CCutilbits.cpp
  144. 2
      src/cc/CCutils.cpp
  145. 2
      src/cc/cclib.cpp
  146. 2
      src/cc/crypto777/OS_portable.h
  147. 2
      src/cc/customcc.cpp
  148. 2
      src/cc/customcc.h
  149. 2
      src/cc/dapps/Makefile
  150. 2
      src/cc/dapps/cJSON.c
  151. 2
      src/cc/dapps/dappinc.h
  152. 2
      src/cc/dapps/dappstd.c
  153. 2
      src/cc/dapps/hushdex.c
  154. 2
      src/cc/dapps/zmigrate.c
  155. 2
      src/cc/eval.cpp
  156. 2
      src/cc/eval.h
  157. 2
      src/cc/includes/cJSON.h
  158. 2
      src/cc/includes/curve25519.h
  159. 2
      src/cc/includes/libgfshare.h
  160. 2
      src/cc/includes/tweetnacl.h
  161. 2
      src/cc/includes/uthash.h
  162. 2
      src/cc/includes/utlist.h
  163. 2
      src/cc/utils.h
  164. 2
      src/chain.cpp
  165. 2
      src/chain.h
  166. 2
      src/chainparams.cpp
  167. 2
      src/chainparams.h
  168. 2
      src/chainparamsbase.cpp
  169. 2
      src/chainparamsbase.h
  170. 2
      src/chainparamsseeds.h
  171. 2
      src/checkpoints.cpp
  172. 2
      src/checkpoints.h
  173. 2
      src/checkqueue.h
  174. 2
      src/clientversion.cpp
  175. 2
      src/clientversion.h
  176. 2
      src/coincontrol.h
  177. 2
      src/coins.cpp
  178. 2
      src/coins.h
  179. 2
      src/compat.h
  180. 2
      src/compressor.cpp
  181. 2
      src/compressor.h
  182. 2
      src/consensus/consensus.h
  183. 2
      src/consensus/params.h
  184. 2
      src/consensus/upgrades.cpp
  185. 2
      src/consensus/upgrades.h
  186. 2
      src/consensus/validation.h
  187. 2
      src/core_io.h
  188. 2
      src/core_memusage.h
  189. 2
      src/core_read.cpp
  190. 2
      src/core_write.cpp
  191. 2
      src/crosschain.cpp
  192. 2
      src/crosschain.h
  193. 2
      src/crosschain_authority.cpp
  194. 4
      src/crypto/common.h
  195. 2
      src/crypto/equihash.cpp
  196. 2
      src/crypto/equihash.h
  197. 2
      src/crypto/hmac_sha256.cpp
  198. 2
      src/crypto/hmac_sha256.h
  199. 2
      src/crypto/hmac_sha512.cpp
  200. 2
      src/crypto/hmac_sha512.h
  201. 2
      src/crypto/ripemd160.cpp
  202. 2
      src/crypto/ripemd160.h
  203. 2
      src/crypto/sha1.cpp
  204. 2
      src/crypto/sha1.h
  205. 2
      src/crypto/sha256.cpp
  206. 2
      src/crypto/sha256.h
  207. 2
      src/crypto/sha256_sse4.cpp
  208. 2
      src/crypto/sha3.cpp
  209. 2
      src/crypto/sha3.h
  210. 2
      src/crypto/sha512.cpp
  211. 2
      src/crypto/sha512.h
  212. 2
      src/dbwrapper.cpp
  213. 2
      src/dbwrapper.h
  214. 2
      src/dragonx-cli
  215. 2
      src/dragonxd
  216. 2
      src/fs.cpp
  217. 2
      src/fs.h
  218. 2
      src/gtest/json_test_vectors.cpp
  219. 2
      src/gtest/json_test_vectors.h
  220. 2
      src/gtest/main.cpp
  221. 2
      src/gtest/test_block.cpp
  222. 2
      src/gtest/test_checkblock.cpp
  223. 2
      src/gtest/test_checktransaction.cpp
  224. 2
      src/gtest/test_equihash.cpp
  225. 2
      src/gtest/test_httprpc.cpp
  226. 2
      src/gtest/test_keys.cpp
  227. 2
      src/gtest/test_keystore.cpp
  228. 2
      src/gtest/test_libzcash_utils.cpp
  229. 2
      src/gtest/test_mempool.cpp
  230. 2
      src/gtest/test_merkletree.cpp
  231. 2
      src/gtest/test_metrics.cpp
  232. 2
      src/gtest/test_miner.cpp
  233. 2
      src/gtest/test_noteencryption.cpp
  234. 2
      src/gtest/test_pedersen_hash.cpp
  235. 2
      src/gtest/test_pow.cpp
  236. 2
      src/gtest/test_random.cpp
  237. 2
      src/gtest/test_rpc.cpp
  238. 2
      src/gtest/test_sapling_note.cpp
  239. 2
      src/gtest/test_tautology.cpp
  240. 2
      src/gtest/test_transaction_builder.cpp
  241. 2
      src/gtest/test_txid.cpp
  242. 2
      src/gtest/test_upgrades.cpp
  243. 2
      src/gtest/test_validation.cpp
  244. 2
      src/gtest/test_zip32.cpp
  245. 2
      src/gtest/utils.cpp
  246. 2
      src/hash.cpp
  247. 2
      src/hash.h
  248. 2
      src/httprpc.cpp
  249. 2
      src/httprpc.h
  250. 2
      src/httpserver.cpp
  251. 2
      src/httpserver.h
  252. 2
      src/hush-smart-chain
  253. 2
      src/hush-smart-chain.bat
  254. 2
      src/hush-tx.cpp
  255. 2
      src/hush.h
  256. 2
      src/hush/tlsenums.h
  257. 2
      src/hush/tlsmanager.cpp
  258. 2
      src/hush/tlsmanager.h
  259. 2
      src/hush/utiltls.cpp
  260. 2
      src/hush/utiltls.h
  261. 2
      src/hush_bitcoind.h
  262. 2
      src/hush_cJSON.c
  263. 2
      src/hush_cJSON.h
  264. 2
      src/hush_ccdata.h
  265. 2
      src/hush_curve25519.h
  266. 2
      src/hush_defs.h
  267. 2
      src/hush_events.h
  268. 2
      src/hush_gateway.h
  269. 2
      src/hush_globals.h
  270. 2
      src/hush_kv.h
  271. 2
      src/hush_nSPV.h
  272. 2
      src/hush_nSPV_defs.h
  273. 2
      src/hush_nSPV_fullnode.h
  274. 2
      src/hush_nSPV_superlite.h
  275. 2
      src/hush_nSPV_wallet.h
  276. 2
      src/hush_nk.h
  277. 2
      src/hush_notary.h
  278. 2
      src/hush_pax.h
  279. 2
      src/hush_structs.h
  280. 2
      src/hush_utils.h
  281. 2
      src/i2p.cpp
  282. 2
      src/i2p.h
  283. 2
      src/importcoin.h
  284. 2
      src/init.cpp
  285. 2
      src/init.h
  286. 2
      src/key.cpp
  287. 2
      src/key.h
  288. 2
      src/key_io.cpp
  289. 2
      src/key_io.h
  290. 2
      src/keystore.cpp
  291. 2
      src/keystore.h
  292. 2
      src/limitedmap.h
  293. 2
      src/main.cpp
  294. 2
      src/main.h
  295. 2
      src/memusage.h
  296. 2
      src/merkleblock.cpp
  297. 2
      src/merkleblock.h
  298. 2
      src/metrics.cpp
  299. 2
      src/metrics.h
  300. 2
      src/miner.cpp
  301. 2
      src/miner.h
  302. 2
      src/mini-gmp.c
  303. 2
      src/mini-gmp.h
  304. 2
      src/mruset.h
  305. 2
      src/net.cpp
  306. 2
      src/net.h
  307. 2
      src/netaddress.cpp
  308. 2
      src/netaddress.h
  309. 2
      src/netbase.cpp
  310. 2
      src/netbase.h
  311. 2
      src/netmessagemaker.h
  312. 2
      src/notarizationdb.cpp
  313. 2
      src/notarizationdb.h
  314. 2
      src/noui.cpp
  315. 2
      src/noui.h
  316. 2
      src/policy/fees.cpp
  317. 2
      src/policy/fees.h
  318. 2
      src/pow.cpp
  319. 2
      src/pow.h
  320. 2
      src/pow/tromp/equi.h
  321. 2
      src/pow/tromp/equi_miner.h
  322. 2
      src/pow/tromp/osx_barrier.h
  323. 2
      src/prevector.h
  324. 2
      src/primitives/block.cpp
  325. 2
      src/primitives/block.h
  326. 2
      src/primitives/transaction.cpp
  327. 2
      src/primitives/transaction.h
  328. 2
      src/protocol.cpp
  329. 2
      src/protocol.h
  330. 2
      src/pubkey.cpp
  331. 2
      src/pubkey.h
  332. 2
      src/purge
  333. 2
      src/random.cpp
  334. 2
      src/random.h
  335. 2
      src/rest.cpp
  336. 2
      src/reverselock.h
  337. 2
      src/rpc/blockchain.cpp
  338. 2
      src/rpc/client.cpp
  339. 2
      src/rpc/client.h
  340. 2
      src/rpc/crosschain.cpp
  341. 2
      src/rpc/mining.cpp
  342. 2
      src/rpc/misc.cpp
  343. 2
      src/rpc/net.cpp
  344. 2
      src/rpc/protocol.cpp
  345. 2
      src/rpc/protocol.h
  346. 2
      src/rpc/rawtransaction.cpp
  347. 2
      src/rpc/register.h
  348. 2
      src/rpc/server.cpp
  349. 2
      src/rpc/server.h
  350. 2
      src/sc/hush
  351. 2
      src/sc/koolaid
  352. 2
      src/sc/kush
  353. 2
      src/sc/zex
  354. 2
      src/scheduler.cpp
  355. 2
      src/scheduler.h
  356. 2
      src/script/cc.cpp
  357. 2
      src/script/cc.h
  358. 2
      src/script/interpreter.cpp
  359. 2
      src/script/interpreter.h
  360. 2
      src/script/script.cpp
  361. 2
      src/script/script.h
  362. 2
      src/script/script_error.cpp
  363. 2
      src/script/script_error.h
  364. 2
      src/script/serverchecker.cpp
  365. 2
      src/script/serverchecker.h
  366. 2
      src/script/sigcache.cpp
  367. 2
      src/script/sigcache.h
  368. 2
      src/script/sign.cpp
  369. 2
      src/script/sign.h
  370. 2
      src/script/standard.cpp
  371. 2
      src/script/standard.h
  372. 2
      src/script/zcashconsensus.cpp
  373. 2
      src/script/zcashconsensus.h
  374. 2
      src/serialize.h
  375. 2
      src/sietch.h
  376. 2
      src/smartchains
  377. 2
      src/smartchains.old
  378. 2
      src/span.h
  379. 2
      src/spentindex.h
  380. 6
      src/stratum.cpp
  381. 4
      src/stratum.h
  382. 2
      src/streams.h
  383. 2
      src/support/allocators/secure.h
  384. 2
      src/support/allocators/zeroafterfree.h
  385. 2
      src/support/cleanse.cpp
  386. 2
      src/support/cleanse.h
  387. 2
      src/support/events.h
  388. 2
      src/support/pagelocker.cpp
  389. 2
      src/support/pagelocker.h
  390. 2
      src/sync.cpp
  391. 2
      src/sync.h
  392. 2
      src/test-hush/main.cpp
  393. 2
      src/test-hush/test_addrman.cpp
  394. 2
      src/test-hush/test_eval_notarization.cpp
  395. 2
      src/test-hush/test_netbase_tests.cpp
  396. 2
      src/test-hush/test_parse_notarization.cpp
  397. 2
      src/test-hush/testutils.cpp
  398. 2
      src/test-hush/testutils.h
  399. 2
      src/test/Checkpoints_tests.cpp
  400. 2
      src/test/DoS_tests.cpp
  401. 2
      src/test/accounting_tests.cpp
  402. 2
      src/test/addrman_tests.cpp
  403. 2
      src/test/allocator_tests.cpp
  404. 2
      src/test/arith_uint256_tests.cpp
  405. 2
      src/test/base32_tests.cpp
  406. 2
      src/test/base58_tests.cpp
  407. 2
      src/test/base64_tests.cpp
  408. 2
      src/test/bctest.py
  409. 2
      src/test/bech32_tests.cpp
  410. 2
      src/test/bip32_tests.cpp
  411. 2
      src/test/bitcoin-util-test.py
  412. 2
      src/test/bloom_tests.cpp
  413. 2
      src/test/checkblock_tests.cpp
  414. 2
      src/test/coins_tests.cpp
  415. 2
      src/test/compress_tests.cpp
  416. 2
      src/test/convertbits_tests.cpp
  417. 2
      src/test/crypto_tests.cpp
  418. 2
      src/test/dbwrapper_tests.cpp
  419. 2
      src/test/equihash_tests.cpp
  420. 2
      src/test/getarg_tests.cpp
  421. 2
      src/test/hash_tests.cpp
  422. 2
      src/test/key_tests.cpp
  423. 2
      src/test/main_tests.cpp
  424. 2
      src/test/mempool_tests.cpp
  425. 2
      src/test/miner_tests.cpp
  426. 2
      src/test/mruset_tests.cpp
  427. 2
      src/test/multisig_tests.cpp
  428. 2
      src/test/netbase_tests.cpp
  429. 2
      src/test/pmt_tests.cpp
  430. 2
      src/test/policyestimator_tests.cpp
  431. 2
      src/test/pow_tests.cpp
  432. 2
      src/test/prevector_tests.cpp
  433. 2
      src/test/raii_event_tests.cpp
  434. 2
      src/test/reverselock_tests.cpp
  435. 2
      src/test/rpc_tests.cpp
  436. 2
      src/test/rpc_wallet_tests.cpp
  437. 2
      src/test/sanity_tests.cpp
  438. 2
      src/test/scheduler_tests.cpp
  439. 2
      src/test/script_P2PKH_tests.cpp
  440. 2
      src/test/script_P2SH_tests.cpp
  441. 2
      src/test/script_tests.cpp
  442. 2
      src/test/scriptnum_tests.cpp
  443. 2
      src/test/serialize_tests.cpp
  444. 2
      src/test/sha256compress_tests.cpp
  445. 2
      src/test/sighash_tests.cpp
  446. 2
      src/test/sigopcount_tests.cpp
  447. 2
      src/test/skiplist_tests.cpp
  448. 2
      src/test/test_bitcoin.cpp
  449. 2
      src/test/test_bitcoin.h
  450. 2
      src/test/timedata_tests.cpp
  451. 2
      src/test/torcontrol_tests.cpp
  452. 2
      src/test/transaction_tests.cpp
  453. 2
      src/test/uint256_tests.cpp
  454. 2
      src/test/univalue_tests.cpp
  455. 2
      src/test/util_tests.cpp
  456. 2
      src/test/wallet-utility.py
  457. 2
      src/testdragonx-cli
  458. 2
      src/testdragonxd
  459. 2
      src/testequihash-cli
  460. 2
      src/testequihashd
  461. 2
      src/threadsafety.h
  462. 2
      src/timedata.cpp
  463. 2
      src/timedata.h
  464. 2
      src/tinyformat.h
  465. 2
      src/torcontrol.cpp
  466. 2
      src/torcontrol.h
  467. 2
      src/transaction_builder.cpp
  468. 2
      src/transaction_builder.h
  469. 2
      src/tush-cli
  470. 2
      src/tushd
  471. 2
      src/txdb.cpp
  472. 2
      src/txdb.h
  473. 2
      src/txmempool.cpp
  474. 2
      src/txmempool.h
  475. 2
      src/ui_interface.h
  476. 2
      src/uint252.h
  477. 2
      src/uint256.cpp
  478. 2
      src/uint256.h
  479. 2
      src/undo.h
  480. 2
      src/uthash.h
  481. 2
      src/util.cpp
  482. 2
      src/util.h
  483. 2
      src/util/asmap.cpp
  484. 2
      src/util/asmap.h
  485. 2
      src/util/readwritefile.cpp
  486. 2
      src/util/readwritefile.h
  487. 2
      src/util/sock.cpp
  488. 2
      src/util/sock.h
  489. 2
      src/util/spanparsing.cpp
  490. 2
      src/util/spanparsing.h
  491. 2
      src/util/strencodings.cpp
  492. 2
      src/util/strencodings.h
  493. 2
      src/util/string.cpp
  494. 2
      src/util/string.h
  495. 2
      src/utilmoneystr.cpp
  496. 2
      src/utilmoneystr.h
  497. 2
      src/utilstrencodings.cpp
  498. 2
      src/utilstrencodings.h
  499. 2
      src/utiltime.cpp
  500. 2
      src/utiltime.h

2
Dockerfile

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
FROM ubuntu:16.04

2
Makefile.am

@ -1,4 +1,4 @@
# Copyright 2016-2023 The Hush developers
# Copyright 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
autogen.sh

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
set -e

2
build.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
contrib/block_time.pl

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
use warnings;

2
contrib/fresh_clone_compile_and_run.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
contrib/gen-zaddrs.pl

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright 2019-2023 The Hush developers
# Copyright 2019-2024 The Hush developers
# Released under the GPLv3
use warnings;
use strict;

2
contrib/hush_halvings

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
use strict;

2
contrib/hush_scanner

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
use strict;

2
contrib/hush_supply

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
use warnings;
use strict;

2
contrib/sdl_checkpoints.pl

@ -1,5 +1,5 @@
#!/usr/bin/perl
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

4
contrib/seeds/generate-seeds.py

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014-2021 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
@ -160,7 +160,7 @@ def main():
sys.exit(1)
g = sys.stdout
indir = sys.argv[1]
g.write('// Copyright (c) 2016-2023 The Hush developers\n')
g.write('// Copyright (c) 2016-2024 The Hush developers\n')
g.write('// Distributed under the GPLv3 software license, see the accompanying\n')
g.write('// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html\n')
g.write('// THIS FILE IS AUTOGENERATED, DO NOT MODIFY DIRECTLY\n')

2
contrib/verify-commits/gpg.sh

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
INPUT=$(</dev/stdin)

2
contrib/verify-commits/pre-push-hook.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
if ! [[ "$2" =~ [git@]?[www.]?hush.is[:|/]bitcoin/bitcoin[.git]? ]]; then

2
contrib/verify-commits/verify-commits.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
depends/funcs.mk

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
define int_vars

2
migratecoin.sh

@ -1,5 +1,5 @@
#!/usr/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# This script makes the neccesary transactions to migrate

2
qa/hush/create_benchmark_archive.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
import binascii

2
qa/hush/create_wallet_200k_utxos.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/hush/full-test-suite.sh

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Execute all of the automated tests related to Hush
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/hush/full_test_suite.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# Execute all of the automated tests related to Hush

2
qa/pull-tester/rpc-tests.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
set -e -o pipefail

2
qa/pull-tester/run-bitcoin-cli

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
# This is a thin wrapper around bitcoin-cli that strips the Windows-style EOLs

2
qa/pull-tester/run-bitcoind-for-test.sh.in

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# THIS FILE IS GENERATED FROM run-bitcoind-for-test.sh.in
# Copyright (c) 2013-2014 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
#
HUSH_LOAD_TIMEOUT=500

2
qa/pull-tester/tests-config.sh.in

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# THIS FILE IS GENERATED FROM tests-config.sh.in
# Copyright (c) 2013-2014 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
BUILDDIR="@abs_top_builddir@"

2
qa/rpc-tests/ac_private.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 SuperNET developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/addressindex.py

@ -1,6 +1,6 @@
#!/usr/bin/env python2
# Copyright (c) 2014-2015 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# Test addressindex generation and fetching

2
qa/rpc-tests/antispam.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/bip65-cltv-p2p.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/bipdersig-p2p.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3/X11 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#

2
qa/rpc-tests/blockchain.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/decodescript.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/disablewallet.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/dpowconfs.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2019 Duke Leto who wrote "The SuperNET developers" while never agreeing to the developer agreement nor being listed in AUTHORS
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/feature_walletfile.py

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) 2017 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
"""Test wallet file location."""

2
qa/rpc-tests/finalsaplingroot.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/forknotify.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/fundrawtransaction.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/getblocktemplate.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2016 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/getblocktemplate_longpoll.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/getblocktemplate_proposals.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/getchaintips.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/hardforkdetection.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
#
# Test hard fork detection

2
qa/rpc-tests/httpbasics.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/invalidateblock.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/invalidblockrequest.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
#
# Distributed under the GPLv3/X11 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/ivk_import_export.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2019 Bartlomiej Lisiecki
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/key_import_export.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/keypool.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/listtransactions.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/maxblocksinflight.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
#
# Distributed under the GPLv3/X11 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_nu_activation.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_reorg.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_resurrect_test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_spendcoinbase.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_tx_expiry.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/mempool_tx_input_limit.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/merkle_blocks.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/nodehandling.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/nspv_client_test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
import sys

2
qa/rpc-tests/p2p-acceptblock.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
#
# Distributed under the GPLv3/X11 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/p2p_node_bloom.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/p2p_txexpiry_dos.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/prioritisetransaction.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/proxy_test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/pruning.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/rawtransactions.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/receivedby.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/regtest_signrawtransaction.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/reindex.py

@ -1,6 +1,6 @@
#!/usr/bin/env python2
# Copyright (c) 2014 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
#
# Test -reindex with CheckBlockIndex

2
qa/rpc-tests/rest.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/rewind_index.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/rpcbind_test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/script_test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
#
# Distributed under the GPLv3/X11 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/signrawtransaction_offline.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/signrawtransactions.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/smartfees.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/spentindex.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/test_framework/authproxy.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/test_framework/bignum.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# This file is from python-bitcoinlib.

2
qa/rpc-tests/test_framework/blockstore.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# BlockStore: a helper class that keeps a map of blocks and implements

2
qa/rpc-tests/test_framework/blocktools.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# blocktools.py - utilities for manipulating blocks and transactions

2
qa/rpc-tests/test_framework/comptool.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/test_framework/equihash.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
from operator import itemgetter

2
qa/rpc-tests/test_framework/mininode.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# mininode.py - Bitcoin P2P network half-a-node

2
qa/rpc-tests/test_framework/netutil.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/test_framework/script.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# This file is modified from python-bitcoinlib.

2
qa/rpc-tests/test_framework/socks5.py

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/test_framework/test_framework.py

@ -1,6 +1,6 @@
#!/usr/bin/env python2
# Copyright (c) 2014 The Bitcoin Core developers
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# Base class for RPC testing

2
qa/rpc-tests/timestampindex.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/txindex.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014-2015 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/txn_doublespend.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_1941.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2016 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_addresses.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_anchorfork.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_changeindicator.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_import_export.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_listnotes.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_listreceived.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_mergetoaddress.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_nullifiers.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2016 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_overwintertx.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_persistence.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_protectcoinbase.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2016 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_sapling.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2018 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_shieldcoinbase.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/wallet_shieldcoinbase_sapling.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
import inspect

2
qa/rpc-tests/wallet_treestate.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2016 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/walletbackup.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/zapwallettxes.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2014 The Bitcoin Core developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
qa/rpc-tests/zkey_import_export.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright (c) 2017 The Zcash developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
share/genbuild.sh

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
if [ $# -gt 1 ]; then

2
src/Makefile.am

@ -1,4 +1,4 @@
# Copyright 2016-2023 The Hush developers
# Copyright 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/Makefile.gtest.include

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
TESTS += hush-gtest
bin_PROGRAMS += hush-gtest

2
src/Makefile.test-hush.include

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/addrdb.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/addressindex.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/addrman.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012 Pieter Wuille
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/addrman.h

@ -1,5 +1,5 @@
// Copyright (c) 2012 Pieter Wuille
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/amount.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/amount.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/arith_uint256.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/arith_uint256.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/assetchains_stop

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
set -eo pipefail
hush_cli='./hush-cli'

2
src/asyncrpcoperation.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2016 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/asyncrpcoperation.h

@ -1,5 +1,5 @@
// Copyright (c) 2016 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/asyncrpcqueue.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/asyncrpcqueue.h

@ -1,5 +1,5 @@
// Copyright (c) 2016 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/attributes.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/base58.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/base58.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/bech32.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2017 Pieter Wuille
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/bech32.h

@ -1,5 +1,5 @@
// Copyright (c) 2017 Pieter Wuille
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/bitcoin-cli.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/bitcoind.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/bloom.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/bloom.h

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/cJSON.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/*
Copyright (c) 2009-2017 Dave Gamble and cJSON contributors

2
src/cc/CCcustom.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/CCinclude.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/CCtx.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/CCutilbits.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/CCutils.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/cclib.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/crypto777/OS_portable.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *

2
src/cc/customcc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/customcc.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/dapps/Makefile

@ -1,4 +1,4 @@
# Copyright (c) 2016-2023 The Hush Developers
# Copyright (c) 2016-2024 The Hush Developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# Just type make to compile all dat dapp code, fellow cypherpunkz

2
src/cc/dapps/cJSON.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/dapps/dappinc.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/dapps/dappstd.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/dapps/hushdex.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/dapps/zmigrate.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/eval.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/eval.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/includes/cJSON.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/includes/curve25519.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/cc/includes/libgfshare.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/includes/tweetnacl.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#ifndef TWEETNACL_H

2
src/cc/includes/uthash.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/cc/includes/utlist.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/cc/utils.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/chain.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/chain.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/chainparams.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/////////////////////////////////////////////////////////////////////////////////

2
src/chainparams.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/chainparamsbase.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/chainparamsbase.h

@ -1,5 +1,5 @@
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/chainparamsseeds.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY DIRECTLY

2
src/checkpoints.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/checkpoints.h

@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/checkqueue.h

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/clientversion.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/clientversion.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// What happened to the SuperNET developers, who cared about privacy?

2
src/coincontrol.h

@ -1,5 +1,5 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/coins.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/coins.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/compat.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/compressor.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/compressor.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/consensus/consensus.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/consensus/params.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/consensus/upgrades.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2018 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/consensus/upgrades.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2018 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/consensus/validation.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/core_io.h

@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/core_memusage.h

@ -1,5 +1,5 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/core_read.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/core_write.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crosschain.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/crosschain.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/crosschain_authority.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "cc/eval.h"

4
src/crypto/common.h

@ -1,6 +1,6 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Released under the GPLv3
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/equihash.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 Jack Grigg
// Copyright (c) 2016 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/crypto/equihash.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 Jack Grigg
// Copyright (c) 2016 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/crypto/hmac_sha256.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/hmac_sha256.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/hmac_sha512.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/hmac_sha512.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/ripemd160.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/ripemd160.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha1.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha1.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha256.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha256.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014-2016 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha256_sse4.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2017 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha3.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha3.h

@ -1,5 +1,5 @@
// Copyright (c) 2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha512.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/crypto/sha512.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/dbwrapper.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/dbwrapper.h

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/dragonx-cli

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/dragonxd

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/fs.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
#include "fs.h"
namespace fsbridge {

2
src/fs.h

@ -1,5 +1,5 @@
// Copyright (c) 2017 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/gtest/json_test_vectors.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "json_test_vectors.h"

2
src/gtest/json_test_vectors.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/main.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "gmock/gmock.h"

2
src/gtest/test_block.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_checkblock.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_checktransaction.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_equihash.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#if defined(HAVE_CONFIG_H)

2
src/gtest/test_httprpc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_keys.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <chainparams.h>

2
src/gtest/test_keystore.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_libzcash_utils.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_mempool.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_merkletree.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_metrics.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_miner.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gmock/gmock.h>

2
src/gtest/test_noteencryption.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_pedersen_hash.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_pow.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_random.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_rpc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_sapling_note.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_tautology.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_transaction_builder.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "chainparams.h"

2
src/gtest/test_txid.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_upgrades.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_validation.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/test_zip32.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/gtest/utils.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
int GenZero(int n)

2
src/hash.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/hash.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/httprpc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/httprpc.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/httpserver.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/httpserver.h

@ -1,5 +1,5 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/hush-smart-chain

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# set working directory to the location of this script
# readlink -f does not always exist
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

2
src/hush-smart-chain.bat

@ -1,4 +1,4 @@
:: Copyright (c) 2016-2023 The Hush developers
:: Copyright (c) 2016-2024 The Hush developers
:: Distributed under the GPLv3 software license, see the accompanying
:: file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
@call :GET_CURRENT_DIR

2
src/hush-tx.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush/tlsenums.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/hush/tlsmanager.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <wolfssl/options.h>

2
src/hush/tlsmanager.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <wolfssl/options.h>

2
src/hush/utiltls.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2017 The Zen Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/hush/utiltls.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2017 The Zen Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/hush_bitcoind.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush Developers
// Copyright (c) 2016-2024 The Hush Developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_cJSON.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/*
Copyright (c) 2009 Dave Gamble

2
src/hush_cJSON.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/*

2
src/hush_ccdata.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_curve25519.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_defs.h

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 The Hush developers
// Copyright (c) 2019-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_events.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_gateway.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_globals.h

@ -1,4 +1,4 @@
// Copyright 2016-2023 The Hush Developers
// Copyright 2016-2024 The Hush Developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_kv.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_nSPV.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_nSPV_defs.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *

2
src/hush_nSPV_fullnode.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_nSPV_superlite.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *

2
src/hush_nSPV_wallet.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_nk.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
#ifndef HUSH_NK_H
#define HUSH_NK_H

2
src/hush_notary.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_pax.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_structs.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/hush_utils.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/i2p.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2020-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/i2p.h

@ -1,5 +1,5 @@
// Copyright (c) 2020-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/importcoin.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/init.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// What happened to the SuperNET devs, who were dedicated to privacy???

2
src/init.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/key.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/key.h

@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/key_io.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2014-2016 The Bitcoin Core developers
// Copyright (c) 2016-2018 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/key_io.h

@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2018 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/keystore.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/keystore.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/limitedmap.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/main.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/main.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/memusage.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/merkleblock.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/merkleblock.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/metrics.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/metrics.h

@ -1,5 +1,5 @@
// Copyright (c) 2016 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/miner.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/miner.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/mini-gmp.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/* mini-gmp, a minimalistic implementation of a GNU GMP subset.
Contributed to the GNU project by Niels Möller

2
src/mini-gmp.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/* mini-gmp, a minimalistic implementation of a GNU GMP subset.
Copyright 2011-2015 Free Software Foundation, Inc.

2
src/mruset.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/net.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/net.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/netaddress.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/netaddress.h

@ -1,5 +1,5 @@
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/netbase.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/netbase.h

@ -1,5 +1,5 @@
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/netmessagemaker.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/notarizationdb.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "dbwrapper.h"

2
src/notarizationdb.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#ifndef HUSH_NOTARISATIONDB_H

2
src/noui.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/noui.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/policy/fees.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/policy/fees.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/pow.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/pow.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/pow/tromp/equi.h

@ -1,4 +1,4 @@
// Copyright (c) 2019-2023 The Hush developers
// Copyright (c) 2019-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// Copyright (c) 2016-2016 John Tromp, The Zcash developers

2
src/pow/tromp/equi_miner.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
// Copyright (c) 2016 John Tromp, The Zcash developers

2
src/pow/tromp/osx_barrier.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#ifdef __APPLE__

2
src/prevector.h

@ -1,5 +1,5 @@
// Copyright (c) 2015-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/primitives/block.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/primitives/block.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/primitives/transaction.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/primitives/transaction.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/protocol.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/protocol.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/pubkey.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/pubkey.h

@ -1,7 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/purge

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Released under the GPLv3
echo "Purging $1"

2
src/random.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/random.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rest.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/reverselock.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rpc/blockchain.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/client.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/client.h

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rpc/crosschain.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/mining.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/misc.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/net.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/protocol.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rpc/protocol.h

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rpc/rawtransaction.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/register.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/rpc/server.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/rpc/server.h

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush Developers
// Copyright (c) 2016-2024 The Hush Developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/sc/hush

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR

2
src/sc/koolaid

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
./hush-smart-chain -ac_name=KOOLAID $@

2
src/sc/kush

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
./hush-smart-chain -ac_name=KUSH $@

2
src/sc/zex

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
./hush-smart-chain -ac_name=ZEX $@

2
src/scheduler.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/scheduler.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/cc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *

2
src/script/cc.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *

2
src/script/interpreter.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/script/interpreter.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/script.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/script.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/script_error.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/script_error.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/serverchecker.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/serverchecker.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/sigcache.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/sigcache.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/sign.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/sign.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/standard.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/script/standard.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/script/zcashconsensus.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/script/zcashconsensus.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/serialize.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/sietch.h

@ -1,5 +1,5 @@
/******************************************************************************
* Copyright © 2016-2023 The Hush developers *
* Copyright © 2016-2024 The Hush developers *
* *
* See the AUTHORS and LICENSE files at *
* the top-level directory of this distribution for the individual copyright *

2
src/smartchains

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
set -eo pipefail
# You can now add delay line to pubkey.txt file

2
src/smartchains.old

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2018-2023 The Hush developers
# Copyright (c) 2018-2024 The Hush developers
set -x
delay=60
source pubkey.txt

2
src/span.h

@ -1,5 +1,5 @@
// Copyright (c) 2018-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/spentindex.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

6
src/stratum.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2021-2023 The Hush developers
// Copyright (c) 2020-2023 The Freicoin Developers
// Copyright (c) 2021-2023 Decker
// Copyright (c) 2021-2024 The Hush developers
// Copyright (c) 2020-2024 The Freicoin Developers
// Copyright (c) 2021-2024 Decker
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

4
src/stratum.h

@ -1,5 +1,5 @@
// Copyright (c) 2021-2023 The Hush developers
// Copyright (c) 2020-2023 The Freicoin Developers
// Copyright (c) 2021-2024 The Hush developers
// Copyright (c) 2020-2024 The Freicoin Developers
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

2
src/streams.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/allocators/secure.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/allocators/zeroafterfree.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/cleanse.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/cleanse.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/events.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/pagelocker.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/support/pagelocker.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/sync.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2011-2012 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/sync.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test-hush/main.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "key.h"

2
src/test-hush/test_addrman.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/test-hush/test_eval_notarization.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/test-hush/test_netbase_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/test-hush/test_parse_notarization.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/test-hush/testutils.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include <gtest/gtest.h>

2
src/test-hush/testutils.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#ifndef HUSH_TESTUTILS_H

2
src/test/Checkpoints_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/DoS_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/accounting_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/addrman_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "addrman.h"

2
src/test/allocator_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/arith_uint256_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/base32_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/base58_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/base64_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/bctest.py

@ -1,5 +1,5 @@
# Copyright 2014 BitPay, Inc.
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/bech32_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2017 Pieter Wuille
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/bip32_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/bitcoin-util-test.py

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Copyright 2014 BitPay, Inc.
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/bloom_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/checkblock_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/coins_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/compress_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/convertbits_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2018 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/crypto_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/dbwrapper_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2018 The Zcash developers
// Copyright (c) 2012-2017 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/test/equihash_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 Jack Grigg
// Copyright (c) 2016 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/test/getarg_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/hash_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/key_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/main_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/mempool_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/miner_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/mruset_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/multisig_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/netbase_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/pmt_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/policyestimator_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/pow_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3/X11 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/prevector_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/raii_event_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2016 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/reverselock_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/rpc_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/rpc_wallet_tests.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2013-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/sanity_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/scheduler_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/script_P2PKH_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/script_P2SH_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/script_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/scriptnum_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/serialize_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/sha256compress_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "test/test_bitcoin.h"

2
src/test/sighash_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/sigopcount_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2012-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/skiplist_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/test_bitcoin.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/test_bitcoin.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#ifndef HUSH_TEST_TEST_HUSH_H

2
src/test/timedata_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/torcontrol_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2017 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/transaction_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/uint256_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/univalue_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright 2014 BitPay, Inc.
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/util_tests.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/test/wallet-utility.py

@ -1,6 +1,6 @@
#!/usr/bin/python
# Copyright 2014 BitPay, Inc.
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
## Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/testdragonx-cli

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/testdragonxd

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/testequihash-cli

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/testequihashd

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2016-2023 The Hush Developers
# Copyright 2016-2024 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/threadsafety.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/timedata.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2020 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/timedata.h

@ -1,5 +1,5 @@
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2020 The Zcash developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/tinyformat.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// tinyformat.h
// Copyright (C) 2011, Chris Foster [chris42f (at) gmail (d0t) com]
//

2
src/torcontrol.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2015-2017 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/torcontrol.h

@ -1,5 +1,5 @@
// Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/transaction_builder.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2018 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/transaction_builder.h

@ -1,5 +1,5 @@
// Copyright (c) 2018 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/tush-cli

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# set working directory to the location of this script
# readlink -f does not always exist

2
src/tushd

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2023 The Hush developers
# Copyright (c) 2016-2024 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/txdb.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/txdb.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/txmempool.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/txmempool.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/ui_interface.h

@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2012 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/uint252.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
#ifndef UINT252_H
#define UINT252_H

2
src/uint256.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/uint256.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/undo.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/uthash.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
/*
Copyright (c) 2003-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
All rights reserved.

2
src/util.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
/******************************************************************************

2
src/util/asmap.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2019-2020 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

2
src/util/asmap.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2019 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

2
src/util/readwritefile.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2015-2020 The Bitcoin Core developers
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/readwritefile.h

@ -1,5 +1,5 @@
// Copyright (c) 2015-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/sock.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2020-2021 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/sock.h

@ -1,5 +1,5 @@
// Copyright (c) 2020-2021 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/spanparsing.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2018-2019 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/spanparsing.h

@ -1,5 +1,5 @@
// Copyright (c) 2018-2019 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/strencodings.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/strencodings.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/string.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2019 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/util/string.h

@ -1,5 +1,5 @@
// Copyright (c) 2019-2020 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/utilmoneystr.cpp

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "utilmoneystr.h"

2
src/utilmoneystr.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/utilstrencodings.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/utilstrencodings.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

2
src/utiltime.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying

2
src/utiltime.h

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save