Browse Source

Update copyrights to 2023

master
Duke 1 year ago
parent
commit
e033a2e6eb
  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/bip65-cltv-p2p.py
  29. 2
      qa/rpc-tests/bipdersig-p2p.py
  30. 2
      qa/rpc-tests/blockchain.py
  31. 2
      qa/rpc-tests/cryptoconditions.py
  32. 2
      qa/rpc-tests/cryptoconditions_channels.py
  33. 2
      qa/rpc-tests/cryptoconditions_dice.py
  34. 2
      qa/rpc-tests/cryptoconditions_faucet.py
  35. 2
      qa/rpc-tests/cryptoconditions_gateways.py
  36. 2
      qa/rpc-tests/cryptoconditions_heir.py
  37. 2
      qa/rpc-tests/cryptoconditions_oracles.py
  38. 2
      qa/rpc-tests/cryptoconditions_rewards.py
  39. 2
      qa/rpc-tests/cryptoconditions_token.py
  40. 2
      qa/rpc-tests/decodescript.py
  41. 2
      qa/rpc-tests/disablewallet.py
  42. 2
      qa/rpc-tests/dpowconfs.py
  43. 2
      qa/rpc-tests/feature_walletfile.py
  44. 2
      qa/rpc-tests/finalsaplingroot.py
  45. 2
      qa/rpc-tests/forknotify.py
  46. 2
      qa/rpc-tests/fundrawtransaction.py
  47. 2
      qa/rpc-tests/getblocktemplate.py
  48. 2
      qa/rpc-tests/getblocktemplate_longpoll.py
  49. 2
      qa/rpc-tests/getblocktemplate_proposals.py
  50. 2
      qa/rpc-tests/getchaintips.py
  51. 2
      qa/rpc-tests/hardforkdetection.py
  52. 2
      qa/rpc-tests/httpbasics.py
  53. 2
      qa/rpc-tests/invalidateblock.py
  54. 2
      qa/rpc-tests/invalidblockrequest.py
  55. 2
      qa/rpc-tests/ivk_import_export.py
  56. 2
      qa/rpc-tests/key_import_export.py
  57. 2
      qa/rpc-tests/keypool.py
  58. 2
      qa/rpc-tests/listtransactions.py
  59. 2
      qa/rpc-tests/maxblocksinflight.py
  60. 2
      qa/rpc-tests/mempool_nu_activation.py
  61. 2
      qa/rpc-tests/mempool_reorg.py
  62. 2
      qa/rpc-tests/mempool_resurrect_test.py
  63. 2
      qa/rpc-tests/mempool_spendcoinbase.py
  64. 2
      qa/rpc-tests/mempool_tx_expiry.py
  65. 2
      qa/rpc-tests/mempool_tx_input_limit.py
  66. 2
      qa/rpc-tests/merkle_blocks.py
  67. 2
      qa/rpc-tests/nodehandling.py
  68. 2
      qa/rpc-tests/nspv_client_test.py
  69. 2
      qa/rpc-tests/p2p-acceptblock.py
  70. 2
      qa/rpc-tests/p2p_node_bloom.py
  71. 2
      qa/rpc-tests/p2p_txexpiry_dos.py
  72. 2
      qa/rpc-tests/prioritisetransaction.py
  73. 2
      qa/rpc-tests/proxy_test.py
  74. 2
      qa/rpc-tests/pruning.py
  75. 2
      qa/rpc-tests/rawtransactions.py
  76. 2
      qa/rpc-tests/receivedby.py
  77. 2
      qa/rpc-tests/regtest_signrawtransaction.py
  78. 2
      qa/rpc-tests/reindex.py
  79. 2
      qa/rpc-tests/rest.py
  80. 2
      qa/rpc-tests/rewind_index.py
  81. 2
      qa/rpc-tests/rpcbind_test.py
  82. 2
      qa/rpc-tests/script_test.py
  83. 2
      qa/rpc-tests/signrawtransaction_offline.py
  84. 2
      qa/rpc-tests/signrawtransactions.py
  85. 2
      qa/rpc-tests/smartfees.py
  86. 2
      qa/rpc-tests/spentindex.py
  87. 2
      qa/rpc-tests/test_framework/authproxy.py
  88. 2
      qa/rpc-tests/test_framework/bignum.py
  89. 2
      qa/rpc-tests/test_framework/blockstore.py
  90. 2
      qa/rpc-tests/test_framework/blocktools.py
  91. 2
      qa/rpc-tests/test_framework/comptool.py
  92. 2
      qa/rpc-tests/test_framework/equihash.py
  93. 2
      qa/rpc-tests/test_framework/mininode.py
  94. 2
      qa/rpc-tests/test_framework/netutil.py
  95. 2
      qa/rpc-tests/test_framework/script.py
  96. 2
      qa/rpc-tests/test_framework/socks5.py
  97. 2
      qa/rpc-tests/test_framework/test_framework.py
  98. 2
      qa/rpc-tests/timestampindex.py
  99. 2
      qa/rpc-tests/txindex.py
  100. 2
      qa/rpc-tests/txn_doublespend.py
  101. 2
      qa/rpc-tests/wallet.py
  102. 2
      qa/rpc-tests/wallet_1941.py
  103. 2
      qa/rpc-tests/wallet_addresses.py
  104. 2
      qa/rpc-tests/wallet_anchorfork.py
  105. 2
      qa/rpc-tests/wallet_changeindicator.py
  106. 2
      qa/rpc-tests/wallet_import_export.py
  107. 2
      qa/rpc-tests/wallet_listnotes.py
  108. 2
      qa/rpc-tests/wallet_listreceived.py
  109. 2
      qa/rpc-tests/wallet_mergetoaddress.py
  110. 2
      qa/rpc-tests/wallet_nullifiers.py
  111. 2
      qa/rpc-tests/wallet_overwintertx.py
  112. 2
      qa/rpc-tests/wallet_persistence.py
  113. 2
      qa/rpc-tests/wallet_protectcoinbase.py
  114. 2
      qa/rpc-tests/wallet_sapling.py
  115. 2
      qa/rpc-tests/wallet_shieldcoinbase.py
  116. 2
      qa/rpc-tests/wallet_shieldcoinbase_sapling.py
  117. 2
      qa/rpc-tests/wallet_treestate.py
  118. 2
      qa/rpc-tests/walletbackup.py
  119. 2
      qa/rpc-tests/zapwallettxes.py
  120. 2
      qa/rpc-tests/zkey_import_export.py
  121. 2
      share/genbuild.sh
  122. 2
      src/Makefile.am
  123. 2
      src/Makefile.gtest.include
  124. 2
      src/Makefile.test-hush.include
  125. 2
      src/addrdb.cpp
  126. 2
      src/addressindex.h
  127. 2
      src/addrman.cpp
  128. 2
      src/addrman.h
  129. 2
      src/amount.cpp
  130. 2
      src/amount.h
  131. 2
      src/arith_uint256.cpp
  132. 2
      src/arith_uint256.h
  133. 2
      src/assetchains_stop
  134. 2
      src/asyncrpcoperation.cpp
  135. 2
      src/asyncrpcoperation.h
  136. 2
      src/asyncrpcqueue.cpp
  137. 2
      src/asyncrpcqueue.h
  138. 2
      src/attributes.h
  139. 2
      src/base58.cpp
  140. 2
      src/base58.h
  141. 2
      src/bech32.cpp
  142. 2
      src/bech32.h
  143. 2
      src/bitcoin-cli.cpp
  144. 2
      src/bitcoind.cpp
  145. 2
      src/bloom.cpp
  146. 2
      src/bloom.h
  147. 2
      src/cJSON.h
  148. 2
      src/cc/CCGateways.h
  149. 2
      src/cc/CCHeir.h
  150. 2
      src/cc/CCImportGateway.h
  151. 2
      src/cc/CCMarmara.h
  152. 2
      src/cc/CCOracles.h
  153. 2
      src/cc/CCPayments.h
  154. 2
      src/cc/CCPegs.h
  155. 2
      src/cc/CCPrices.h
  156. 2
      src/cc/CC_made_easy.md
  157. 2
      src/cc/CCassets.h
  158. 2
      src/cc/CCassetsCore.cpp
  159. 2
      src/cc/CCassetstx.cpp
  160. 2
      src/cc/CCauction.h
  161. 2
      src/cc/CCchannels.h
  162. 2
      src/cc/CCcustom.cpp
  163. 2
      src/cc/CCdice.h
  164. 2
      src/cc/CCfaucet.h
  165. 2
      src/cc/CCfsm.h
  166. 2
      src/cc/CCinclude.h
  167. 2
      src/cc/CClotto.h
  168. 2
      src/cc/CCrewards.h
  169. 2
      src/cc/CCtokens.cpp
  170. 2
      src/cc/CCtokens.h
  171. 2
      src/cc/CCtokenutils.cpp
  172. 2
      src/cc/CCtx.cpp
  173. 2
      src/cc/CCutilbits.cpp
  174. 2
      src/cc/CCutils.cpp
  175. 2
      src/cc/assets.cpp
  176. 2
      src/cc/auction.cpp
  177. 2
      src/cc/betprotocol.cpp
  178. 2
      src/cc/betprotocol.h
  179. 2
      src/cc/cclib.cpp
  180. 2
      src/cc/channels.cpp
  181. 2
      src/cc/crypto777/OS_portable.h
  182. 2
      src/cc/customcc.cpp
  183. 2
      src/cc/customcc.h
  184. 2
      src/cc/dapps/Makefile
  185. 2
      src/cc/dapps/cJSON.c
  186. 2
      src/cc/dapps/dappinc.h
  187. 2
      src/cc/dapps/dappstd.c
  188. 2
      src/cc/dapps/hushdex.c
  189. 2
      src/cc/dapps/zmigrate.c
  190. 2
      src/cc/dice.cpp
  191. 2
      src/cc/dilithium.c
  192. 2
      src/cc/dilithium.h
  193. 2
      src/cc/disputepayout.cpp
  194. 2
      src/cc/eval.cpp
  195. 2
      src/cc/eval.h
  196. 2
      src/cc/faucet.cpp
  197. 2
      src/cc/fsm.cpp
  198. 2
      src/cc/games/prices.c
  199. 2
      src/cc/games/prices.cpp
  200. 2
      src/cc/games/prices.h
  201. 2
      src/cc/games/tetris.c
  202. 2
      src/cc/games/tetris.cpp
  203. 2
      src/cc/games/tetris.h
  204. 2
      src/cc/gamescc.cpp
  205. 2
      src/cc/gamescc.h
  206. 2
      src/cc/gateways.cpp
  207. 2
      src/cc/heir.cpp
  208. 2
      src/cc/heir_validate.h
  209. 2
      src/cc/import.cpp
  210. 2
      src/cc/importgateway.cpp
  211. 2
      src/cc/importpayout.cpp
  212. 2
      src/cc/includes/cJSON.h
  213. 2
      src/cc/includes/curve25519.h
  214. 2
      src/cc/includes/libgfshare.h
  215. 2
      src/cc/includes/tweetnacl.h
  216. 2
      src/cc/includes/uthash.h
  217. 2
      src/cc/includes/utlist.h
  218. 2
      src/cc/lotto.cpp
  219. 2
      src/cc/makecclib
  220. 2
      src/cc/makerogue
  221. 2
      src/cc/musig.cpp
  222. 2
      src/cc/oracles.cpp
  223. 2
      src/cc/payments.cpp
  224. 2
      src/cc/pegs.cpp
  225. 2
      src/cc/prices.cpp
  226. 2
      src/cc/rewards.cpp
  227. 2
      src/cc/rogue/Makefile.in
  228. 2
      src/cc/rogue/armor.c
  229. 2
      src/cc/rogue/chase.c
  230. 2
      src/cc/rogue/command.c
  231. 2
      src/cc/rogue/cursesd.c
  232. 2
      src/cc/rogue/cursesd.h
  233. 2
      src/cc/rogue/daemon.c
  234. 2
      src/cc/rogue/daemons.c
  235. 2
      src/cc/rogue/extern.c
  236. 2
      src/cc/rogue/extern.h
  237. 2
      src/cc/rogue/fight.c
  238. 2
      src/cc/rogue/init.c
  239. 2
      src/cc/rogue/io.c
  240. 2
      src/cc/rogue/list.c
  241. 2
      src/cc/rogue/mach_dep.c
  242. 2
      src/cc/rogue/main.c
  243. 2
      src/cc/rogue/mdport.c
  244. 2
      src/cc/rogue/misc.c
  245. 2
      src/cc/rogue/monsters.c
  246. 2
      src/cc/rogue/move.c
  247. 2
      src/cc/rogue/new_level.c
  248. 2
      src/cc/rogue/options.c
  249. 2
      src/cc/rogue/pack.c
  250. 2
      src/cc/rogue/passages.c
  251. 2
      src/cc/rogue/potions.c
  252. 2
      src/cc/rogue/rings.c
  253. 2
      src/cc/rogue/rip.c
  254. 2
      src/cc/rogue/rogue.c
  255. 2
      src/cc/rogue/rogue.h
  256. 2
      src/cc/rogue/rogue_player.h
  257. 2
      src/cc/rogue/rooms.c
  258. 2
      src/cc/rogue/save.c
  259. 2
      src/cc/rogue/score.h
  260. 2
      src/cc/rogue/scrolls.c
  261. 2
      src/cc/rogue/state.c
  262. 2
      src/cc/rogue/sticks.c
  263. 2
      src/cc/rogue/things.c
  264. 2
      src/cc/rogue/vers.c
  265. 2
      src/cc/rogue/weapons.c
  266. 2
      src/cc/rogue/wizard.c
  267. 2
      src/cc/rogue/xcrypt.c
  268. 2
      src/cc/rogue_rpc.cpp
  269. 2
      src/cc/sudoku.cpp
  270. 2
      src/cc/utils.h
  271. 2
      src/chain.cpp
  272. 2
      src/chain.h
  273. 2
      src/chainparams.cpp
  274. 2
      src/chainparams.h
  275. 2
      src/chainparamsbase.cpp
  276. 2
      src/chainparamsbase.h
  277. 2
      src/chainparamsseeds.h
  278. 2
      src/checkpoints.cpp
  279. 2
      src/checkpoints.h
  280. 2
      src/checkqueue.h
  281. 2
      src/clientversion.cpp
  282. 4
      src/clientversion.h
  283. 2
      src/coincontrol.h
  284. 2
      src/coins.cpp
  285. 2
      src/coins.h
  286. 2
      src/compat.h
  287. 2
      src/compressor.cpp
  288. 2
      src/compressor.h
  289. 2
      src/consensus/consensus.h
  290. 2
      src/consensus/params.h
  291. 2
      src/consensus/upgrades.cpp
  292. 2
      src/consensus/upgrades.h
  293. 2
      src/consensus/validation.h
  294. 2
      src/core_io.h
  295. 2
      src/core_memusage.h
  296. 2
      src/core_read.cpp
  297. 2
      src/core_write.cpp
  298. 2
      src/crosschain.cpp
  299. 2
      src/crosschain.h
  300. 2
      src/crosschain_authority.cpp
  301. 4
      src/crypto/common.h
  302. 2
      src/crypto/equihash.cpp
  303. 2
      src/crypto/equihash.h
  304. 2
      src/crypto/hmac_sha256.cpp
  305. 2
      src/crypto/hmac_sha256.h
  306. 2
      src/crypto/hmac_sha512.cpp
  307. 2
      src/crypto/hmac_sha512.h
  308. 2
      src/crypto/ripemd160.cpp
  309. 2
      src/crypto/ripemd160.h
  310. 2
      src/crypto/sha1.cpp
  311. 2
      src/crypto/sha1.h
  312. 2
      src/crypto/sha256.cpp
  313. 2
      src/crypto/sha256.h
  314. 2
      src/crypto/sha256_sse4.cpp
  315. 2
      src/crypto/sha3.cpp
  316. 2
      src/crypto/sha3.h
  317. 2
      src/crypto/sha512.cpp
  318. 2
      src/crypto/sha512.h
  319. 2
      src/cryptoconditions/AUTHORS
  320. 2
      src/cryptoconditions/Makefile.am
  321. 2
      src/cryptoconditions/src/anon.c
  322. 2
      src/cryptoconditions/src/asn/BIT_STRING.c
  323. 2
      src/cryptoconditions/src/asn/BIT_STRING.h
  324. 2
      src/cryptoconditions/src/asn/CompoundSha256Condition.c
  325. 2
      src/cryptoconditions/src/asn/CompoundSha256Condition.h
  326. 2
      src/cryptoconditions/src/asn/Condition.c
  327. 2
      src/cryptoconditions/src/asn/Condition.h
  328. 2
      src/cryptoconditions/src/asn/ConditionTypes.c
  329. 2
      src/cryptoconditions/src/asn/ConditionTypes.h
  330. 2
      src/cryptoconditions/src/asn/Ed25519FingerprintContents.c
  331. 2
      src/cryptoconditions/src/asn/Ed25519FingerprintContents.h
  332. 2
      src/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.c
  333. 2
      src/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.h
  334. 2
      src/cryptoconditions/src/asn/EvalFulfillment.c
  335. 2
      src/cryptoconditions/src/asn/EvalFulfillment.h
  336. 2
      src/cryptoconditions/src/asn/Fulfillment.c
  337. 2
      src/cryptoconditions/src/asn/Fulfillment.h
  338. 2
      src/cryptoconditions/src/asn/INTEGER.c
  339. 2
      src/cryptoconditions/src/asn/INTEGER.h
  340. 2
      src/cryptoconditions/src/asn/NativeEnumerated.c
  341. 2
      src/cryptoconditions/src/asn/NativeEnumerated.h
  342. 2
      src/cryptoconditions/src/asn/NativeInteger.c
  343. 2
      src/cryptoconditions/src/asn/NativeInteger.h
  344. 2
      src/cryptoconditions/src/asn/OCTET_STRING.c
  345. 2
      src/cryptoconditions/src/asn/OCTET_STRING.h
  346. 2
      src/cryptoconditions/src/asn/PrefixFingerprintContents.c
  347. 2
      src/cryptoconditions/src/asn/PrefixFingerprintContents.h
  348. 2
      src/cryptoconditions/src/asn/PrefixFulfillment.c
  349. 2
      src/cryptoconditions/src/asn/PrefixFulfillment.h
  350. 2
      src/cryptoconditions/src/asn/PreimageFulfillment.c
  351. 2
      src/cryptoconditions/src/asn/PreimageFulfillment.h
  352. 2
      src/cryptoconditions/src/asn/RsaFingerprintContents.c
  353. 2
      src/cryptoconditions/src/asn/RsaFingerprintContents.h
  354. 2
      src/cryptoconditions/src/asn/RsaSha256Fulfillment.c
  355. 2
      src/cryptoconditions/src/asn/RsaSha256Fulfillment.h
  356. 2
      src/cryptoconditions/src/asn/Secp256k1FingerprintContents.c
  357. 2
      src/cryptoconditions/src/asn/Secp256k1FingerprintContents.h
  358. 2
      src/cryptoconditions/src/asn/Secp256k1Fulfillment.c
  359. 2
      src/cryptoconditions/src/asn/Secp256k1Fulfillment.h
  360. 2
      src/cryptoconditions/src/asn/SimpleSha256Condition.c
  361. 2
      src/cryptoconditions/src/asn/SimpleSha256Condition.h
  362. 2
      src/cryptoconditions/src/asn/ThresholdFingerprintContents.c
  363. 2
      src/cryptoconditions/src/asn/ThresholdFingerprintContents.h
  364. 2
      src/cryptoconditions/src/asn/ThresholdFulfillment.c
  365. 2
      src/cryptoconditions/src/asn/ThresholdFulfillment.h
  366. 2
      src/cryptoconditions/src/asn/asn_SET_OF.c
  367. 2
      src/cryptoconditions/src/asn/asn_SET_OF.h
  368. 2
      src/cryptoconditions/src/asn/asn_application.h
  369. 2
      src/cryptoconditions/src/asn/asn_codecs.h
  370. 2
      src/cryptoconditions/src/asn/asn_codecs_prim.c
  371. 2
      src/cryptoconditions/src/asn/asn_codecs_prim.h
  372. 2
      src/cryptoconditions/src/asn/asn_internal.h
  373. 2
      src/cryptoconditions/src/asn/asn_system.h
  374. 2
      src/cryptoconditions/src/asn/ber_decoder.c
  375. 2
      src/cryptoconditions/src/asn/ber_decoder.h
  376. 2
      src/cryptoconditions/src/asn/ber_tlv_length.c
  377. 2
      src/cryptoconditions/src/asn/ber_tlv_length.h
  378. 2
      src/cryptoconditions/src/asn/ber_tlv_tag.c
  379. 2
      src/cryptoconditions/src/asn/ber_tlv_tag.h
  380. 2
      src/cryptoconditions/src/asn/constr_CHOICE.c
  381. 2
      src/cryptoconditions/src/asn/constr_CHOICE.h
  382. 2
      src/cryptoconditions/src/asn/constr_SEQUENCE.c
  383. 2
      src/cryptoconditions/src/asn/constr_SEQUENCE.h
  384. 2
      src/cryptoconditions/src/asn/constr_SET_OF.c
  385. 2
      src/cryptoconditions/src/asn/constr_SET_OF.h
  386. 2
      src/cryptoconditions/src/asn/constr_TYPE.c
  387. 2
      src/cryptoconditions/src/asn/constr_TYPE.h
  388. 2
      src/cryptoconditions/src/asn/constraints.c
  389. 2
      src/cryptoconditions/src/asn/constraints.h
  390. 2
      src/cryptoconditions/src/asn/der_encoder.c
  391. 2
      src/cryptoconditions/src/asn/der_encoder.h
  392. 2
      src/cryptoconditions/src/asn/per_decoder.c
  393. 2
      src/cryptoconditions/src/asn/per_decoder.h
  394. 2
      src/cryptoconditions/src/asn/per_encoder.c
  395. 2
      src/cryptoconditions/src/asn/per_encoder.h
  396. 2
      src/cryptoconditions/src/asn/per_opentype.c
  397. 2
      src/cryptoconditions/src/asn/per_opentype.h
  398. 2
      src/cryptoconditions/src/asn/per_support.c
  399. 2
      src/cryptoconditions/src/asn/per_support.h
  400. 2
      src/cryptoconditions/src/asn/xer_decoder.c
  401. 2
      src/cryptoconditions/src/asn/xer_decoder.h
  402. 2
      src/cryptoconditions/src/asn/xer_encoder.c
  403. 2
      src/cryptoconditions/src/asn/xer_encoder.h
  404. 2
      src/cryptoconditions/src/asn/xer_support.c
  405. 2
      src/cryptoconditions/src/asn/xer_support.h
  406. 2
      src/cryptoconditions/src/cryptoconditions.c
  407. 2
      src/cryptoconditions/src/ed25519.c
  408. 2
      src/cryptoconditions/src/eval.c
  409. 2
      src/cryptoconditions/src/include/cJSON.c
  410. 2
      src/cryptoconditions/src/include/cJSON.h
  411. 2
      src/cryptoconditions/src/include/libbase58.h
  412. 2
      src/cryptoconditions/src/include/sha256.c
  413. 2
      src/cryptoconditions/src/include/sha256.h
  414. 2
      src/cryptoconditions/src/include/tweetnacl.c
  415. 2
      src/cryptoconditions/src/include/tweetnacl.h
  416. 2
      src/cryptoconditions/src/internal.h
  417. 2
      src/cryptoconditions/src/json_rpc.c
  418. 2
      src/cryptoconditions/src/prefix.c
  419. 2
      src/cryptoconditions/src/preimage.c
  420. 2
      src/cryptoconditions/src/secp256k1.c
  421. 2
      src/cryptoconditions/src/threshold.c
  422. 2
      src/cryptoconditions/src/utils.c
  423. 2
      src/dbwrapper.cpp
  424. 2
      src/dbwrapper.h
  425. 2
      src/deprecation.cpp
  426. 2
      src/deprecation.h
  427. 2
      src/dragonx-cli
  428. 2
      src/dragonxd
  429. 2
      src/fs.cpp
  430. 2
      src/fs.h
  431. 2
      src/gtest/json_test_vectors.cpp
  432. 2
      src/gtest/json_test_vectors.h
  433. 2
      src/gtest/main.cpp
  434. 2
      src/gtest/test_block.cpp
  435. 2
      src/gtest/test_checkblock.cpp
  436. 2
      src/gtest/test_checktransaction.cpp
  437. 2
      src/gtest/test_deprecation.cpp
  438. 2
      src/gtest/test_equihash.cpp
  439. 2
      src/gtest/test_httprpc.cpp
  440. 2
      src/gtest/test_keys.cpp
  441. 2
      src/gtest/test_keystore.cpp
  442. 2
      src/gtest/test_libzcash_utils.cpp
  443. 2
      src/gtest/test_mempool.cpp
  444. 2
      src/gtest/test_merkletree.cpp
  445. 2
      src/gtest/test_metrics.cpp
  446. 2
      src/gtest/test_miner.cpp
  447. 2
      src/gtest/test_noteencryption.cpp
  448. 2
      src/gtest/test_pedersen_hash.cpp
  449. 2
      src/gtest/test_pow.cpp
  450. 2
      src/gtest/test_random.cpp
  451. 2
      src/gtest/test_rpc.cpp
  452. 2
      src/gtest/test_sapling_note.cpp
  453. 2
      src/gtest/test_tautology.cpp
  454. 2
      src/gtest/test_transaction_builder.cpp
  455. 2
      src/gtest/test_txid.cpp
  456. 2
      src/gtest/test_upgrades.cpp
  457. 2
      src/gtest/test_validation.cpp
  458. 2
      src/gtest/test_zip32.cpp
  459. 2
      src/gtest/utils.cpp
  460. 2
      src/hash.cpp
  461. 2
      src/hash.h
  462. 2
      src/httprpc.cpp
  463. 2
      src/httprpc.h
  464. 2
      src/httpserver.cpp
  465. 2
      src/httpserver.h
  466. 2
      src/hush-smart-chain
  467. 2
      src/hush-smart-chain.bat
  468. 2
      src/hush-tx.cpp
  469. 2
      src/hush.h
  470. 2
      src/hush/tlsenums.h
  471. 2
      src/hush/tlsmanager.cpp
  472. 2
      src/hush/tlsmanager.h
  473. 2
      src/hush/utiltls.cpp
  474. 2
      src/hush/utiltls.h
  475. 2
      src/hush_bitcoind.h
  476. 2
      src/hush_cJSON.c
  477. 2
      src/hush_cJSON.h
  478. 2
      src/hush_ccdata.h
  479. 2
      src/hush_curve25519.h
  480. 2
      src/hush_defs.h
  481. 2
      src/hush_events.h
  482. 2
      src/hush_gateway.h
  483. 2
      src/hush_globals.h
  484. 2
      src/hush_kv.h
  485. 2
      src/hush_nSPV.h
  486. 2
      src/hush_nSPV_defs.h
  487. 2
      src/hush_nSPV_fullnode.h
  488. 2
      src/hush_nSPV_superlite.h
  489. 2
      src/hush_nSPV_wallet.h
  490. 2
      src/hush_nk.h
  491. 2
      src/hush_notary.h
  492. 2
      src/hush_pax.h
  493. 2
      src/hush_structs.h
  494. 2
      src/hush_utils.h
  495. 2
      src/i2p.cpp
  496. 2
      src/i2p.h
  497. 2
      src/importcoin.cpp
  498. 2
      src/importcoin.h
  499. 2
      src/init.cpp
  500. 2
      src/init.h

2
Dockerfile

@ -1,4 +1,4 @@
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright 2019-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The Hush developers
# Released under the GPLv3
use strict;

2
contrib/hush_scanner

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers\n')
g.write('// Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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/bip65-cltv-p2p.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_channels.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_dice.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_faucet.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_gateways.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_heir.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_oracles.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_rewards.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/cryptoconditions_token.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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/decodescript.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The Hush developers
#
# Test hard fork detection

2
qa/rpc-tests/httpbasics.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2018-2023 The 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-2022 The Hush developers
# Copyright 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
/*
Copyright (c) 2009-2017 Dave Gamble and cJSON contributors

2
src/cc/CCGateways.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCHeir.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCImportGateway.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCMarmara.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCOracles.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCPayments.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCPegs.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCPrices.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CC_made_easy.md

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

2
src/cc/CCassets.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCassetsCore.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCassetstx.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCauction.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCchannels.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCcustom.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCdice.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCfaucet.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCfsm.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CClotto.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCrewards.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCtokens.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCtokens.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/CCtokenutils.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/assets.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/auction.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/betprotocol.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/betprotocol.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/channels.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *

2
src/cc/customcc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush Developers
# Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/dice.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/dilithium.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/dilithium.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 <stdint.h>

2
src/cc/disputepayout.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/faucet.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/fsm.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/games/prices.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/games/prices.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/games/prices.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/games/tetris.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/games/tetris.cpp

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

2
src/cc/games/tetris.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/gamescc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/gamescc.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 H_GAMESCC_H

2
src/cc/gateways.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/heir.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/heir_validate.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 HEIR_VALIDATE_H

2
src/cc/import.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/importgateway.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/importpayout.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/lotto.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/makecclib

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 The 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/makerogue

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2016-2022 The Hush developers
# Copyright 2016-2023 The Hush developers
cd rogue;
make clean;

2
src/cc/musig.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/oracles.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/payments.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/pegs.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/prices.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rewards.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/Makefile.in

@ -1,4 +1,4 @@
# Copyright (c) 2016-2022 The Hush developers
# Copyright (c) 2016-2023 The 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/rogue/armor.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/chase.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/command.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/cursesd.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/cursesd.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/daemon.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/daemons.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/extern.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/extern.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/fight.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/init.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/io.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/list.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/mach_dep.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/main.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/mdport.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/misc.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/monsters.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/move.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/new_level.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/options.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/pack.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/passages.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/potions.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rings.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rip.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rogue.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rogue.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rogue_player.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/rooms.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/save.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/score.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/scrolls.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/state.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/sticks.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/things.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/vers.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/weapons.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/wizard.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue/xcrypt.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/rogue_rpc.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/sudoku.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 https://github.com/attractivechaos/plb/blob/master/sudoku/incoming/sudoku_solver.c

2
src/cc/utils.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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
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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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?
@ -40,7 +40,7 @@
* Copyright year (2009-this)
* Todo: update this when changing our copyright comments in the source
*/
#define COPYRIGHT_YEAR 2022
#define COPYRIGHT_YEAR 2023
#endif //HAVE_CONFIG_H

2
src/coincontrol.h

@ -1,5 +1,5 @@
// Copyright (c) 2011-2013 The Bitcoin Core developers
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
// Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 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/cryptoconditions/AUTHORS

@ -4,6 +4,6 @@ Copyright 2017 Scott Sadler
# Current Authors
Copyright (c) 2016-2022 The Hush Developers
Copyright (c) 2016-2023 The Hush Developers
Relicensed to GPLv3 on Nov 21st 2020.

2
src/cryptoconditions/Makefile.am

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

2
src/cryptoconditions/src/anon.c

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

2
src/cryptoconditions/src/asn/BIT_STRING.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/BIT_STRING.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/CompoundSha256Condition.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/CompoundSha256Condition.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Condition.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Condition.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ConditionTypes.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ConditionTypes.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Ed25519FingerprintContents.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Ed25519FingerprintContents.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/EvalFulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/EvalFulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Fulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Fulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/INTEGER.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/INTEGER.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/NativeEnumerated.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/NativeEnumerated.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/NativeInteger.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/NativeInteger.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/OCTET_STRING.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/OCTET_STRING.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PrefixFingerprintContents.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PrefixFingerprintContents.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PrefixFulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PrefixFulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PreimageFulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/PreimageFulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/RsaFingerprintContents.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/RsaFingerprintContents.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/RsaSha256Fulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/RsaSha256Fulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Secp256k1FingerprintContents.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Secp256k1FingerprintContents.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Secp256k1Fulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/Secp256k1Fulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/SimpleSha256Condition.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/SimpleSha256Condition.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ThresholdFingerprintContents.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ThresholdFingerprintContents.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ThresholdFulfillment.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ThresholdFulfillment.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_SET_OF.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_SET_OF.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_application.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_codecs.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_codecs_prim.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_codecs_prim.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_internal.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/asn_system.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_decoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_decoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_tlv_length.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_tlv_length.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_tlv_tag.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/ber_tlv_tag.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_CHOICE.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_CHOICE.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_SEQUENCE.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_SEQUENCE.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_SET_OF.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_SET_OF.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_TYPE.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constr_TYPE.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/constraints.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 "asn_internal.h"

2
src/cryptoconditions/src/asn/constraints.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/der_encoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/der_encoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_decoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 "asn_application.h"

2
src/cryptoconditions/src/asn/per_decoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_encoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 "asn_application.h"

2
src/cryptoconditions/src/asn/per_encoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_opentype.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_opentype.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_support.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/per_support.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_decoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_decoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_encoder.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_encoder.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_support.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/asn/xer_support.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/cryptoconditions.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/ed25519.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/eval.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/cJSON.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/cJSON.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/libbase58.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/sha256.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/sha256.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/include/tweetnacl.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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 "tweetnacl.h"

2
src/cryptoconditions/src/include/tweetnacl.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/internal.h

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

2
src/cryptoconditions/src/json_rpc.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/prefix.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/preimage.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/secp256k1.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/threshold.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/cryptoconditions/src/utils.c

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2012-2014 The Bitcoin Core developers
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/deprecation.cpp

@ -1,5 +1,5 @@
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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/deprecation.h

@ -1,5 +1,5 @@
// Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush Developers
# Copyright 2016-2023 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-2022 The Hush Developers
# Copyright 2016-2023 The Hush Developers
# Copyright 2022 The DragonX Developers
# Released under the GPLv3

2
src/fs.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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_deprecation.cpp

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

2
src/gtest/test_equihash.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
# Copyright (c) 2016-2023 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-2022 The Hush developers
:: Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 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-2022 The Hush Developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
/*
Copyright (c) 2009 Dave Gamble

2
src/hush_cJSON.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2019-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush Developers
// Copyright 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *

2
src/hush_nSPV_fullnode.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *

2
src/hush_nSPV_wallet.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The Hush developers
#ifndef HUSH_NK_H
#define HUSH_NK_H

2
src/hush_notary.h

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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.cpp

@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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-2022 The Hush developers
// Copyright (c) 2016-2023 The 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