From 4478651f65a5b3542aa7ccf74355b2b783032efe Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Tue, 9 Jan 2024 15:32:59 +0700 Subject: [PATCH] [Misc]: Update Copyright to 2024 --- codegen-v2/src/codegen/cpp/blockchain_dispatcher_generator.rs | 2 +- codegen-v2/src/codegen/cpp/entry_generator.rs | 2 +- codegen-v2/src/codegen/cpp/mod.rs | 2 +- codegen-v2/src/codegen/cpp/new_blockchain.rs | 2 +- codegen-v2/src/codegen/cpp/new_evmchain.rs | 2 +- codegen-v2/src/codegen/cpp/tw_any_address_tests_generator.rs | 2 +- codegen-v2/src/codegen/cpp/tw_any_signer_tests_generator.rs | 2 +- codegen-v2/src/codegen/cpp/tw_blockchain.rs | 2 +- .../codegen/cpp/tw_coin_address_derivation_tests_generator.rs | 2 +- codegen-v2/src/codegen/cpp/tw_coin_type_generator.rs | 2 +- codegen-v2/src/codegen/cpp/tw_coin_type_tests_generator.rs | 2 +- codegen-v2/src/codegen/mod.rs | 2 +- codegen-v2/src/codegen/proto/mod.rs | 2 +- codegen-v2/src/codegen/proto/new_blockchain.rs | 2 +- codegen-v2/src/codegen/proto/proto_generator.rs | 2 +- .../src/codegen/rust/blockchain_dispatcher_generator.rs | 2 +- codegen-v2/src/codegen/rust/blockchain_type_generator.rs | 2 +- .../codegen/rust/coin_address_derivation_test_generator.rs | 2 +- codegen-v2/src/codegen/rust/coin_crate.rs | 2 +- codegen-v2/src/codegen/rust/coin_integration_tests.rs | 2 +- .../src/codegen/rust/coin_registry_manifest_generator.rs | 2 +- codegen-v2/src/codegen/rust/mod.rs | 2 +- codegen-v2/src/codegen/rust/new_blockchain.rs | 2 +- codegen-v2/src/codegen/rust/new_evmchain.rs | 2 +- codegen-v2/src/codegen/rust/toml_editor.rs | 2 +- codegen-v2/src/codegen/swift/functions.rs | 2 +- codegen-v2/src/codegen/swift/inits.rs | 2 +- codegen-v2/src/codegen/swift/mod.rs | 2 +- codegen-v2/src/codegen/swift/properties.rs | 2 +- codegen-v2/src/codegen/swift/render.rs | 2 +- codegen-v2/src/codegen/swift/templates/WalletCore.h | 2 +- codegen-v2/src/codegen/template_generator.rs | 2 +- codegen-v2/src/coin_id.rs | 2 +- codegen-v2/src/lib.rs | 2 +- codegen-v2/src/main.rs | 2 +- codegen-v2/src/manifest.rs | 2 +- codegen-v2/src/registry.rs | 2 +- codegen-v2/src/tests/mod.rs | 2 +- codegen-v2/src/tests/samples/class.output.swift | 2 +- codegen-v2/src/tests/samples/enum.output.swift | 2 +- codegen-v2/src/tests/samples/enum_extension.output.swift | 2 +- codegen-v2/src/tests/samples/enum_private.output.swift | 2 +- codegen-v2/src/tests/samples/non-associated.output.swift | 2 +- codegen-v2/src/tests/samples/optional.output.swift | 2 +- codegen-v2/src/tests/samples/private_class.output.swift | 2 +- codegen-v2/src/tests/samples/struct.output.swift | 2 +- codegen-v2/src/utils.rs | 2 +- codegen/lib/templates/CoinInfoData.cpp.erb | 2 +- codegen/lib/templates/TWCoinTypeTests.cpp.erb | 2 +- codegen/lib/templates/TWDerivation.h.erb | 2 +- codegen/lib/templates/TWEthereumChainID.h.erb | 2 +- codegen/lib/templates/copyright_header.erb | 2 +- codegen/lib/templates/hrp.cpp.erb | 2 +- codegen/lib/templates/hrp.h.erb | 2 +- codegen/lib/templates/java/header.erb | 2 +- codegen/lib/templates/newcoin/Address.cpp.erb | 2 +- codegen/lib/templates/newcoin/Address.h.erb | 2 +- codegen/lib/templates/newcoin/AddressTests.cpp.erb | 2 +- codegen/lib/templates/newcoin/AddressTests.kt.erb | 2 +- codegen/lib/templates/newcoin/Entry.cpp.erb | 2 +- codegen/lib/templates/newcoin/Entry.h.erb | 2 +- codegen/lib/templates/newcoin/Proto.erb | 2 +- codegen/lib/templates/newcoin/Signer.cpp.erb | 2 +- codegen/lib/templates/newcoin/Signer.h.erb | 2 +- codegen/lib/templates/newcoin/SignerTests.cpp.erb | 2 +- codegen/lib/templates/newcoin/SignerTests.kt.erb | 2 +- codegen/lib/templates/newcoin/TWAddressTests.cpp.erb | 2 +- codegen/lib/templates/newcoin/TWSignerTests.cpp.erb | 2 +- codegen/lib/templates/newcoin/Tests.swift.erb | 2 +- .../lib/templates/newcoin/TransactionCompilerTests.cpp.erb | 2 +- codegen/lib/templates/swift/TrustWalletCore.h.erb | 2 +- include/TrustWalletCore/TWAES.h | 2 +- include/TrustWalletCore/TWAESPaddingMode.h | 2 +- include/TrustWalletCore/TWAccount.h | 2 +- include/TrustWalletCore/TWAnyAddress.h | 2 +- include/TrustWalletCore/TWAnySigner.h | 2 +- include/TrustWalletCore/TWAsnParser.h | 2 +- include/TrustWalletCore/TWBarz.h | 2 +- include/TrustWalletCore/TWBase.h | 2 +- include/TrustWalletCore/TWBase32.h | 2 +- include/TrustWalletCore/TWBase58.h | 2 +- include/TrustWalletCore/TWBase64.h | 2 +- include/TrustWalletCore/TWBitcoinAddress.h | 2 +- include/TrustWalletCore/TWBitcoinFee.h | 2 +- include/TrustWalletCore/TWBitcoinMessageSigner.h | 2 +- include/TrustWalletCore/TWBitcoinScript.h | 2 +- include/TrustWalletCore/TWBitcoinSigHashType.h | 2 +- include/TrustWalletCore/TWBlockchain.h | 2 +- include/TrustWalletCore/TWCardano.h | 2 +- include/TrustWalletCore/TWCoinType.h | 2 +- include/TrustWalletCore/TWCoinTypeConfiguration.h | 2 +- include/TrustWalletCore/TWCurve.h | 2 +- include/TrustWalletCore/TWData.h | 2 +- include/TrustWalletCore/TWDataVector.h | 2 +- include/TrustWalletCore/TWDerivationPath.h | 2 +- include/TrustWalletCore/TWDerivationPathIndex.h | 2 +- include/TrustWalletCore/TWEthereum.h | 2 +- include/TrustWalletCore/TWEthereumAbi.h | 2 +- include/TrustWalletCore/TWEthereumAbiFunction.h | 2 +- include/TrustWalletCore/TWEthereumAbiValue.h | 2 +- include/TrustWalletCore/TWEthereumMessageSigner.h | 2 +- include/TrustWalletCore/TWEthereumRlp.h | 2 +- include/TrustWalletCore/TWFIOAccount.h | 2 +- include/TrustWalletCore/TWFilecoinAddressConverter.h | 2 +- include/TrustWalletCore/TWFilecoinAddressType.h | 2 +- include/TrustWalletCore/TWGroestlcoinAddress.h | 2 +- include/TrustWalletCore/TWHDVersion.h | 2 +- include/TrustWalletCore/TWHDWallet.h | 2 +- include/TrustWalletCore/TWHash.h | 2 +- include/TrustWalletCore/TWLiquidStaking.h | 2 +- include/TrustWalletCore/TWMnemonic.h | 2 +- include/TrustWalletCore/TWNEARAccount.h | 2 +- include/TrustWalletCore/TWNervosAddress.h | 2 +- include/TrustWalletCore/TWPBKDF2.h | 2 +- include/TrustWalletCore/TWPrivateKey.h | 2 +- include/TrustWalletCore/TWPrivateKeyType.h | 2 +- include/TrustWalletCore/TWPublicKey.h | 2 +- include/TrustWalletCore/TWPublicKeyType.h | 2 +- include/TrustWalletCore/TWPurpose.h | 2 +- include/TrustWalletCore/TWRippleXAddress.h | 2 +- include/TrustWalletCore/TWSS58AddressType.h | 2 +- include/TrustWalletCore/TWSegwitAddress.h | 2 +- include/TrustWalletCore/TWSolanaAddress.h | 2 +- include/TrustWalletCore/TWStarkExMessageSigner.h | 2 +- include/TrustWalletCore/TWStarkWare.h | 2 +- include/TrustWalletCore/TWStellarMemoType.h | 2 +- include/TrustWalletCore/TWStellarPassphrase.h | 2 +- include/TrustWalletCore/TWStellarVersionByte.h | 2 +- include/TrustWalletCore/TWStoredKey.h | 2 +- include/TrustWalletCore/TWStoredKeyEncryption.h | 2 +- include/TrustWalletCore/TWStoredKeyEncryptionLevel.h | 2 +- include/TrustWalletCore/TWString.h | 2 +- include/TrustWalletCore/TWTHORChainSwap.h | 2 +- include/TrustWalletCore/TWTezosMessageSigner.h | 2 +- include/TrustWalletCore/TWTransactionCompiler.h | 2 +- include/TrustWalletCore/TWTronMessageSigner.h | 2 +- include/TrustWalletCore/TWWebAuthn.h | 2 +- jni/cpp/Random.cpp | 2 +- jni/cpp/TWJNI.h | 2 +- jni/cpp/TWJNIData.cpp | 2 +- jni/cpp/TWJNIData.h | 2 +- jni/cpp/TWJNIString.cpp | 2 +- jni/cpp/TWJNIString.h | 2 +- jni/kotlin/AnySigner.c | 2 +- jni/kotlin/AnySigner.h | 2 +- .../kotlin/com/trustwallet/core/AnySigner.kt | 2 +- .../src/commonMain/kotlin/com/trustwallet/core/AnySigner.kt | 2 +- .../src/iosMain/kotlin/com/trustwallet/core/AnySigner.kt | 2 +- .../src/iosMain/kotlin/com/trustwallet/core/ByteArrayExt.kt | 2 +- .../src/iosMain/kotlin/com/trustwallet/core/StringExt.kt | 2 +- kotlin/wallet-core-kotlin/src/jsMain/kotlin/WalletCore.kt | 2 +- .../src/jsMain/kotlin/com/trustwallet/core/AnySigner.kt | 2 +- .../src/jsMain/kotlin/com/trustwallet/core/ByteArray.kt | 2 +- .../src/jsMain/kotlin/com/trustwallet/core/JsAnySigner.kt | 2 +- .../src/jsMain/kotlin/com/trustwallet/core/JsWalletCore.kt | 2 +- rust/chains/tw_binance/src/address.rs | 2 +- rust/chains/tw_binance/src/amino.rs | 2 +- rust/chains/tw_binance/src/compiler.rs | 2 +- rust/chains/tw_binance/src/entry.rs | 2 +- rust/chains/tw_binance/src/lib.rs | 2 +- rust/chains/tw_binance/src/modules/mod.rs | 2 +- rust/chains/tw_binance/src/modules/preimager.rs | 2 +- rust/chains/tw_binance/src/modules/serializer.rs | 2 +- rust/chains/tw_binance/src/modules/tx_builder.rs | 2 +- rust/chains/tw_binance/src/signature.rs | 2 +- rust/chains/tw_binance/src/signer.rs | 2 +- rust/chains/tw_binance/src/transaction/message/htlt_order.rs | 2 +- rust/chains/tw_binance/src/transaction/message/mod.rs | 2 +- rust/chains/tw_binance/src/transaction/message/send_order.rs | 2 +- .../tw_binance/src/transaction/message/side_chain_delegate.rs | 2 +- .../tw_binance/src/transaction/message/time_lock_order.rs | 2 +- rust/chains/tw_binance/src/transaction/message/token_order.rs | 2 +- rust/chains/tw_binance/src/transaction/message/trade_order.rs | 2 +- .../tw_binance/src/transaction/message/tranfer_out_order.rs | 2 +- rust/chains/tw_binance/src/transaction/mod.rs | 2 +- rust/chains/tw_cosmos/src/entry.rs | 2 +- rust/chains/tw_cosmos/src/lib.rs | 2 +- rust/chains/tw_greenfield/src/address.rs | 2 +- rust/chains/tw_greenfield/src/compiler.rs | 2 +- rust/chains/tw_greenfield/src/context.rs | 2 +- rust/chains/tw_greenfield/src/eip712_types.rs | 2 +- rust/chains/tw_greenfield/src/entry.rs | 2 +- rust/chains/tw_greenfield/src/lib.rs | 2 +- rust/chains/tw_greenfield/src/modules/eip712_signer.rs | 2 +- rust/chains/tw_greenfield/src/modules/mod.rs | 2 +- rust/chains/tw_greenfield/src/modules/tx_builder.rs | 2 +- rust/chains/tw_greenfield/src/public_key.rs | 2 +- rust/chains/tw_greenfield/src/signature.rs | 2 +- rust/chains/tw_greenfield/src/signer.rs | 2 +- rust/chains/tw_greenfield/src/transaction/message/mod.rs | 2 +- .../tw_greenfield/src/transaction/message/send_order.rs | 2 +- .../tw_greenfield/src/transaction/message/transfer_out.rs | 2 +- .../tw_greenfield/src/transaction/message/type_msg_amount.rs | 2 +- rust/chains/tw_greenfield/src/transaction/mod.rs | 2 +- rust/chains/tw_greenfield/tests/eip712_signer.rs | 2 +- rust/chains/tw_native_evmos/src/context.rs | 2 +- rust/chains/tw_native_evmos/src/entry.rs | 2 +- rust/chains/tw_native_evmos/src/ethermint_public_key.rs | 2 +- rust/chains/tw_native_evmos/src/lib.rs | 2 +- rust/chains/tw_native_injective/src/context.rs | 2 +- rust/chains/tw_native_injective/src/entry.rs | 2 +- rust/chains/tw_native_injective/src/injective_public_key.rs | 2 +- rust/chains/tw_native_injective/src/lib.rs | 2 +- rust/chains/tw_thorchain/src/compiler.rs | 2 +- rust/chains/tw_thorchain/src/entry.rs | 2 +- rust/chains/tw_thorchain/src/lib.rs | 2 +- rust/chains/tw_thorchain/src/signer.rs | 2 +- rust/chains/tw_thorchain/src/signing_input.rs | 2 +- rust/tw_any_coin/src/any_address.rs | 2 +- rust/tw_any_coin/src/any_signer.rs | 2 +- rust/tw_any_coin/src/ffi/mod.rs | 2 +- rust/tw_any_coin/src/ffi/tw_any_address.rs | 2 +- rust/tw_any_coin/src/ffi/tw_any_signer.rs | 2 +- rust/tw_any_coin/src/ffi/tw_message_signer.rs | 2 +- rust/tw_any_coin/src/ffi/tw_transaction_compiler.rs | 2 +- rust/tw_any_coin/src/lib.rs | 2 +- rust/tw_any_coin/src/message_signer.rs | 2 +- rust/tw_any_coin/src/test_utils/address_utils.rs | 2 +- rust/tw_any_coin/src/test_utils/mod.rs | 2 +- rust/tw_any_coin/src/test_utils/sign_utils.rs | 2 +- rust/tw_any_coin/src/transaction_compiler.rs | 2 +- rust/tw_any_coin/tests/chain_tests.rs | 2 +- rust/tw_any_coin/tests/chains/aptos/aptos_address.rs | 2 +- rust/tw_any_coin/tests/chains/aptos/aptos_compile.rs | 2 +- rust/tw_any_coin/tests/chains/aptos/aptos_sign.rs | 2 +- rust/tw_any_coin/tests/chains/aptos/mod.rs | 2 +- rust/tw_any_coin/tests/chains/aptos/test_cases.rs | 2 +- rust/tw_any_coin/tests/chains/binance/binance_address.rs | 2 +- rust/tw_any_coin/tests/chains/binance/binance_compile.rs | 2 +- rust/tw_any_coin/tests/chains/binance/binance_sign.rs | 2 +- rust/tw_any_coin/tests/chains/binance/mod.rs | 2 +- rust/tw_any_coin/tests/chains/bitcoin/bitcoin_address.rs | 2 +- rust/tw_any_coin/tests/chains/bitcoin/mod.rs | 2 +- rust/tw_any_coin/tests/chains/cosmos/cosmos_address.rs | 2 +- rust/tw_any_coin/tests/chains/cosmos/cosmos_sign.rs | 2 +- rust/tw_any_coin/tests/chains/cosmos/mod.rs | 2 +- rust/tw_any_coin/tests/chains/ethereum/ethereum_address.rs | 2 +- rust/tw_any_coin/tests/chains/ethereum/ethereum_compile.rs | 2 +- .../tests/chains/ethereum/ethereum_message_sign.rs | 2 +- rust/tw_any_coin/tests/chains/ethereum/ethereum_sign.rs | 2 +- rust/tw_any_coin/tests/chains/ethereum/mod.rs | 2 +- .../tw_any_coin/tests/chains/greenfield/greenfield_address.rs | 2 +- .../tw_any_coin/tests/chains/greenfield/greenfield_compile.rs | 2 +- rust/tw_any_coin/tests/chains/greenfield/greenfield_sign.rs | 2 +- rust/tw_any_coin/tests/chains/greenfield/mod.rs | 2 +- .../chains/internet_computer/internet_computer_address.rs | 2 +- rust/tw_any_coin/tests/chains/internet_computer/mod.rs | 2 +- rust/tw_any_coin/tests/chains/mod.rs | 2 +- rust/tw_any_coin/tests/chains/native_evmos/mod.rs | 2 +- .../tests/chains/native_evmos/native_evmos_address.rs | 2 +- .../tests/chains/native_evmos/native_evmos_sign.rs | 2 +- rust/tw_any_coin/tests/chains/native_injective/mod.rs | 2 +- .../tests/chains/native_injective/native_injective_address.rs | 2 +- .../tests/chains/native_injective/native_injective_compile.rs | 2 +- .../tests/chains/native_injective/native_injective_sign.rs | 2 +- rust/tw_any_coin/tests/chains/tbinance/mod.rs | 2 +- rust/tw_any_coin/tests/chains/tbinance/tbinance_address.rs | 2 +- rust/tw_any_coin/tests/chains/thorchain/mod.rs | 2 +- rust/tw_any_coin/tests/chains/thorchain/test_cases.rs | 2 +- rust/tw_any_coin/tests/chains/thorchain/thorchain_address.rs | 2 +- rust/tw_any_coin/tests/chains/thorchain/thorchain_compile.rs | 2 +- rust/tw_any_coin/tests/chains/thorchain/thorchain_sign.rs | 2 +- rust/tw_any_coin/tests/coin_address_derivation_test.rs | 2 +- rust/tw_any_coin/tests/tw_any_signer_ffi_tests.rs | 2 +- rust/tw_aptos/src/address.rs | 2 +- rust/tw_aptos/src/aptos_move_packages.rs | 2 +- rust/tw_aptos/src/constants.rs | 2 +- rust/tw_aptos/src/entry.rs | 2 +- rust/tw_aptos/src/lib.rs | 2 +- rust/tw_aptos/src/liquid_staking.rs | 2 +- rust/tw_aptos/src/nft.rs | 2 +- rust/tw_aptos/src/signer.rs | 2 +- rust/tw_aptos/src/transaction.rs | 2 +- rust/tw_aptos/src/transaction_builder.rs | 2 +- rust/tw_aptos/src/transaction_payload.rs | 2 +- rust/tw_aptos/tests/signer.rs | 2 +- rust/tw_bech32_address/src/bech32_prefix.rs | 2 +- rust/tw_bech32_address/src/lib.rs | 2 +- rust/tw_coin_entry/src/coin_context.rs | 2 +- rust/tw_coin_entry/src/coin_entry.rs | 2 +- rust/tw_coin_entry/src/coin_entry_ext.rs | 2 +- rust/tw_coin_entry/src/common/compile_input.rs | 2 +- rust/tw_coin_entry/src/common/mod.rs | 2 +- rust/tw_coin_entry/src/derivation.rs | 2 +- rust/tw_coin_entry/src/error.rs | 2 +- rust/tw_coin_entry/src/lib.rs | 2 +- rust/tw_coin_entry/src/modules/json_signer.rs | 2 +- rust/tw_coin_entry/src/modules/message_signer.rs | 2 +- rust/tw_coin_entry/src/modules/mod.rs | 2 +- rust/tw_coin_entry/src/modules/plan_builder.rs | 2 +- rust/tw_coin_entry/src/prefix.rs | 2 +- rust/tw_coin_entry/src/test_utils/mod.rs | 2 +- rust/tw_coin_entry/src/test_utils/test_context.rs | 2 +- rust/tw_coin_registry/build.rs | 2 +- rust/tw_coin_registry/src/blockchain_type.rs | 2 +- rust/tw_coin_registry/src/coin_context.rs | 2 +- rust/tw_coin_registry/src/dispatcher.rs | 2 +- rust/tw_coin_registry/src/error.rs | 2 +- rust/tw_coin_registry/src/lib.rs | 2 +- rust/tw_coin_registry/src/registry.rs | 2 +- rust/tw_cosmos_sdk/build.rs | 2 +- rust/tw_cosmos_sdk/src/address.rs | 2 +- rust/tw_cosmos_sdk/src/context.rs | 2 +- rust/tw_cosmos_sdk/src/hasher/keccak256_hasher.rs | 2 +- rust/tw_cosmos_sdk/src/hasher/mod.rs | 2 +- rust/tw_cosmos_sdk/src/hasher/sha256_hasher.rs | 2 +- rust/tw_cosmos_sdk/src/lib.rs | 2 +- rust/tw_cosmos_sdk/src/modules/broadcast_msg.rs | 2 +- rust/tw_cosmos_sdk/src/modules/compiler/json_preimager.rs | 2 +- rust/tw_cosmos_sdk/src/modules/compiler/mod.rs | 2 +- rust/tw_cosmos_sdk/src/modules/compiler/protobuf_preimager.rs | 2 +- rust/tw_cosmos_sdk/src/modules/compiler/tw_compiler.rs | 2 +- rust/tw_cosmos_sdk/src/modules/mod.rs | 2 +- rust/tw_cosmos_sdk/src/modules/serializer/json_serializer.rs | 2 +- rust/tw_cosmos_sdk/src/modules/serializer/mod.rs | 2 +- .../src/modules/serializer/protobuf_serializer.rs | 2 +- rust/tw_cosmos_sdk/src/modules/signer/mod.rs | 2 +- rust/tw_cosmos_sdk/src/modules/signer/tw_signer.rs | 2 +- rust/tw_cosmos_sdk/src/modules/tx_builder.rs | 2 +- rust/tw_cosmos_sdk/src/private_key/mod.rs | 2 +- rust/tw_cosmos_sdk/src/private_key/secp256k1.rs | 2 +- rust/tw_cosmos_sdk/src/public_key/mod.rs | 2 +- rust/tw_cosmos_sdk/src/public_key/secp256k1.rs | 2 +- rust/tw_cosmos_sdk/src/signature/mod.rs | 2 +- rust/tw_cosmos_sdk/src/signature/secp256k1.rs | 2 +- rust/tw_cosmos_sdk/src/test_utils/mod.rs | 2 +- rust/tw_cosmos_sdk/src/test_utils/proto_utils.rs | 2 +- rust/tw_cosmos_sdk/src/test_utils/sign_utils.rs | 2 +- .../src/transaction/message/cosmos_auth_message.rs | 2 +- .../src/transaction/message/cosmos_bank_message.rs | 2 +- .../src/transaction/message/cosmos_generic_message.rs | 2 +- .../src/transaction/message/cosmos_gov_message.rs | 2 +- .../src/transaction/message/cosmos_staking_message.rs | 2 +- rust/tw_cosmos_sdk/src/transaction/message/ibc_message.rs | 2 +- rust/tw_cosmos_sdk/src/transaction/message/mod.rs | 2 +- rust/tw_cosmos_sdk/src/transaction/message/stride_message.rs | 2 +- .../src/transaction/message/terra_wasm_message.rs | 2 +- .../src/transaction/message/thorchain_message.rs | 2 +- rust/tw_cosmos_sdk/src/transaction/message/wasm_message.rs | 2 +- rust/tw_cosmos_sdk/src/transaction/mod.rs | 2 +- rust/tw_cosmos_sdk/tests/compile.rs | 2 +- rust/tw_cosmos_sdk/tests/sign.rs | 2 +- rust/tw_cosmos_sdk/tests/sign_staking.rs | 2 +- rust/tw_cosmos_sdk/tests/sign_stride.rs | 2 +- rust/tw_cosmos_sdk/tests/sign_terra_wasm.rs | 2 +- rust/tw_cosmos_sdk/tests/sign_thorchain.rs | 2 +- rust/tw_cosmos_sdk/tests/sign_wasm_contract.rs | 2 +- rust/tw_encoding/src/base32.rs | 2 +- rust/tw_encoding/src/base58.rs | 2 +- rust/tw_encoding/src/base64.rs | 2 +- rust/tw_encoding/src/bcs.rs | 2 +- rust/tw_encoding/src/bech32.rs | 2 +- rust/tw_encoding/src/ffi.rs | 2 +- rust/tw_encoding/src/hex.rs | 2 +- rust/tw_encoding/src/lib.rs | 2 +- rust/tw_encoding/tests/base32_ffi_tests.rs | 2 +- rust/tw_encoding/tests/base58_ffi_tests.rs | 2 +- rust/tw_encoding/tests/base64_ffi_tests.rs | 2 +- rust/tw_encoding/tests/hex_ffi_tests.rs | 2 +- rust/tw_ethereum/src/entry.rs | 2 +- rust/tw_ethereum/src/lib.rs | 2 +- rust/tw_ethereum/tests/compiler.rs | 2 +- rust/tw_ethereum/tests/signer.rs | 2 +- rust/tw_evm/fuzz/fuzz_targets/abi_decode_value.rs | 2 +- rust/tw_evm/fuzz/fuzz_targets/abi_encode_function.rs | 2 +- rust/tw_evm/fuzz/fuzz_targets/abi_function_decode_input.rs | 2 +- rust/tw_evm/fuzz/fuzz_targets/rlp_encode.rs | 2 +- rust/tw_evm/fuzz/fuzz_targets/sign.rs | 2 +- rust/tw_evm/src/abi/contract.rs | 2 +- rust/tw_evm/src/abi/decode.rs | 2 +- rust/tw_evm/src/abi/encode.rs | 2 +- rust/tw_evm/src/abi/function.rs | 2 +- rust/tw_evm/src/abi/mod.rs | 2 +- rust/tw_evm/src/abi/non_empty_array.rs | 2 +- rust/tw_evm/src/abi/param.rs | 2 +- rust/tw_evm/src/abi/param_token.rs | 2 +- rust/tw_evm/src/abi/param_type/constructor.rs | 2 +- rust/tw_evm/src/abi/param_type/mod.rs | 2 +- rust/tw_evm/src/abi/param_type/reader.rs | 2 +- rust/tw_evm/src/abi/param_type/writer.rs | 2 +- rust/tw_evm/src/abi/prebuild/erc1155.rs | 2 +- rust/tw_evm/src/abi/prebuild/erc20.rs | 2 +- rust/tw_evm/src/abi/prebuild/erc4337.rs | 2 +- rust/tw_evm/src/abi/prebuild/erc721.rs | 2 +- rust/tw_evm/src/abi/prebuild/mod.rs | 2 +- rust/tw_evm/src/abi/signature.rs | 2 +- rust/tw_evm/src/abi/token.rs | 2 +- rust/tw_evm/src/abi/uint.rs | 2 +- rust/tw_evm/src/address.rs | 2 +- rust/tw_evm/src/evm_context.rs | 2 +- rust/tw_evm/src/evm_entry.rs | 2 +- rust/tw_evm/src/lib.rs | 2 +- rust/tw_evm/src/message/eip191.rs | 2 +- rust/tw_evm/src/message/eip712/eip712_message.rs | 2 +- rust/tw_evm/src/message/eip712/message_types.rs | 2 +- rust/tw_evm/src/message/eip712/mod.rs | 2 +- rust/tw_evm/src/message/eip712/property.rs | 2 +- rust/tw_evm/src/message/mod.rs | 2 +- rust/tw_evm/src/message/signature.rs | 2 +- rust/tw_evm/src/modules/abi_encoder.rs | 2 +- rust/tw_evm/src/modules/compiler.rs | 2 +- rust/tw_evm/src/modules/json_signer.rs | 2 +- rust/tw_evm/src/modules/message_signer.rs | 2 +- rust/tw_evm/src/modules/mod.rs | 2 +- rust/tw_evm/src/modules/rlp_encoder.rs | 2 +- rust/tw_evm/src/modules/signer.rs | 2 +- rust/tw_evm/src/modules/tx_builder.rs | 2 +- rust/tw_evm/src/rlp/buffer.rs | 2 +- rust/tw_evm/src/rlp/impls.rs | 2 +- rust/tw_evm/src/rlp/list.rs | 2 +- rust/tw_evm/src/rlp/mod.rs | 2 +- rust/tw_evm/src/signature.rs | 2 +- rust/tw_evm/src/transaction/mod.rs | 2 +- rust/tw_evm/src/transaction/signature.rs | 2 +- rust/tw_evm/src/transaction/transaction_eip1559.rs | 2 +- rust/tw_evm/src/transaction/transaction_non_typed.rs | 2 +- rust/tw_evm/src/transaction/user_operation.rs | 2 +- rust/tw_evm/tests/abi_encoder.rs | 2 +- rust/tw_evm/tests/barz.rs | 2 +- rust/tw_evm/tests/message_signer.rs | 2 +- rust/tw_evm/tests/rlp.rs | 2 +- rust/tw_evm/tests/signer.rs | 2 +- rust/tw_hash/fuzz/fuzz_targets/hash_fuzz.rs | 2 +- rust/tw_hash/src/blake.rs | 2 +- rust/tw_hash/src/blake2.rs | 2 +- rust/tw_hash/src/crc32.rs | 2 +- rust/tw_hash/src/ffi.rs | 2 +- rust/tw_hash/src/groestl.rs | 2 +- rust/tw_hash/src/hash_array.rs | 2 +- rust/tw_hash/src/hash_wrapper.rs | 2 +- rust/tw_hash/src/hasher.rs | 2 +- rust/tw_hash/src/hmac.rs | 2 +- rust/tw_hash/src/lib.rs | 2 +- rust/tw_hash/src/ripemd.rs | 2 +- rust/tw_hash/src/sha1.rs | 2 +- rust/tw_hash/src/sha2.rs | 2 +- rust/tw_hash/src/sha3.rs | 2 +- rust/tw_hash/tests/hash_ffi_tests.rs | 2 +- rust/tw_internet_computer/build.rs | 2 +- rust/tw_internet_computer/src/address.rs | 2 +- rust/tw_internet_computer/src/context.rs | 2 +- rust/tw_internet_computer/src/entry.rs | 2 +- rust/tw_internet_computer/src/lib.rs | 2 +- rust/tw_internet_computer/src/protocol/envelope.rs | 2 +- rust/tw_internet_computer/src/protocol/identity.rs | 2 +- rust/tw_internet_computer/src/protocol/mod.rs | 2 +- rust/tw_internet_computer/src/protocol/principal.rs | 2 +- rust/tw_internet_computer/src/protocol/request_id.rs | 2 +- rust/tw_internet_computer/src/protocol/rosetta.rs | 2 +- rust/tw_internet_computer/src/signer.rs | 2 +- rust/tw_internet_computer/src/transactions/mod.rs | 2 +- rust/tw_internet_computer/src/transactions/proto/ledger.proto | 2 +- rust/tw_internet_computer/src/transactions/proto/types.proto | 2 +- rust/tw_internet_computer/src/transactions/transfer.rs | 2 +- rust/tw_keypair/fuzz/fuzz_targets/tw_private_sign.rs | 2 +- rust/tw_keypair/fuzz/fuzz_targets/tw_private_to_public.rs | 2 +- rust/tw_keypair/fuzz/fuzz_targets/tw_public_verify.rs | 2 +- rust/tw_keypair/src/ecdsa/canonical.rs | 2 +- rust/tw_keypair/src/ecdsa/der.rs | 2 +- rust/tw_keypair/src/ecdsa/mod.rs | 2 +- rust/tw_keypair/src/ecdsa/nist256p1/keypair.rs | 2 +- rust/tw_keypair/src/ecdsa/nist256p1/mod.rs | 2 +- rust/tw_keypair/src/ecdsa/nist256p1/private.rs | 2 +- rust/tw_keypair/src/ecdsa/nist256p1/public.rs | 2 +- rust/tw_keypair/src/ecdsa/secp256k1/keypair.rs | 2 +- rust/tw_keypair/src/ecdsa/secp256k1/mod.rs | 2 +- rust/tw_keypair/src/ecdsa/secp256k1/private.rs | 2 +- rust/tw_keypair/src/ecdsa/secp256k1/public.rs | 2 +- rust/tw_keypair/src/ecdsa/signature.rs | 2 +- rust/tw_keypair/src/ed25519/keypair.rs | 2 +- rust/tw_keypair/src/ed25519/mangle.rs | 2 +- rust/tw_keypair/src/ed25519/mod.rs | 2 +- .../src/ed25519/modifications/cardano/extended_keypair.rs | 2 +- .../src/ed25519/modifications/cardano/extended_private.rs | 2 +- .../src/ed25519/modifications/cardano/extended_public.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/cardano/mod.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/mod.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/waves/keypair.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/waves/mod.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/waves/private.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/waves/public.rs | 2 +- rust/tw_keypair/src/ed25519/modifications/waves/signature.rs | 2 +- rust/tw_keypair/src/ed25519/private.rs | 2 +- rust/tw_keypair/src/ed25519/public.rs | 2 +- rust/tw_keypair/src/ed25519/secret.rs | 2 +- rust/tw_keypair/src/ed25519/signature.rs | 2 +- rust/tw_keypair/src/ffi/asn.rs | 2 +- rust/tw_keypair/src/ffi/mod.rs | 2 +- rust/tw_keypair/src/ffi/privkey.rs | 2 +- rust/tw_keypair/src/ffi/pubkey.rs | 2 +- rust/tw_keypair/src/lib.rs | 2 +- rust/tw_keypair/src/starkex/keypair.rs | 2 +- rust/tw_keypair/src/starkex/mod.rs | 2 +- rust/tw_keypair/src/starkex/private.rs | 2 +- rust/tw_keypair/src/starkex/public.rs | 2 +- rust/tw_keypair/src/starkex/signature.rs | 2 +- rust/tw_keypair/src/test_utils/mod.rs | 2 +- rust/tw_keypair/src/test_utils/tw_private_key_helper.rs | 2 +- rust/tw_keypair/src/test_utils/tw_public_key_helper.rs | 2 +- rust/tw_keypair/src/traits.rs | 2 +- rust/tw_keypair/src/tw/mod.rs | 2 +- rust/tw_keypair/src/tw/private.rs | 2 +- rust/tw_keypair/src/tw/public.rs | 2 +- rust/tw_keypair/tests/asn_parser_ffi_tests.rs | 2 +- rust/tw_keypair/tests/ed25519_blake2b_tests.rs | 2 +- rust/tw_keypair/tests/ed25519_extended_cardano_tests.rs | 2 +- rust/tw_keypair/tests/ed25519_tests.rs | 2 +- rust/tw_keypair/tests/ed25519_waves_tests.rs | 2 +- rust/tw_keypair/tests/nist256p1_tests.rs | 2 +- rust/tw_keypair/tests/private_key_ffi_tests.rs | 2 +- rust/tw_keypair/tests/public_key_ffi_tests.rs | 2 +- rust/tw_keypair/tests/secp256k1_tests.rs | 2 +- rust/tw_keypair/tests/tw_keypair_starkex_tests.rs | 2 +- rust/tw_memory/src/ffi/c_byte_array.rs | 2 +- rust/tw_memory/src/ffi/c_byte_array_ref.rs | 2 +- rust/tw_memory/src/ffi/c_result.rs | 2 +- rust/tw_memory/src/ffi/mod.rs | 2 +- rust/tw_memory/src/ffi/tw_data.rs | 2 +- rust/tw_memory/src/ffi/tw_data_vector.rs | 2 +- rust/tw_memory/src/ffi/tw_string.rs | 2 +- rust/tw_memory/src/lib.rs | 2 +- rust/tw_memory/src/test_utils/mod.rs | 2 +- rust/tw_memory/src/test_utils/tw_data_helper.rs | 2 +- rust/tw_memory/src/test_utils/tw_data_vector_helper.rs | 2 +- rust/tw_memory/src/test_utils/tw_string_helper.rs | 2 +- rust/tw_memory/src/test_utils/tw_wrapper.rs | 2 +- rust/tw_memory/tests/c_byte_array_ffi_tests.rs | 2 +- rust/tw_memory/tests/c_result_ffi_tests.rs | 2 +- rust/tw_memory/tests/string_ffi_tests.rs | 2 +- rust/tw_misc/src/lib.rs | 2 +- rust/tw_misc/src/macros.rs | 2 +- rust/tw_misc/src/serde.rs | 2 +- rust/tw_misc/src/test_utils/json.rs | 2 +- rust/tw_misc/src/test_utils/mod.rs | 2 +- rust/tw_misc/src/traits.rs | 2 +- rust/tw_number/src/i256.rs | 2 +- rust/tw_number/src/lib.rs | 2 +- rust/tw_number/src/sign.rs | 2 +- rust/tw_number/src/u256.rs | 2 +- rust/tw_number/tests/u256.rs | 2 +- rust/tw_proto/build.rs | 2 +- rust/tw_proto/src/common/google/mod.rs | 2 +- rust/tw_proto/src/common/google/protobuf/mod.rs | 2 +- rust/tw_proto/src/common/mod.rs | 2 +- rust/tw_proto/src/ffi.rs | 2 +- rust/tw_proto/src/lib.rs | 2 +- rust/tw_proto/tests/proto_ffi_tests.rs | 2 +- rust/tw_proto/tests/proto_tests.rs | 2 +- rust/tw_ronin/src/address.rs | 2 +- rust/tw_ronin/src/entry.rs | 2 +- rust/tw_ronin/src/lib.rs | 2 +- rust/tw_ronin/src/ronin_context.rs | 2 +- rust/tw_ronin/tests/address.rs | 2 +- rust/tw_ronin/tests/compiler.rs | 2 +- rust/tw_ronin/tests/rlp.rs | 2 +- rust/tw_ronin/tests/signer.rs | 2 +- rust/wallet_core_rs/src/ffi/bitcoin/legacy.rs | 2 +- rust/wallet_core_rs/src/ffi/bitcoin/mod.rs | 2 +- rust/wallet_core_rs/src/ffi/ethereum/abi.rs | 2 +- rust/wallet_core_rs/src/ffi/ethereum/mod.rs | 2 +- rust/wallet_core_rs/src/ffi/ethereum/rlp.rs | 2 +- rust/wallet_core_rs/src/ffi/mod.rs | 2 +- rust/wallet_core_rs/src/lib.rs | 2 +- rust/wallet_core_rs/tests/ethereum_abi.rs | 2 +- rust/wallet_core_rs/tests/ethereum_rlp.rs | 2 +- src/Aeternity/Address.cpp | 2 +- src/Aeternity/Address.h | 2 +- src/Aeternity/Entry.cpp | 2 +- src/Aeternity/Entry.h | 2 +- src/Aeternity/Identifiers.h | 2 +- src/Aeternity/Signer.cpp | 2 +- src/Aeternity/Signer.h | 2 +- src/Aeternity/Transaction.cpp | 2 +- src/Aeternity/Transaction.h | 2 +- src/Aion/Address.cpp | 2 +- src/Aion/Address.h | 2 +- src/Aion/Entry.cpp | 2 +- src/Aion/Entry.h | 2 +- src/Aion/RLP.h | 2 +- src/Aion/Signer.cpp | 2 +- src/Aion/Signer.h | 2 +- src/Aion/Transaction.cpp | 2 +- src/Aion/Transaction.h | 2 +- src/Algorand/Address.cpp | 2 +- src/Algorand/Address.h | 2 +- src/Algorand/AssetTransfer.cpp | 2 +- src/Algorand/AssetTransfer.h | 2 +- src/Algorand/BaseTransaction.h | 2 +- src/Algorand/BinaryCoding.h | 2 +- src/Algorand/Entry.cpp | 2 +- src/Algorand/Entry.h | 2 +- src/Algorand/OptInAssetTransaction.cpp | 2 +- src/Algorand/OptInAssetTransaction.h | 2 +- src/Algorand/Signer.cpp | 2 +- src/Algorand/Signer.h | 2 +- src/Algorand/Transfer.cpp | 2 +- src/Algorand/Transfer.h | 2 +- src/AnyAddress.cpp | 2 +- src/AnyAddress.h | 2 +- src/Aptos/Entry.h | 2 +- src/AsnParser.h | 2 +- src/Base32.h | 2 +- src/Base58.h | 2 +- src/Base58Address.h | 2 +- src/Base64.cpp | 2 +- src/Base64.h | 2 +- src/Bech32.cpp | 2 +- src/Bech32.h | 2 +- src/Bech32Address.cpp | 2 +- src/Bech32Address.h | 2 +- src/Binance/Address.cpp | 2 +- src/Binance/Address.h | 2 +- src/Binance/Entry.cpp | 2 +- src/Binance/Entry.h | 2 +- src/BinaryCoding.cpp | 2 +- src/BinaryCoding.h | 2 +- src/Bitcoin/Address.h | 2 +- src/Bitcoin/Amount.h | 2 +- src/Bitcoin/CashAddress.cpp | 2 +- src/Bitcoin/CashAddress.h | 2 +- src/Bitcoin/Entry.cpp | 2 +- src/Bitcoin/Entry.h | 2 +- src/Bitcoin/FeeCalculator.cpp | 2 +- src/Bitcoin/FeeCalculator.h | 2 +- src/Bitcoin/InputSelector.cpp | 2 +- src/Bitcoin/InputSelector.h | 2 +- src/Bitcoin/MessageSigner.cpp | 2 +- src/Bitcoin/MessageSigner.h | 2 +- src/Bitcoin/OpCodes.h | 2 +- src/Bitcoin/OutPoint.cpp | 2 +- src/Bitcoin/OutPoint.h | 2 +- src/Bitcoin/Script.cpp | 2 +- src/Bitcoin/Script.h | 2 +- src/Bitcoin/SegwitAddress.cpp | 2 +- src/Bitcoin/SegwitAddress.h | 2 +- src/Bitcoin/SigHashType.h | 2 +- src/Bitcoin/SignatureBuilder.cpp | 2 +- src/Bitcoin/SignatureBuilder.h | 2 +- src/Bitcoin/SignatureVersion.h | 2 +- src/Bitcoin/Signer.cpp | 2 +- src/Bitcoin/Signer.h | 2 +- src/Bitcoin/SigningInput.cpp | 2 +- src/Bitcoin/SigningInput.h | 2 +- src/Bitcoin/Transaction.cpp | 2 +- src/Bitcoin/Transaction.h | 2 +- src/Bitcoin/TransactionBuilder.cpp | 2 +- src/Bitcoin/TransactionBuilder.h | 2 +- src/Bitcoin/TransactionInput.cpp | 2 +- src/Bitcoin/TransactionInput.h | 2 +- src/Bitcoin/TransactionOutput.cpp | 2 +- src/Bitcoin/TransactionOutput.h | 2 +- src/Bitcoin/TransactionPlan.h | 2 +- src/Bitcoin/TransactionSigner.cpp | 2 +- src/Bitcoin/TransactionSigner.h | 2 +- src/Bitcoin/UTXO.h | 2 +- src/BitcoinDiamond/Entry.cpp | 2 +- src/BitcoinDiamond/Entry.h | 2 +- src/BitcoinDiamond/Signer.cpp | 2 +- src/BitcoinDiamond/Signer.h | 2 +- src/BitcoinDiamond/Transaction.cpp | 2 +- src/BitcoinDiamond/Transaction.h | 2 +- src/BitcoinDiamond/TransactionBuilder.h | 2 +- src/Cardano/AddressV2.cpp | 2 +- src/Cardano/AddressV2.h | 2 +- src/Cardano/AddressV3.cpp | 2 +- src/Cardano/AddressV3.h | 2 +- src/Cardano/Entry.cpp | 2 +- src/Cardano/Entry.h | 2 +- src/Cardano/Signer.cpp | 2 +- src/Cardano/Signer.h | 2 +- src/Cardano/Transaction.cpp | 2 +- src/Cardano/Transaction.h | 2 +- src/Cbor.cpp | 2 +- src/Cbor.h | 2 +- src/Coin.cpp | 2 +- src/Coin.h | 2 +- src/CoinEntry.cpp | 2 +- src/CoinEntry.h | 2 +- src/Cosmos/Address.h | 2 +- src/Cosmos/Entry.cpp | 2 +- src/Cosmos/Entry.h | 2 +- src/Crc.cpp | 2 +- src/Crc.h | 2 +- src/Data.cpp | 2 +- src/Data.h | 2 +- src/Decred/Address.cpp | 2 +- src/Decred/Address.h | 2 +- src/Decred/Entry.cpp | 2 +- src/Decred/Entry.h | 2 +- src/Decred/OutPoint.cpp | 2 +- src/Decred/OutPoint.h | 2 +- src/Decred/Signer.cpp | 2 +- src/Decred/Signer.h | 2 +- src/Decred/Transaction.cpp | 2 +- src/Decred/Transaction.h | 2 +- src/Decred/TransactionBuilder.h | 2 +- src/Decred/TransactionInput.cpp | 2 +- src/Decred/TransactionInput.h | 2 +- src/Decred/TransactionOutput.cpp | 2 +- src/Decred/TransactionOutput.h | 2 +- src/Defer.h | 2 +- src/DerivationPath.cpp | 2 +- src/DerivationPath.h | 2 +- src/EOS/Action.cpp | 2 +- src/EOS/Action.h | 2 +- src/EOS/Address.cpp | 2 +- src/EOS/Address.h | 2 +- src/EOS/Asset.cpp | 2 +- src/EOS/Asset.h | 2 +- src/EOS/Entry.cpp | 2 +- src/EOS/Entry.h | 2 +- src/EOS/KeyType.h | 2 +- src/EOS/Name.cpp | 2 +- src/EOS/Name.h | 2 +- src/EOS/PackedTransaction.cpp | 2 +- src/EOS/PackedTransaction.h | 2 +- src/EOS/Prefixes.h | 2 +- src/EOS/Signer.cpp | 2 +- src/EOS/Signer.h | 2 +- src/EOS/Transaction.cpp | 2 +- src/EOS/Transaction.h | 2 +- src/Encrypt.cpp | 2 +- src/Encrypt.h | 2 +- src/Ethereum/ABI/Function.cpp | 2 +- src/Ethereum/ABI/Function.h | 2 +- src/Ethereum/ABI/ProtoParam.h | 2 +- src/Ethereum/ABI/ValueDecoder.cpp | 2 +- src/Ethereum/ABI/ValueDecoder.h | 2 +- src/Ethereum/ABI/ValueEncoder.cpp | 2 +- src/Ethereum/ABI/ValueEncoder.h | 2 +- src/Ethereum/Address.cpp | 2 +- src/Ethereum/Address.h | 2 +- src/Ethereum/AddressChecksum.cpp | 2 +- src/Ethereum/AddressChecksum.h | 2 +- src/Ethereum/Barz.cpp | 2 +- src/Ethereum/Barz.h | 2 +- src/Ethereum/ContractCall.cpp | 2 +- src/Ethereum/ContractCall.h | 2 +- src/Ethereum/EIP1014.cpp | 2 +- src/Ethereum/EIP1014.h | 2 +- src/Ethereum/EIP1967.cpp | 2 +- src/Ethereum/EIP1967.h | 2 +- src/Ethereum/EIP2645.cpp | 2 +- src/Ethereum/EIP2645.h | 2 +- src/Ethereum/Entry.cpp | 2 +- src/Ethereum/Entry.h | 2 +- src/Ethereum/MessageSigner.cpp | 2 +- src/Ethereum/MessageSigner.h | 2 +- src/Ethereum/RLP.cpp | 2 +- src/Ethereum/RLP.h | 2 +- src/Everscale/Address.cpp | 2 +- src/Everscale/Address.h | 2 +- src/Everscale/CommonTON/Cell.cpp | 2 +- src/Everscale/CommonTON/Cell.h | 2 +- src/Everscale/CommonTON/CellBuilder.cpp | 2 +- src/Everscale/CommonTON/CellBuilder.h | 2 +- src/Everscale/CommonTON/CellSlice.cpp | 2 +- src/Everscale/CommonTON/CellSlice.h | 2 +- src/Everscale/CommonTON/Messages.h | 2 +- src/Everscale/CommonTON/RawAddress.cpp | 2 +- src/Everscale/CommonTON/RawAddress.h | 2 +- src/Everscale/CommonTON/WorkchainType.h | 2 +- src/Everscale/Entry.cpp | 2 +- src/Everscale/Entry.h | 2 +- src/Everscale/Messages.cpp | 2 +- src/Everscale/Messages.h | 2 +- src/Everscale/Signer.cpp | 2 +- src/Everscale/Signer.h | 2 +- src/Everscale/Wallet.cpp | 2 +- src/Everscale/Wallet.h | 2 +- src/Everscale/WorkchainType.h | 2 +- src/FIO/Action.cpp | 2 +- src/FIO/Action.h | 2 +- src/FIO/Actor.cpp | 2 +- src/FIO/Actor.h | 2 +- src/FIO/Address.cpp | 2 +- src/FIO/Address.h | 2 +- src/FIO/Encryption.cpp | 2 +- src/FIO/Encryption.h | 2 +- src/FIO/Entry.cpp | 2 +- src/FIO/Entry.h | 2 +- src/FIO/NewFundsRequest.cpp | 2 +- src/FIO/NewFundsRequest.h | 2 +- src/FIO/Signer.cpp | 2 +- src/FIO/Signer.h | 2 +- src/FIO/Transaction.cpp | 2 +- src/FIO/Transaction.h | 2 +- src/FIO/TransactionBuilder.cpp | 2 +- src/FIO/TransactionBuilder.h | 2 +- src/Filecoin/Entry.cpp | 2 +- src/Filecoin/Entry.h | 2 +- src/Greenfield/Entry.h | 2 +- src/Groestlcoin/Address.cpp | 2 +- src/Groestlcoin/Address.h | 2 +- src/Groestlcoin/Entry.cpp | 2 +- src/Groestlcoin/Entry.h | 2 +- src/Groestlcoin/Signer.cpp | 2 +- src/Groestlcoin/Signer.h | 2 +- src/Groestlcoin/Transaction.h | 2 +- src/HDWallet.cpp | 2 +- src/HDWallet.h | 2 +- src/Harmony/Address.cpp | 2 +- src/Harmony/Address.h | 2 +- src/Harmony/Entry.cpp | 2 +- src/Harmony/Entry.h | 2 +- src/Harmony/Signer.cpp | 2 +- src/Harmony/Signer.h | 2 +- src/Harmony/Staking.cpp | 2 +- src/Harmony/Staking.h | 2 +- src/Harmony/Transaction.h | 2 +- src/Hash.cpp | 2 +- src/Hash.h | 2 +- src/Hedera/Address.cpp | 2 +- src/Hedera/Address.h | 2 +- src/Hedera/DER.cpp | 2 +- src/Hedera/DER.h | 2 +- src/Hedera/Entry.cpp | 2 +- src/Hedera/Entry.h | 2 +- src/Hedera/Signer.cpp | 2 +- src/Hedera/Signer.h | 2 +- src/HexCoding.h | 2 +- src/IOST/Entry.cpp | 2 +- src/Icon/Address.cpp | 2 +- src/Icon/Address.h | 2 +- src/Icon/AddressType.h | 2 +- src/Icon/Entry.cpp | 2 +- src/Icon/Entry.h | 2 +- src/Icon/Signer.cpp | 2 +- src/Icon/Signer.h | 2 +- src/ImmutableX/Constants.h | 2 +- src/ImmutableX/StarkKey.cpp | 2 +- src/ImmutableX/StarkKey.h | 2 +- src/InternetComputer/Entry.h | 2 +- src/IoTeX/Address.cpp | 2 +- src/IoTeX/Address.h | 2 +- src/IoTeX/Entry.cpp | 2 +- src/IoTeX/Entry.h | 2 +- src/IoTeX/Signer.cpp | 2 +- src/IoTeX/Signer.h | 2 +- src/IoTeX/Staking.cpp | 2 +- src/IoTeX/Staking.h | 2 +- src/KeyPair.h | 2 +- src/Keystore/AESParameters.cpp | 2 +- src/Keystore/AESParameters.h | 2 +- src/Keystore/Account.cpp | 2 +- src/Keystore/Account.h | 2 +- src/Keystore/EncryptionParameters.cpp | 2 +- src/Keystore/EncryptionParameters.h | 2 +- src/Keystore/PBKDF2Parameters.cpp | 2 +- src/Keystore/PBKDF2Parameters.h | 2 +- src/Keystore/ScryptParameters.cpp | 2 +- src/Keystore/ScryptParameters.h | 2 +- src/Keystore/StoredKey.cpp | 2 +- src/Keystore/StoredKey.h | 2 +- src/Kusama/Address.h | 2 +- src/Kusama/Entry.cpp | 2 +- src/Kusama/Entry.h | 2 +- src/LiquidStaking/LiquidStaking.cpp | 2 +- src/LiquidStaking/LiquidStaking.h | 2 +- src/LiquidStaking/TWLiquidStaking.cpp | 2 +- src/Mnemonic.cpp | 2 +- src/Mnemonic.h | 2 +- src/Move/Address.h | 2 +- src/MultiversX/Address.cpp | 2 +- src/MultiversX/Address.h | 2 +- src/MultiversX/Codec.cpp | 2 +- src/MultiversX/Codec.h | 2 +- src/MultiversX/Entry.cpp | 2 +- src/MultiversX/Entry.h | 2 +- src/MultiversX/Serialization.cpp | 2 +- src/MultiversX/Serialization.h | 2 +- src/MultiversX/Signer.cpp | 2 +- src/MultiversX/Signer.h | 2 +- src/MultiversX/Transaction.cpp | 2 +- src/MultiversX/Transaction.h | 2 +- src/MultiversX/TransactionFactory.cpp | 2 +- src/MultiversX/TransactionFactory.h | 2 +- src/MultiversX/TransactionFactoryConfig.cpp | 2 +- src/MultiversX/TransactionFactoryConfig.h | 2 +- src/NEAR/Account.cpp | 2 +- src/NEAR/Account.h | 2 +- src/NEAR/Address.cpp | 2 +- src/NEAR/Address.h | 2 +- src/NEAR/Entry.cpp | 2 +- src/NEAR/Entry.h | 2 +- src/NEAR/Serialization.cpp | 2 +- src/NEAR/Serialization.h | 2 +- src/NEAR/Signer.cpp | 2 +- src/NEAR/Signer.h | 2 +- src/NEO/Address.cpp | 2 +- src/NEO/Address.h | 2 +- src/NEO/BinaryCoding.h | 2 +- src/NEO/CoinReference.h | 2 +- src/NEO/Constants.h | 2 +- src/NEO/Entry.cpp | 2 +- src/NEO/Entry.h | 2 +- src/NEO/ISerializable.h | 2 +- src/NEO/MinerTransaction.h | 2 +- src/NEO/OpCode.h | 2 +- src/NEO/ReadData.cpp | 2 +- src/NEO/ReadData.h | 2 +- src/NEO/Script.cpp | 2 +- src/NEO/Script.h | 2 +- src/NEO/Serializable.h | 2 +- src/NEO/Signer.cpp | 2 +- src/NEO/Signer.h | 2 +- src/NEO/Transaction.cpp | 2 +- src/NEO/Transaction.h | 2 +- src/NEO/TransactionAttribute.h | 2 +- src/NEO/TransactionAttributeUsage.h | 2 +- src/NEO/TransactionOutput.h | 2 +- src/NEO/TransactionType.h | 2 +- src/NEO/Witness.h | 2 +- src/NULS/Address.cpp | 2 +- src/NULS/Address.h | 2 +- src/NULS/BinaryCoding.h | 2 +- src/NULS/Entry.cpp | 2 +- src/NULS/Entry.h | 2 +- src/NULS/Signer.cpp | 2 +- src/NULS/Signer.h | 2 +- src/Nano/Address.cpp | 2 +- src/Nano/Address.h | 2 +- src/Nano/Entry.cpp | 2 +- src/Nano/Entry.h | 2 +- src/Nano/Signer.cpp | 2 +- src/Nano/Signer.h | 2 +- src/NativeEvmos/Entry.h | 2 +- src/NativeInjective/Entry.h | 2 +- src/Nebulas/Address.cpp | 2 +- src/Nebulas/Address.h | 2 +- src/Nebulas/Entry.cpp | 2 +- src/Nebulas/Entry.h | 2 +- src/Nebulas/Signer.cpp | 2 +- src/Nebulas/Signer.h | 2 +- src/Nebulas/Transaction.cpp | 4 ++-- src/Nebulas/Transaction.h | 2 +- src/Nervos/Address.cpp | 2 +- src/Nervos/Address.h | 2 +- src/Nervos/Cell.h | 2 +- src/Nervos/CellDep.cpp | 2 +- src/Nervos/CellDep.h | 2 +- src/Nervos/CellInput.cpp | 2 +- src/Nervos/CellInput.h | 2 +- src/Nervos/CellOutput.cpp | 2 +- src/Nervos/CellOutput.h | 2 +- src/Nervos/Constants.h | 2 +- src/Nervos/Entry.cpp | 2 +- src/Nervos/Entry.h | 2 +- src/Nervos/HeaderDep.h | 2 +- src/Nervos/OutPoint.cpp | 2 +- src/Nervos/OutPoint.h | 2 +- src/Nervos/Script.cpp | 2 +- src/Nervos/Script.h | 2 +- src/Nervos/Serialization.h | 2 +- src/Nervos/Signer.cpp | 2 +- src/Nervos/Signer.h | 2 +- src/Nervos/Transaction.cpp | 2 +- src/Nervos/Transaction.h | 2 +- src/Nervos/TransactionPlan.cpp | 2 +- src/Nervos/TransactionPlan.h | 2 +- src/Nervos/Witness.cpp | 2 +- src/Nervos/Witness.h | 2 +- src/Nimiq/Address.cpp | 2 +- src/Nimiq/Address.h | 2 +- src/Nimiq/Entry.cpp | 2 +- src/Nimiq/Entry.h | 2 +- src/Nimiq/Signer.cpp | 2 +- src/Nimiq/Signer.h | 2 +- src/Nimiq/Transaction.cpp | 2 +- src/Nimiq/Transaction.h | 2 +- src/Numeric.h | 2 +- src/NumericLiteral.h | 2 +- src/Oasis/Address.cpp | 2 +- src/Oasis/Address.h | 2 +- src/Oasis/Entry.cpp | 2 +- src/Oasis/Entry.h | 2 +- src/Oasis/Signer.cpp | 2 +- src/Oasis/Signer.h | 2 +- src/Ontology/Address.cpp | 2 +- src/Ontology/Address.h | 2 +- src/Ontology/Asset.h | 2 +- src/Ontology/Entry.cpp | 2 +- src/Ontology/Entry.h | 2 +- src/Ontology/Oep4.cpp | 2 +- src/Ontology/Oep4.h | 2 +- src/Ontology/Oep4TxBuilder.cpp | 2 +- src/Ontology/Oep4TxBuilder.h | 2 +- src/Ontology/Ong.cpp | 2 +- src/Ontology/Ong.h | 2 +- src/Ontology/OngTxBuilder.cpp | 2 +- src/Ontology/OngTxBuilder.h | 2 +- src/Ontology/Ont.cpp | 2 +- src/Ontology/Ont.h | 2 +- src/Ontology/OntTxBuilder.cpp | 2 +- src/Ontology/OntTxBuilder.h | 2 +- src/Ontology/OpCode.h | 2 +- src/Ontology/ParamsBuilder.cpp | 2 +- src/Ontology/ParamsBuilder.h | 2 +- src/Ontology/SigData.cpp | 2 +- src/Ontology/SigData.h | 2 +- src/Ontology/Signer.cpp | 2 +- src/Ontology/Signer.h | 2 +- src/Ontology/Transaction.cpp | 2 +- src/Ontology/Transaction.h | 2 +- src/Polkadot/Address.h | 2 +- src/Polkadot/Entry.cpp | 2 +- src/Polkadot/Entry.h | 2 +- src/Polkadot/Extrinsic.cpp | 2 +- src/Polkadot/Extrinsic.h | 2 +- src/Polkadot/SS58Address.cpp | 2 +- src/Polkadot/SS58Address.h | 2 +- src/Polkadot/ScaleCodec.h | 2 +- src/Polkadot/Signer.cpp | 2 +- src/Polkadot/Signer.h | 2 +- src/PrivateKey.cpp | 2 +- src/PrivateKey.h | 2 +- src/PublicKey.cpp | 2 +- src/PublicKey.h | 2 +- src/Result.h | 2 +- src/Ronin/Entry.h | 2 +- src/Solana/AccountMeta.h | 2 +- src/Solana/Address.cpp | 2 +- src/Solana/Address.h | 2 +- src/Solana/AddressLookupTable.h | 2 +- src/Solana/CompiledInstruction.cpp | 2 +- src/Solana/CompiledInstruction.h | 2 +- src/Solana/Constants.h | 2 +- src/Solana/Encoding.h | 2 +- src/Solana/Entry.cpp | 2 +- src/Solana/Entry.h | 2 +- src/Solana/Instruction.h | 2 +- src/Solana/LegacyMessage.cpp | 2 +- src/Solana/LegacyMessage.h | 2 +- src/Solana/MessageHeader.h | 2 +- src/Solana/Program.cpp | 2 +- src/Solana/Program.h | 2 +- src/Solana/Signer.cpp | 2 +- src/Solana/Signer.h | 2 +- src/Solana/Transaction.cpp | 2 +- src/Solana/Transaction.h | 2 +- src/Solana/V0Message.h | 2 +- src/Solana/VersionedMessage.cpp | 2 +- src/Solana/VersionedMessage.h | 2 +- src/Solana/VersionedTransaction.cpp | 2 +- src/Solana/VersionedTransaction.h | 2 +- src/StarkEx/MessageSigner.cpp | 2 +- src/StarkEx/MessageSigner.h | 2 +- src/Stellar/Address.cpp | 2 +- src/Stellar/Address.h | 2 +- src/Stellar/Entry.cpp | 2 +- src/Stellar/Entry.h | 2 +- src/Stellar/Signer.cpp | 2 +- src/Stellar/Signer.h | 2 +- src/Sui/Address.cpp | 2 +- src/Sui/Address.h | 2 +- src/Sui/Entry.cpp | 2 +- src/Sui/Entry.h | 2 +- src/Sui/Signer.cpp | 2 +- src/Sui/Signer.h | 2 +- src/THORChain/Entry.h | 2 +- src/THORChain/Swap.cpp | 2 +- src/THORChain/Swap.h | 2 +- src/THORChain/TWSwap.cpp | 2 +- src/Tezos/Address.cpp | 2 +- src/Tezos/Address.h | 2 +- src/Tezos/BinaryCoding.cpp | 2 +- src/Tezos/BinaryCoding.h | 2 +- src/Tezos/Entry.cpp | 2 +- src/Tezos/Entry.h | 2 +- src/Tezos/Forging.cpp | 2 +- src/Tezos/Forging.h | 2 +- src/Tezos/MessageSigner.cpp | 2 +- src/Tezos/MessageSigner.h | 2 +- src/Tezos/Michelson.cpp | 2 +- src/Tezos/Michelson.h | 2 +- src/Tezos/OperationList.cpp | 2 +- src/Tezos/OperationList.h | 2 +- src/Tezos/Signer.cpp | 2 +- src/Tezos/Signer.h | 2 +- src/TheOpenNetwork/Address.cpp | 2 +- src/TheOpenNetwork/Address.h | 2 +- src/TheOpenNetwork/Entry.cpp | 2 +- src/TheOpenNetwork/Entry.h | 2 +- src/TheOpenNetwork/Message.cpp | 2 +- src/TheOpenNetwork/Message.h | 2 +- src/TheOpenNetwork/Payloads.cpp | 2 +- src/TheOpenNetwork/Payloads.h | 2 +- src/TheOpenNetwork/Signer.cpp | 2 +- src/TheOpenNetwork/Signer.h | 2 +- src/TheOpenNetwork/WorkchainType.h | 2 +- src/TheOpenNetwork/wallet/Wallet.cpp | 2 +- src/TheOpenNetwork/wallet/Wallet.h | 2 +- src/TheOpenNetwork/wallet/WalletV4R2.cpp | 2 +- src/TheOpenNetwork/wallet/WalletV4R2.h | 2 +- src/Theta/Coins.h | 2 +- src/Theta/Entry.cpp | 2 +- src/Theta/Entry.h | 2 +- src/Theta/Signer.cpp | 2 +- src/Theta/Signer.h | 2 +- src/Theta/Transaction.cpp | 2 +- src/Theta/Transaction.h | 2 +- src/TransactionCompiler.cpp | 2 +- src/TransactionCompiler.h | 2 +- src/Tron/Address.cpp | 2 +- src/Tron/Address.h | 2 +- src/Tron/Entry.cpp | 2 +- src/Tron/Entry.h | 2 +- src/Tron/MessageSigner.cpp | 2 +- src/Tron/MessageSigner.h | 2 +- src/Tron/Serialization.cpp | 2 +- src/Tron/Serialization.h | 2 +- src/Tron/Signer.cpp | 2 +- src/Tron/Signer.h | 2 +- src/VeChain/Clause.h | 2 +- src/VeChain/Entry.cpp | 2 +- src/VeChain/Entry.h | 2 +- src/VeChain/Signer.cpp | 2 +- src/VeChain/Signer.h | 2 +- src/VeChain/Transaction.cpp | 2 +- src/VeChain/Transaction.h | 2 +- src/Verge/Entry.cpp | 2 +- src/Verge/Entry.h | 2 +- src/Verge/Signer.cpp | 2 +- src/Verge/Signer.h | 2 +- src/Verge/Transaction.cpp | 2 +- src/Verge/Transaction.h | 2 +- src/Verge/TransactionBuilder.h | 2 +- src/Wasm.h | 2 +- src/Waves/Address.cpp | 2 +- src/Waves/Address.h | 2 +- src/Waves/BinaryCoding.h | 2 +- src/Waves/Entry.cpp | 2 +- src/Waves/Entry.h | 2 +- src/Waves/Signer.cpp | 2 +- src/Waves/Signer.h | 2 +- src/Waves/Transaction.cpp | 2 +- src/Waves/Transaction.h | 2 +- src/WebAuthn.cpp | 2 +- src/WebAuthn.h | 2 +- src/XRP/Address.cpp | 2 +- src/XRP/Address.h | 2 +- src/XRP/BinaryCoding.h | 2 +- src/XRP/Entry.cpp | 2 +- src/XRP/Entry.h | 2 +- src/XRP/Signer.cpp | 2 +- src/XRP/Signer.h | 2 +- src/XRP/Transaction.cpp | 2 +- src/XRP/Transaction.h | 2 +- src/XRP/XAddress.cpp | 2 +- src/XRP/XAddress.h | 2 +- src/Zcash/Entry.cpp | 2 +- src/Zcash/Entry.h | 2 +- src/Zcash/Signer.cpp | 2 +- src/Zcash/Signer.h | 2 +- src/Zcash/TAddress.h | 2 +- src/Zcash/Transaction.cpp | 2 +- src/Zcash/Transaction.h | 2 +- src/Zcash/TransactionBuilder.h | 2 +- src/Zen/Address.h | 2 +- src/Zen/Entry.cpp | 2 +- src/Zen/Entry.h | 2 +- src/Zen/Signer.cpp | 2 +- src/Zen/Signer.h | 2 +- src/Zen/TransactionBuilder.h | 2 +- src/Zilliqa/Address.cpp | 2 +- src/Zilliqa/Address.h | 2 +- src/Zilliqa/AddressChecksum.cpp | 2 +- src/Zilliqa/AddressChecksum.h | 2 +- src/Zilliqa/Entry.cpp | 2 +- src/Zilliqa/Entry.h | 2 +- src/Zilliqa/Signer.cpp | 2 +- src/Zilliqa/Signer.h | 2 +- src/algorithm/erase.h | 2 +- src/algorithm/sort_copy.h | 2 +- src/algorithm/string.hpp | 2 +- src/algorithm/to_array.h | 2 +- src/concepts/tw_concepts.h | 2 +- src/interface/TWAES.cpp | 2 +- src/interface/TWAccount.cpp | 2 +- src/interface/TWAnyAddress.cpp | 2 +- src/interface/TWAnySigner.cpp | 2 +- src/interface/TWAsnParser.cpp | 2 +- src/interface/TWBarz.cpp | 2 +- src/interface/TWBase32.cpp | 2 +- src/interface/TWBase58.cpp | 2 +- src/interface/TWBase64.cpp | 2 +- src/interface/TWBitcoinAddress.cpp | 2 +- src/interface/TWBitcoinFee.cpp | 2 +- src/interface/TWBitcoinMessageSigner.cpp | 2 +- src/interface/TWBitcoinScript.cpp | 2 +- src/interface/TWBitcoinSigHashType.cpp | 2 +- src/interface/TWCardano.cpp | 2 +- src/interface/TWCoinType.cpp | 2 +- src/interface/TWData.cpp | 2 +- src/interface/TWDataVector.cpp | 2 +- src/interface/TWDerivationPath.cpp | 2 +- src/interface/TWDerivationPathIndex.cpp | 2 +- src/interface/TWEthereum.cpp | 2 +- src/interface/TWEthereumAbi.cpp | 2 +- src/interface/TWEthereumAbiFunction.cpp | 2 +- src/interface/TWEthereumAbiValue.cpp | 2 +- src/interface/TWEthereumMessageSigner.cpp | 2 +- src/interface/TWEthereumRlp.cpp | 2 +- src/interface/TWFIOAccount.cpp | 2 +- src/interface/TWFilecoinAddressConverter.cpp | 2 +- src/interface/TWGroestlcoinAddress.cpp | 2 +- src/interface/TWHDVersion.cpp | 2 +- src/interface/TWHDWallet.cpp | 2 +- src/interface/TWHash.cpp | 2 +- src/interface/TWMnemonic.cpp | 2 +- src/interface/TWNEARAccount.cpp | 2 +- src/interface/TWNervosAddress.cpp | 2 +- src/interface/TWPBKDF2.cpp | 2 +- src/interface/TWPrivateKey.cpp | 2 +- src/interface/TWPublicKey.cpp | 2 +- src/interface/TWRippleXAddress.cpp | 2 +- src/interface/TWSegwitAddress.cpp | 2 +- src/interface/TWSolanaAddress.cpp | 2 +- src/interface/TWStarkExMessageSigner.cpp | 2 +- src/interface/TWStarkWare.cpp | 2 +- src/interface/TWStoredKey.cpp | 2 +- src/interface/TWString+Hex.cpp | 2 +- src/interface/TWString.cpp | 2 +- src/interface/TWTezosMessageSigner.cpp | 2 +- src/interface/TWTransactionCompiler.cpp | 2 +- src/interface/TWTronMessageSigner.cpp | 2 +- src/interface/TWWebAuthn.cpp | 2 +- src/memory/memzero_wrapper.h | 2 +- src/operators/equality_comparable.h | 2 +- src/proto/Aptos.proto | 2 +- src/proto/Barz.proto | 2 +- src/proto/Everscale.proto | 2 +- src/proto/Hedera.proto | 2 +- src/proto/InternetComputer.proto | 2 +- src/proto/LiquidStaking.proto | 2 +- src/proto/MultiversX.proto | 2 +- src/proto/Nervos.proto | 2 +- src/proto/Oasis.proto | 2 +- src/proto/Sui.proto | 2 +- src/proto/TheOpenNetwork.proto | 2 +- src/rust/RustCoinEntry.cpp | 2 +- src/rust/RustCoinEntry.h | 2 +- src/rust/Wrapper.h | 2 +- src/uint256.h | 2 +- tests/CMakeLists.txt | 2 +- tests/chains/Acala/TWAnyAddressTests.cpp | 2 +- tests/chains/Acala/TWAnySignerTests.cpp | 2 +- tests/chains/Acala/TWCoinTypeTests.cpp | 2 +- tests/chains/AcalaEVM/TWCoinTypeTests.cpp | 2 +- tests/chains/Aeternity/AddressTests.cpp | 2 +- tests/chains/Aeternity/SignerTests.cpp | 2 +- tests/chains/Aeternity/TWAeternityAddressTests.cpp | 2 +- tests/chains/Aeternity/TWAnySignerTests.cpp | 2 +- tests/chains/Aeternity/TWCoinTypeTests.cpp | 2 +- tests/chains/Aeternity/TransactionTests.cpp | 2 +- tests/chains/Aion/AddressTests.cpp | 2 +- tests/chains/Aion/RLPTests.cpp | 2 +- tests/chains/Aion/SignerTests.cpp | 2 +- tests/chains/Aion/TWAnySignerTests.cpp | 2 +- tests/chains/Aion/TWCoinTypeTests.cpp | 2 +- tests/chains/Aion/TransactionCompilerTests.cpp | 2 +- tests/chains/Aion/TransactionTests.cpp | 2 +- tests/chains/Algorand/AddressTests.cpp | 2 +- tests/chains/Algorand/SignerTests.cpp | 2 +- tests/chains/Algorand/TWAnySignerTests.cpp | 2 +- tests/chains/Algorand/TWCoinTypeTests.cpp | 2 +- tests/chains/Aptos/AddressTests.cpp | 2 +- tests/chains/Aptos/CompilerTests.cpp | 2 +- tests/chains/Aptos/TWAnySignerTests.cpp | 2 +- tests/chains/Aptos/TWAptosAddressTests.cpp | 2 +- tests/chains/Aptos/TWCoinTypeTests.cpp | 2 +- tests/chains/Arbitrum/TWCoinTypeTests.cpp | 2 +- tests/chains/ArbitrumNova/TWCoinTypeTests.cpp | 2 +- tests/chains/Aurora/TWCoinTypeTests.cpp | 2 +- tests/chains/Avalanche/TWCoinTypeTests.cpp | 2 +- tests/chains/Base/TWCoinTypeTests.cpp | 2 +- tests/chains/Binance/AddressTests.cpp | 2 +- tests/chains/Binance/TWAnySignerTests.cpp | 2 +- tests/chains/Binance/TWCoinTypeTests.cpp | 2 +- tests/chains/BinanceSmartChain/SignerTests.cpp | 2 +- tests/chains/BinanceSmartChain/TWAnyAddressTests.cpp | 2 +- tests/chains/BinanceSmartChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Bitcoin/BitcoinAddressTests.cpp | 2 +- tests/chains/Bitcoin/BitcoinOrdinalNftData.h | 2 +- tests/chains/Bitcoin/BitcoinScriptTests.cpp | 2 +- tests/chains/Bitcoin/FeeCalculatorTests.cpp | 2 +- tests/chains/Bitcoin/InputSelectorTests.cpp | 2 +- tests/chains/Bitcoin/MessageSignerTests.cpp | 2 +- tests/chains/Bitcoin/SegwitAddressTests.cpp | 2 +- tests/chains/Bitcoin/TWBitcoinAddressTests.cpp | 2 +- tests/chains/Bitcoin/TWBitcoinFeeTests.cpp | 2 +- tests/chains/Bitcoin/TWBitcoinScriptTests.cpp | 2 +- tests/chains/Bitcoin/TWBitcoinSigningTests.cpp | 2 +- tests/chains/Bitcoin/TWBitcoinTransactionTests.cpp | 2 +- tests/chains/Bitcoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Bitcoin/TWSegwitAddressTests.cpp | 2 +- tests/chains/Bitcoin/TransactionPlanTests.cpp | 2 +- tests/chains/Bitcoin/TxComparisonHelper.cpp | 2 +- tests/chains/Bitcoin/TxComparisonHelper.h | 2 +- tests/chains/BitcoinCash/TWBitcoinCashTests.cpp | 2 +- tests/chains/BitcoinCash/TWCoinTypeTests.cpp | 2 +- tests/chains/BitcoinDiamond/AddressTests.cpp | 2 +- tests/chains/BitcoinDiamond/SignerTests.cpp | 2 +- tests/chains/BitcoinDiamond/TWAnyAddressTests.cpp | 2 +- tests/chains/BitcoinDiamond/TWAnySignerTests.cpp | 2 +- tests/chains/BitcoinDiamond/TWCoinTypeTests.cpp | 2 +- tests/chains/BitcoinDiamond/TWSegwitAddressTests.cpp | 2 +- tests/chains/BitcoinDiamond/TransactionCompilerTests.cpp | 2 +- tests/chains/BitcoinGold/TWAddressTests.cpp | 2 +- tests/chains/BitcoinGold/TWBitcoinGoldTests.cpp | 2 +- tests/chains/BitcoinGold/TWCoinTypeTests.cpp | 2 +- tests/chains/BitcoinGold/TWSegwitAddressTests.cpp | 2 +- tests/chains/BitcoinGold/TWSignerTests.cpp | 2 +- tests/chains/Boba/TWCoinTypeTests.cpp | 2 +- tests/chains/Callisto/TWCoinTypeTests.cpp | 2 +- tests/chains/Cardano/AddressTests.cpp | 2 +- tests/chains/Cardano/SigningTests.cpp | 2 +- tests/chains/Cardano/StakingTests.cpp | 2 +- tests/chains/Cardano/TWCardanoAddressTests.cpp | 2 +- tests/chains/Cardano/TWCoinTypeTests.cpp | 2 +- tests/chains/Cardano/TransactionCompilerTests.cpp | 2 +- tests/chains/Cardano/TransactionTests.cpp | 2 +- tests/chains/Celo/TWCoinTypeTests.cpp | 2 +- tests/chains/ConfluxeSpace/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/AddressTests.cpp | 2 +- tests/chains/Cosmos/Agoric/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Agoric/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Akash/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Akash/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Axelar/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Axelar/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/BandChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Bluzelle/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Comdex/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Comdex/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Coreum/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Coreum/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/CosmosTestHelpers.h | 2 +- tests/chains/Cosmos/Crescent/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Crescent/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/CryptoOrg/SignerTests.cpp | 2 +- tests/chains/Cosmos/CryptoOrg/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/CryptoOrg/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/CryptoOrg/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/FetchAI/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/FetchAI/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Juno/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Juno/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Juno/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Kava/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Kujira/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Kujira/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Mars/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Mars/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/NativeCanto/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/NativeCanto/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/NativeEvmos/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/NativeEvmos/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/NativeInjective/SignerTests.cpp | 2 +- tests/chains/Cosmos/NativeInjective/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/NativeInjective/TWCoinTypeTests.cpp | 2 +- .../Cosmos/NativeInjective/TransactionCompilerTests.cpp | 2 +- tests/chains/Cosmos/Neutron/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Neutron/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Noble/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Noble/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Osmosis/SignerTests.cpp | 2 +- tests/chains/Cosmos/Osmosis/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Osmosis/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Osmosis/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Persistence/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Persistence/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Quasar/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Quasar/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Secret/SignerTests.cpp | 2 +- tests/chains/Cosmos/Secret/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Secret/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Secret/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Sei/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Sei/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/SignerTests.cpp | 2 +- tests/chains/Cosmos/Sommelier/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Sommelier/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/StakingTests.cpp | 2 +- tests/chains/Cosmos/Stargaze/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Stargaze/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Stride/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Stride/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/Stride/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/THORChain/SignerTests.cpp | 2 +- tests/chains/Cosmos/THORChain/SwapTests.cpp | 2 +- tests/chains/Cosmos/THORChain/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/THORChain/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/THORChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/THORChain/TWSwapTests.cpp | 2 +- tests/chains/Cosmos/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/TWAnySignerTests.cpp | 2 +- tests/chains/Cosmos/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Terra/SignerTests.cpp | 2 +- tests/chains/Cosmos/Terra/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/TerraV2/SignerTests.cpp | 2 +- tests/chains/Cosmos/TerraV2/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Tia/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Tia/TWCoinTypeTests.cpp | 2 +- tests/chains/Cosmos/Umee/TWAnyAddressTests.cpp | 2 +- tests/chains/Cosmos/Umee/TWCoinTypeTests.cpp | 2 +- tests/chains/Cronos/TWAnyAddressTests.cpp | 2 +- tests/chains/Cronos/TWCoinTypeTests.cpp | 2 +- tests/chains/Dash/TWCoinTypeTests.cpp | 2 +- tests/chains/Dash/TWDashTests.cpp | 2 +- tests/chains/Decred/AddressTests.cpp | 2 +- tests/chains/Decred/SignerTests.cpp | 2 +- tests/chains/Decred/TWAnySignerTests.cpp | 2 +- tests/chains/Decred/TWCoinTypeTests.cpp | 2 +- tests/chains/Decred/TWDecredTests.cpp | 2 +- tests/chains/DigiByte/TWCoinTypeTests.cpp | 2 +- tests/chains/DigiByte/TWDigiByteTests.cpp | 2 +- tests/chains/Dogecoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Dogecoin/TWDogeTests.cpp | 2 +- tests/chains/ECO/TWCoinTypeTests.cpp | 2 +- tests/chains/ECash/TWCoinTypeTests.cpp | 2 +- tests/chains/EOS/AddressTests.cpp | 2 +- tests/chains/EOS/AssetTests.cpp | 2 +- tests/chains/EOS/NameTests.cpp | 2 +- tests/chains/EOS/SignatureTests.cpp | 2 +- tests/chains/EOS/TWAnySignerTests.cpp | 2 +- tests/chains/EOS/TWCoinTypeTests.cpp | 2 +- tests/chains/EOS/TransactionTests.cpp | 2 +- tests/chains/Ethereum/AddressTests.cpp | 2 +- tests/chains/Ethereum/BarzTests.cpp | 2 +- tests/chains/Ethereum/ContractCallTests.cpp | 2 +- tests/chains/Ethereum/EIP1014Tests.cpp | 2 +- tests/chains/Ethereum/EIP1967Tests.cpp | 2 +- tests/chains/Ethereum/EthereumMessageSignerTests.cpp | 2 +- tests/chains/Ethereum/TWAnySignerTests.cpp | 2 +- tests/chains/Ethereum/TWCoinTypeTests.cpp | 2 +- tests/chains/Ethereum/TWEthereumAbiTests.cpp | 2 +- tests/chains/Ethereum/TWEthereumAbiValueDecoderTests.cpp | 2 +- tests/chains/Ethereum/TWEthereumAbiValueEncodeTests.cpp | 2 +- tests/chains/Ethereum/TWRlpTests.cpp | 2 +- tests/chains/Ethereum/ValueDecoderTests.cpp | 2 +- tests/chains/Ethereum/ValueEncoderTests.cpp | 2 +- tests/chains/EthereumClassic/TWCoinTypeTests.cpp | 2 +- tests/chains/Everscale/AddressTests.cpp | 2 +- tests/chains/Everscale/CellBuilderTest.cpp | 2 +- tests/chains/Everscale/CellTests.cpp | 2 +- tests/chains/Everscale/SignerTests.cpp | 2 +- tests/chains/Everscale/TWAnyAddressTests.cpp | 2 +- tests/chains/Everscale/TWAnySignerTests.cpp | 2 +- tests/chains/Everscale/TWCoinTypeTests.cpp | 2 +- tests/chains/Evmos/SignerTests.cpp | 2 +- tests/chains/Evmos/TWAnyAddressTests.cpp | 2 +- tests/chains/Evmos/TWCoinTypeTests.cpp | 2 +- tests/chains/Evmos/TransactionCompilerTests.cpp | 2 +- tests/chains/FIO/AddressTests.cpp | 2 +- tests/chains/FIO/EncryptionTests.cpp | 2 +- tests/chains/FIO/SignerTests.cpp | 2 +- tests/chains/FIO/TWCoinTypeTests.cpp | 2 +- tests/chains/FIO/TWFIOAccountTests.cpp | 2 +- tests/chains/FIO/TWFIOTests.cpp | 2 +- tests/chains/FIO/TransactionBuilderTests.cpp | 2 +- tests/chains/Fantom/TWCoinTypeTests.cpp | 2 +- tests/chains/Filecoin/TWAnySignerTests.cpp | 2 +- tests/chains/Filecoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Firo/TWCoinTypeTests.cpp | 2 +- tests/chains/Firo/TWZCoinAddressTests.cpp | 2 +- tests/chains/GoChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Greenfield/TWAnyAddressTests.cpp | 2 +- tests/chains/Greenfield/TWAnySignerTests.cpp | 2 +- tests/chains/Greenfield/TWCoinTypeTests.cpp | 2 +- tests/chains/Greenfield/TransactionCompilerTests.cpp | 2 +- tests/chains/Groestlcoin/AddressTests.cpp | 2 +- tests/chains/Groestlcoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Groestlcoin/TWGroestlcoinSigningTests.cpp | 2 +- tests/chains/Groestlcoin/TWGroestlcoinTests.cpp | 2 +- tests/chains/Harmony/AddressTests.cpp | 2 +- tests/chains/Harmony/SignerTests.cpp | 2 +- tests/chains/Harmony/StakingTests.cpp | 2 +- tests/chains/Harmony/TWAnyAddressTests.cpp | 2 +- tests/chains/Harmony/TWAnySignerTests.cpp | 2 +- tests/chains/Harmony/TWCoinTypeTests.cpp | 2 +- tests/chains/Harmony/TWHarmonyStakingTests.cpp | 2 +- tests/chains/Hedera/AddressTests.cpp | 2 +- tests/chains/Hedera/SignerTests.cpp | 2 +- tests/chains/Hedera/TWAnySignerTests.cpp | 2 +- tests/chains/Hedera/TWCoinTypeTests.cpp | 2 +- tests/chains/ICON/AddressTests.cpp | 2 +- tests/chains/ICON/TWAnySignerTests.cpp | 2 +- tests/chains/ICON/TWCoinTypeTests.cpp | 2 +- tests/chains/ICON/TransactionCompilerTests.cpp | 2 +- tests/chains/IOST/AddressTests.cpp | 2 +- tests/chains/ImmutableX/StarkKeyTests.cpp | 2 +- tests/chains/InternetComputer/TWAnyAddressTests.cpp | 2 +- tests/chains/InternetComputer/TWAnySignerTests.cpp | 2 +- tests/chains/InternetComputer/TWCoinTypeTests.cpp | 2 +- tests/chains/IoTeX/AddressTests.cpp | 2 +- tests/chains/IoTeX/SignerTests.cpp | 2 +- tests/chains/IoTeX/StakingTests.cpp | 2 +- tests/chains/IoTeX/TWAnySignerTests.cpp | 2 +- tests/chains/IoTeX/TWCoinTypeTests.cpp | 2 +- tests/chains/KavaEvm/TWCoinTypeTests.cpp | 2 +- tests/chains/Kin/TWCoinTypeTests.cpp | 2 +- tests/chains/Klaytn/TWCoinTypeTests.cpp | 2 +- tests/chains/KuCoinCommunityChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Kusama/AddressTests.cpp | 2 +- tests/chains/Kusama/SignerTests.cpp | 2 +- tests/chains/Kusama/TWAnySignerTests.cpp | 2 +- tests/chains/Kusama/TWCoinTypeTests.cpp | 2 +- tests/chains/Linea/TWCoinTypeTests.cpp | 2 +- tests/chains/Litecoin/LitecoinAddressTests.cpp | 2 +- tests/chains/Litecoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Litecoin/TWLitecoinTests.cpp | 2 +- tests/chains/MantaPacific/TWCoinTypeTests.cpp | 2 +- tests/chains/Mantle/TWCoinTypeTests.cpp | 2 +- tests/chains/Meter/TWCoinTypeTests.cpp | 2 +- tests/chains/Metis/TWCoinTypeTests.cpp | 2 +- tests/chains/Monacoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Monacoin/TWMonacoinAddressTests.cpp | 2 +- tests/chains/Monacoin/TWMonacoinTransactionTests.cpp | 2 +- tests/chains/Moonbeam/TWCoinTypeTests.cpp | 2 +- tests/chains/Moonriver/TWCoinTypeTests.cpp | 2 +- tests/chains/MultiversX/AddressTests.cpp | 2 +- tests/chains/MultiversX/SerializationTests.cpp | 2 +- tests/chains/MultiversX/SignerTests.cpp | 2 +- tests/chains/MultiversX/TWAnySignerTests.cpp | 2 +- tests/chains/MultiversX/TWCoinTypeTests.cpp | 2 +- tests/chains/MultiversX/TestAccounts.h | 2 +- tests/chains/MultiversX/TransactionFactoryTests.cpp | 2 +- tests/chains/NEAR/AccountTests.cpp | 2 +- tests/chains/NEAR/AddressTests.cpp | 2 +- tests/chains/NEAR/SerializationTests.cpp | 2 +- tests/chains/NEAR/SignerTests.cpp | 2 +- tests/chains/NEAR/TWAnySignerTests.cpp | 2 +- tests/chains/NEAR/TWCoinTypeTests.cpp | 2 +- tests/chains/NEAR/TWNEARAccountTests.cpp | 2 +- tests/chains/NEO/AddressTests.cpp | 2 +- tests/chains/NEO/CoinReferenceTests.cpp | 2 +- tests/chains/NEO/SignerTests.cpp | 2 +- tests/chains/NEO/TWAnySignerTests.cpp | 2 +- tests/chains/NEO/TWCoinTypeTests.cpp | 2 +- tests/chains/NEO/TransactionAttributeTests.cpp | 2 +- tests/chains/NEO/TransactionOutputTests.cpp | 2 +- tests/chains/NEO/TransactionTests.cpp | 2 +- tests/chains/NEO/WitnessTests.cpp | 2 +- tests/chains/NULS/AddressTests.cpp | 2 +- tests/chains/NULS/TWAnySignerTests.cpp | 2 +- tests/chains/NULS/TWCoinTypeTests.cpp | 2 +- tests/chains/Nano/AddressTests.cpp | 2 +- tests/chains/Nano/SignerTests.cpp | 2 +- tests/chains/Nano/TWAnySignerTests.cpp | 2 +- tests/chains/Nano/TWCoinTypeTests.cpp | 2 +- tests/chains/Nano/TWNanoAddressTests.cpp | 2 +- tests/chains/Nebl/AddressTests.cpp | 2 +- tests/chains/Nebl/SignerTests.cpp | 2 +- tests/chains/Nebl/TWAnySignerTests.cpp | 2 +- tests/chains/Nebl/TWCoinTypeTests.cpp | 2 +- tests/chains/Nebl/TWNeblAddressTests.cpp | 2 +- tests/chains/Nebl/TransactionBuilderTests.cpp | 2 +- tests/chains/Nebl/TransactionCompilerTests.cpp | 2 +- tests/chains/Nebulas/AddressTests.cpp | 2 +- tests/chains/Nebulas/SignerTests.cpp | 2 +- tests/chains/Nebulas/TWAnySignerTests.cpp | 2 +- tests/chains/Nebulas/TWCoinTypeTests.cpp | 2 +- tests/chains/Nebulas/TWNebulasAddressTests.cpp | 2 +- tests/chains/Nebulas/TransactionTests.cpp | 2 +- tests/chains/Neon/TWCoinTypeTests.cpp | 2 +- tests/chains/Nervos/AddressTests.cpp | 2 +- tests/chains/Nervos/SignerTests.cpp | 2 +- tests/chains/Nervos/TWAnyAddressTests.cpp | 2 +- tests/chains/Nervos/TWAnySignerTests.cpp | 2 +- tests/chains/Nervos/TWCoinTypeTests.cpp | 2 +- tests/chains/Nervos/TWNervosAddressTests.cpp | 2 +- tests/chains/Nimiq/AddressTests.cpp | 2 +- tests/chains/Nimiq/SignerTests.cpp | 2 +- tests/chains/Nimiq/TWAnySignerTests.cpp | 2 +- tests/chains/Nimiq/TWCoinTypeTests.cpp | 2 +- tests/chains/Nimiq/TransactionTests.cpp | 2 +- tests/chains/OKXChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Oasis/AddressTests.cpp | 2 +- tests/chains/Oasis/SignerTests.cpp | 2 +- tests/chains/Oasis/TWAnySignerTests.cpp | 2 +- tests/chains/Oasis/TWCoinTypeTests.cpp | 2 +- tests/chains/Ontology/AccountTests.cpp | 2 +- tests/chains/Ontology/AddressTests.cpp | 2 +- tests/chains/Ontology/Oep4Tests.cpp | 2 +- tests/chains/Ontology/OngTests.cpp | 2 +- tests/chains/Ontology/OntTests.cpp | 2 +- tests/chains/Ontology/ParamsBuilderTests.cpp | 2 +- tests/chains/Ontology/TWAnySignerTests.cpp | 2 +- tests/chains/Ontology/TWCoinTypeTests.cpp | 2 +- tests/chains/Ontology/TransactionTests.cpp | 2 +- tests/chains/OpBNBtestnet/TWCoinTypeTests.cpp | 2 +- tests/chains/Optimism/TWCoinTypeTests.cpp | 2 +- tests/chains/POANetwork/TWCoinTypeTests.cpp | 2 +- tests/chains/Pivx/AddressTests.cpp | 2 +- tests/chains/Pivx/TWAnyAddressTests.cpp | 2 +- tests/chains/Pivx/TWCoinTypeTests.cpp | 2 +- tests/chains/Pivx/TransactionCompilerTests.cpp | 2 +- tests/chains/Polkadot/AddressTests.cpp | 2 +- tests/chains/Polkadot/SS58AddressTests.cpp | 2 +- tests/chains/Polkadot/ScaleCodecTests.cpp | 2 +- tests/chains/Polkadot/SignerTests.cpp | 2 +- tests/chains/Polkadot/TWCoinTypeTests.cpp | 2 +- tests/chains/Polygon/TWCoinTypeTests.cpp | 2 +- tests/chains/PolygonZkEvm/TWCoinTypeTests.cpp | 2 +- tests/chains/Qtum/TWCoinTypeTests.cpp | 2 +- tests/chains/Qtum/TWQtumAddressTests.cpp | 2 +- tests/chains/Ravencoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Ravencoin/TWRavencoinTransactionTests.cpp | 2 +- tests/chains/Ronin/TWAnyAddressTests.cpp | 2 +- tests/chains/Ronin/TWAnySignerTests.cpp | 2 +- tests/chains/Ronin/TWCoinTypeTests.cpp | 2 +- tests/chains/Rootstock/TWCoinTypeTests.cpp | 2 +- tests/chains/Scroll/TWAnySignerTests.cpp | 2 +- tests/chains/Scroll/TWCoinTypeTests.cpp | 2 +- tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp | 2 +- tests/chains/Solana/AddressTests.cpp | 2 +- tests/chains/Solana/ProgramTests.cpp | 2 +- tests/chains/Solana/SignerTests.cpp | 2 +- tests/chains/Solana/TWAnySignerTests.cpp | 2 +- tests/chains/Solana/TWCoinTypeTests.cpp | 2 +- tests/chains/Solana/TWSolanaAddressTests.cpp | 2 +- tests/chains/Solana/TransactionTests.cpp | 2 +- tests/chains/StarkEx/MessageSignerTests.cpp | 2 +- tests/chains/Stellar/AddressTests.cpp | 2 +- tests/chains/Stellar/TWAnySignerTests.cpp | 2 +- tests/chains/Stellar/TWCoinTypeTests.cpp | 2 +- tests/chains/Stellar/TWStellarAddressTests.cpp | 2 +- tests/chains/Stellar/TransactionTests.cpp | 2 +- tests/chains/Sui/AddressTests.cpp | 2 +- tests/chains/Sui/CompilerTests.cpp | 2 +- tests/chains/Sui/SignerTests.cpp | 2 +- tests/chains/Sui/TWCoinTypeTests.cpp | 2 +- tests/chains/Tezos/AddressTests.cpp | 2 +- tests/chains/Tezos/ForgingTests.cpp | 2 +- tests/chains/Tezos/MessageSignerTests.cpp | 2 +- tests/chains/Tezos/OperationListTests.cpp | 2 +- tests/chains/Tezos/PublicKeyTests.cpp | 2 +- tests/chains/Tezos/SignerTests.cpp | 2 +- tests/chains/Tezos/TWAnySignerTests.cpp | 2 +- tests/chains/Tezos/TWCoinTypeTests.cpp | 2 +- tests/chains/TheOpenNetwork/AddressTests.cpp | 2 +- tests/chains/TheOpenNetwork/SignerTests.cpp | 2 +- tests/chains/TheOpenNetwork/TWAnyAddressTests.cpp | 2 +- tests/chains/TheOpenNetwork/TWAnySignerTests.cpp | 2 +- tests/chains/TheOpenNetwork/TWCoinTypeTests.cpp | 2 +- tests/chains/Theta/SignerTests.cpp | 2 +- tests/chains/Theta/TWAnySignerTests.cpp | 2 +- tests/chains/Theta/TWCoinTypeTests.cpp | 2 +- tests/chains/Theta/TransactionTests.cpp | 2 +- tests/chains/ThetaFuel/TWAnySignerTests.cpp | 2 +- tests/chains/ThetaFuel/TWCoinTypeTests.cpp | 2 +- tests/chains/ThunderToken/TWCoinTypeTests.cpp | 2 +- tests/chains/Tron/AddressTests.cpp | 2 +- tests/chains/Tron/SerializationTests.cpp | 2 +- tests/chains/Tron/SignerTests.cpp | 2 +- tests/chains/Tron/TWAnySignerTests.cpp | 2 +- tests/chains/Tron/TWCoinTypeTests.cpp | 2 +- tests/chains/Tron/TronMessageSignerTests.cpp | 2 +- tests/chains/VeChain/SignerTests.cpp | 2 +- tests/chains/VeChain/TWAnySignerTests.cpp | 2 +- tests/chains/VeChain/TWCoinTypeTests.cpp | 2 +- tests/chains/Viacoin/TWCoinTypeTests.cpp | 2 +- tests/chains/Viacoin/TWViacoinAddressTests.cpp | 2 +- tests/chains/Viction/TWCoinTypeTests.cpp | 2 +- tests/chains/WAX/TWAnySignerTests.cpp | 2 +- tests/chains/WAX/TWCoinTypeTests.cpp | 2 +- tests/chains/Wanchain/TWCoinTypeTests.cpp | 2 +- tests/chains/Waves/AddressTests.cpp | 2 +- tests/chains/Waves/LeaseTests.cpp | 2 +- tests/chains/Waves/SignerTests.cpp | 2 +- tests/chains/Waves/TWAnySignerTests.cpp | 2 +- tests/chains/Waves/TWCoinTypeTests.cpp | 2 +- tests/chains/Waves/TransactionTests.cpp | 2 +- tests/chains/XRP/AddressTests.cpp | 2 +- tests/chains/XRP/TWAnySignerTests.cpp | 2 +- tests/chains/XRP/TWCoinTypeTests.cpp | 2 +- tests/chains/XRP/TWRippleAddressTests.cpp | 2 +- tests/chains/XRP/TransactionTests.cpp | 2 +- tests/chains/Zcash/AddressTests.cpp | 2 +- tests/chains/Zcash/TWCoinTypeTests.cpp | 2 +- tests/chains/Zcash/TWZcashAddressTests.cpp | 2 +- tests/chains/Zcash/TWZcashTransactionTests.cpp | 2 +- tests/chains/Zelcash/TWCoinTypeTests.cpp | 2 +- tests/chains/Zelcash/TWZelcashAddressTests.cpp | 2 +- tests/chains/Zelcash/TWZelcashTransactionTests.cpp | 2 +- tests/chains/ZenEON/TWCoinTypeTests.cpp | 2 +- tests/chains/Zilliqa/AddressTests.cpp | 2 +- tests/chains/Zilliqa/SignatureTests.cpp | 2 +- tests/chains/Zilliqa/SignerTests.cpp | 2 +- tests/chains/Zilliqa/TWAnySignerTests.cpp | 2 +- tests/chains/Zilliqa/TWCoinTypeTests.cpp | 2 +- tests/chains/Zilliqa/TWZilliqaAddressTests.cpp | 2 +- tests/chains/ZkSyncV2/TWCoinTypeTests.cpp | 2 +- tests/chains/xDai/TWCoinTypeTests.cpp | 2 +- tests/common/AnyAddressTests.cpp | 2 +- tests/common/Base64Tests.cpp | 2 +- tests/common/BaseEncoding.cpp | 2 +- tests/common/Bech32AddressTests.cpp | 2 +- tests/common/Bech32Tests.cpp | 2 +- tests/common/BinaryCodingTests.cpp | 2 +- tests/common/CborTests.cpp | 2 +- tests/common/CoinAddressDerivationTests.cpp | 2 +- tests/common/CoinAddressValidationTests.cpp | 2 +- tests/common/DataTests.cpp | 2 +- tests/common/EncryptTests.cpp | 2 +- tests/common/HDWallet/HDWalletInternalTests.cpp | 2 +- tests/common/HDWallet/HDWalletTests.cpp | 2 +- tests/common/HashTests.cpp | 2 +- tests/common/HexCodingTests.cpp | 2 +- tests/common/Keystore/DerivationPathTests.cpp | 2 +- tests/common/Keystore/StoredKeyTests.cpp | 2 +- tests/common/LiquidStaking/LiquidStakingTests.cpp | 2 +- tests/common/MnemonicTests.cpp | 2 +- tests/common/NumericLiteralTests.cpp | 2 +- tests/common/PrivateKeyTests.cpp | 2 +- tests/common/PublicKeyLegacy.h | 2 +- tests/common/PublicKeyTests.cpp | 2 +- tests/common/TestUtilities.cpp | 2 +- tests/common/TestUtilities.h | 2 +- tests/common/Uint256Tests.cpp | 2 +- tests/common/WalletConsoleTests.cpp | 2 +- tests/common/WebAuthnTests.cpp | 2 +- tests/common/algorithm/erase_tests.cpp | 2 +- tests/common/algorithm/sort_copy_tests.cpp | 2 +- tests/common/algorithm/string.cpp | 2 +- tests/common/algorithm/to_array_tests.cpp | 2 +- tests/common/memory/memzero_tests.cpp | 2 +- tests/common/operators/equality_comparable_tests.cpp | 2 +- tests/common/rust/bindgen/WalletCoreRsTests.cpp | 2 +- tests/interface/TWAESTests.cpp | 2 +- tests/interface/TWAccountTests.cpp | 2 +- tests/interface/TWAnyAddressTests.cpp | 2 +- tests/interface/TWAsnParserTests.cpp | 2 +- tests/interface/TWBase32Tests.cpp | 2 +- tests/interface/TWBase58Tests.cpp | 2 +- tests/interface/TWBase64Tests.cpp | 2 +- tests/interface/TWCoinTypeTests.cpp | 2 +- tests/interface/TWDataTests.cpp | 2 +- tests/interface/TWDataVectorTests.cpp | 2 +- tests/interface/TWDerivationPathTests.cpp | 2 +- tests/interface/TWHDWalletTests.cpp | 2 +- tests/interface/TWHRPTests.cpp | 2 +- tests/interface/TWHashTests.cpp | 2 +- tests/interface/TWMnemonicTests.cpp | 2 +- tests/interface/TWPBKDF2Tests.cpp | 2 +- tests/interface/TWPrivateKeyTests.cpp | 2 +- tests/interface/TWPublicKeyTests.cpp | 2 +- tests/interface/TWStoredKeyTests.cpp | 2 +- tests/interface/TWStringTests.cpp | 2 +- tests/interface/TWTransactionCompilerTests.cpp | 2 +- tests/main.cpp | 2 +- wasm/src/BitcoinSigHashTypeExt.cpp | 2 +- wasm/src/BitcoinSigHashTypeExt.h | 2 +- wasm/src/CoinTypeExt.cpp | 2 +- wasm/src/CoinTypeExt.h | 2 +- wasm/src/HDVersionExt.cpp | 2 +- wasm/src/HDVersionExt.h | 2 +- wasm/src/enum-ext.d.ts | 2 +- wasm/tests/BitcoinSigHashType.test.ts | 2 +- wasm/tests/Blockchain/Greenfield.test.ts | 2 +- wasm/tests/Blockchain/Sui.test.ts | 2 +- wasm/tests/CoinType.test.ts | 2 +- wasm/tests/HDVersion.test.ts | 2 +- 1765 files changed, 1766 insertions(+), 1766 deletions(-) diff --git a/codegen-v2/src/codegen/cpp/blockchain_dispatcher_generator.rs b/codegen-v2/src/codegen/cpp/blockchain_dispatcher_generator.rs index d0b4fcd552a..37c3405cd4b 100644 --- a/codegen-v2/src/codegen/cpp/blockchain_dispatcher_generator.rs +++ b/codegen-v2/src/codegen/cpp/blockchain_dispatcher_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/entry_generator.rs b/codegen-v2/src/codegen/cpp/entry_generator.rs index 49f341ab35f..bedb7644bba 100644 --- a/codegen-v2/src/codegen/cpp/entry_generator.rs +++ b/codegen-v2/src/codegen/cpp/entry_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/mod.rs b/codegen-v2/src/codegen/cpp/mod.rs index 87443e4ad6d..8748485725c 100644 --- a/codegen-v2/src/codegen/cpp/mod.rs +++ b/codegen-v2/src/codegen/cpp/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/new_blockchain.rs b/codegen-v2/src/codegen/cpp/new_blockchain.rs index 75634f481de..130b6960eb9 100644 --- a/codegen-v2/src/codegen/cpp/new_blockchain.rs +++ b/codegen-v2/src/codegen/cpp/new_blockchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/new_evmchain.rs b/codegen-v2/src/codegen/cpp/new_evmchain.rs index 36c29e127e2..3ed973840ad 100644 --- a/codegen-v2/src/codegen/cpp/new_evmchain.rs +++ b/codegen-v2/src/codegen/cpp/new_evmchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_any_address_tests_generator.rs b/codegen-v2/src/codegen/cpp/tw_any_address_tests_generator.rs index f6fa62ac324..edf58ce36e0 100644 --- a/codegen-v2/src/codegen/cpp/tw_any_address_tests_generator.rs +++ b/codegen-v2/src/codegen/cpp/tw_any_address_tests_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_any_signer_tests_generator.rs b/codegen-v2/src/codegen/cpp/tw_any_signer_tests_generator.rs index 677162aee84..fa52676d773 100644 --- a/codegen-v2/src/codegen/cpp/tw_any_signer_tests_generator.rs +++ b/codegen-v2/src/codegen/cpp/tw_any_signer_tests_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_blockchain.rs b/codegen-v2/src/codegen/cpp/tw_blockchain.rs index f74c1e20ea9..341e37294ca 100644 --- a/codegen-v2/src/codegen/cpp/tw_blockchain.rs +++ b/codegen-v2/src/codegen/cpp/tw_blockchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_coin_address_derivation_tests_generator.rs b/codegen-v2/src/codegen/cpp/tw_coin_address_derivation_tests_generator.rs index 1cdeaf295ac..ee3ac376a4d 100644 --- a/codegen-v2/src/codegen/cpp/tw_coin_address_derivation_tests_generator.rs +++ b/codegen-v2/src/codegen/cpp/tw_coin_address_derivation_tests_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_coin_type_generator.rs b/codegen-v2/src/codegen/cpp/tw_coin_type_generator.rs index d238922ae4d..27c02e0aee6 100644 --- a/codegen-v2/src/codegen/cpp/tw_coin_type_generator.rs +++ b/codegen-v2/src/codegen/cpp/tw_coin_type_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/cpp/tw_coin_type_tests_generator.rs b/codegen-v2/src/codegen/cpp/tw_coin_type_tests_generator.rs index 8b85c4e79f4..4f29bc6c955 100644 --- a/codegen-v2/src/codegen/cpp/tw_coin_type_tests_generator.rs +++ b/codegen-v2/src/codegen/cpp/tw_coin_type_tests_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/mod.rs b/codegen-v2/src/codegen/mod.rs index 2f1b1a70839..a462add2ca7 100644 --- a/codegen-v2/src/codegen/mod.rs +++ b/codegen-v2/src/codegen/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/proto/mod.rs b/codegen-v2/src/codegen/proto/mod.rs index e760e33c8ea..bf273b0d826 100644 --- a/codegen-v2/src/codegen/proto/mod.rs +++ b/codegen-v2/src/codegen/proto/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/proto/new_blockchain.rs b/codegen-v2/src/codegen/proto/new_blockchain.rs index 805e342f124..7fd5400af2c 100644 --- a/codegen-v2/src/codegen/proto/new_blockchain.rs +++ b/codegen-v2/src/codegen/proto/new_blockchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/proto/proto_generator.rs b/codegen-v2/src/codegen/proto/proto_generator.rs index f3bd016984d..abc79897ee9 100644 --- a/codegen-v2/src/codegen/proto/proto_generator.rs +++ b/codegen-v2/src/codegen/proto/proto_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/blockchain_dispatcher_generator.rs b/codegen-v2/src/codegen/rust/blockchain_dispatcher_generator.rs index 19c83519e15..a4eb9ad4320 100644 --- a/codegen-v2/src/codegen/rust/blockchain_dispatcher_generator.rs +++ b/codegen-v2/src/codegen/rust/blockchain_dispatcher_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/blockchain_type_generator.rs b/codegen-v2/src/codegen/rust/blockchain_type_generator.rs index b902e88f739..e23c09014b3 100644 --- a/codegen-v2/src/codegen/rust/blockchain_type_generator.rs +++ b/codegen-v2/src/codegen/rust/blockchain_type_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/coin_address_derivation_test_generator.rs b/codegen-v2/src/codegen/rust/coin_address_derivation_test_generator.rs index 4a5d3acdcc6..0a7eb7a9c5b 100644 --- a/codegen-v2/src/codegen/rust/coin_address_derivation_test_generator.rs +++ b/codegen-v2/src/codegen/rust/coin_address_derivation_test_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/coin_crate.rs b/codegen-v2/src/codegen/rust/coin_crate.rs index 4586f66ae3f..a466fa8fc3e 100644 --- a/codegen-v2/src/codegen/rust/coin_crate.rs +++ b/codegen-v2/src/codegen/rust/coin_crate.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/coin_integration_tests.rs b/codegen-v2/src/codegen/rust/coin_integration_tests.rs index 541e1b2ae3c..1512003d0a7 100644 --- a/codegen-v2/src/codegen/rust/coin_integration_tests.rs +++ b/codegen-v2/src/codegen/rust/coin_integration_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/coin_registry_manifest_generator.rs b/codegen-v2/src/codegen/rust/coin_registry_manifest_generator.rs index f76fed045db..1d6eefba23a 100644 --- a/codegen-v2/src/codegen/rust/coin_registry_manifest_generator.rs +++ b/codegen-v2/src/codegen/rust/coin_registry_manifest_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/mod.rs b/codegen-v2/src/codegen/rust/mod.rs index 7edc77d5062..ee795b62cfa 100644 --- a/codegen-v2/src/codegen/rust/mod.rs +++ b/codegen-v2/src/codegen/rust/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/new_blockchain.rs b/codegen-v2/src/codegen/rust/new_blockchain.rs index 2f3a4996dd2..4dd44c4fc03 100644 --- a/codegen-v2/src/codegen/rust/new_blockchain.rs +++ b/codegen-v2/src/codegen/rust/new_blockchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/new_evmchain.rs b/codegen-v2/src/codegen/rust/new_evmchain.rs index 2222306a4de..8b16c0de289 100644 --- a/codegen-v2/src/codegen/rust/new_evmchain.rs +++ b/codegen-v2/src/codegen/rust/new_evmchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/rust/toml_editor.rs b/codegen-v2/src/codegen/rust/toml_editor.rs index 0ac35b3c53d..b14c49671ee 100644 --- a/codegen-v2/src/codegen/rust/toml_editor.rs +++ b/codegen-v2/src/codegen/rust/toml_editor.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/functions.rs b/codegen-v2/src/codegen/swift/functions.rs index 08573893865..626ef10060b 100644 --- a/codegen-v2/src/codegen/swift/functions.rs +++ b/codegen-v2/src/codegen/swift/functions.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/inits.rs b/codegen-v2/src/codegen/swift/inits.rs index 07de55e037d..fbdb80cec8e 100644 --- a/codegen-v2/src/codegen/swift/inits.rs +++ b/codegen-v2/src/codegen/swift/inits.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/mod.rs b/codegen-v2/src/codegen/swift/mod.rs index bb19c2d7478..d69946bf127 100644 --- a/codegen-v2/src/codegen/swift/mod.rs +++ b/codegen-v2/src/codegen/swift/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/properties.rs b/codegen-v2/src/codegen/swift/properties.rs index 0f19db983ba..566b1c60e3b 100644 --- a/codegen-v2/src/codegen/swift/properties.rs +++ b/codegen-v2/src/codegen/swift/properties.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/render.rs b/codegen-v2/src/codegen/swift/render.rs index b7f68716b72..9100185dc37 100644 --- a/codegen-v2/src/codegen/swift/render.rs +++ b/codegen-v2/src/codegen/swift/render.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/swift/templates/WalletCore.h b/codegen-v2/src/codegen/swift/templates/WalletCore.h index 98e432e9066..e9cbbef02fd 100644 --- a/codegen-v2/src/codegen/swift/templates/WalletCore.h +++ b/codegen-v2/src/codegen/swift/templates/WalletCore.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/codegen/template_generator.rs b/codegen-v2/src/codegen/template_generator.rs index add3da7fcb7..e3036e6bbc5 100644 --- a/codegen-v2/src/codegen/template_generator.rs +++ b/codegen-v2/src/codegen/template_generator.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/coin_id.rs b/codegen-v2/src/coin_id.rs index 6f0eaed7c36..dcfe2b35cc7 100644 --- a/codegen-v2/src/coin_id.rs +++ b/codegen-v2/src/coin_id.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/lib.rs b/codegen-v2/src/lib.rs index 5227f533701..71ffa4452ca 100644 --- a/codegen-v2/src/lib.rs +++ b/codegen-v2/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/main.rs b/codegen-v2/src/main.rs index d708659a4c0..06babc75cc1 100644 --- a/codegen-v2/src/main.rs +++ b/codegen-v2/src/main.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/manifest.rs b/codegen-v2/src/manifest.rs index 91ef48f1392..87f622526f6 100644 --- a/codegen-v2/src/manifest.rs +++ b/codegen-v2/src/manifest.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/registry.rs b/codegen-v2/src/registry.rs index aaad3ff0330..b8dadefbdbe 100644 --- a/codegen-v2/src/registry.rs +++ b/codegen-v2/src/registry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/mod.rs b/codegen-v2/src/tests/mod.rs index 266d3913191..5a0e59e3b5d 100644 --- a/codegen-v2/src/tests/mod.rs +++ b/codegen-v2/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/class.output.swift b/codegen-v2/src/tests/samples/class.output.swift index 0b5b7fbb3a1..bd9024b04df 100644 --- a/codegen-v2/src/tests/samples/class.output.swift +++ b/codegen-v2/src/tests/samples/class.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/enum.output.swift b/codegen-v2/src/tests/samples/enum.output.swift index ebc0cd0b491..d8d9a3d3e72 100644 --- a/codegen-v2/src/tests/samples/enum.output.swift +++ b/codegen-v2/src/tests/samples/enum.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/enum_extension.output.swift b/codegen-v2/src/tests/samples/enum_extension.output.swift index afdd1d794cc..77a42623f8c 100644 --- a/codegen-v2/src/tests/samples/enum_extension.output.swift +++ b/codegen-v2/src/tests/samples/enum_extension.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/enum_private.output.swift b/codegen-v2/src/tests/samples/enum_private.output.swift index b1f199054fe..bf583ef1ce5 100644 --- a/codegen-v2/src/tests/samples/enum_private.output.swift +++ b/codegen-v2/src/tests/samples/enum_private.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/non-associated.output.swift b/codegen-v2/src/tests/samples/non-associated.output.swift index d4e8ee82477..89c0a9dbb63 100644 --- a/codegen-v2/src/tests/samples/non-associated.output.swift +++ b/codegen-v2/src/tests/samples/non-associated.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/optional.output.swift b/codegen-v2/src/tests/samples/optional.output.swift index e2cef180240..504a396ebd3 100644 --- a/codegen-v2/src/tests/samples/optional.output.swift +++ b/codegen-v2/src/tests/samples/optional.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/private_class.output.swift b/codegen-v2/src/tests/samples/private_class.output.swift index 0ce8618172f..31897047db4 100644 --- a/codegen-v2/src/tests/samples/private_class.output.swift +++ b/codegen-v2/src/tests/samples/private_class.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/tests/samples/struct.output.swift b/codegen-v2/src/tests/samples/struct.output.swift index 927ffd1eac1..9cf7a2fbd19 100644 --- a/codegen-v2/src/tests/samples/struct.output.swift +++ b/codegen-v2/src/tests/samples/struct.output.swift @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen-v2/src/utils.rs b/codegen-v2/src/utils.rs index 43e1bd84f81..7f4e86bf7d8 100644 --- a/codegen-v2/src/utils.rs +++ b/codegen-v2/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/CoinInfoData.cpp.erb b/codegen/lib/templates/CoinInfoData.cpp.erb index 4803af6dff6..233ce207ebd 100644 --- a/codegen/lib/templates/CoinInfoData.cpp.erb +++ b/codegen/lib/templates/CoinInfoData.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/TWCoinTypeTests.cpp.erb b/codegen/lib/templates/TWCoinTypeTests.cpp.erb index 3784f589eb4..f51e8994b8f 100644 --- a/codegen/lib/templates/TWCoinTypeTests.cpp.erb +++ b/codegen/lib/templates/TWCoinTypeTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/TWDerivation.h.erb b/codegen/lib/templates/TWDerivation.h.erb index 30ba65483da..3e0e7f06934 100644 --- a/codegen/lib/templates/TWDerivation.h.erb +++ b/codegen/lib/templates/TWDerivation.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/TWEthereumChainID.h.erb b/codegen/lib/templates/TWEthereumChainID.h.erb index 7d3657b7a8c..a294a359c12 100644 --- a/codegen/lib/templates/TWEthereumChainID.h.erb +++ b/codegen/lib/templates/TWEthereumChainID.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/copyright_header.erb b/codegen/lib/templates/copyright_header.erb index e8de6a21997..8ce6e76b38d 100644 --- a/codegen/lib/templates/copyright_header.erb +++ b/codegen/lib/templates/copyright_header.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/hrp.cpp.erb b/codegen/lib/templates/hrp.cpp.erb index ecca3779ced..9c9e8b661d7 100644 --- a/codegen/lib/templates/hrp.cpp.erb +++ b/codegen/lib/templates/hrp.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/hrp.h.erb b/codegen/lib/templates/hrp.h.erb index a346bf8333c..b6ff8432ed8 100644 --- a/codegen/lib/templates/hrp.h.erb +++ b/codegen/lib/templates/hrp.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/java/header.erb b/codegen/lib/templates/java/header.erb index 13ea5d56c17..688631cb900 100644 --- a/codegen/lib/templates/java/header.erb +++ b/codegen/lib/templates/java/header.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Address.cpp.erb b/codegen/lib/templates/newcoin/Address.cpp.erb index 88de42de169..b129ee395b3 100644 --- a/codegen/lib/templates/newcoin/Address.cpp.erb +++ b/codegen/lib/templates/newcoin/Address.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Address.h.erb b/codegen/lib/templates/newcoin/Address.h.erb index 302a491a0aa..1a237f2938b 100644 --- a/codegen/lib/templates/newcoin/Address.h.erb +++ b/codegen/lib/templates/newcoin/Address.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/AddressTests.cpp.erb b/codegen/lib/templates/newcoin/AddressTests.cpp.erb index 4c20321c6fd..ebe3bfa3e48 100644 --- a/codegen/lib/templates/newcoin/AddressTests.cpp.erb +++ b/codegen/lib/templates/newcoin/AddressTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/AddressTests.kt.erb b/codegen/lib/templates/newcoin/AddressTests.kt.erb index 4185afbb9dd..2788e578b07 100644 --- a/codegen/lib/templates/newcoin/AddressTests.kt.erb +++ b/codegen/lib/templates/newcoin/AddressTests.kt.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Entry.cpp.erb b/codegen/lib/templates/newcoin/Entry.cpp.erb index 5e4c4aaf25d..517f282debb 100644 --- a/codegen/lib/templates/newcoin/Entry.cpp.erb +++ b/codegen/lib/templates/newcoin/Entry.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Entry.h.erb b/codegen/lib/templates/newcoin/Entry.h.erb index 29ba0783596..d50853bbcc5 100644 --- a/codegen/lib/templates/newcoin/Entry.h.erb +++ b/codegen/lib/templates/newcoin/Entry.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Proto.erb b/codegen/lib/templates/newcoin/Proto.erb index 9609e2d2089..f0d8f3f08a5 100644 --- a/codegen/lib/templates/newcoin/Proto.erb +++ b/codegen/lib/templates/newcoin/Proto.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Signer.cpp.erb b/codegen/lib/templates/newcoin/Signer.cpp.erb index fd81ac314e5..7b5d2b740bf 100644 --- a/codegen/lib/templates/newcoin/Signer.cpp.erb +++ b/codegen/lib/templates/newcoin/Signer.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Signer.h.erb b/codegen/lib/templates/newcoin/Signer.h.erb index 7d660796723..7c5d52f534d 100644 --- a/codegen/lib/templates/newcoin/Signer.h.erb +++ b/codegen/lib/templates/newcoin/Signer.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/SignerTests.cpp.erb b/codegen/lib/templates/newcoin/SignerTests.cpp.erb index 26150a8face..ce60c5bb6c2 100644 --- a/codegen/lib/templates/newcoin/SignerTests.cpp.erb +++ b/codegen/lib/templates/newcoin/SignerTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/SignerTests.kt.erb b/codegen/lib/templates/newcoin/SignerTests.kt.erb index 5bf1f4ed8bb..80543b08024 100644 --- a/codegen/lib/templates/newcoin/SignerTests.kt.erb +++ b/codegen/lib/templates/newcoin/SignerTests.kt.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/TWAddressTests.cpp.erb b/codegen/lib/templates/newcoin/TWAddressTests.cpp.erb index 9ad574fec94..da1db3200d4 100644 --- a/codegen/lib/templates/newcoin/TWAddressTests.cpp.erb +++ b/codegen/lib/templates/newcoin/TWAddressTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/TWSignerTests.cpp.erb b/codegen/lib/templates/newcoin/TWSignerTests.cpp.erb index 456b6f08b8d..7ac907b34a2 100644 --- a/codegen/lib/templates/newcoin/TWSignerTests.cpp.erb +++ b/codegen/lib/templates/newcoin/TWSignerTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/Tests.swift.erb b/codegen/lib/templates/newcoin/Tests.swift.erb index 28c2ef8339e..0ee4e8a777c 100644 --- a/codegen/lib/templates/newcoin/Tests.swift.erb +++ b/codegen/lib/templates/newcoin/Tests.swift.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/newcoin/TransactionCompilerTests.cpp.erb b/codegen/lib/templates/newcoin/TransactionCompilerTests.cpp.erb index 8150081c49e..615a1437a27 100644 --- a/codegen/lib/templates/newcoin/TransactionCompilerTests.cpp.erb +++ b/codegen/lib/templates/newcoin/TransactionCompilerTests.cpp.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/codegen/lib/templates/swift/TrustWalletCore.h.erb b/codegen/lib/templates/swift/TrustWalletCore.h.erb index f1246a2a970..66719c1a51a 100644 --- a/codegen/lib/templates/swift/TrustWalletCore.h.erb +++ b/codegen/lib/templates/swift/TrustWalletCore.h.erb @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAES.h b/include/TrustWalletCore/TWAES.h index 383804cedb1..772e8a660f3 100644 --- a/include/TrustWalletCore/TWAES.h +++ b/include/TrustWalletCore/TWAES.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAESPaddingMode.h b/include/TrustWalletCore/TWAESPaddingMode.h index b9e7c707950..2b065858e78 100644 --- a/include/TrustWalletCore/TWAESPaddingMode.h +++ b/include/TrustWalletCore/TWAESPaddingMode.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAccount.h b/include/TrustWalletCore/TWAccount.h index adb6f8a97e3..5d4f9a9d97c 100644 --- a/include/TrustWalletCore/TWAccount.h +++ b/include/TrustWalletCore/TWAccount.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAnyAddress.h b/include/TrustWalletCore/TWAnyAddress.h index ce501489c22..6fb90fd1c30 100644 --- a/include/TrustWalletCore/TWAnyAddress.h +++ b/include/TrustWalletCore/TWAnyAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAnySigner.h b/include/TrustWalletCore/TWAnySigner.h index 25cebe5c1a0..06b106cba16 100644 --- a/include/TrustWalletCore/TWAnySigner.h +++ b/include/TrustWalletCore/TWAnySigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWAsnParser.h b/include/TrustWalletCore/TWAsnParser.h index 67d0c6588cd..7d11fb90636 100644 --- a/include/TrustWalletCore/TWAsnParser.h +++ b/include/TrustWalletCore/TWAsnParser.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBarz.h b/include/TrustWalletCore/TWBarz.h index 3bc08ed31b4..102e9a5e99b 100644 --- a/include/TrustWalletCore/TWBarz.h +++ b/include/TrustWalletCore/TWBarz.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBase.h b/include/TrustWalletCore/TWBase.h index f0486654eb7..46320b07e78 100644 --- a/include/TrustWalletCore/TWBase.h +++ b/include/TrustWalletCore/TWBase.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBase32.h b/include/TrustWalletCore/TWBase32.h index 153d348f3a3..248be7700f0 100644 --- a/include/TrustWalletCore/TWBase32.h +++ b/include/TrustWalletCore/TWBase32.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBase58.h b/include/TrustWalletCore/TWBase58.h index 87a3cbe70fd..760af3ab57f 100644 --- a/include/TrustWalletCore/TWBase58.h +++ b/include/TrustWalletCore/TWBase58.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBase64.h b/include/TrustWalletCore/TWBase64.h index 7ca0c37492f..49ece243a5f 100644 --- a/include/TrustWalletCore/TWBase64.h +++ b/include/TrustWalletCore/TWBase64.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBitcoinAddress.h b/include/TrustWalletCore/TWBitcoinAddress.h index 1ef667bf6a4..f8d1606b3eb 100644 --- a/include/TrustWalletCore/TWBitcoinAddress.h +++ b/include/TrustWalletCore/TWBitcoinAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBitcoinFee.h b/include/TrustWalletCore/TWBitcoinFee.h index 33dc9c6c5ea..a557bbf1011 100644 --- a/include/TrustWalletCore/TWBitcoinFee.h +++ b/include/TrustWalletCore/TWBitcoinFee.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBitcoinMessageSigner.h b/include/TrustWalletCore/TWBitcoinMessageSigner.h index 6b09918f3a6..01469c1bbfb 100644 --- a/include/TrustWalletCore/TWBitcoinMessageSigner.h +++ b/include/TrustWalletCore/TWBitcoinMessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBitcoinScript.h b/include/TrustWalletCore/TWBitcoinScript.h index 94ed5ce020b..47c2991f95a 100644 --- a/include/TrustWalletCore/TWBitcoinScript.h +++ b/include/TrustWalletCore/TWBitcoinScript.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBitcoinSigHashType.h b/include/TrustWalletCore/TWBitcoinSigHashType.h index c71bde2d480..d6491cf83b0 100644 --- a/include/TrustWalletCore/TWBitcoinSigHashType.h +++ b/include/TrustWalletCore/TWBitcoinSigHashType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWBlockchain.h b/include/TrustWalletCore/TWBlockchain.h index 94187ca6899..e1636b15500 100644 --- a/include/TrustWalletCore/TWBlockchain.h +++ b/include/TrustWalletCore/TWBlockchain.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWCardano.h b/include/TrustWalletCore/TWCardano.h index 0892d616183..e8f4022b22b 100644 --- a/include/TrustWalletCore/TWCardano.h +++ b/include/TrustWalletCore/TWCardano.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWCoinType.h b/include/TrustWalletCore/TWCoinType.h index 9aeca0a9953..9b5b46b3a55 100644 --- a/include/TrustWalletCore/TWCoinType.h +++ b/include/TrustWalletCore/TWCoinType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWCoinTypeConfiguration.h b/include/TrustWalletCore/TWCoinTypeConfiguration.h index c83db7753e0..21b87a75ae0 100644 --- a/include/TrustWalletCore/TWCoinTypeConfiguration.h +++ b/include/TrustWalletCore/TWCoinTypeConfiguration.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWCurve.h b/include/TrustWalletCore/TWCurve.h index f04256c62c2..057a784aae1 100644 --- a/include/TrustWalletCore/TWCurve.h +++ b/include/TrustWalletCore/TWCurve.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWData.h b/include/TrustWalletCore/TWData.h index 8c498d81cc4..b86485f8afc 100644 --- a/include/TrustWalletCore/TWData.h +++ b/include/TrustWalletCore/TWData.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWDataVector.h b/include/TrustWalletCore/TWDataVector.h index 3f950635aea..0618e207ef2 100644 --- a/include/TrustWalletCore/TWDataVector.h +++ b/include/TrustWalletCore/TWDataVector.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWDerivationPath.h b/include/TrustWalletCore/TWDerivationPath.h index 0d116870e93..c610906ef64 100644 --- a/include/TrustWalletCore/TWDerivationPath.h +++ b/include/TrustWalletCore/TWDerivationPath.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWDerivationPathIndex.h b/include/TrustWalletCore/TWDerivationPathIndex.h index fe7d93ae2c0..c909ed2c6ea 100644 --- a/include/TrustWalletCore/TWDerivationPathIndex.h +++ b/include/TrustWalletCore/TWDerivationPathIndex.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereum.h b/include/TrustWalletCore/TWEthereum.h index 20007e4aaff..3c80693ce5b 100644 --- a/include/TrustWalletCore/TWEthereum.h +++ b/include/TrustWalletCore/TWEthereum.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereumAbi.h b/include/TrustWalletCore/TWEthereumAbi.h index 33b976dc61a..9592abc1340 100644 --- a/include/TrustWalletCore/TWEthereumAbi.h +++ b/include/TrustWalletCore/TWEthereumAbi.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereumAbiFunction.h b/include/TrustWalletCore/TWEthereumAbiFunction.h index d07199a2844..d7fed4b7272 100644 --- a/include/TrustWalletCore/TWEthereumAbiFunction.h +++ b/include/TrustWalletCore/TWEthereumAbiFunction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereumAbiValue.h b/include/TrustWalletCore/TWEthereumAbiValue.h index 0af2f1e22ad..fd7b149a2cb 100644 --- a/include/TrustWalletCore/TWEthereumAbiValue.h +++ b/include/TrustWalletCore/TWEthereumAbiValue.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereumMessageSigner.h b/include/TrustWalletCore/TWEthereumMessageSigner.h index cf21d8a8ddd..ced7521894c 100644 --- a/include/TrustWalletCore/TWEthereumMessageSigner.h +++ b/include/TrustWalletCore/TWEthereumMessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWEthereumRlp.h b/include/TrustWalletCore/TWEthereumRlp.h index 1644c86e1e2..e0ac7260395 100644 --- a/include/TrustWalletCore/TWEthereumRlp.h +++ b/include/TrustWalletCore/TWEthereumRlp.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWFIOAccount.h b/include/TrustWalletCore/TWFIOAccount.h index a8abca53615..49d6edf3c52 100644 --- a/include/TrustWalletCore/TWFIOAccount.h +++ b/include/TrustWalletCore/TWFIOAccount.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWFilecoinAddressConverter.h b/include/TrustWalletCore/TWFilecoinAddressConverter.h index aa5e37b8000..ef865127063 100644 --- a/include/TrustWalletCore/TWFilecoinAddressConverter.h +++ b/include/TrustWalletCore/TWFilecoinAddressConverter.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWFilecoinAddressType.h b/include/TrustWalletCore/TWFilecoinAddressType.h index 98f82450d3d..3e842bcaaf3 100644 --- a/include/TrustWalletCore/TWFilecoinAddressType.h +++ b/include/TrustWalletCore/TWFilecoinAddressType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWGroestlcoinAddress.h b/include/TrustWalletCore/TWGroestlcoinAddress.h index e6512db8c0b..87b532b6697 100644 --- a/include/TrustWalletCore/TWGroestlcoinAddress.h +++ b/include/TrustWalletCore/TWGroestlcoinAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWHDVersion.h b/include/TrustWalletCore/TWHDVersion.h index 6e726bef840..202aba38b98 100644 --- a/include/TrustWalletCore/TWHDVersion.h +++ b/include/TrustWalletCore/TWHDVersion.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWHDWallet.h b/include/TrustWalletCore/TWHDWallet.h index e48e9bd7050..c81477d720a 100644 --- a/include/TrustWalletCore/TWHDWallet.h +++ b/include/TrustWalletCore/TWHDWallet.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWHash.h b/include/TrustWalletCore/TWHash.h index f8f4a9743e2..bcf44924ed5 100644 --- a/include/TrustWalletCore/TWHash.h +++ b/include/TrustWalletCore/TWHash.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWLiquidStaking.h b/include/TrustWalletCore/TWLiquidStaking.h index 4829ef3b594..658772e304b 100644 --- a/include/TrustWalletCore/TWLiquidStaking.h +++ b/include/TrustWalletCore/TWLiquidStaking.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWMnemonic.h b/include/TrustWalletCore/TWMnemonic.h index 6baa9b1113c..87cd6b23fe4 100644 --- a/include/TrustWalletCore/TWMnemonic.h +++ b/include/TrustWalletCore/TWMnemonic.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWNEARAccount.h b/include/TrustWalletCore/TWNEARAccount.h index 8daa5365cf9..e6809083a8b 100644 --- a/include/TrustWalletCore/TWNEARAccount.h +++ b/include/TrustWalletCore/TWNEARAccount.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWNervosAddress.h b/include/TrustWalletCore/TWNervosAddress.h index eedceb86f08..6769526cfd9 100644 --- a/include/TrustWalletCore/TWNervosAddress.h +++ b/include/TrustWalletCore/TWNervosAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPBKDF2.h b/include/TrustWalletCore/TWPBKDF2.h index b7070849dbf..5ff2693cbb3 100644 --- a/include/TrustWalletCore/TWPBKDF2.h +++ b/include/TrustWalletCore/TWPBKDF2.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPrivateKey.h b/include/TrustWalletCore/TWPrivateKey.h index 2e32b19f532..4d6026222e4 100644 --- a/include/TrustWalletCore/TWPrivateKey.h +++ b/include/TrustWalletCore/TWPrivateKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPrivateKeyType.h b/include/TrustWalletCore/TWPrivateKeyType.h index a51aebae791..b3463adddf2 100644 --- a/include/TrustWalletCore/TWPrivateKeyType.h +++ b/include/TrustWalletCore/TWPrivateKeyType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPublicKey.h b/include/TrustWalletCore/TWPublicKey.h index 326f694d073..cd12182259b 100644 --- a/include/TrustWalletCore/TWPublicKey.h +++ b/include/TrustWalletCore/TWPublicKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPublicKeyType.h b/include/TrustWalletCore/TWPublicKeyType.h index 894292ad5f4..dca97a795c4 100644 --- a/include/TrustWalletCore/TWPublicKeyType.h +++ b/include/TrustWalletCore/TWPublicKeyType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWPurpose.h b/include/TrustWalletCore/TWPurpose.h index 142ed4f10c9..7204c843261 100644 --- a/include/TrustWalletCore/TWPurpose.h +++ b/include/TrustWalletCore/TWPurpose.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWRippleXAddress.h b/include/TrustWalletCore/TWRippleXAddress.h index ff412711003..8839c164fd1 100644 --- a/include/TrustWalletCore/TWRippleXAddress.h +++ b/include/TrustWalletCore/TWRippleXAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWSS58AddressType.h b/include/TrustWalletCore/TWSS58AddressType.h index 846c9d8c60f..159ae843348 100644 --- a/include/TrustWalletCore/TWSS58AddressType.h +++ b/include/TrustWalletCore/TWSS58AddressType.h @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWSegwitAddress.h b/include/TrustWalletCore/TWSegwitAddress.h index 29c81571132..524a4e929ca 100644 --- a/include/TrustWalletCore/TWSegwitAddress.h +++ b/include/TrustWalletCore/TWSegwitAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWSolanaAddress.h b/include/TrustWalletCore/TWSolanaAddress.h index 9e9c4ede571..bdc87279fde 100644 --- a/include/TrustWalletCore/TWSolanaAddress.h +++ b/include/TrustWalletCore/TWSolanaAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStarkExMessageSigner.h b/include/TrustWalletCore/TWStarkExMessageSigner.h index 63e0d2eb7cc..39235c74f8b 100644 --- a/include/TrustWalletCore/TWStarkExMessageSigner.h +++ b/include/TrustWalletCore/TWStarkExMessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStarkWare.h b/include/TrustWalletCore/TWStarkWare.h index 1f767ea6d71..b62d5fff8f8 100644 --- a/include/TrustWalletCore/TWStarkWare.h +++ b/include/TrustWalletCore/TWStarkWare.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStellarMemoType.h b/include/TrustWalletCore/TWStellarMemoType.h index 812edbf4fda..08a58984e7e 100644 --- a/include/TrustWalletCore/TWStellarMemoType.h +++ b/include/TrustWalletCore/TWStellarMemoType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStellarPassphrase.h b/include/TrustWalletCore/TWStellarPassphrase.h index d56187244eb..30c84e9f392 100644 --- a/include/TrustWalletCore/TWStellarPassphrase.h +++ b/include/TrustWalletCore/TWStellarPassphrase.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStellarVersionByte.h b/include/TrustWalletCore/TWStellarVersionByte.h index f2df0f65215..f3d7fcc701d 100644 --- a/include/TrustWalletCore/TWStellarVersionByte.h +++ b/include/TrustWalletCore/TWStellarVersionByte.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStoredKey.h b/include/TrustWalletCore/TWStoredKey.h index 01efa96e691..1adc98655c2 100644 --- a/include/TrustWalletCore/TWStoredKey.h +++ b/include/TrustWalletCore/TWStoredKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStoredKeyEncryption.h b/include/TrustWalletCore/TWStoredKeyEncryption.h index 856b407157b..dd107b51f36 100644 --- a/include/TrustWalletCore/TWStoredKeyEncryption.h +++ b/include/TrustWalletCore/TWStoredKeyEncryption.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWStoredKeyEncryptionLevel.h b/include/TrustWalletCore/TWStoredKeyEncryptionLevel.h index 071df20c97f..107cf6f5b17 100644 --- a/include/TrustWalletCore/TWStoredKeyEncryptionLevel.h +++ b/include/TrustWalletCore/TWStoredKeyEncryptionLevel.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWString.h b/include/TrustWalletCore/TWString.h index 336b88922f4..854e18f2269 100644 --- a/include/TrustWalletCore/TWString.h +++ b/include/TrustWalletCore/TWString.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWTHORChainSwap.h b/include/TrustWalletCore/TWTHORChainSwap.h index bcd35a0911e..e83c4f8584b 100644 --- a/include/TrustWalletCore/TWTHORChainSwap.h +++ b/include/TrustWalletCore/TWTHORChainSwap.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWTezosMessageSigner.h b/include/TrustWalletCore/TWTezosMessageSigner.h index bcb99bf8a85..99ec7afd69a 100644 --- a/include/TrustWalletCore/TWTezosMessageSigner.h +++ b/include/TrustWalletCore/TWTezosMessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWTransactionCompiler.h b/include/TrustWalletCore/TWTransactionCompiler.h index f9ecf2d6c86..59dee67377a 100644 --- a/include/TrustWalletCore/TWTransactionCompiler.h +++ b/include/TrustWalletCore/TWTransactionCompiler.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWTronMessageSigner.h b/include/TrustWalletCore/TWTronMessageSigner.h index 56f326d49a4..21d7e03d7fa 100644 --- a/include/TrustWalletCore/TWTronMessageSigner.h +++ b/include/TrustWalletCore/TWTronMessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/include/TrustWalletCore/TWWebAuthn.h b/include/TrustWalletCore/TWWebAuthn.h index 4d988daaecf..3bbd2e0040c 100644 --- a/include/TrustWalletCore/TWWebAuthn.h +++ b/include/TrustWalletCore/TWWebAuthn.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/Random.cpp b/jni/cpp/Random.cpp index 8e583ae5a92..ac3a2e1ccfd 100644 --- a/jni/cpp/Random.cpp +++ b/jni/cpp/Random.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/TWJNI.h b/jni/cpp/TWJNI.h index 4fc8d55d71f..25295395924 100644 --- a/jni/cpp/TWJNI.h +++ b/jni/cpp/TWJNI.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/TWJNIData.cpp b/jni/cpp/TWJNIData.cpp index 47e294f64b0..44765f2f983 100644 --- a/jni/cpp/TWJNIData.cpp +++ b/jni/cpp/TWJNIData.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/TWJNIData.h b/jni/cpp/TWJNIData.h index 39d3ca47aa9..56236d5af1a 100644 --- a/jni/cpp/TWJNIData.h +++ b/jni/cpp/TWJNIData.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/TWJNIString.cpp b/jni/cpp/TWJNIString.cpp index 95b017fac2e..3032be0f1c7 100644 --- a/jni/cpp/TWJNIString.cpp +++ b/jni/cpp/TWJNIString.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/cpp/TWJNIString.h b/jni/cpp/TWJNIString.h index e6452df0134..66ef343e9d0 100644 --- a/jni/cpp/TWJNIString.h +++ b/jni/cpp/TWJNIString.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/kotlin/AnySigner.c b/jni/kotlin/AnySigner.c index 57c215eb34c..217fe834673 100644 --- a/jni/kotlin/AnySigner.c +++ b/jni/kotlin/AnySigner.c @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/jni/kotlin/AnySigner.h b/jni/kotlin/AnySigner.h index 05742d57122..4bab3521181 100644 --- a/jni/kotlin/AnySigner.h +++ b/jni/kotlin/AnySigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/kotlin/com/trustwallet/core/AnySigner.kt b/kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/kotlin/com/trustwallet/core/AnySigner.kt index 374d66218b9..573bf31ad90 100644 --- a/kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/kotlin/com/trustwallet/core/AnySigner.kt +++ b/kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/kotlin/com/trustwallet/core/AnySigner.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/commonMain/kotlin/com/trustwallet/core/AnySigner.kt b/kotlin/wallet-core-kotlin/src/commonMain/kotlin/com/trustwallet/core/AnySigner.kt index 85e195c229e..c9f776da48c 100644 --- a/kotlin/wallet-core-kotlin/src/commonMain/kotlin/com/trustwallet/core/AnySigner.kt +++ b/kotlin/wallet-core-kotlin/src/commonMain/kotlin/com/trustwallet/core/AnySigner.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/AnySigner.kt b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/AnySigner.kt index fd1cb8ed651..cd901ee1645 100644 --- a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/AnySigner.kt +++ b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/AnySigner.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/ByteArrayExt.kt b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/ByteArrayExt.kt index 8498cb26061..ed2f3405ea0 100644 --- a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/ByteArrayExt.kt +++ b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/ByteArrayExt.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/StringExt.kt b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/StringExt.kt index 19f224a22b7..8f0d2771b69 100644 --- a/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/StringExt.kt +++ b/kotlin/wallet-core-kotlin/src/iosMain/kotlin/com/trustwallet/core/StringExt.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/WalletCore.kt b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/WalletCore.kt index ba7c30845c5..15f7cf2c8bb 100644 --- a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/WalletCore.kt +++ b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/WalletCore.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/AnySigner.kt b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/AnySigner.kt index b9e28700f97..5edc03e9968 100644 --- a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/AnySigner.kt +++ b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/AnySigner.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/ByteArray.kt b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/ByteArray.kt index 615d8c38db9..65b6bd90793 100644 --- a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/ByteArray.kt +++ b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/ByteArray.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsAnySigner.kt b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsAnySigner.kt index f387eccbe7d..72f4f33ca66 100644 --- a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsAnySigner.kt +++ b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsAnySigner.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsWalletCore.kt b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsWalletCore.kt index f2d75c7c361..40a17dc5ef1 100644 --- a/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsWalletCore.kt +++ b/kotlin/wallet-core-kotlin/src/jsMain/kotlin/com/trustwallet/core/JsWalletCore.kt @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/address.rs b/rust/chains/tw_binance/src/address.rs index 9bc164e0395..95dacb695d6 100644 --- a/rust/chains/tw_binance/src/address.rs +++ b/rust/chains/tw_binance/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/amino.rs b/rust/chains/tw_binance/src/amino.rs index 0c891586b9e..048b0bdedc1 100644 --- a/rust/chains/tw_binance/src/amino.rs +++ b/rust/chains/tw_binance/src/amino.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/compiler.rs b/rust/chains/tw_binance/src/compiler.rs index 1ee1e23dd15..613aa3e39f8 100644 --- a/rust/chains/tw_binance/src/compiler.rs +++ b/rust/chains/tw_binance/src/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/entry.rs b/rust/chains/tw_binance/src/entry.rs index bda948c9900..428646a86d0 100644 --- a/rust/chains/tw_binance/src/entry.rs +++ b/rust/chains/tw_binance/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/lib.rs b/rust/chains/tw_binance/src/lib.rs index 0bd07a91bbf..08ceb22cc86 100644 --- a/rust/chains/tw_binance/src/lib.rs +++ b/rust/chains/tw_binance/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/modules/mod.rs b/rust/chains/tw_binance/src/modules/mod.rs index f27e84a2506..fac735b18fe 100644 --- a/rust/chains/tw_binance/src/modules/mod.rs +++ b/rust/chains/tw_binance/src/modules/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/modules/preimager.rs b/rust/chains/tw_binance/src/modules/preimager.rs index 18e2d47b5b5..cbb4969d139 100644 --- a/rust/chains/tw_binance/src/modules/preimager.rs +++ b/rust/chains/tw_binance/src/modules/preimager.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/modules/serializer.rs b/rust/chains/tw_binance/src/modules/serializer.rs index 4716ffd9ab9..9e35f977f4f 100644 --- a/rust/chains/tw_binance/src/modules/serializer.rs +++ b/rust/chains/tw_binance/src/modules/serializer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/modules/tx_builder.rs b/rust/chains/tw_binance/src/modules/tx_builder.rs index a355df60dc4..0b2321f1ffa 100644 --- a/rust/chains/tw_binance/src/modules/tx_builder.rs +++ b/rust/chains/tw_binance/src/modules/tx_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/signature.rs b/rust/chains/tw_binance/src/signature.rs index 5e58a2967a1..eda4adbf4c7 100644 --- a/rust/chains/tw_binance/src/signature.rs +++ b/rust/chains/tw_binance/src/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/signer.rs b/rust/chains/tw_binance/src/signer.rs index b8b1c02739e..fd4f62cc43e 100644 --- a/rust/chains/tw_binance/src/signer.rs +++ b/rust/chains/tw_binance/src/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/htlt_order.rs b/rust/chains/tw_binance/src/transaction/message/htlt_order.rs index c0969bb305d..8c61c873a3c 100644 --- a/rust/chains/tw_binance/src/transaction/message/htlt_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/htlt_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/mod.rs b/rust/chains/tw_binance/src/transaction/message/mod.rs index 6729a4276e4..178bef612a6 100644 --- a/rust/chains/tw_binance/src/transaction/message/mod.rs +++ b/rust/chains/tw_binance/src/transaction/message/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/send_order.rs b/rust/chains/tw_binance/src/transaction/message/send_order.rs index f8e5632a85d..16ab00438d7 100644 --- a/rust/chains/tw_binance/src/transaction/message/send_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/send_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/side_chain_delegate.rs b/rust/chains/tw_binance/src/transaction/message/side_chain_delegate.rs index d376e530eee..da3d9b83b35 100644 --- a/rust/chains/tw_binance/src/transaction/message/side_chain_delegate.rs +++ b/rust/chains/tw_binance/src/transaction/message/side_chain_delegate.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/time_lock_order.rs b/rust/chains/tw_binance/src/transaction/message/time_lock_order.rs index 83dbdd6cf24..404f93e452a 100644 --- a/rust/chains/tw_binance/src/transaction/message/time_lock_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/time_lock_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/token_order.rs b/rust/chains/tw_binance/src/transaction/message/token_order.rs index 16f2594fbcb..00ba0d0d4d0 100644 --- a/rust/chains/tw_binance/src/transaction/message/token_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/token_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/trade_order.rs b/rust/chains/tw_binance/src/transaction/message/trade_order.rs index 8e02780e214..86e5ab14bc8 100644 --- a/rust/chains/tw_binance/src/transaction/message/trade_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/trade_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/message/tranfer_out_order.rs b/rust/chains/tw_binance/src/transaction/message/tranfer_out_order.rs index 3f838793e11..c25b8d46a1c 100644 --- a/rust/chains/tw_binance/src/transaction/message/tranfer_out_order.rs +++ b/rust/chains/tw_binance/src/transaction/message/tranfer_out_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_binance/src/transaction/mod.rs b/rust/chains/tw_binance/src/transaction/mod.rs index 74e96f2595b..cae05748383 100644 --- a/rust/chains/tw_binance/src/transaction/mod.rs +++ b/rust/chains/tw_binance/src/transaction/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_cosmos/src/entry.rs b/rust/chains/tw_cosmos/src/entry.rs index ca2d84efcf7..4be6be006c4 100644 --- a/rust/chains/tw_cosmos/src/entry.rs +++ b/rust/chains/tw_cosmos/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_cosmos/src/lib.rs b/rust/chains/tw_cosmos/src/lib.rs index 1afc00798db..4bc6571f18d 100644 --- a/rust/chains/tw_cosmos/src/lib.rs +++ b/rust/chains/tw_cosmos/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/address.rs b/rust/chains/tw_greenfield/src/address.rs index 679da7b4e35..a32e919942c 100644 --- a/rust/chains/tw_greenfield/src/address.rs +++ b/rust/chains/tw_greenfield/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/compiler.rs b/rust/chains/tw_greenfield/src/compiler.rs index e1133c119d1..860870e2967 100644 --- a/rust/chains/tw_greenfield/src/compiler.rs +++ b/rust/chains/tw_greenfield/src/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/context.rs b/rust/chains/tw_greenfield/src/context.rs index 5bc6bbfcd72..b1e10443c10 100644 --- a/rust/chains/tw_greenfield/src/context.rs +++ b/rust/chains/tw_greenfield/src/context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/eip712_types.rs b/rust/chains/tw_greenfield/src/eip712_types.rs index 6cb4807080f..a5f59280f4b 100644 --- a/rust/chains/tw_greenfield/src/eip712_types.rs +++ b/rust/chains/tw_greenfield/src/eip712_types.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/entry.rs b/rust/chains/tw_greenfield/src/entry.rs index c78823b9b27..be1ac7dd55b 100644 --- a/rust/chains/tw_greenfield/src/entry.rs +++ b/rust/chains/tw_greenfield/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/lib.rs b/rust/chains/tw_greenfield/src/lib.rs index 8c018a0cdba..916f16dcd5d 100644 --- a/rust/chains/tw_greenfield/src/lib.rs +++ b/rust/chains/tw_greenfield/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/modules/eip712_signer.rs b/rust/chains/tw_greenfield/src/modules/eip712_signer.rs index a44796c821b..5b85de6a853 100644 --- a/rust/chains/tw_greenfield/src/modules/eip712_signer.rs +++ b/rust/chains/tw_greenfield/src/modules/eip712_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/modules/mod.rs b/rust/chains/tw_greenfield/src/modules/mod.rs index 4ca8bc01e20..eb1cb725d04 100644 --- a/rust/chains/tw_greenfield/src/modules/mod.rs +++ b/rust/chains/tw_greenfield/src/modules/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/modules/tx_builder.rs b/rust/chains/tw_greenfield/src/modules/tx_builder.rs index 78ae1a73811..304e81d18b4 100644 --- a/rust/chains/tw_greenfield/src/modules/tx_builder.rs +++ b/rust/chains/tw_greenfield/src/modules/tx_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/public_key.rs b/rust/chains/tw_greenfield/src/public_key.rs index 8486fef04e0..db773e623f8 100644 --- a/rust/chains/tw_greenfield/src/public_key.rs +++ b/rust/chains/tw_greenfield/src/public_key.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/signature.rs b/rust/chains/tw_greenfield/src/signature.rs index bee96a99b9f..46eb5399509 100644 --- a/rust/chains/tw_greenfield/src/signature.rs +++ b/rust/chains/tw_greenfield/src/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/signer.rs b/rust/chains/tw_greenfield/src/signer.rs index 43b1900c66f..3b1a7cb4e03 100644 --- a/rust/chains/tw_greenfield/src/signer.rs +++ b/rust/chains/tw_greenfield/src/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/transaction/message/mod.rs b/rust/chains/tw_greenfield/src/transaction/message/mod.rs index 2c7f8430c65..84b00bdb2d7 100644 --- a/rust/chains/tw_greenfield/src/transaction/message/mod.rs +++ b/rust/chains/tw_greenfield/src/transaction/message/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/transaction/message/send_order.rs b/rust/chains/tw_greenfield/src/transaction/message/send_order.rs index 85fb9da35f3..7df86fa8e1f 100644 --- a/rust/chains/tw_greenfield/src/transaction/message/send_order.rs +++ b/rust/chains/tw_greenfield/src/transaction/message/send_order.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/transaction/message/transfer_out.rs b/rust/chains/tw_greenfield/src/transaction/message/transfer_out.rs index dec3e261fac..595409e7628 100644 --- a/rust/chains/tw_greenfield/src/transaction/message/transfer_out.rs +++ b/rust/chains/tw_greenfield/src/transaction/message/transfer_out.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/transaction/message/type_msg_amount.rs b/rust/chains/tw_greenfield/src/transaction/message/type_msg_amount.rs index 3b338c3acb7..f224a36ebc3 100644 --- a/rust/chains/tw_greenfield/src/transaction/message/type_msg_amount.rs +++ b/rust/chains/tw_greenfield/src/transaction/message/type_msg_amount.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/src/transaction/mod.rs b/rust/chains/tw_greenfield/src/transaction/mod.rs index 718cb9fd0a3..0cf5394bc1b 100644 --- a/rust/chains/tw_greenfield/src/transaction/mod.rs +++ b/rust/chains/tw_greenfield/src/transaction/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_greenfield/tests/eip712_signer.rs b/rust/chains/tw_greenfield/tests/eip712_signer.rs index 75d77eb1ba4..d7c045a043d 100644 --- a/rust/chains/tw_greenfield/tests/eip712_signer.rs +++ b/rust/chains/tw_greenfield/tests/eip712_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_evmos/src/context.rs b/rust/chains/tw_native_evmos/src/context.rs index edb431767ac..7af822e9202 100644 --- a/rust/chains/tw_native_evmos/src/context.rs +++ b/rust/chains/tw_native_evmos/src/context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_evmos/src/entry.rs b/rust/chains/tw_native_evmos/src/entry.rs index eb25d7ea816..8951caa9c8c 100644 --- a/rust/chains/tw_native_evmos/src/entry.rs +++ b/rust/chains/tw_native_evmos/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_evmos/src/ethermint_public_key.rs b/rust/chains/tw_native_evmos/src/ethermint_public_key.rs index 5f53f261e5b..6c63e671ea4 100644 --- a/rust/chains/tw_native_evmos/src/ethermint_public_key.rs +++ b/rust/chains/tw_native_evmos/src/ethermint_public_key.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_evmos/src/lib.rs b/rust/chains/tw_native_evmos/src/lib.rs index d7aa4534c83..235e0474eac 100644 --- a/rust/chains/tw_native_evmos/src/lib.rs +++ b/rust/chains/tw_native_evmos/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_injective/src/context.rs b/rust/chains/tw_native_injective/src/context.rs index 898c034d656..ce1302b24b8 100644 --- a/rust/chains/tw_native_injective/src/context.rs +++ b/rust/chains/tw_native_injective/src/context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_injective/src/entry.rs b/rust/chains/tw_native_injective/src/entry.rs index b11d0036c87..148eaa3f317 100644 --- a/rust/chains/tw_native_injective/src/entry.rs +++ b/rust/chains/tw_native_injective/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_injective/src/injective_public_key.rs b/rust/chains/tw_native_injective/src/injective_public_key.rs index 084d47e94f0..db76f59a546 100644 --- a/rust/chains/tw_native_injective/src/injective_public_key.rs +++ b/rust/chains/tw_native_injective/src/injective_public_key.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_native_injective/src/lib.rs b/rust/chains/tw_native_injective/src/lib.rs index a61663bd72c..ef54b80448d 100644 --- a/rust/chains/tw_native_injective/src/lib.rs +++ b/rust/chains/tw_native_injective/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_thorchain/src/compiler.rs b/rust/chains/tw_thorchain/src/compiler.rs index a6fd1b8bbc8..97fe220da05 100644 --- a/rust/chains/tw_thorchain/src/compiler.rs +++ b/rust/chains/tw_thorchain/src/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_thorchain/src/entry.rs b/rust/chains/tw_thorchain/src/entry.rs index 81f8bf562f1..e555ab7fe99 100644 --- a/rust/chains/tw_thorchain/src/entry.rs +++ b/rust/chains/tw_thorchain/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_thorchain/src/lib.rs b/rust/chains/tw_thorchain/src/lib.rs index be313341897..ca0af512f99 100644 --- a/rust/chains/tw_thorchain/src/lib.rs +++ b/rust/chains/tw_thorchain/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_thorchain/src/signer.rs b/rust/chains/tw_thorchain/src/signer.rs index d086eacd1c3..5f6e0f2d133 100644 --- a/rust/chains/tw_thorchain/src/signer.rs +++ b/rust/chains/tw_thorchain/src/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/chains/tw_thorchain/src/signing_input.rs b/rust/chains/tw_thorchain/src/signing_input.rs index 66863f7288f..a6be58767e5 100644 --- a/rust/chains/tw_thorchain/src/signing_input.rs +++ b/rust/chains/tw_thorchain/src/signing_input.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/any_address.rs b/rust/tw_any_coin/src/any_address.rs index 5d5098482a9..b75a169c379 100644 --- a/rust/tw_any_coin/src/any_address.rs +++ b/rust/tw_any_coin/src/any_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/any_signer.rs b/rust/tw_any_coin/src/any_signer.rs index eea6859517b..95cfae57cf6 100644 --- a/rust/tw_any_coin/src/any_signer.rs +++ b/rust/tw_any_coin/src/any_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/ffi/mod.rs b/rust/tw_any_coin/src/ffi/mod.rs index 62c144645d8..3802ad543b4 100644 --- a/rust/tw_any_coin/src/ffi/mod.rs +++ b/rust/tw_any_coin/src/ffi/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/ffi/tw_any_address.rs b/rust/tw_any_coin/src/ffi/tw_any_address.rs index ba8d39163c5..631fee41b17 100644 --- a/rust/tw_any_coin/src/ffi/tw_any_address.rs +++ b/rust/tw_any_coin/src/ffi/tw_any_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/ffi/tw_any_signer.rs b/rust/tw_any_coin/src/ffi/tw_any_signer.rs index c0bde8e921c..4ec15ed97ad 100644 --- a/rust/tw_any_coin/src/ffi/tw_any_signer.rs +++ b/rust/tw_any_coin/src/ffi/tw_any_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/ffi/tw_message_signer.rs b/rust/tw_any_coin/src/ffi/tw_message_signer.rs index e1188890bf1..26f1705a4ef 100644 --- a/rust/tw_any_coin/src/ffi/tw_message_signer.rs +++ b/rust/tw_any_coin/src/ffi/tw_message_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/ffi/tw_transaction_compiler.rs b/rust/tw_any_coin/src/ffi/tw_transaction_compiler.rs index bd227f4426f..9cd1f9af4fc 100644 --- a/rust/tw_any_coin/src/ffi/tw_transaction_compiler.rs +++ b/rust/tw_any_coin/src/ffi/tw_transaction_compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/lib.rs b/rust/tw_any_coin/src/lib.rs index ebe47631a8e..0159b3bfd5a 100644 --- a/rust/tw_any_coin/src/lib.rs +++ b/rust/tw_any_coin/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/message_signer.rs b/rust/tw_any_coin/src/message_signer.rs index 0266df3eed0..f83fc4fb31f 100644 --- a/rust/tw_any_coin/src/message_signer.rs +++ b/rust/tw_any_coin/src/message_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/test_utils/address_utils.rs b/rust/tw_any_coin/src/test_utils/address_utils.rs index 8efd7de120e..11a11d7bea8 100644 --- a/rust/tw_any_coin/src/test_utils/address_utils.rs +++ b/rust/tw_any_coin/src/test_utils/address_utils.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/test_utils/mod.rs b/rust/tw_any_coin/src/test_utils/mod.rs index 098e098ea64..91d666c50de 100644 --- a/rust/tw_any_coin/src/test_utils/mod.rs +++ b/rust/tw_any_coin/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/test_utils/sign_utils.rs b/rust/tw_any_coin/src/test_utils/sign_utils.rs index ff61b07dcce..0c32a51ab2e 100644 --- a/rust/tw_any_coin/src/test_utils/sign_utils.rs +++ b/rust/tw_any_coin/src/test_utils/sign_utils.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/src/transaction_compiler.rs b/rust/tw_any_coin/src/transaction_compiler.rs index 85e5013bdb9..ac7b30a9fa6 100644 --- a/rust/tw_any_coin/src/transaction_compiler.rs +++ b/rust/tw_any_coin/src/transaction_compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chain_tests.rs b/rust/tw_any_coin/tests/chain_tests.rs index c1b24a82062..0ea2c8f8e89 100644 --- a/rust/tw_any_coin/tests/chain_tests.rs +++ b/rust/tw_any_coin/tests/chain_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/aptos/aptos_address.rs b/rust/tw_any_coin/tests/chains/aptos/aptos_address.rs index 788cdc5aeec..fa70af06626 100644 --- a/rust/tw_any_coin/tests/chains/aptos/aptos_address.rs +++ b/rust/tw_any_coin/tests/chains/aptos/aptos_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/aptos/aptos_compile.rs b/rust/tw_any_coin/tests/chains/aptos/aptos_compile.rs index 114d7e9a46e..74de6cd30eb 100644 --- a/rust/tw_any_coin/tests/chains/aptos/aptos_compile.rs +++ b/rust/tw_any_coin/tests/chains/aptos/aptos_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/aptos/aptos_sign.rs b/rust/tw_any_coin/tests/chains/aptos/aptos_sign.rs index 6021ce8bb92..532893ce19a 100644 --- a/rust/tw_any_coin/tests/chains/aptos/aptos_sign.rs +++ b/rust/tw_any_coin/tests/chains/aptos/aptos_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/aptos/mod.rs b/rust/tw_any_coin/tests/chains/aptos/mod.rs index ecea2c75bfd..5d9373dba7e 100644 --- a/rust/tw_any_coin/tests/chains/aptos/mod.rs +++ b/rust/tw_any_coin/tests/chains/aptos/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/aptos/test_cases.rs b/rust/tw_any_coin/tests/chains/aptos/test_cases.rs index 81b166f7247..8ebc3ee3bfa 100644 --- a/rust/tw_any_coin/tests/chains/aptos/test_cases.rs +++ b/rust/tw_any_coin/tests/chains/aptos/test_cases.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/binance/binance_address.rs b/rust/tw_any_coin/tests/chains/binance/binance_address.rs index d915ef496a8..076bcf9f61f 100644 --- a/rust/tw_any_coin/tests/chains/binance/binance_address.rs +++ b/rust/tw_any_coin/tests/chains/binance/binance_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/binance/binance_compile.rs b/rust/tw_any_coin/tests/chains/binance/binance_compile.rs index f1104b9657e..7e49db04a9c 100644 --- a/rust/tw_any_coin/tests/chains/binance/binance_compile.rs +++ b/rust/tw_any_coin/tests/chains/binance/binance_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/binance/binance_sign.rs b/rust/tw_any_coin/tests/chains/binance/binance_sign.rs index de227f4efc5..7b28b31469d 100644 --- a/rust/tw_any_coin/tests/chains/binance/binance_sign.rs +++ b/rust/tw_any_coin/tests/chains/binance/binance_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/binance/mod.rs b/rust/tw_any_coin/tests/chains/binance/mod.rs index 5dd8c0fa9fb..434d75b0916 100644 --- a/rust/tw_any_coin/tests/chains/binance/mod.rs +++ b/rust/tw_any_coin/tests/chains/binance/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/bitcoin/bitcoin_address.rs b/rust/tw_any_coin/tests/chains/bitcoin/bitcoin_address.rs index 0397c6c7768..ccdff30afb5 100644 --- a/rust/tw_any_coin/tests/chains/bitcoin/bitcoin_address.rs +++ b/rust/tw_any_coin/tests/chains/bitcoin/bitcoin_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/bitcoin/mod.rs b/rust/tw_any_coin/tests/chains/bitcoin/mod.rs index 00682e69022..ca10ea67701 100644 --- a/rust/tw_any_coin/tests/chains/bitcoin/mod.rs +++ b/rust/tw_any_coin/tests/chains/bitcoin/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/cosmos/cosmos_address.rs b/rust/tw_any_coin/tests/chains/cosmos/cosmos_address.rs index 964414dff44..8c421e4510c 100644 --- a/rust/tw_any_coin/tests/chains/cosmos/cosmos_address.rs +++ b/rust/tw_any_coin/tests/chains/cosmos/cosmos_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/cosmos/cosmos_sign.rs b/rust/tw_any_coin/tests/chains/cosmos/cosmos_sign.rs index b9140fb9731..cea13047641 100644 --- a/rust/tw_any_coin/tests/chains/cosmos/cosmos_sign.rs +++ b/rust/tw_any_coin/tests/chains/cosmos/cosmos_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/cosmos/mod.rs b/rust/tw_any_coin/tests/chains/cosmos/mod.rs index 47b109ad2c9..234cf91b2db 100644 --- a/rust/tw_any_coin/tests/chains/cosmos/mod.rs +++ b/rust/tw_any_coin/tests/chains/cosmos/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/ethereum/ethereum_address.rs b/rust/tw_any_coin/tests/chains/ethereum/ethereum_address.rs index f0a03ec2cde..7ee3b396b3a 100644 --- a/rust/tw_any_coin/tests/chains/ethereum/ethereum_address.rs +++ b/rust/tw_any_coin/tests/chains/ethereum/ethereum_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/ethereum/ethereum_compile.rs b/rust/tw_any_coin/tests/chains/ethereum/ethereum_compile.rs index f31a380d456..22847f8b5f2 100644 --- a/rust/tw_any_coin/tests/chains/ethereum/ethereum_compile.rs +++ b/rust/tw_any_coin/tests/chains/ethereum/ethereum_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/ethereum/ethereum_message_sign.rs b/rust/tw_any_coin/tests/chains/ethereum/ethereum_message_sign.rs index 1b348169f49..409b2615437 100644 --- a/rust/tw_any_coin/tests/chains/ethereum/ethereum_message_sign.rs +++ b/rust/tw_any_coin/tests/chains/ethereum/ethereum_message_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/ethereum/ethereum_sign.rs b/rust/tw_any_coin/tests/chains/ethereum/ethereum_sign.rs index 47a78da82e7..0a31a6b5221 100644 --- a/rust/tw_any_coin/tests/chains/ethereum/ethereum_sign.rs +++ b/rust/tw_any_coin/tests/chains/ethereum/ethereum_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/ethereum/mod.rs b/rust/tw_any_coin/tests/chains/ethereum/mod.rs index 153b12547b5..34d8f1a790d 100644 --- a/rust/tw_any_coin/tests/chains/ethereum/mod.rs +++ b/rust/tw_any_coin/tests/chains/ethereum/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/greenfield/greenfield_address.rs b/rust/tw_any_coin/tests/chains/greenfield/greenfield_address.rs index 6223ac6218d..f0f4bb9ece2 100644 --- a/rust/tw_any_coin/tests/chains/greenfield/greenfield_address.rs +++ b/rust/tw_any_coin/tests/chains/greenfield/greenfield_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/greenfield/greenfield_compile.rs b/rust/tw_any_coin/tests/chains/greenfield/greenfield_compile.rs index a48363ef791..770ba8a46fd 100644 --- a/rust/tw_any_coin/tests/chains/greenfield/greenfield_compile.rs +++ b/rust/tw_any_coin/tests/chains/greenfield/greenfield_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/greenfield/greenfield_sign.rs b/rust/tw_any_coin/tests/chains/greenfield/greenfield_sign.rs index f6469f95194..21f46a0b794 100644 --- a/rust/tw_any_coin/tests/chains/greenfield/greenfield_sign.rs +++ b/rust/tw_any_coin/tests/chains/greenfield/greenfield_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/greenfield/mod.rs b/rust/tw_any_coin/tests/chains/greenfield/mod.rs index a14f03efddd..bbaeafc6147 100644 --- a/rust/tw_any_coin/tests/chains/greenfield/mod.rs +++ b/rust/tw_any_coin/tests/chains/greenfield/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/internet_computer/internet_computer_address.rs b/rust/tw_any_coin/tests/chains/internet_computer/internet_computer_address.rs index ef44d0e022f..e8999c41f85 100644 --- a/rust/tw_any_coin/tests/chains/internet_computer/internet_computer_address.rs +++ b/rust/tw_any_coin/tests/chains/internet_computer/internet_computer_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/internet_computer/mod.rs b/rust/tw_any_coin/tests/chains/internet_computer/mod.rs index e305a45c6be..b5b2503d899 100644 --- a/rust/tw_any_coin/tests/chains/internet_computer/mod.rs +++ b/rust/tw_any_coin/tests/chains/internet_computer/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/mod.rs b/rust/tw_any_coin/tests/chains/mod.rs index cafbd33253c..32287f28c23 100644 --- a/rust/tw_any_coin/tests/chains/mod.rs +++ b/rust/tw_any_coin/tests/chains/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_evmos/mod.rs b/rust/tw_any_coin/tests/chains/native_evmos/mod.rs index 2a92924fc00..857fdc233c9 100644 --- a/rust/tw_any_coin/tests/chains/native_evmos/mod.rs +++ b/rust/tw_any_coin/tests/chains/native_evmos/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_address.rs b/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_address.rs index d779aabc230..db7addd6b9b 100644 --- a/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_address.rs +++ b/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_sign.rs b/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_sign.rs index 3615cfa3548..d31f6b9870f 100644 --- a/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_sign.rs +++ b/rust/tw_any_coin/tests/chains/native_evmos/native_evmos_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_injective/mod.rs b/rust/tw_any_coin/tests/chains/native_injective/mod.rs index a421b328188..20916288f5a 100644 --- a/rust/tw_any_coin/tests/chains/native_injective/mod.rs +++ b/rust/tw_any_coin/tests/chains/native_injective/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_injective/native_injective_address.rs b/rust/tw_any_coin/tests/chains/native_injective/native_injective_address.rs index 1bd9c4a8f8e..9d8527b9837 100644 --- a/rust/tw_any_coin/tests/chains/native_injective/native_injective_address.rs +++ b/rust/tw_any_coin/tests/chains/native_injective/native_injective_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_injective/native_injective_compile.rs b/rust/tw_any_coin/tests/chains/native_injective/native_injective_compile.rs index fbffdddfb91..7bcd368d3f9 100644 --- a/rust/tw_any_coin/tests/chains/native_injective/native_injective_compile.rs +++ b/rust/tw_any_coin/tests/chains/native_injective/native_injective_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/native_injective/native_injective_sign.rs b/rust/tw_any_coin/tests/chains/native_injective/native_injective_sign.rs index f5d7e448a27..886ad9a0c16 100644 --- a/rust/tw_any_coin/tests/chains/native_injective/native_injective_sign.rs +++ b/rust/tw_any_coin/tests/chains/native_injective/native_injective_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/tbinance/mod.rs b/rust/tw_any_coin/tests/chains/tbinance/mod.rs index 0ccb0a3eebc..26fd2952c80 100644 --- a/rust/tw_any_coin/tests/chains/tbinance/mod.rs +++ b/rust/tw_any_coin/tests/chains/tbinance/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/tbinance/tbinance_address.rs b/rust/tw_any_coin/tests/chains/tbinance/tbinance_address.rs index c24b8d9bee6..5cc1a51525c 100644 --- a/rust/tw_any_coin/tests/chains/tbinance/tbinance_address.rs +++ b/rust/tw_any_coin/tests/chains/tbinance/tbinance_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/thorchain/mod.rs b/rust/tw_any_coin/tests/chains/thorchain/mod.rs index 20d258d5105..cfc139e1394 100644 --- a/rust/tw_any_coin/tests/chains/thorchain/mod.rs +++ b/rust/tw_any_coin/tests/chains/thorchain/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/thorchain/test_cases.rs b/rust/tw_any_coin/tests/chains/thorchain/test_cases.rs index e626e3466c7..aaa162209da 100644 --- a/rust/tw_any_coin/tests/chains/thorchain/test_cases.rs +++ b/rust/tw_any_coin/tests/chains/thorchain/test_cases.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/thorchain/thorchain_address.rs b/rust/tw_any_coin/tests/chains/thorchain/thorchain_address.rs index 03ea3d0c188..b408491fda9 100644 --- a/rust/tw_any_coin/tests/chains/thorchain/thorchain_address.rs +++ b/rust/tw_any_coin/tests/chains/thorchain/thorchain_address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/thorchain/thorchain_compile.rs b/rust/tw_any_coin/tests/chains/thorchain/thorchain_compile.rs index ca2fda25eab..0f7c8739f1c 100644 --- a/rust/tw_any_coin/tests/chains/thorchain/thorchain_compile.rs +++ b/rust/tw_any_coin/tests/chains/thorchain/thorchain_compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/chains/thorchain/thorchain_sign.rs b/rust/tw_any_coin/tests/chains/thorchain/thorchain_sign.rs index c45c196b026..f689c3b4a50 100644 --- a/rust/tw_any_coin/tests/chains/thorchain/thorchain_sign.rs +++ b/rust/tw_any_coin/tests/chains/thorchain/thorchain_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/coin_address_derivation_test.rs b/rust/tw_any_coin/tests/coin_address_derivation_test.rs index 58f522939c9..9c3faa6cd83 100644 --- a/rust/tw_any_coin/tests/coin_address_derivation_test.rs +++ b/rust/tw_any_coin/tests/coin_address_derivation_test.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_any_coin/tests/tw_any_signer_ffi_tests.rs b/rust/tw_any_coin/tests/tw_any_signer_ffi_tests.rs index 74cd4e04d4b..2653e707128 100644 --- a/rust/tw_any_coin/tests/tw_any_signer_ffi_tests.rs +++ b/rust/tw_any_coin/tests/tw_any_signer_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/address.rs b/rust/tw_aptos/src/address.rs index 3f5cf1d3217..6f498753ed5 100644 --- a/rust/tw_aptos/src/address.rs +++ b/rust/tw_aptos/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/aptos_move_packages.rs b/rust/tw_aptos/src/aptos_move_packages.rs index 2e8f7aff378..9eed20fb0b7 100644 --- a/rust/tw_aptos/src/aptos_move_packages.rs +++ b/rust/tw_aptos/src/aptos_move_packages.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/constants.rs b/rust/tw_aptos/src/constants.rs index 6c30d3b68bc..1e584ab3b2a 100644 --- a/rust/tw_aptos/src/constants.rs +++ b/rust/tw_aptos/src/constants.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/entry.rs b/rust/tw_aptos/src/entry.rs index e2a16cd0ac8..9e95262e9a6 100644 --- a/rust/tw_aptos/src/entry.rs +++ b/rust/tw_aptos/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/lib.rs b/rust/tw_aptos/src/lib.rs index b85498f42c2..f3aa840c864 100644 --- a/rust/tw_aptos/src/lib.rs +++ b/rust/tw_aptos/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/liquid_staking.rs b/rust/tw_aptos/src/liquid_staking.rs index 2ac80692050..9106fe4bdd6 100644 --- a/rust/tw_aptos/src/liquid_staking.rs +++ b/rust/tw_aptos/src/liquid_staking.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/nft.rs b/rust/tw_aptos/src/nft.rs index fe6f0375146..436e0331c0e 100644 --- a/rust/tw_aptos/src/nft.rs +++ b/rust/tw_aptos/src/nft.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/signer.rs b/rust/tw_aptos/src/signer.rs index 91431569c73..1d478c200d4 100644 --- a/rust/tw_aptos/src/signer.rs +++ b/rust/tw_aptos/src/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/transaction.rs b/rust/tw_aptos/src/transaction.rs index b48d7950bbc..a5b9dfd0ebe 100644 --- a/rust/tw_aptos/src/transaction.rs +++ b/rust/tw_aptos/src/transaction.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/transaction_builder.rs b/rust/tw_aptos/src/transaction_builder.rs index 53f72d32936..950b5f32fa8 100644 --- a/rust/tw_aptos/src/transaction_builder.rs +++ b/rust/tw_aptos/src/transaction_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/src/transaction_payload.rs b/rust/tw_aptos/src/transaction_payload.rs index 5e33e71d465..2e3450f8008 100644 --- a/rust/tw_aptos/src/transaction_payload.rs +++ b/rust/tw_aptos/src/transaction_payload.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_aptos/tests/signer.rs b/rust/tw_aptos/tests/signer.rs index 09f80e2e26a..128cd7d24be 100644 --- a/rust/tw_aptos/tests/signer.rs +++ b/rust/tw_aptos/tests/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_bech32_address/src/bech32_prefix.rs b/rust/tw_bech32_address/src/bech32_prefix.rs index 8f6f418ed2c..8dad809eead 100644 --- a/rust/tw_bech32_address/src/bech32_prefix.rs +++ b/rust/tw_bech32_address/src/bech32_prefix.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_bech32_address/src/lib.rs b/rust/tw_bech32_address/src/lib.rs index d8493362219..b8f6bdac5a7 100644 --- a/rust/tw_bech32_address/src/lib.rs +++ b/rust/tw_bech32_address/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/coin_context.rs b/rust/tw_coin_entry/src/coin_context.rs index f6f4a9dbb83..7a5a73bd73b 100644 --- a/rust/tw_coin_entry/src/coin_context.rs +++ b/rust/tw_coin_entry/src/coin_context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/coin_entry.rs b/rust/tw_coin_entry/src/coin_entry.rs index 1ec5e590f48..4c20553e23c 100644 --- a/rust/tw_coin_entry/src/coin_entry.rs +++ b/rust/tw_coin_entry/src/coin_entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/coin_entry_ext.rs b/rust/tw_coin_entry/src/coin_entry_ext.rs index d3daf007c4a..e8d0aeb3c27 100644 --- a/rust/tw_coin_entry/src/coin_entry_ext.rs +++ b/rust/tw_coin_entry/src/coin_entry_ext.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/common/compile_input.rs b/rust/tw_coin_entry/src/common/compile_input.rs index fc3dfa5f5fb..a9e8f036884 100644 --- a/rust/tw_coin_entry/src/common/compile_input.rs +++ b/rust/tw_coin_entry/src/common/compile_input.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/common/mod.rs b/rust/tw_coin_entry/src/common/mod.rs index 59492cc4690..7233e4d8226 100644 --- a/rust/tw_coin_entry/src/common/mod.rs +++ b/rust/tw_coin_entry/src/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/derivation.rs b/rust/tw_coin_entry/src/derivation.rs index 29378ffa176..8a4e7772df8 100644 --- a/rust/tw_coin_entry/src/derivation.rs +++ b/rust/tw_coin_entry/src/derivation.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/error.rs b/rust/tw_coin_entry/src/error.rs index b6bc7b923cc..154340115ab 100644 --- a/rust/tw_coin_entry/src/error.rs +++ b/rust/tw_coin_entry/src/error.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/lib.rs b/rust/tw_coin_entry/src/lib.rs index fd45ec0f96b..49f1808b399 100644 --- a/rust/tw_coin_entry/src/lib.rs +++ b/rust/tw_coin_entry/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/modules/json_signer.rs b/rust/tw_coin_entry/src/modules/json_signer.rs index 8757c5ed40d..784d54119d2 100644 --- a/rust/tw_coin_entry/src/modules/json_signer.rs +++ b/rust/tw_coin_entry/src/modules/json_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/modules/message_signer.rs b/rust/tw_coin_entry/src/modules/message_signer.rs index 141c30352f1..c1e81fda86b 100644 --- a/rust/tw_coin_entry/src/modules/message_signer.rs +++ b/rust/tw_coin_entry/src/modules/message_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/modules/mod.rs b/rust/tw_coin_entry/src/modules/mod.rs index 6f8b8b891bf..16cff6b2ce7 100644 --- a/rust/tw_coin_entry/src/modules/mod.rs +++ b/rust/tw_coin_entry/src/modules/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/modules/plan_builder.rs b/rust/tw_coin_entry/src/modules/plan_builder.rs index fd5b9f1b828..9e92088051e 100644 --- a/rust/tw_coin_entry/src/modules/plan_builder.rs +++ b/rust/tw_coin_entry/src/modules/plan_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/prefix.rs b/rust/tw_coin_entry/src/prefix.rs index b48bfcccc66..8eaa65c808e 100644 --- a/rust/tw_coin_entry/src/prefix.rs +++ b/rust/tw_coin_entry/src/prefix.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/test_utils/mod.rs b/rust/tw_coin_entry/src/test_utils/mod.rs index 4cbcc23d463..46d1f585304 100644 --- a/rust/tw_coin_entry/src/test_utils/mod.rs +++ b/rust/tw_coin_entry/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_entry/src/test_utils/test_context.rs b/rust/tw_coin_entry/src/test_utils/test_context.rs index 50d31585a22..08b661f5150 100644 --- a/rust/tw_coin_entry/src/test_utils/test_context.rs +++ b/rust/tw_coin_entry/src/test_utils/test_context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/build.rs b/rust/tw_coin_registry/build.rs index 4c79c1d01f4..0029b3e1158 100644 --- a/rust/tw_coin_registry/build.rs +++ b/rust/tw_coin_registry/build.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/blockchain_type.rs b/rust/tw_coin_registry/src/blockchain_type.rs index b6a27712ea7..2b891a9584e 100644 --- a/rust/tw_coin_registry/src/blockchain_type.rs +++ b/rust/tw_coin_registry/src/blockchain_type.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/coin_context.rs b/rust/tw_coin_registry/src/coin_context.rs index 2185e7615e6..056a3607fbc 100644 --- a/rust/tw_coin_registry/src/coin_context.rs +++ b/rust/tw_coin_registry/src/coin_context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/dispatcher.rs b/rust/tw_coin_registry/src/dispatcher.rs index 29e17dcd870..83aeeea18b1 100644 --- a/rust/tw_coin_registry/src/dispatcher.rs +++ b/rust/tw_coin_registry/src/dispatcher.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/error.rs b/rust/tw_coin_registry/src/error.rs index 52857b83564..72791e7f4ed 100644 --- a/rust/tw_coin_registry/src/error.rs +++ b/rust/tw_coin_registry/src/error.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/lib.rs b/rust/tw_coin_registry/src/lib.rs index d8e50a8f1c6..c354f3f41e3 100644 --- a/rust/tw_coin_registry/src/lib.rs +++ b/rust/tw_coin_registry/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_coin_registry/src/registry.rs b/rust/tw_coin_registry/src/registry.rs index 58b6fef8cc7..94d7baef99d 100644 --- a/rust/tw_coin_registry/src/registry.rs +++ b/rust/tw_coin_registry/src/registry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/build.rs b/rust/tw_cosmos_sdk/build.rs index 06fdb15ce6b..21c105dd2dc 100644 --- a/rust/tw_cosmos_sdk/build.rs +++ b/rust/tw_cosmos_sdk/build.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/address.rs b/rust/tw_cosmos_sdk/src/address.rs index 4f141b2a1dd..e577f62fe10 100644 --- a/rust/tw_cosmos_sdk/src/address.rs +++ b/rust/tw_cosmos_sdk/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/context.rs b/rust/tw_cosmos_sdk/src/context.rs index f7da7218f25..4a8bb614996 100644 --- a/rust/tw_cosmos_sdk/src/context.rs +++ b/rust/tw_cosmos_sdk/src/context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/hasher/keccak256_hasher.rs b/rust/tw_cosmos_sdk/src/hasher/keccak256_hasher.rs index 21ca81fb087..7f6721bf7e1 100644 --- a/rust/tw_cosmos_sdk/src/hasher/keccak256_hasher.rs +++ b/rust/tw_cosmos_sdk/src/hasher/keccak256_hasher.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/hasher/mod.rs b/rust/tw_cosmos_sdk/src/hasher/mod.rs index 7422d204961..fd6bbba0d7d 100644 --- a/rust/tw_cosmos_sdk/src/hasher/mod.rs +++ b/rust/tw_cosmos_sdk/src/hasher/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/hasher/sha256_hasher.rs b/rust/tw_cosmos_sdk/src/hasher/sha256_hasher.rs index 3b2310cdbec..68190a048ec 100644 --- a/rust/tw_cosmos_sdk/src/hasher/sha256_hasher.rs +++ b/rust/tw_cosmos_sdk/src/hasher/sha256_hasher.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/lib.rs b/rust/tw_cosmos_sdk/src/lib.rs index 52cba46ef65..b846928ed42 100644 --- a/rust/tw_cosmos_sdk/src/lib.rs +++ b/rust/tw_cosmos_sdk/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/broadcast_msg.rs b/rust/tw_cosmos_sdk/src/modules/broadcast_msg.rs index 3c2b636ea0a..7a842171c13 100644 --- a/rust/tw_cosmos_sdk/src/modules/broadcast_msg.rs +++ b/rust/tw_cosmos_sdk/src/modules/broadcast_msg.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/compiler/json_preimager.rs b/rust/tw_cosmos_sdk/src/modules/compiler/json_preimager.rs index 188e4c3d377..76ad5c8414b 100644 --- a/rust/tw_cosmos_sdk/src/modules/compiler/json_preimager.rs +++ b/rust/tw_cosmos_sdk/src/modules/compiler/json_preimager.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/compiler/mod.rs b/rust/tw_cosmos_sdk/src/modules/compiler/mod.rs index a5d5ef61389..b35e5d20e5f 100644 --- a/rust/tw_cosmos_sdk/src/modules/compiler/mod.rs +++ b/rust/tw_cosmos_sdk/src/modules/compiler/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/compiler/protobuf_preimager.rs b/rust/tw_cosmos_sdk/src/modules/compiler/protobuf_preimager.rs index 591d56a6aba..32777beaba7 100644 --- a/rust/tw_cosmos_sdk/src/modules/compiler/protobuf_preimager.rs +++ b/rust/tw_cosmos_sdk/src/modules/compiler/protobuf_preimager.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/compiler/tw_compiler.rs b/rust/tw_cosmos_sdk/src/modules/compiler/tw_compiler.rs index f8211227822..49aa3e0deb7 100644 --- a/rust/tw_cosmos_sdk/src/modules/compiler/tw_compiler.rs +++ b/rust/tw_cosmos_sdk/src/modules/compiler/tw_compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/mod.rs b/rust/tw_cosmos_sdk/src/modules/mod.rs index 2a667107a85..8edd0a3b389 100644 --- a/rust/tw_cosmos_sdk/src/modules/mod.rs +++ b/rust/tw_cosmos_sdk/src/modules/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/serializer/json_serializer.rs b/rust/tw_cosmos_sdk/src/modules/serializer/json_serializer.rs index 073f7de68cb..f1dfa48fe8c 100644 --- a/rust/tw_cosmos_sdk/src/modules/serializer/json_serializer.rs +++ b/rust/tw_cosmos_sdk/src/modules/serializer/json_serializer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/serializer/mod.rs b/rust/tw_cosmos_sdk/src/modules/serializer/mod.rs index 7361a31450a..e8f042ef6c2 100644 --- a/rust/tw_cosmos_sdk/src/modules/serializer/mod.rs +++ b/rust/tw_cosmos_sdk/src/modules/serializer/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/serializer/protobuf_serializer.rs b/rust/tw_cosmos_sdk/src/modules/serializer/protobuf_serializer.rs index 6f77b43c9db..ae1515ec5f4 100644 --- a/rust/tw_cosmos_sdk/src/modules/serializer/protobuf_serializer.rs +++ b/rust/tw_cosmos_sdk/src/modules/serializer/protobuf_serializer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/signer/mod.rs b/rust/tw_cosmos_sdk/src/modules/signer/mod.rs index c4071fb11ff..7f53eca1af2 100644 --- a/rust/tw_cosmos_sdk/src/modules/signer/mod.rs +++ b/rust/tw_cosmos_sdk/src/modules/signer/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/signer/tw_signer.rs b/rust/tw_cosmos_sdk/src/modules/signer/tw_signer.rs index 8f63310be5a..cfe156e1bf5 100644 --- a/rust/tw_cosmos_sdk/src/modules/signer/tw_signer.rs +++ b/rust/tw_cosmos_sdk/src/modules/signer/tw_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/modules/tx_builder.rs b/rust/tw_cosmos_sdk/src/modules/tx_builder.rs index a673bc1124d..b830d452295 100644 --- a/rust/tw_cosmos_sdk/src/modules/tx_builder.rs +++ b/rust/tw_cosmos_sdk/src/modules/tx_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/private_key/mod.rs b/rust/tw_cosmos_sdk/src/private_key/mod.rs index 30045cc6549..916f960d616 100644 --- a/rust/tw_cosmos_sdk/src/private_key/mod.rs +++ b/rust/tw_cosmos_sdk/src/private_key/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/private_key/secp256k1.rs b/rust/tw_cosmos_sdk/src/private_key/secp256k1.rs index 921409f4cd4..9fc44414d5e 100644 --- a/rust/tw_cosmos_sdk/src/private_key/secp256k1.rs +++ b/rust/tw_cosmos_sdk/src/private_key/secp256k1.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/public_key/mod.rs b/rust/tw_cosmos_sdk/src/public_key/mod.rs index d3a4e20f5e8..2da9c0e550b 100644 --- a/rust/tw_cosmos_sdk/src/public_key/mod.rs +++ b/rust/tw_cosmos_sdk/src/public_key/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/public_key/secp256k1.rs b/rust/tw_cosmos_sdk/src/public_key/secp256k1.rs index 3558aba8626..18b4a596be5 100644 --- a/rust/tw_cosmos_sdk/src/public_key/secp256k1.rs +++ b/rust/tw_cosmos_sdk/src/public_key/secp256k1.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/signature/mod.rs b/rust/tw_cosmos_sdk/src/signature/mod.rs index 7184a3c0fd2..6b7c079b119 100644 --- a/rust/tw_cosmos_sdk/src/signature/mod.rs +++ b/rust/tw_cosmos_sdk/src/signature/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/signature/secp256k1.rs b/rust/tw_cosmos_sdk/src/signature/secp256k1.rs index a5e41ec4fb2..6f36a925a13 100644 --- a/rust/tw_cosmos_sdk/src/signature/secp256k1.rs +++ b/rust/tw_cosmos_sdk/src/signature/secp256k1.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/test_utils/mod.rs b/rust/tw_cosmos_sdk/src/test_utils/mod.rs index 334b4aa821d..24e59d7c50f 100644 --- a/rust/tw_cosmos_sdk/src/test_utils/mod.rs +++ b/rust/tw_cosmos_sdk/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/test_utils/proto_utils.rs b/rust/tw_cosmos_sdk/src/test_utils/proto_utils.rs index 5bef94cc9eb..defc68935f5 100644 --- a/rust/tw_cosmos_sdk/src/test_utils/proto_utils.rs +++ b/rust/tw_cosmos_sdk/src/test_utils/proto_utils.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/test_utils/sign_utils.rs b/rust/tw_cosmos_sdk/src/test_utils/sign_utils.rs index 3e439ad4dd1..4f5598cc948 100644 --- a/rust/tw_cosmos_sdk/src/test_utils/sign_utils.rs +++ b/rust/tw_cosmos_sdk/src/test_utils/sign_utils.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_auth_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_auth_message.rs index 7e892dd7f33..e51126ded80 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_auth_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_auth_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_bank_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_bank_message.rs index 85c3a0a4470..3fd47319c3a 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_bank_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_bank_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_generic_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_generic_message.rs index 6d64926930e..313adf9024f 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_generic_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_generic_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_gov_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_gov_message.rs index 2054761a6b5..131dd1a5d04 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_gov_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_gov_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_staking_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_staking_message.rs index 353fd780547..3359e302f5f 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/cosmos_staking_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/cosmos_staking_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/ibc_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/ibc_message.rs index 71d51e4b9fe..14623c1728c 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/ibc_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/ibc_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/mod.rs b/rust/tw_cosmos_sdk/src/transaction/message/mod.rs index bcc1d103bee..a06fcc1b8bb 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/mod.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/stride_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/stride_message.rs index fe99e32c155..c1e4a1cc400 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/stride_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/stride_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/terra_wasm_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/terra_wasm_message.rs index 617f563d930..f352a441977 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/terra_wasm_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/terra_wasm_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/thorchain_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/thorchain_message.rs index 2d33174bcee..33f42b060d5 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/thorchain_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/thorchain_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/message/wasm_message.rs b/rust/tw_cosmos_sdk/src/transaction/message/wasm_message.rs index fc24afc2b1b..88fc6e0fac8 100644 --- a/rust/tw_cosmos_sdk/src/transaction/message/wasm_message.rs +++ b/rust/tw_cosmos_sdk/src/transaction/message/wasm_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/src/transaction/mod.rs b/rust/tw_cosmos_sdk/src/transaction/mod.rs index c54cace61e2..8efb475e36e 100644 --- a/rust/tw_cosmos_sdk/src/transaction/mod.rs +++ b/rust/tw_cosmos_sdk/src/transaction/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/compile.rs b/rust/tw_cosmos_sdk/tests/compile.rs index 78dd632c4a8..cfce5968f35 100644 --- a/rust/tw_cosmos_sdk/tests/compile.rs +++ b/rust/tw_cosmos_sdk/tests/compile.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign.rs b/rust/tw_cosmos_sdk/tests/sign.rs index 3be2015cc9c..80d0b600dbd 100644 --- a/rust/tw_cosmos_sdk/tests/sign.rs +++ b/rust/tw_cosmos_sdk/tests/sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign_staking.rs b/rust/tw_cosmos_sdk/tests/sign_staking.rs index deaf265a136..6cdbdcfde42 100644 --- a/rust/tw_cosmos_sdk/tests/sign_staking.rs +++ b/rust/tw_cosmos_sdk/tests/sign_staking.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign_stride.rs b/rust/tw_cosmos_sdk/tests/sign_stride.rs index a38706a35c4..bf2c9a053d0 100644 --- a/rust/tw_cosmos_sdk/tests/sign_stride.rs +++ b/rust/tw_cosmos_sdk/tests/sign_stride.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign_terra_wasm.rs b/rust/tw_cosmos_sdk/tests/sign_terra_wasm.rs index f3ac72bbf8f..9d26b0bc897 100644 --- a/rust/tw_cosmos_sdk/tests/sign_terra_wasm.rs +++ b/rust/tw_cosmos_sdk/tests/sign_terra_wasm.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign_thorchain.rs b/rust/tw_cosmos_sdk/tests/sign_thorchain.rs index 967ce2e48e9..97dbd06d124 100644 --- a/rust/tw_cosmos_sdk/tests/sign_thorchain.rs +++ b/rust/tw_cosmos_sdk/tests/sign_thorchain.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_cosmos_sdk/tests/sign_wasm_contract.rs b/rust/tw_cosmos_sdk/tests/sign_wasm_contract.rs index 7e0d375ea48..875b0bd6103 100644 --- a/rust/tw_cosmos_sdk/tests/sign_wasm_contract.rs +++ b/rust/tw_cosmos_sdk/tests/sign_wasm_contract.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/base32.rs b/rust/tw_encoding/src/base32.rs index d43c10acaf5..62a57cfcc6f 100644 --- a/rust/tw_encoding/src/base32.rs +++ b/rust/tw_encoding/src/base32.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/base58.rs b/rust/tw_encoding/src/base58.rs index 2f0a7cb8694..c85ecdccb13 100644 --- a/rust/tw_encoding/src/base58.rs +++ b/rust/tw_encoding/src/base58.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/base64.rs b/rust/tw_encoding/src/base64.rs index 5b83eda01a6..3d57dcad8cb 100644 --- a/rust/tw_encoding/src/base64.rs +++ b/rust/tw_encoding/src/base64.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/bcs.rs b/rust/tw_encoding/src/bcs.rs index 8051ce4ac03..2827675dde1 100644 --- a/rust/tw_encoding/src/bcs.rs +++ b/rust/tw_encoding/src/bcs.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/bech32.rs b/rust/tw_encoding/src/bech32.rs index 397f6e213ee..1b55d6c5c11 100644 --- a/rust/tw_encoding/src/bech32.rs +++ b/rust/tw_encoding/src/bech32.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/ffi.rs b/rust/tw_encoding/src/ffi.rs index 1be7b07bc48..3be2d7d7974 100644 --- a/rust/tw_encoding/src/ffi.rs +++ b/rust/tw_encoding/src/ffi.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/hex.rs b/rust/tw_encoding/src/hex.rs index b43ca64d979..6b0ae805878 100644 --- a/rust/tw_encoding/src/hex.rs +++ b/rust/tw_encoding/src/hex.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/src/lib.rs b/rust/tw_encoding/src/lib.rs index ed1a7002451..45ba86201a0 100644 --- a/rust/tw_encoding/src/lib.rs +++ b/rust/tw_encoding/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/tests/base32_ffi_tests.rs b/rust/tw_encoding/tests/base32_ffi_tests.rs index b80bcf2f00c..2a0129a718f 100644 --- a/rust/tw_encoding/tests/base32_ffi_tests.rs +++ b/rust/tw_encoding/tests/base32_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/tests/base58_ffi_tests.rs b/rust/tw_encoding/tests/base58_ffi_tests.rs index ab02bc1276d..f01953f1ae2 100644 --- a/rust/tw_encoding/tests/base58_ffi_tests.rs +++ b/rust/tw_encoding/tests/base58_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/tests/base64_ffi_tests.rs b/rust/tw_encoding/tests/base64_ffi_tests.rs index 15be407e388..5fd6fb594ef 100644 --- a/rust/tw_encoding/tests/base64_ffi_tests.rs +++ b/rust/tw_encoding/tests/base64_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_encoding/tests/hex_ffi_tests.rs b/rust/tw_encoding/tests/hex_ffi_tests.rs index 3c05f91678a..3dfb6a8c0af 100644 --- a/rust/tw_encoding/tests/hex_ffi_tests.rs +++ b/rust/tw_encoding/tests/hex_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ethereum/src/entry.rs b/rust/tw_ethereum/src/entry.rs index f69893fd63f..8ca34d93400 100644 --- a/rust/tw_ethereum/src/entry.rs +++ b/rust/tw_ethereum/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ethereum/src/lib.rs b/rust/tw_ethereum/src/lib.rs index 1afc00798db..4bc6571f18d 100644 --- a/rust/tw_ethereum/src/lib.rs +++ b/rust/tw_ethereum/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ethereum/tests/compiler.rs b/rust/tw_ethereum/tests/compiler.rs index 27cce260850..9875bdbfc03 100644 --- a/rust/tw_ethereum/tests/compiler.rs +++ b/rust/tw_ethereum/tests/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ethereum/tests/signer.rs b/rust/tw_ethereum/tests/signer.rs index 8e0acb0e2ae..0c2567ec8a8 100644 --- a/rust/tw_ethereum/tests/signer.rs +++ b/rust/tw_ethereum/tests/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/fuzz/fuzz_targets/abi_decode_value.rs b/rust/tw_evm/fuzz/fuzz_targets/abi_decode_value.rs index 4da7cf941e9..dfadc3d9a21 100644 --- a/rust/tw_evm/fuzz/fuzz_targets/abi_decode_value.rs +++ b/rust/tw_evm/fuzz/fuzz_targets/abi_decode_value.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/fuzz/fuzz_targets/abi_encode_function.rs b/rust/tw_evm/fuzz/fuzz_targets/abi_encode_function.rs index a8652534169..22bf1cf70b1 100644 --- a/rust/tw_evm/fuzz/fuzz_targets/abi_encode_function.rs +++ b/rust/tw_evm/fuzz/fuzz_targets/abi_encode_function.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/fuzz/fuzz_targets/abi_function_decode_input.rs b/rust/tw_evm/fuzz/fuzz_targets/abi_function_decode_input.rs index cfba6120348..96d44da892b 100644 --- a/rust/tw_evm/fuzz/fuzz_targets/abi_function_decode_input.rs +++ b/rust/tw_evm/fuzz/fuzz_targets/abi_function_decode_input.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/fuzz/fuzz_targets/rlp_encode.rs b/rust/tw_evm/fuzz/fuzz_targets/rlp_encode.rs index 2a686c6c553..25b41dfc7d6 100644 --- a/rust/tw_evm/fuzz/fuzz_targets/rlp_encode.rs +++ b/rust/tw_evm/fuzz/fuzz_targets/rlp_encode.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/fuzz/fuzz_targets/sign.rs b/rust/tw_evm/fuzz/fuzz_targets/sign.rs index dfa541a2d4c..a4b2831a330 100644 --- a/rust/tw_evm/fuzz/fuzz_targets/sign.rs +++ b/rust/tw_evm/fuzz/fuzz_targets/sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/contract.rs b/rust/tw_evm/src/abi/contract.rs index 117de4c3a87..39b06ce79af 100644 --- a/rust/tw_evm/src/abi/contract.rs +++ b/rust/tw_evm/src/abi/contract.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/decode.rs b/rust/tw_evm/src/abi/decode.rs index 76de9399a89..5485a1ff743 100644 --- a/rust/tw_evm/src/abi/decode.rs +++ b/rust/tw_evm/src/abi/decode.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/encode.rs b/rust/tw_evm/src/abi/encode.rs index 17c2c273c38..dd9cbcc5837 100644 --- a/rust/tw_evm/src/abi/encode.rs +++ b/rust/tw_evm/src/abi/encode.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/function.rs b/rust/tw_evm/src/abi/function.rs index cae72467a02..ee4accfc60b 100644 --- a/rust/tw_evm/src/abi/function.rs +++ b/rust/tw_evm/src/abi/function.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/mod.rs b/rust/tw_evm/src/abi/mod.rs index 25b36b9f936..f7270f9c0eb 100644 --- a/rust/tw_evm/src/abi/mod.rs +++ b/rust/tw_evm/src/abi/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/non_empty_array.rs b/rust/tw_evm/src/abi/non_empty_array.rs index b6a7a535c28..2feefa9b181 100644 --- a/rust/tw_evm/src/abi/non_empty_array.rs +++ b/rust/tw_evm/src/abi/non_empty_array.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param.rs b/rust/tw_evm/src/abi/param.rs index 93ca5dcb3eb..72e6af4d44a 100644 --- a/rust/tw_evm/src/abi/param.rs +++ b/rust/tw_evm/src/abi/param.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param_token.rs b/rust/tw_evm/src/abi/param_token.rs index 420b8e6f217..674cdb56293 100644 --- a/rust/tw_evm/src/abi/param_token.rs +++ b/rust/tw_evm/src/abi/param_token.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param_type/constructor.rs b/rust/tw_evm/src/abi/param_type/constructor.rs index 37eb5d2d39a..42637c0e028 100644 --- a/rust/tw_evm/src/abi/param_type/constructor.rs +++ b/rust/tw_evm/src/abi/param_type/constructor.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param_type/mod.rs b/rust/tw_evm/src/abi/param_type/mod.rs index 1ca70655574..edf7975b2f8 100644 --- a/rust/tw_evm/src/abi/param_type/mod.rs +++ b/rust/tw_evm/src/abi/param_type/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param_type/reader.rs b/rust/tw_evm/src/abi/param_type/reader.rs index 1e084fbec6c..213e0317b41 100644 --- a/rust/tw_evm/src/abi/param_type/reader.rs +++ b/rust/tw_evm/src/abi/param_type/reader.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/param_type/writer.rs b/rust/tw_evm/src/abi/param_type/writer.rs index 724a5ed9abe..960aa1f21d1 100644 --- a/rust/tw_evm/src/abi/param_type/writer.rs +++ b/rust/tw_evm/src/abi/param_type/writer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/prebuild/erc1155.rs b/rust/tw_evm/src/abi/prebuild/erc1155.rs index 1a9bf391f98..4ad90d08d51 100644 --- a/rust/tw_evm/src/abi/prebuild/erc1155.rs +++ b/rust/tw_evm/src/abi/prebuild/erc1155.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/prebuild/erc20.rs b/rust/tw_evm/src/abi/prebuild/erc20.rs index 4d3d042d663..22c913b9eec 100644 --- a/rust/tw_evm/src/abi/prebuild/erc20.rs +++ b/rust/tw_evm/src/abi/prebuild/erc20.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/prebuild/erc4337.rs b/rust/tw_evm/src/abi/prebuild/erc4337.rs index bd3a3977204..9655090478e 100644 --- a/rust/tw_evm/src/abi/prebuild/erc4337.rs +++ b/rust/tw_evm/src/abi/prebuild/erc4337.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/prebuild/erc721.rs b/rust/tw_evm/src/abi/prebuild/erc721.rs index e58ac7d0c1b..72caecccfb5 100644 --- a/rust/tw_evm/src/abi/prebuild/erc721.rs +++ b/rust/tw_evm/src/abi/prebuild/erc721.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/prebuild/mod.rs b/rust/tw_evm/src/abi/prebuild/mod.rs index 4bbcf59535b..ff9f93c7ffc 100644 --- a/rust/tw_evm/src/abi/prebuild/mod.rs +++ b/rust/tw_evm/src/abi/prebuild/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/signature.rs b/rust/tw_evm/src/abi/signature.rs index 1cc9da4750f..391307623cc 100644 --- a/rust/tw_evm/src/abi/signature.rs +++ b/rust/tw_evm/src/abi/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/token.rs b/rust/tw_evm/src/abi/token.rs index 3d52d080d98..ac599088875 100644 --- a/rust/tw_evm/src/abi/token.rs +++ b/rust/tw_evm/src/abi/token.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/abi/uint.rs b/rust/tw_evm/src/abi/uint.rs index 3b5f6021432..bb64b04bbf2 100644 --- a/rust/tw_evm/src/abi/uint.rs +++ b/rust/tw_evm/src/abi/uint.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/address.rs b/rust/tw_evm/src/address.rs index c53887b5662..1eb11064199 100644 --- a/rust/tw_evm/src/address.rs +++ b/rust/tw_evm/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/evm_context.rs b/rust/tw_evm/src/evm_context.rs index 83113770bb6..21e2de60fea 100644 --- a/rust/tw_evm/src/evm_context.rs +++ b/rust/tw_evm/src/evm_context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/evm_entry.rs b/rust/tw_evm/src/evm_entry.rs index 7ecbba2a885..15e992928f4 100644 --- a/rust/tw_evm/src/evm_entry.rs +++ b/rust/tw_evm/src/evm_entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/lib.rs b/rust/tw_evm/src/lib.rs index cacd3c67e82..9f316b60037 100644 --- a/rust/tw_evm/src/lib.rs +++ b/rust/tw_evm/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/eip191.rs b/rust/tw_evm/src/message/eip191.rs index 4ff12895222..826c968a8bc 100644 --- a/rust/tw_evm/src/message/eip191.rs +++ b/rust/tw_evm/src/message/eip191.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/eip712/eip712_message.rs b/rust/tw_evm/src/message/eip712/eip712_message.rs index be1dff96a3a..e4676340088 100644 --- a/rust/tw_evm/src/message/eip712/eip712_message.rs +++ b/rust/tw_evm/src/message/eip712/eip712_message.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/eip712/message_types.rs b/rust/tw_evm/src/message/eip712/message_types.rs index 9a4971402fc..7cea7477016 100644 --- a/rust/tw_evm/src/message/eip712/message_types.rs +++ b/rust/tw_evm/src/message/eip712/message_types.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/eip712/mod.rs b/rust/tw_evm/src/message/eip712/mod.rs index 74f7d3c885b..591de1b2491 100644 --- a/rust/tw_evm/src/message/eip712/mod.rs +++ b/rust/tw_evm/src/message/eip712/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/eip712/property.rs b/rust/tw_evm/src/message/eip712/property.rs index 343516ea042..ee430163eb9 100644 --- a/rust/tw_evm/src/message/eip712/property.rs +++ b/rust/tw_evm/src/message/eip712/property.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/mod.rs b/rust/tw_evm/src/message/mod.rs index a962df3519b..1476134adff 100644 --- a/rust/tw_evm/src/message/mod.rs +++ b/rust/tw_evm/src/message/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/message/signature.rs b/rust/tw_evm/src/message/signature.rs index 74802cd5037..ce5ffa8a205 100644 --- a/rust/tw_evm/src/message/signature.rs +++ b/rust/tw_evm/src/message/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/abi_encoder.rs b/rust/tw_evm/src/modules/abi_encoder.rs index 6879a1ab2e4..42f20d33716 100644 --- a/rust/tw_evm/src/modules/abi_encoder.rs +++ b/rust/tw_evm/src/modules/abi_encoder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/compiler.rs b/rust/tw_evm/src/modules/compiler.rs index 23598eca7aa..1ffb0bc86a2 100644 --- a/rust/tw_evm/src/modules/compiler.rs +++ b/rust/tw_evm/src/modules/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/json_signer.rs b/rust/tw_evm/src/modules/json_signer.rs index 9bacea446c0..5749d6fd0a3 100644 --- a/rust/tw_evm/src/modules/json_signer.rs +++ b/rust/tw_evm/src/modules/json_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/message_signer.rs b/rust/tw_evm/src/modules/message_signer.rs index b15d95698ea..aff07c70ff3 100644 --- a/rust/tw_evm/src/modules/message_signer.rs +++ b/rust/tw_evm/src/modules/message_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/mod.rs b/rust/tw_evm/src/modules/mod.rs index ba8e26862b4..5dde530188b 100644 --- a/rust/tw_evm/src/modules/mod.rs +++ b/rust/tw_evm/src/modules/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/rlp_encoder.rs b/rust/tw_evm/src/modules/rlp_encoder.rs index e45e2ef0d2d..7b33ede1955 100644 --- a/rust/tw_evm/src/modules/rlp_encoder.rs +++ b/rust/tw_evm/src/modules/rlp_encoder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/signer.rs b/rust/tw_evm/src/modules/signer.rs index 18eb01b3374..578805e9835 100644 --- a/rust/tw_evm/src/modules/signer.rs +++ b/rust/tw_evm/src/modules/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/modules/tx_builder.rs b/rust/tw_evm/src/modules/tx_builder.rs index 395fd81489a..41a34d7f8b2 100644 --- a/rust/tw_evm/src/modules/tx_builder.rs +++ b/rust/tw_evm/src/modules/tx_builder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/rlp/buffer.rs b/rust/tw_evm/src/rlp/buffer.rs index eea9d9e750e..7e014213bb8 100644 --- a/rust/tw_evm/src/rlp/buffer.rs +++ b/rust/tw_evm/src/rlp/buffer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/rlp/impls.rs b/rust/tw_evm/src/rlp/impls.rs index 1927c01cff8..65d30fac3e1 100644 --- a/rust/tw_evm/src/rlp/impls.rs +++ b/rust/tw_evm/src/rlp/impls.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/rlp/list.rs b/rust/tw_evm/src/rlp/list.rs index 4bf58634d1f..7bbef501d2c 100644 --- a/rust/tw_evm/src/rlp/list.rs +++ b/rust/tw_evm/src/rlp/list.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/rlp/mod.rs b/rust/tw_evm/src/rlp/mod.rs index 88bbe1ff550..a92c36776a7 100644 --- a/rust/tw_evm/src/rlp/mod.rs +++ b/rust/tw_evm/src/rlp/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/signature.rs b/rust/tw_evm/src/signature.rs index 0949cb8027e..e386626fc0e 100644 --- a/rust/tw_evm/src/signature.rs +++ b/rust/tw_evm/src/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/transaction/mod.rs b/rust/tw_evm/src/transaction/mod.rs index a80521be11c..df097b7c745 100644 --- a/rust/tw_evm/src/transaction/mod.rs +++ b/rust/tw_evm/src/transaction/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/transaction/signature.rs b/rust/tw_evm/src/transaction/signature.rs index 198ca2e91bb..ccabcadfeb4 100644 --- a/rust/tw_evm/src/transaction/signature.rs +++ b/rust/tw_evm/src/transaction/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/transaction/transaction_eip1559.rs b/rust/tw_evm/src/transaction/transaction_eip1559.rs index 352a5b53a8e..f7f0475368f 100644 --- a/rust/tw_evm/src/transaction/transaction_eip1559.rs +++ b/rust/tw_evm/src/transaction/transaction_eip1559.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/transaction/transaction_non_typed.rs b/rust/tw_evm/src/transaction/transaction_non_typed.rs index 67d386def60..c932cc2d2ce 100644 --- a/rust/tw_evm/src/transaction/transaction_non_typed.rs +++ b/rust/tw_evm/src/transaction/transaction_non_typed.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/src/transaction/user_operation.rs b/rust/tw_evm/src/transaction/user_operation.rs index 6abe6bd048b..d147726ebdc 100644 --- a/rust/tw_evm/src/transaction/user_operation.rs +++ b/rust/tw_evm/src/transaction/user_operation.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/tests/abi_encoder.rs b/rust/tw_evm/tests/abi_encoder.rs index b94533bbb27..2d59b09814b 100644 --- a/rust/tw_evm/tests/abi_encoder.rs +++ b/rust/tw_evm/tests/abi_encoder.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/tests/barz.rs b/rust/tw_evm/tests/barz.rs index 270bd958ae2..35a245e53da 100644 --- a/rust/tw_evm/tests/barz.rs +++ b/rust/tw_evm/tests/barz.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/tests/message_signer.rs b/rust/tw_evm/tests/message_signer.rs index fe5acaca9aa..2dc66ad717e 100644 --- a/rust/tw_evm/tests/message_signer.rs +++ b/rust/tw_evm/tests/message_signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/tests/rlp.rs b/rust/tw_evm/tests/rlp.rs index df7bb0c9915..d520085a6e8 100644 --- a/rust/tw_evm/tests/rlp.rs +++ b/rust/tw_evm/tests/rlp.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_evm/tests/signer.rs b/rust/tw_evm/tests/signer.rs index 9b43ca7cea3..877425286d3 100644 --- a/rust/tw_evm/tests/signer.rs +++ b/rust/tw_evm/tests/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/fuzz/fuzz_targets/hash_fuzz.rs b/rust/tw_hash/fuzz/fuzz_targets/hash_fuzz.rs index ddd74bce7df..753f44a5980 100644 --- a/rust/tw_hash/fuzz/fuzz_targets/hash_fuzz.rs +++ b/rust/tw_hash/fuzz/fuzz_targets/hash_fuzz.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/blake.rs b/rust/tw_hash/src/blake.rs index b7b6b93fb3b..d95cdcfcd47 100644 --- a/rust/tw_hash/src/blake.rs +++ b/rust/tw_hash/src/blake.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/blake2.rs b/rust/tw_hash/src/blake2.rs index 6eaef3a5ad9..d7386740eae 100644 --- a/rust/tw_hash/src/blake2.rs +++ b/rust/tw_hash/src/blake2.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/crc32.rs b/rust/tw_hash/src/crc32.rs index f413fd13a19..2e5a52cfa99 100644 --- a/rust/tw_hash/src/crc32.rs +++ b/rust/tw_hash/src/crc32.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/ffi.rs b/rust/tw_hash/src/ffi.rs index e49f96f336b..cb803a150ff 100644 --- a/rust/tw_hash/src/ffi.rs +++ b/rust/tw_hash/src/ffi.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/groestl.rs b/rust/tw_hash/src/groestl.rs index e1ab3cefd3c..374055be560 100644 --- a/rust/tw_hash/src/groestl.rs +++ b/rust/tw_hash/src/groestl.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/hash_array.rs b/rust/tw_hash/src/hash_array.rs index 95ab0388a12..ecb6dc32688 100644 --- a/rust/tw_hash/src/hash_array.rs +++ b/rust/tw_hash/src/hash_array.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/hash_wrapper.rs b/rust/tw_hash/src/hash_wrapper.rs index 20a81d993be..8756428fa29 100644 --- a/rust/tw_hash/src/hash_wrapper.rs +++ b/rust/tw_hash/src/hash_wrapper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/hasher.rs b/rust/tw_hash/src/hasher.rs index 086c9915f0c..6bfc148d20e 100644 --- a/rust/tw_hash/src/hasher.rs +++ b/rust/tw_hash/src/hasher.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/hmac.rs b/rust/tw_hash/src/hmac.rs index 3e3ffdc0ab1..a6c7304fec5 100644 --- a/rust/tw_hash/src/hmac.rs +++ b/rust/tw_hash/src/hmac.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/lib.rs b/rust/tw_hash/src/lib.rs index 8020e6cde19..99ea70cc20c 100644 --- a/rust/tw_hash/src/lib.rs +++ b/rust/tw_hash/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/ripemd.rs b/rust/tw_hash/src/ripemd.rs index 2ce18fb2253..cb155fa2092 100644 --- a/rust/tw_hash/src/ripemd.rs +++ b/rust/tw_hash/src/ripemd.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/sha1.rs b/rust/tw_hash/src/sha1.rs index 597accf0f75..e29e08e777f 100644 --- a/rust/tw_hash/src/sha1.rs +++ b/rust/tw_hash/src/sha1.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/sha2.rs b/rust/tw_hash/src/sha2.rs index 0ac313162c2..98457368170 100644 --- a/rust/tw_hash/src/sha2.rs +++ b/rust/tw_hash/src/sha2.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/src/sha3.rs b/rust/tw_hash/src/sha3.rs index c4c5318341a..3d961d67802 100644 --- a/rust/tw_hash/src/sha3.rs +++ b/rust/tw_hash/src/sha3.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_hash/tests/hash_ffi_tests.rs b/rust/tw_hash/tests/hash_ffi_tests.rs index a66f6dd13d9..d0e8fe9f3d4 100644 --- a/rust/tw_hash/tests/hash_ffi_tests.rs +++ b/rust/tw_hash/tests/hash_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/build.rs b/rust/tw_internet_computer/build.rs index a163f826026..97e6ce44ebe 100644 --- a/rust/tw_internet_computer/build.rs +++ b/rust/tw_internet_computer/build.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/address.rs b/rust/tw_internet_computer/src/address.rs index 17ba0ed3ee4..b50c4aa6ec1 100644 --- a/rust/tw_internet_computer/src/address.rs +++ b/rust/tw_internet_computer/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/context.rs b/rust/tw_internet_computer/src/context.rs index 45e2a3d5e5d..b3cdfcde62d 100644 --- a/rust/tw_internet_computer/src/context.rs +++ b/rust/tw_internet_computer/src/context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/entry.rs b/rust/tw_internet_computer/src/entry.rs index 6fb47ba161c..47d2a60e50f 100644 --- a/rust/tw_internet_computer/src/entry.rs +++ b/rust/tw_internet_computer/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/lib.rs b/rust/tw_internet_computer/src/lib.rs index c32ab978e54..36c0dfa533a 100644 --- a/rust/tw_internet_computer/src/lib.rs +++ b/rust/tw_internet_computer/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/envelope.rs b/rust/tw_internet_computer/src/protocol/envelope.rs index cfa00cdd274..9c1f0e64f9f 100644 --- a/rust/tw_internet_computer/src/protocol/envelope.rs +++ b/rust/tw_internet_computer/src/protocol/envelope.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/identity.rs b/rust/tw_internet_computer/src/protocol/identity.rs index ed8ce0f7cbb..5c20b9f1791 100644 --- a/rust/tw_internet_computer/src/protocol/identity.rs +++ b/rust/tw_internet_computer/src/protocol/identity.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/mod.rs b/rust/tw_internet_computer/src/protocol/mod.rs index f21353b57b7..ea7eec9b652 100644 --- a/rust/tw_internet_computer/src/protocol/mod.rs +++ b/rust/tw_internet_computer/src/protocol/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/principal.rs b/rust/tw_internet_computer/src/protocol/principal.rs index 61680e14f48..e9c25ffabd2 100644 --- a/rust/tw_internet_computer/src/protocol/principal.rs +++ b/rust/tw_internet_computer/src/protocol/principal.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/request_id.rs b/rust/tw_internet_computer/src/protocol/request_id.rs index 5f9d2bcf74b..a1c20a21ebb 100644 --- a/rust/tw_internet_computer/src/protocol/request_id.rs +++ b/rust/tw_internet_computer/src/protocol/request_id.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/protocol/rosetta.rs b/rust/tw_internet_computer/src/protocol/rosetta.rs index 45e2a0be888..373bdaab569 100644 --- a/rust/tw_internet_computer/src/protocol/rosetta.rs +++ b/rust/tw_internet_computer/src/protocol/rosetta.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/signer.rs b/rust/tw_internet_computer/src/signer.rs index 113dde0c27f..737c4390792 100644 --- a/rust/tw_internet_computer/src/signer.rs +++ b/rust/tw_internet_computer/src/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/transactions/mod.rs b/rust/tw_internet_computer/src/transactions/mod.rs index e401c7e08f5..a638ed25359 100644 --- a/rust/tw_internet_computer/src/transactions/mod.rs +++ b/rust/tw_internet_computer/src/transactions/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/transactions/proto/ledger.proto b/rust/tw_internet_computer/src/transactions/proto/ledger.proto index 726d2ffd74b..043c9c0e22e 100644 --- a/rust/tw_internet_computer/src/transactions/proto/ledger.proto +++ b/rust/tw_internet_computer/src/transactions/proto/ledger.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/transactions/proto/types.proto b/rust/tw_internet_computer/src/transactions/proto/types.proto index 2c63ceb555e..8cf099f12d6 100644 --- a/rust/tw_internet_computer/src/transactions/proto/types.proto +++ b/rust/tw_internet_computer/src/transactions/proto/types.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_internet_computer/src/transactions/transfer.rs b/rust/tw_internet_computer/src/transactions/transfer.rs index 0b57b56d058..cf6d3865aeb 100644 --- a/rust/tw_internet_computer/src/transactions/transfer.rs +++ b/rust/tw_internet_computer/src/transactions/transfer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/fuzz/fuzz_targets/tw_private_sign.rs b/rust/tw_keypair/fuzz/fuzz_targets/tw_private_sign.rs index b7a574f3073..cbc6582af18 100644 --- a/rust/tw_keypair/fuzz/fuzz_targets/tw_private_sign.rs +++ b/rust/tw_keypair/fuzz/fuzz_targets/tw_private_sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/fuzz/fuzz_targets/tw_private_to_public.rs b/rust/tw_keypair/fuzz/fuzz_targets/tw_private_to_public.rs index 25de9500029..65ca8c95768 100644 --- a/rust/tw_keypair/fuzz/fuzz_targets/tw_private_to_public.rs +++ b/rust/tw_keypair/fuzz/fuzz_targets/tw_private_to_public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/fuzz/fuzz_targets/tw_public_verify.rs b/rust/tw_keypair/fuzz/fuzz_targets/tw_public_verify.rs index 394d2aad416..74e04aa8d0d 100644 --- a/rust/tw_keypair/fuzz/fuzz_targets/tw_public_verify.rs +++ b/rust/tw_keypair/fuzz/fuzz_targets/tw_public_verify.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/canonical.rs b/rust/tw_keypair/src/ecdsa/canonical.rs index fdfc9244479..4e1089021fd 100644 --- a/rust/tw_keypair/src/ecdsa/canonical.rs +++ b/rust/tw_keypair/src/ecdsa/canonical.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/der.rs b/rust/tw_keypair/src/ecdsa/der.rs index 6cd1b8fa91e..94f51e00a51 100644 --- a/rust/tw_keypair/src/ecdsa/der.rs +++ b/rust/tw_keypair/src/ecdsa/der.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/mod.rs b/rust/tw_keypair/src/ecdsa/mod.rs index 61e49f722c3..684f8ec9ef4 100644 --- a/rust/tw_keypair/src/ecdsa/mod.rs +++ b/rust/tw_keypair/src/ecdsa/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/nist256p1/keypair.rs b/rust/tw_keypair/src/ecdsa/nist256p1/keypair.rs index df9ff15a8e0..7562d6d6569 100644 --- a/rust/tw_keypair/src/ecdsa/nist256p1/keypair.rs +++ b/rust/tw_keypair/src/ecdsa/nist256p1/keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/nist256p1/mod.rs b/rust/tw_keypair/src/ecdsa/nist256p1/mod.rs index 890d77d610a..aa5312ed4f2 100644 --- a/rust/tw_keypair/src/ecdsa/nist256p1/mod.rs +++ b/rust/tw_keypair/src/ecdsa/nist256p1/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/nist256p1/private.rs b/rust/tw_keypair/src/ecdsa/nist256p1/private.rs index 3149967ce68..b15a9552c8f 100644 --- a/rust/tw_keypair/src/ecdsa/nist256p1/private.rs +++ b/rust/tw_keypair/src/ecdsa/nist256p1/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/nist256p1/public.rs b/rust/tw_keypair/src/ecdsa/nist256p1/public.rs index 5255e920621..b080cea0619 100644 --- a/rust/tw_keypair/src/ecdsa/nist256p1/public.rs +++ b/rust/tw_keypair/src/ecdsa/nist256p1/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/secp256k1/keypair.rs b/rust/tw_keypair/src/ecdsa/secp256k1/keypair.rs index 665d341e8e7..d8324347c26 100644 --- a/rust/tw_keypair/src/ecdsa/secp256k1/keypair.rs +++ b/rust/tw_keypair/src/ecdsa/secp256k1/keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/secp256k1/mod.rs b/rust/tw_keypair/src/ecdsa/secp256k1/mod.rs index ebb0400205c..7f034952efb 100644 --- a/rust/tw_keypair/src/ecdsa/secp256k1/mod.rs +++ b/rust/tw_keypair/src/ecdsa/secp256k1/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/secp256k1/private.rs b/rust/tw_keypair/src/ecdsa/secp256k1/private.rs index 088b3bd549f..e7429e25513 100644 --- a/rust/tw_keypair/src/ecdsa/secp256k1/private.rs +++ b/rust/tw_keypair/src/ecdsa/secp256k1/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/secp256k1/public.rs b/rust/tw_keypair/src/ecdsa/secp256k1/public.rs index 92dc6b0cc52..4cf6528a891 100644 --- a/rust/tw_keypair/src/ecdsa/secp256k1/public.rs +++ b/rust/tw_keypair/src/ecdsa/secp256k1/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ecdsa/signature.rs b/rust/tw_keypair/src/ecdsa/signature.rs index 7660bc12a0c..22cb8a52cb0 100644 --- a/rust/tw_keypair/src/ecdsa/signature.rs +++ b/rust/tw_keypair/src/ecdsa/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/keypair.rs b/rust/tw_keypair/src/ed25519/keypair.rs index e9240d2d4d3..118315c27a6 100644 --- a/rust/tw_keypair/src/ed25519/keypair.rs +++ b/rust/tw_keypair/src/ed25519/keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/mangle.rs b/rust/tw_keypair/src/ed25519/mangle.rs index f635cc19a40..1f170299d8e 100644 --- a/rust/tw_keypair/src/ed25519/mangle.rs +++ b/rust/tw_keypair/src/ed25519/mangle.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/mod.rs b/rust/tw_keypair/src/ed25519/mod.rs index 32c079ad6af..0b76a4089ed 100644 --- a/rust/tw_keypair/src/ed25519/mod.rs +++ b/rust/tw_keypair/src/ed25519/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_keypair.rs b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_keypair.rs index 6da604cc660..31938240884 100644 --- a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_keypair.rs +++ b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_private.rs b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_private.rs index 5c3ac800c52..24b22573548 100644 --- a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_private.rs +++ b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_public.rs b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_public.rs index 1a8eaa65b08..b2850318767 100644 --- a/rust/tw_keypair/src/ed25519/modifications/cardano/extended_public.rs +++ b/rust/tw_keypair/src/ed25519/modifications/cardano/extended_public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/cardano/mod.rs b/rust/tw_keypair/src/ed25519/modifications/cardano/mod.rs index d5f0f3d2eae..52c05d15487 100644 --- a/rust/tw_keypair/src/ed25519/modifications/cardano/mod.rs +++ b/rust/tw_keypair/src/ed25519/modifications/cardano/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/mod.rs b/rust/tw_keypair/src/ed25519/modifications/mod.rs index 7f19f608c5d..e189e6ad028 100644 --- a/rust/tw_keypair/src/ed25519/modifications/mod.rs +++ b/rust/tw_keypair/src/ed25519/modifications/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/waves/keypair.rs b/rust/tw_keypair/src/ed25519/modifications/waves/keypair.rs index 890ac668041..43ce9a59323 100644 --- a/rust/tw_keypair/src/ed25519/modifications/waves/keypair.rs +++ b/rust/tw_keypair/src/ed25519/modifications/waves/keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/waves/mod.rs b/rust/tw_keypair/src/ed25519/modifications/waves/mod.rs index 45f0320be09..85138716c9f 100644 --- a/rust/tw_keypair/src/ed25519/modifications/waves/mod.rs +++ b/rust/tw_keypair/src/ed25519/modifications/waves/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/waves/private.rs b/rust/tw_keypair/src/ed25519/modifications/waves/private.rs index 569f9dde44c..c3c8d19ff10 100644 --- a/rust/tw_keypair/src/ed25519/modifications/waves/private.rs +++ b/rust/tw_keypair/src/ed25519/modifications/waves/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/waves/public.rs b/rust/tw_keypair/src/ed25519/modifications/waves/public.rs index 47e3e2ce638..631468d14ea 100644 --- a/rust/tw_keypair/src/ed25519/modifications/waves/public.rs +++ b/rust/tw_keypair/src/ed25519/modifications/waves/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/modifications/waves/signature.rs b/rust/tw_keypair/src/ed25519/modifications/waves/signature.rs index 8c1819a6a73..4924f72b16a 100644 --- a/rust/tw_keypair/src/ed25519/modifications/waves/signature.rs +++ b/rust/tw_keypair/src/ed25519/modifications/waves/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/private.rs b/rust/tw_keypair/src/ed25519/private.rs index 9384bc66096..1a3133feeec 100644 --- a/rust/tw_keypair/src/ed25519/private.rs +++ b/rust/tw_keypair/src/ed25519/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/public.rs b/rust/tw_keypair/src/ed25519/public.rs index 883147a92c8..4a840d57e1a 100644 --- a/rust/tw_keypair/src/ed25519/public.rs +++ b/rust/tw_keypair/src/ed25519/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/secret.rs b/rust/tw_keypair/src/ed25519/secret.rs index ed39c3e7a34..19e488685c1 100644 --- a/rust/tw_keypair/src/ed25519/secret.rs +++ b/rust/tw_keypair/src/ed25519/secret.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ed25519/signature.rs b/rust/tw_keypair/src/ed25519/signature.rs index cb45fcce1fc..589f459049b 100644 --- a/rust/tw_keypair/src/ed25519/signature.rs +++ b/rust/tw_keypair/src/ed25519/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ffi/asn.rs b/rust/tw_keypair/src/ffi/asn.rs index 995c8c2b112..ff8647d8789 100644 --- a/rust/tw_keypair/src/ffi/asn.rs +++ b/rust/tw_keypair/src/ffi/asn.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ffi/mod.rs b/rust/tw_keypair/src/ffi/mod.rs index 15cac0a8cf7..b3fbfc68737 100644 --- a/rust/tw_keypair/src/ffi/mod.rs +++ b/rust/tw_keypair/src/ffi/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ffi/privkey.rs b/rust/tw_keypair/src/ffi/privkey.rs index 30f68811458..e9dffdcb703 100644 --- a/rust/tw_keypair/src/ffi/privkey.rs +++ b/rust/tw_keypair/src/ffi/privkey.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/ffi/pubkey.rs b/rust/tw_keypair/src/ffi/pubkey.rs index e1c86476b07..2123ab18f8d 100644 --- a/rust/tw_keypair/src/ffi/pubkey.rs +++ b/rust/tw_keypair/src/ffi/pubkey.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/lib.rs b/rust/tw_keypair/src/lib.rs index 945222877e5..1f2ceef4842 100644 --- a/rust/tw_keypair/src/lib.rs +++ b/rust/tw_keypair/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/starkex/keypair.rs b/rust/tw_keypair/src/starkex/keypair.rs index b827bdb80db..8ca7e6c1498 100644 --- a/rust/tw_keypair/src/starkex/keypair.rs +++ b/rust/tw_keypair/src/starkex/keypair.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/starkex/mod.rs b/rust/tw_keypair/src/starkex/mod.rs index 35db9f4e98c..b3078edf887 100644 --- a/rust/tw_keypair/src/starkex/mod.rs +++ b/rust/tw_keypair/src/starkex/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/starkex/private.rs b/rust/tw_keypair/src/starkex/private.rs index 973d2c06699..2b4640b10e7 100644 --- a/rust/tw_keypair/src/starkex/private.rs +++ b/rust/tw_keypair/src/starkex/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/starkex/public.rs b/rust/tw_keypair/src/starkex/public.rs index 16dad099952..b68f7755e37 100644 --- a/rust/tw_keypair/src/starkex/public.rs +++ b/rust/tw_keypair/src/starkex/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/starkex/signature.rs b/rust/tw_keypair/src/starkex/signature.rs index 9ca0de029b6..332274e6026 100644 --- a/rust/tw_keypair/src/starkex/signature.rs +++ b/rust/tw_keypair/src/starkex/signature.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/test_utils/mod.rs b/rust/tw_keypair/src/test_utils/mod.rs index 2e2d49008ed..039152ecd07 100644 --- a/rust/tw_keypair/src/test_utils/mod.rs +++ b/rust/tw_keypair/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/test_utils/tw_private_key_helper.rs b/rust/tw_keypair/src/test_utils/tw_private_key_helper.rs index c8cc3795578..df61c6ad435 100644 --- a/rust/tw_keypair/src/test_utils/tw_private_key_helper.rs +++ b/rust/tw_keypair/src/test_utils/tw_private_key_helper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/test_utils/tw_public_key_helper.rs b/rust/tw_keypair/src/test_utils/tw_public_key_helper.rs index daecadc61aa..9d6e55c41a9 100644 --- a/rust/tw_keypair/src/test_utils/tw_public_key_helper.rs +++ b/rust/tw_keypair/src/test_utils/tw_public_key_helper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/traits.rs b/rust/tw_keypair/src/traits.rs index 7b32076f7fe..f15b5652c90 100644 --- a/rust/tw_keypair/src/traits.rs +++ b/rust/tw_keypair/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/tw/mod.rs b/rust/tw_keypair/src/tw/mod.rs index 114affc4ce6..dcfda936f9c 100644 --- a/rust/tw_keypair/src/tw/mod.rs +++ b/rust/tw_keypair/src/tw/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/tw/private.rs b/rust/tw_keypair/src/tw/private.rs index c0e5fb5ae48..8374c0f2215 100644 --- a/rust/tw_keypair/src/tw/private.rs +++ b/rust/tw_keypair/src/tw/private.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/src/tw/public.rs b/rust/tw_keypair/src/tw/public.rs index 754ed022870..52aa6675add 100644 --- a/rust/tw_keypair/src/tw/public.rs +++ b/rust/tw_keypair/src/tw/public.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/asn_parser_ffi_tests.rs b/rust/tw_keypair/tests/asn_parser_ffi_tests.rs index fde7ce39ae5..3c9c87c6ab8 100644 --- a/rust/tw_keypair/tests/asn_parser_ffi_tests.rs +++ b/rust/tw_keypair/tests/asn_parser_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/ed25519_blake2b_tests.rs b/rust/tw_keypair/tests/ed25519_blake2b_tests.rs index d6f1b29a821..5b960209972 100644 --- a/rust/tw_keypair/tests/ed25519_blake2b_tests.rs +++ b/rust/tw_keypair/tests/ed25519_blake2b_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/ed25519_extended_cardano_tests.rs b/rust/tw_keypair/tests/ed25519_extended_cardano_tests.rs index 818b5ef208c..f77c3fdf412 100644 --- a/rust/tw_keypair/tests/ed25519_extended_cardano_tests.rs +++ b/rust/tw_keypair/tests/ed25519_extended_cardano_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/ed25519_tests.rs b/rust/tw_keypair/tests/ed25519_tests.rs index de8d494b915..94789a00ace 100644 --- a/rust/tw_keypair/tests/ed25519_tests.rs +++ b/rust/tw_keypair/tests/ed25519_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/ed25519_waves_tests.rs b/rust/tw_keypair/tests/ed25519_waves_tests.rs index 18a1df852e0..56005873674 100644 --- a/rust/tw_keypair/tests/ed25519_waves_tests.rs +++ b/rust/tw_keypair/tests/ed25519_waves_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/nist256p1_tests.rs b/rust/tw_keypair/tests/nist256p1_tests.rs index 552f40838ca..f50fbc3d772 100644 --- a/rust/tw_keypair/tests/nist256p1_tests.rs +++ b/rust/tw_keypair/tests/nist256p1_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/private_key_ffi_tests.rs b/rust/tw_keypair/tests/private_key_ffi_tests.rs index 7092f7b7407..f75632a7003 100644 --- a/rust/tw_keypair/tests/private_key_ffi_tests.rs +++ b/rust/tw_keypair/tests/private_key_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/public_key_ffi_tests.rs b/rust/tw_keypair/tests/public_key_ffi_tests.rs index 9922b0fd8a3..e04cbd1dd5e 100644 --- a/rust/tw_keypair/tests/public_key_ffi_tests.rs +++ b/rust/tw_keypair/tests/public_key_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/secp256k1_tests.rs b/rust/tw_keypair/tests/secp256k1_tests.rs index 9774a47a2c1..5ffc1362e9c 100644 --- a/rust/tw_keypair/tests/secp256k1_tests.rs +++ b/rust/tw_keypair/tests/secp256k1_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_keypair/tests/tw_keypair_starkex_tests.rs b/rust/tw_keypair/tests/tw_keypair_starkex_tests.rs index 40d28c2417d..5349b0ca50d 100644 --- a/rust/tw_keypair/tests/tw_keypair_starkex_tests.rs +++ b/rust/tw_keypair/tests/tw_keypair_starkex_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/c_byte_array.rs b/rust/tw_memory/src/ffi/c_byte_array.rs index 337cff99677..a5aeb88d83e 100644 --- a/rust/tw_memory/src/ffi/c_byte_array.rs +++ b/rust/tw_memory/src/ffi/c_byte_array.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/c_byte_array_ref.rs b/rust/tw_memory/src/ffi/c_byte_array_ref.rs index 160b14d3f0d..d48fa0f46df 100644 --- a/rust/tw_memory/src/ffi/c_byte_array_ref.rs +++ b/rust/tw_memory/src/ffi/c_byte_array_ref.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/c_result.rs b/rust/tw_memory/src/ffi/c_result.rs index 850ed6116d0..f77bf6e4853 100644 --- a/rust/tw_memory/src/ffi/c_result.rs +++ b/rust/tw_memory/src/ffi/c_result.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/mod.rs b/rust/tw_memory/src/ffi/mod.rs index 9afbd7509f1..e097b02209e 100644 --- a/rust/tw_memory/src/ffi/mod.rs +++ b/rust/tw_memory/src/ffi/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/tw_data.rs b/rust/tw_memory/src/ffi/tw_data.rs index ad4c6ad4400..134ee3948ac 100644 --- a/rust/tw_memory/src/ffi/tw_data.rs +++ b/rust/tw_memory/src/ffi/tw_data.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/tw_data_vector.rs b/rust/tw_memory/src/ffi/tw_data_vector.rs index 5c596ede7fa..7f118acfc0c 100644 --- a/rust/tw_memory/src/ffi/tw_data_vector.rs +++ b/rust/tw_memory/src/ffi/tw_data_vector.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/ffi/tw_string.rs b/rust/tw_memory/src/ffi/tw_string.rs index 41d122bd64e..b4181f88bdf 100644 --- a/rust/tw_memory/src/ffi/tw_string.rs +++ b/rust/tw_memory/src/ffi/tw_string.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/lib.rs b/rust/tw_memory/src/lib.rs index ff757aa6b04..ef3d69427fc 100644 --- a/rust/tw_memory/src/lib.rs +++ b/rust/tw_memory/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/test_utils/mod.rs b/rust/tw_memory/src/test_utils/mod.rs index d2520378719..c8824e16b47 100644 --- a/rust/tw_memory/src/test_utils/mod.rs +++ b/rust/tw_memory/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/test_utils/tw_data_helper.rs b/rust/tw_memory/src/test_utils/tw_data_helper.rs index 4a317968e29..7721305ab8a 100644 --- a/rust/tw_memory/src/test_utils/tw_data_helper.rs +++ b/rust/tw_memory/src/test_utils/tw_data_helper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/test_utils/tw_data_vector_helper.rs b/rust/tw_memory/src/test_utils/tw_data_vector_helper.rs index 340461e5ec8..0e6610c56f5 100644 --- a/rust/tw_memory/src/test_utils/tw_data_vector_helper.rs +++ b/rust/tw_memory/src/test_utils/tw_data_vector_helper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/test_utils/tw_string_helper.rs b/rust/tw_memory/src/test_utils/tw_string_helper.rs index dd1fb22194a..dd58eb5879a 100644 --- a/rust/tw_memory/src/test_utils/tw_string_helper.rs +++ b/rust/tw_memory/src/test_utils/tw_string_helper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/src/test_utils/tw_wrapper.rs b/rust/tw_memory/src/test_utils/tw_wrapper.rs index 8cb5d26ada5..a88b98438be 100644 --- a/rust/tw_memory/src/test_utils/tw_wrapper.rs +++ b/rust/tw_memory/src/test_utils/tw_wrapper.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/tests/c_byte_array_ffi_tests.rs b/rust/tw_memory/tests/c_byte_array_ffi_tests.rs index e3fe8e41ba3..4f643ebe08a 100644 --- a/rust/tw_memory/tests/c_byte_array_ffi_tests.rs +++ b/rust/tw_memory/tests/c_byte_array_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/tests/c_result_ffi_tests.rs b/rust/tw_memory/tests/c_result_ffi_tests.rs index dca5cee3f9e..27d9a0d82b6 100644 --- a/rust/tw_memory/tests/c_result_ffi_tests.rs +++ b/rust/tw_memory/tests/c_result_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_memory/tests/string_ffi_tests.rs b/rust/tw_memory/tests/string_ffi_tests.rs index f15b70838c1..72587f2b271 100644 --- a/rust/tw_memory/tests/string_ffi_tests.rs +++ b/rust/tw_memory/tests/string_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/lib.rs b/rust/tw_misc/src/lib.rs index b99e9f66996..b6913c96f47 100644 --- a/rust/tw_misc/src/lib.rs +++ b/rust/tw_misc/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/macros.rs b/rust/tw_misc/src/macros.rs index e75c03de50b..815a08b8427 100644 --- a/rust/tw_misc/src/macros.rs +++ b/rust/tw_misc/src/macros.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/serde.rs b/rust/tw_misc/src/serde.rs index 0e1e85d5256..919538eabe6 100644 --- a/rust/tw_misc/src/serde.rs +++ b/rust/tw_misc/src/serde.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/test_utils/json.rs b/rust/tw_misc/src/test_utils/json.rs index 6b4969362e4..584abebea07 100644 --- a/rust/tw_misc/src/test_utils/json.rs +++ b/rust/tw_misc/src/test_utils/json.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/test_utils/mod.rs b/rust/tw_misc/src/test_utils/mod.rs index 019606a0fca..1379c7be77f 100644 --- a/rust/tw_misc/src/test_utils/mod.rs +++ b/rust/tw_misc/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_misc/src/traits.rs b/rust/tw_misc/src/traits.rs index cf1ba9a1e80..87b6f6a1903 100644 --- a/rust/tw_misc/src/traits.rs +++ b/rust/tw_misc/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_number/src/i256.rs b/rust/tw_number/src/i256.rs index aaae24a8257..3a91a5af301 100644 --- a/rust/tw_number/src/i256.rs +++ b/rust/tw_number/src/i256.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_number/src/lib.rs b/rust/tw_number/src/lib.rs index 13e6bb25ee6..c61c5771864 100644 --- a/rust/tw_number/src/lib.rs +++ b/rust/tw_number/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_number/src/sign.rs b/rust/tw_number/src/sign.rs index 438742ee06c..dbfd062cc5b 100644 --- a/rust/tw_number/src/sign.rs +++ b/rust/tw_number/src/sign.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_number/src/u256.rs b/rust/tw_number/src/u256.rs index 049fbb0b95b..1c355e7a529 100644 --- a/rust/tw_number/src/u256.rs +++ b/rust/tw_number/src/u256.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_number/tests/u256.rs b/rust/tw_number/tests/u256.rs index dd8c2dbaafc..a2cfaf78021 100644 --- a/rust/tw_number/tests/u256.rs +++ b/rust/tw_number/tests/u256.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/build.rs b/rust/tw_proto/build.rs index b3e60df9a68..d589ba9de24 100644 --- a/rust/tw_proto/build.rs +++ b/rust/tw_proto/build.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/src/common/google/mod.rs b/rust/tw_proto/src/common/google/mod.rs index a11a0995e85..a0a56508bb5 100644 --- a/rust/tw_proto/src/common/google/mod.rs +++ b/rust/tw_proto/src/common/google/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/src/common/google/protobuf/mod.rs b/rust/tw_proto/src/common/google/protobuf/mod.rs index 3f4d90a7f08..4f39c5ae922 100644 --- a/rust/tw_proto/src/common/google/protobuf/mod.rs +++ b/rust/tw_proto/src/common/google/protobuf/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/src/common/mod.rs b/rust/tw_proto/src/common/mod.rs index 972a22f676f..5ecf495973a 100644 --- a/rust/tw_proto/src/common/mod.rs +++ b/rust/tw_proto/src/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/src/ffi.rs b/rust/tw_proto/src/ffi.rs index fad29e643e9..519af6627a8 100644 --- a/rust/tw_proto/src/ffi.rs +++ b/rust/tw_proto/src/ffi.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/src/lib.rs b/rust/tw_proto/src/lib.rs index 94f2db92860..d19f3d7d363 100644 --- a/rust/tw_proto/src/lib.rs +++ b/rust/tw_proto/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/tests/proto_ffi_tests.rs b/rust/tw_proto/tests/proto_ffi_tests.rs index ce3df7c6a03..1f5e52f4e1e 100644 --- a/rust/tw_proto/tests/proto_ffi_tests.rs +++ b/rust/tw_proto/tests/proto_ffi_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_proto/tests/proto_tests.rs b/rust/tw_proto/tests/proto_tests.rs index 1bc62808559..a12fffeae2d 100644 --- a/rust/tw_proto/tests/proto_tests.rs +++ b/rust/tw_proto/tests/proto_tests.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/src/address.rs b/rust/tw_ronin/src/address.rs index e14be4225e0..4c681003cb9 100644 --- a/rust/tw_ronin/src/address.rs +++ b/rust/tw_ronin/src/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/src/entry.rs b/rust/tw_ronin/src/entry.rs index 36bb8fb96b2..2ebc87c0134 100644 --- a/rust/tw_ronin/src/entry.rs +++ b/rust/tw_ronin/src/entry.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/src/lib.rs b/rust/tw_ronin/src/lib.rs index 132d9b9b730..539de71d34b 100644 --- a/rust/tw_ronin/src/lib.rs +++ b/rust/tw_ronin/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/src/ronin_context.rs b/rust/tw_ronin/src/ronin_context.rs index 0799f42e3f5..1410c0fe8b3 100644 --- a/rust/tw_ronin/src/ronin_context.rs +++ b/rust/tw_ronin/src/ronin_context.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/tests/address.rs b/rust/tw_ronin/tests/address.rs index 0e62310ddb0..cd3608d4439 100644 --- a/rust/tw_ronin/tests/address.rs +++ b/rust/tw_ronin/tests/address.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/tests/compiler.rs b/rust/tw_ronin/tests/compiler.rs index 5c99e67b419..974144c2983 100644 --- a/rust/tw_ronin/tests/compiler.rs +++ b/rust/tw_ronin/tests/compiler.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/tests/rlp.rs b/rust/tw_ronin/tests/rlp.rs index d4d88b6dbb0..e868788a891 100644 --- a/rust/tw_ronin/tests/rlp.rs +++ b/rust/tw_ronin/tests/rlp.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/tw_ronin/tests/signer.rs b/rust/tw_ronin/tests/signer.rs index d68396a34b4..6e1366daf57 100644 --- a/rust/tw_ronin/tests/signer.rs +++ b/rust/tw_ronin/tests/signer.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/bitcoin/legacy.rs b/rust/wallet_core_rs/src/ffi/bitcoin/legacy.rs index 5a172e2c648..4536caf9bcb 100644 --- a/rust/wallet_core_rs/src/ffi/bitcoin/legacy.rs +++ b/rust/wallet_core_rs/src/ffi/bitcoin/legacy.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/bitcoin/mod.rs b/rust/wallet_core_rs/src/ffi/bitcoin/mod.rs index 5b0dcab0885..7c8d3a3062c 100644 --- a/rust/wallet_core_rs/src/ffi/bitcoin/mod.rs +++ b/rust/wallet_core_rs/src/ffi/bitcoin/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/ethereum/abi.rs b/rust/wallet_core_rs/src/ffi/ethereum/abi.rs index 84f64877781..1f707a4da22 100644 --- a/rust/wallet_core_rs/src/ffi/ethereum/abi.rs +++ b/rust/wallet_core_rs/src/ffi/ethereum/abi.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/ethereum/mod.rs b/rust/wallet_core_rs/src/ffi/ethereum/mod.rs index e3d6538646b..260883f3951 100644 --- a/rust/wallet_core_rs/src/ffi/ethereum/mod.rs +++ b/rust/wallet_core_rs/src/ffi/ethereum/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/ethereum/rlp.rs b/rust/wallet_core_rs/src/ffi/ethereum/rlp.rs index f13470891c6..6dc7e061dd5 100644 --- a/rust/wallet_core_rs/src/ffi/ethereum/rlp.rs +++ b/rust/wallet_core_rs/src/ffi/ethereum/rlp.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/ffi/mod.rs b/rust/wallet_core_rs/src/ffi/mod.rs index 54176826c15..c175f9732e1 100644 --- a/rust/wallet_core_rs/src/ffi/mod.rs +++ b/rust/wallet_core_rs/src/ffi/mod.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/src/lib.rs b/rust/wallet_core_rs/src/lib.rs index eefcb93f8c8..32cd530824f 100644 --- a/rust/wallet_core_rs/src/lib.rs +++ b/rust/wallet_core_rs/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/tests/ethereum_abi.rs b/rust/wallet_core_rs/tests/ethereum_abi.rs index 50f1dd09d7e..1920ec58357 100644 --- a/rust/wallet_core_rs/tests/ethereum_abi.rs +++ b/rust/wallet_core_rs/tests/ethereum_abi.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/rust/wallet_core_rs/tests/ethereum_rlp.rs b/rust/wallet_core_rs/tests/ethereum_rlp.rs index 2326c482042..684bfaa0c9a 100644 --- a/rust/wallet_core_rs/tests/ethereum_rlp.rs +++ b/rust/wallet_core_rs/tests/ethereum_rlp.rs @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Address.cpp b/src/Aeternity/Address.cpp index 3ae8774d405..1a065fa3185 100644 --- a/src/Aeternity/Address.cpp +++ b/src/Aeternity/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Address.h b/src/Aeternity/Address.h index 8a9be7607a8..b7e6e980959 100644 --- a/src/Aeternity/Address.h +++ b/src/Aeternity/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Entry.cpp b/src/Aeternity/Entry.cpp index ff7a17be354..e2bf26e21e2 100644 --- a/src/Aeternity/Entry.cpp +++ b/src/Aeternity/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Entry.h b/src/Aeternity/Entry.h index 913812c67a6..b72ce2b0c36 100644 --- a/src/Aeternity/Entry.h +++ b/src/Aeternity/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Identifiers.h b/src/Aeternity/Identifiers.h index cf9ce851d3e..67f8cf8d616 100644 --- a/src/Aeternity/Identifiers.h +++ b/src/Aeternity/Identifiers.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Signer.cpp b/src/Aeternity/Signer.cpp index 20d31a6dd61..86982bd70ca 100644 --- a/src/Aeternity/Signer.cpp +++ b/src/Aeternity/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Signer.h b/src/Aeternity/Signer.h index db49586d535..43d17ae095a 100644 --- a/src/Aeternity/Signer.h +++ b/src/Aeternity/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Transaction.cpp b/src/Aeternity/Transaction.cpp index 90dd197b74b..34ede612274 100644 --- a/src/Aeternity/Transaction.cpp +++ b/src/Aeternity/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aeternity/Transaction.h b/src/Aeternity/Transaction.h index f019395ecd6..b13f03594b9 100644 --- a/src/Aeternity/Transaction.h +++ b/src/Aeternity/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Address.cpp b/src/Aion/Address.cpp index 7490a4a6ad4..d235b363a62 100644 --- a/src/Aion/Address.cpp +++ b/src/Aion/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Address.h b/src/Aion/Address.h index 430e5d4762d..b4988564dfa 100644 --- a/src/Aion/Address.h +++ b/src/Aion/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Entry.cpp b/src/Aion/Entry.cpp index 55bbacc128d..36e997a9891 100644 --- a/src/Aion/Entry.cpp +++ b/src/Aion/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Entry.h b/src/Aion/Entry.h index 896081c7981..d81ad49b970 100644 --- a/src/Aion/Entry.h +++ b/src/Aion/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/RLP.h b/src/Aion/RLP.h index a1995e11a60..9de88aefa6a 100644 --- a/src/Aion/RLP.h +++ b/src/Aion/RLP.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Signer.cpp b/src/Aion/Signer.cpp index 7cc526196c4..e42c22c19a0 100644 --- a/src/Aion/Signer.cpp +++ b/src/Aion/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Signer.h b/src/Aion/Signer.h index 341150aee73..db909e1b657 100644 --- a/src/Aion/Signer.h +++ b/src/Aion/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Transaction.cpp b/src/Aion/Transaction.cpp index 62f81e6b163..bc192c7beaa 100644 --- a/src/Aion/Transaction.cpp +++ b/src/Aion/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aion/Transaction.h b/src/Aion/Transaction.h index 2eab15d2c87..c024a2844ea 100644 --- a/src/Aion/Transaction.h +++ b/src/Aion/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Address.cpp b/src/Algorand/Address.cpp index 417e90ab52a..0b2300d5d34 100644 --- a/src/Algorand/Address.cpp +++ b/src/Algorand/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Address.h b/src/Algorand/Address.h index 50a700f6f43..00dd7414069 100644 --- a/src/Algorand/Address.h +++ b/src/Algorand/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/AssetTransfer.cpp b/src/Algorand/AssetTransfer.cpp index 5e81bef1168..fc49fc475a8 100644 --- a/src/Algorand/AssetTransfer.cpp +++ b/src/Algorand/AssetTransfer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/AssetTransfer.h b/src/Algorand/AssetTransfer.h index d3ade766bc8..711dd5dc5bf 100644 --- a/src/Algorand/AssetTransfer.h +++ b/src/Algorand/AssetTransfer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/BaseTransaction.h b/src/Algorand/BaseTransaction.h index f11b2457f90..5482b637cdc 100644 --- a/src/Algorand/BaseTransaction.h +++ b/src/Algorand/BaseTransaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/BinaryCoding.h b/src/Algorand/BinaryCoding.h index 3507124c7ea..21faed4dd48 100644 --- a/src/Algorand/BinaryCoding.h +++ b/src/Algorand/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Entry.cpp b/src/Algorand/Entry.cpp index a9afe1a8975..b5a9ab1f2ef 100644 --- a/src/Algorand/Entry.cpp +++ b/src/Algorand/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Entry.h b/src/Algorand/Entry.h index 1d54006d86d..eaf7b7d61ea 100644 --- a/src/Algorand/Entry.h +++ b/src/Algorand/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/OptInAssetTransaction.cpp b/src/Algorand/OptInAssetTransaction.cpp index d64367186b4..0c9cb4948ce 100644 --- a/src/Algorand/OptInAssetTransaction.cpp +++ b/src/Algorand/OptInAssetTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/OptInAssetTransaction.h b/src/Algorand/OptInAssetTransaction.h index 57d368719af..aa9f3d8ad17 100644 --- a/src/Algorand/OptInAssetTransaction.h +++ b/src/Algorand/OptInAssetTransaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Signer.cpp b/src/Algorand/Signer.cpp index e849e18df7d..6eba61164c8 100644 --- a/src/Algorand/Signer.cpp +++ b/src/Algorand/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Signer.h b/src/Algorand/Signer.h index ba41661170f..1468b4220f9 100644 --- a/src/Algorand/Signer.h +++ b/src/Algorand/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Transfer.cpp b/src/Algorand/Transfer.cpp index 05ba80e6c0b..38c91875243 100644 --- a/src/Algorand/Transfer.cpp +++ b/src/Algorand/Transfer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Algorand/Transfer.h b/src/Algorand/Transfer.h index e7bf48ade79..5dfa61c6783 100644 --- a/src/Algorand/Transfer.h +++ b/src/Algorand/Transfer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/AnyAddress.cpp b/src/AnyAddress.cpp index 7d3c3d303c3..40198198dfe 100644 --- a/src/AnyAddress.cpp +++ b/src/AnyAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/AnyAddress.h b/src/AnyAddress.h index 6ae0b432d9b..371adda7f12 100644 --- a/src/AnyAddress.h +++ b/src/AnyAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Aptos/Entry.h b/src/Aptos/Entry.h index 750c5dba2a9..6b7ae7144f4 100644 --- a/src/Aptos/Entry.h +++ b/src/Aptos/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/AsnParser.h b/src/AsnParser.h index 008b6369b58..ceb3f0e9855 100644 --- a/src/AsnParser.h +++ b/src/AsnParser.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Base32.h b/src/Base32.h index 527810c6552..79d0ddf3d02 100644 --- a/src/Base32.h +++ b/src/Base32.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Base58.h b/src/Base58.h index 139c3703aee..dbb818f4e5a 100644 --- a/src/Base58.h +++ b/src/Base58.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Base58Address.h b/src/Base58Address.h index baba6324910..078e852333f 100644 --- a/src/Base58Address.h +++ b/src/Base58Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Base64.cpp b/src/Base64.cpp index 0a3cea2612d..bbba786f12e 100644 --- a/src/Base64.cpp +++ b/src/Base64.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Base64.h b/src/Base64.h index 3f54148939d..8c89483be4e 100644 --- a/src/Base64.h +++ b/src/Base64.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bech32.cpp b/src/Bech32.cpp index 5cb14b8cbe1..7d80e52a8c7 100644 --- a/src/Bech32.cpp +++ b/src/Bech32.cpp @@ -1,5 +1,5 @@ // Copyright © 2017 Pieter Wuille -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bech32.h b/src/Bech32.h index fe4d031713c..b27a25a0c67 100644 --- a/src/Bech32.h +++ b/src/Bech32.h @@ -1,5 +1,5 @@ // Copyright © 2017 Pieter Wuille -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bech32Address.cpp b/src/Bech32Address.cpp index efca8a2f5d3..ffecdc950f9 100644 --- a/src/Bech32Address.cpp +++ b/src/Bech32Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bech32Address.h b/src/Bech32Address.h index 42356384fc3..d4d9e8c47d8 100644 --- a/src/Bech32Address.h +++ b/src/Bech32Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Binance/Address.cpp b/src/Binance/Address.cpp index 00d8ab95dea..4c383f4c1c9 100644 --- a/src/Binance/Address.cpp +++ b/src/Binance/Address.cpp @@ -1,5 +1,5 @@ // Copyright © 2017 Pieter Wuille -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Binance/Address.h b/src/Binance/Address.h index ac2a0616e90..9936213b833 100644 --- a/src/Binance/Address.h +++ b/src/Binance/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Binance/Entry.cpp b/src/Binance/Entry.cpp index 3d65666ba7f..9e29c6b976b 100644 --- a/src/Binance/Entry.cpp +++ b/src/Binance/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Binance/Entry.h b/src/Binance/Entry.h index 579bdba74be..64a264f641d 100644 --- a/src/Binance/Entry.h +++ b/src/Binance/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BinaryCoding.cpp b/src/BinaryCoding.cpp index f8d5dcdfb57..d560752d2fd 100644 --- a/src/BinaryCoding.cpp +++ b/src/BinaryCoding.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BinaryCoding.h b/src/BinaryCoding.h index 661fddff81b..ee41be9fffa 100644 --- a/src/BinaryCoding.h +++ b/src/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Address.h b/src/Bitcoin/Address.h index 75d3de2ab94..d991de5ac37 100644 --- a/src/Bitcoin/Address.h +++ b/src/Bitcoin/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Amount.h b/src/Bitcoin/Amount.h index 1cb6065a7ee..5c82bd6a25f 100644 --- a/src/Bitcoin/Amount.h +++ b/src/Bitcoin/Amount.h @@ -1,6 +1,6 @@ // Copyright © 2009-2010 Satoshi Nakamoto // Copyright © 2009-2016 The Bitcoin Core developers -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/CashAddress.cpp b/src/Bitcoin/CashAddress.cpp index c3a07428716..206ec30e43b 100644 --- a/src/Bitcoin/CashAddress.cpp +++ b/src/Bitcoin/CashAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/CashAddress.h b/src/Bitcoin/CashAddress.h index 194c874a2b9..e69593ae655 100644 --- a/src/Bitcoin/CashAddress.h +++ b/src/Bitcoin/CashAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Entry.cpp b/src/Bitcoin/Entry.cpp index 27473c893fc..b259364e718 100644 --- a/src/Bitcoin/Entry.cpp +++ b/src/Bitcoin/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Entry.h b/src/Bitcoin/Entry.h index 7bcfd19857f..f8593685a46 100644 --- a/src/Bitcoin/Entry.h +++ b/src/Bitcoin/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/FeeCalculator.cpp b/src/Bitcoin/FeeCalculator.cpp index bc8b023131d..f13c514db80 100644 --- a/src/Bitcoin/FeeCalculator.cpp +++ b/src/Bitcoin/FeeCalculator.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/FeeCalculator.h b/src/Bitcoin/FeeCalculator.h index cbfa0d5d00d..6b2c2893dad 100644 --- a/src/Bitcoin/FeeCalculator.h +++ b/src/Bitcoin/FeeCalculator.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/InputSelector.cpp b/src/Bitcoin/InputSelector.cpp index 3fca632c81f..d098d4c7a61 100644 --- a/src/Bitcoin/InputSelector.cpp +++ b/src/Bitcoin/InputSelector.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/InputSelector.h b/src/Bitcoin/InputSelector.h index 001ed8f2213..997490d08fc 100644 --- a/src/Bitcoin/InputSelector.h +++ b/src/Bitcoin/InputSelector.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/MessageSigner.cpp b/src/Bitcoin/MessageSigner.cpp index 155b947ca3c..857986628c1 100644 --- a/src/Bitcoin/MessageSigner.cpp +++ b/src/Bitcoin/MessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/MessageSigner.h b/src/Bitcoin/MessageSigner.h index 17c4c37fb0f..1cf0a0d2ce4 100644 --- a/src/Bitcoin/MessageSigner.h +++ b/src/Bitcoin/MessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/OpCodes.h b/src/Bitcoin/OpCodes.h index 592ca986e6f..ab0ff47d86a 100644 --- a/src/Bitcoin/OpCodes.h +++ b/src/Bitcoin/OpCodes.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/OutPoint.cpp b/src/Bitcoin/OutPoint.cpp index 557a66c96cb..1d9b8bf8755 100644 --- a/src/Bitcoin/OutPoint.cpp +++ b/src/Bitcoin/OutPoint.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/OutPoint.h b/src/Bitcoin/OutPoint.h index 81473b40d2f..dc6ab1ee983 100644 --- a/src/Bitcoin/OutPoint.h +++ b/src/Bitcoin/OutPoint.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Script.cpp b/src/Bitcoin/Script.cpp index 86bde0a6669..2d7844675dc 100644 --- a/src/Bitcoin/Script.cpp +++ b/src/Bitcoin/Script.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Script.h b/src/Bitcoin/Script.h index 87a06790885..b6895ec4590 100644 --- a/src/Bitcoin/Script.h +++ b/src/Bitcoin/Script.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SegwitAddress.cpp b/src/Bitcoin/SegwitAddress.cpp index 29454b46b7c..bccb45bd1c8 100644 --- a/src/Bitcoin/SegwitAddress.cpp +++ b/src/Bitcoin/SegwitAddress.cpp @@ -1,5 +1,5 @@ // Copyright © 2017 Pieter Wuille -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SegwitAddress.h b/src/Bitcoin/SegwitAddress.h index 38f6a287fcb..6094cb31cbc 100644 --- a/src/Bitcoin/SegwitAddress.h +++ b/src/Bitcoin/SegwitAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SigHashType.h b/src/Bitcoin/SigHashType.h index 4ff2221fd22..78461a7e42a 100644 --- a/src/Bitcoin/SigHashType.h +++ b/src/Bitcoin/SigHashType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SignatureBuilder.cpp b/src/Bitcoin/SignatureBuilder.cpp index 55ca7938c20..9959ac38164 100644 --- a/src/Bitcoin/SignatureBuilder.cpp +++ b/src/Bitcoin/SignatureBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SignatureBuilder.h b/src/Bitcoin/SignatureBuilder.h index 4fd0286b0a2..07985072d09 100644 --- a/src/Bitcoin/SignatureBuilder.h +++ b/src/Bitcoin/SignatureBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SignatureVersion.h b/src/Bitcoin/SignatureVersion.h index 6e00aa9c96f..281df590f7d 100644 --- a/src/Bitcoin/SignatureVersion.h +++ b/src/Bitcoin/SignatureVersion.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Signer.cpp b/src/Bitcoin/Signer.cpp index 0781237f862..f0246bc4775 100644 --- a/src/Bitcoin/Signer.cpp +++ b/src/Bitcoin/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Signer.h b/src/Bitcoin/Signer.h index c881b821f4c..250b8a81b7b 100644 --- a/src/Bitcoin/Signer.h +++ b/src/Bitcoin/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SigningInput.cpp b/src/Bitcoin/SigningInput.cpp index 411ded7d20a..5b2b045c0e9 100644 --- a/src/Bitcoin/SigningInput.cpp +++ b/src/Bitcoin/SigningInput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/SigningInput.h b/src/Bitcoin/SigningInput.h index c408c947ed5..f5e617d24a5 100644 --- a/src/Bitcoin/SigningInput.h +++ b/src/Bitcoin/SigningInput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Transaction.cpp b/src/Bitcoin/Transaction.cpp index 3a0cc8a4ac6..82945016388 100644 --- a/src/Bitcoin/Transaction.cpp +++ b/src/Bitcoin/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/Transaction.h b/src/Bitcoin/Transaction.h index 730c06dfd4a..6987a71b397 100644 --- a/src/Bitcoin/Transaction.h +++ b/src/Bitcoin/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionBuilder.cpp b/src/Bitcoin/TransactionBuilder.cpp index a3774c1ba3f..253bf046664 100644 --- a/src/Bitcoin/TransactionBuilder.cpp +++ b/src/Bitcoin/TransactionBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionBuilder.h b/src/Bitcoin/TransactionBuilder.h index aa1c4db4737..eb6ba49cd9c 100644 --- a/src/Bitcoin/TransactionBuilder.h +++ b/src/Bitcoin/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionInput.cpp b/src/Bitcoin/TransactionInput.cpp index c4ecfce0e53..51de9ec4f99 100644 --- a/src/Bitcoin/TransactionInput.cpp +++ b/src/Bitcoin/TransactionInput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionInput.h b/src/Bitcoin/TransactionInput.h index 1b930354753..316d58d5eea 100644 --- a/src/Bitcoin/TransactionInput.h +++ b/src/Bitcoin/TransactionInput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionOutput.cpp b/src/Bitcoin/TransactionOutput.cpp index fb10d324a98..82e2c34fa7c 100644 --- a/src/Bitcoin/TransactionOutput.cpp +++ b/src/Bitcoin/TransactionOutput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionOutput.h b/src/Bitcoin/TransactionOutput.h index 10db28c12e4..e2cecae1779 100644 --- a/src/Bitcoin/TransactionOutput.h +++ b/src/Bitcoin/TransactionOutput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionPlan.h b/src/Bitcoin/TransactionPlan.h index f41a93e19b5..1e12b9b0c11 100644 --- a/src/Bitcoin/TransactionPlan.h +++ b/src/Bitcoin/TransactionPlan.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionSigner.cpp b/src/Bitcoin/TransactionSigner.cpp index 94655ddbadf..4f9ab34abbd 100644 --- a/src/Bitcoin/TransactionSigner.cpp +++ b/src/Bitcoin/TransactionSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/TransactionSigner.h b/src/Bitcoin/TransactionSigner.h index 6af2e3100ec..16363ca476f 100644 --- a/src/Bitcoin/TransactionSigner.h +++ b/src/Bitcoin/TransactionSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Bitcoin/UTXO.h b/src/Bitcoin/UTXO.h index 239f55c0260..271a39f45a6 100644 --- a/src/Bitcoin/UTXO.h +++ b/src/Bitcoin/UTXO.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Entry.cpp b/src/BitcoinDiamond/Entry.cpp index 6463565d77e..654f765f7ae 100644 --- a/src/BitcoinDiamond/Entry.cpp +++ b/src/BitcoinDiamond/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Entry.h b/src/BitcoinDiamond/Entry.h index d3d4768c6ad..995accde6de 100644 --- a/src/BitcoinDiamond/Entry.h +++ b/src/BitcoinDiamond/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Signer.cpp b/src/BitcoinDiamond/Signer.cpp index 75d43bd2c81..763f571292f 100644 --- a/src/BitcoinDiamond/Signer.cpp +++ b/src/BitcoinDiamond/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Signer.h b/src/BitcoinDiamond/Signer.h index 3a835ca4b7a..5c4f5eba6a3 100644 --- a/src/BitcoinDiamond/Signer.h +++ b/src/BitcoinDiamond/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Transaction.cpp b/src/BitcoinDiamond/Transaction.cpp index cf662a0ac2f..a48273dee96 100644 --- a/src/BitcoinDiamond/Transaction.cpp +++ b/src/BitcoinDiamond/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/Transaction.h b/src/BitcoinDiamond/Transaction.h index a01950ca641..f6c5d80702b 100644 --- a/src/BitcoinDiamond/Transaction.h +++ b/src/BitcoinDiamond/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/BitcoinDiamond/TransactionBuilder.h b/src/BitcoinDiamond/TransactionBuilder.h index 651e7e79262..0bc579f8434 100644 --- a/src/BitcoinDiamond/TransactionBuilder.h +++ b/src/BitcoinDiamond/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/AddressV2.cpp b/src/Cardano/AddressV2.cpp index 856c4800635..4a00e361c03 100644 --- a/src/Cardano/AddressV2.cpp +++ b/src/Cardano/AddressV2.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/AddressV2.h b/src/Cardano/AddressV2.h index 54705dfa739..c817978d43e 100644 --- a/src/Cardano/AddressV2.h +++ b/src/Cardano/AddressV2.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/AddressV3.cpp b/src/Cardano/AddressV3.cpp index f1f349a4f01..2a39a76bdb1 100644 --- a/src/Cardano/AddressV3.cpp +++ b/src/Cardano/AddressV3.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/AddressV3.h b/src/Cardano/AddressV3.h index bee1396655b..93fdc53adfd 100644 --- a/src/Cardano/AddressV3.h +++ b/src/Cardano/AddressV3.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Entry.cpp b/src/Cardano/Entry.cpp index 03b11551b51..d28a0ac2560 100644 --- a/src/Cardano/Entry.cpp +++ b/src/Cardano/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Entry.h b/src/Cardano/Entry.h index e81e85aa16e..a5defc5d64d 100644 --- a/src/Cardano/Entry.h +++ b/src/Cardano/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Signer.cpp b/src/Cardano/Signer.cpp index 5abfaf1dcdb..83f57bad882 100644 --- a/src/Cardano/Signer.cpp +++ b/src/Cardano/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Signer.h b/src/Cardano/Signer.h index 7cfc086aa9e..b2f04284dec 100644 --- a/src/Cardano/Signer.h +++ b/src/Cardano/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Transaction.cpp b/src/Cardano/Transaction.cpp index dc04539f937..41435cb4f3a 100644 --- a/src/Cardano/Transaction.cpp +++ b/src/Cardano/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cardano/Transaction.h b/src/Cardano/Transaction.h index dd34c84ad23..483388c5bbe 100644 --- a/src/Cardano/Transaction.h +++ b/src/Cardano/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cbor.cpp b/src/Cbor.cpp index 6037f40d0bc..5257a85ed0f 100644 --- a/src/Cbor.cpp +++ b/src/Cbor.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cbor.h b/src/Cbor.h index 8c85332dc7f..4402fd3d600 100644 --- a/src/Cbor.h +++ b/src/Cbor.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Coin.cpp b/src/Coin.cpp index a9ccd452233..12df6389599 100644 --- a/src/Coin.cpp +++ b/src/Coin.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Coin.h b/src/Coin.h index 63ac9f07fbe..b272b6488ec 100644 --- a/src/Coin.h +++ b/src/Coin.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/CoinEntry.cpp b/src/CoinEntry.cpp index f8ce744377b..96999da0bfe 100644 --- a/src/CoinEntry.cpp +++ b/src/CoinEntry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/CoinEntry.h b/src/CoinEntry.h index 2581fe17e7b..bfca83c3255 100644 --- a/src/CoinEntry.h +++ b/src/CoinEntry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cosmos/Address.h b/src/Cosmos/Address.h index 67b58baf4a8..02d09d143ba 100644 --- a/src/Cosmos/Address.h +++ b/src/Cosmos/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cosmos/Entry.cpp b/src/Cosmos/Entry.cpp index 2d64e48b4ea..fd819378ac7 100644 --- a/src/Cosmos/Entry.cpp +++ b/src/Cosmos/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Cosmos/Entry.h b/src/Cosmos/Entry.h index 26cbc60fde8..e772c298846 100644 --- a/src/Cosmos/Entry.h +++ b/src/Cosmos/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Crc.cpp b/src/Crc.cpp index 7b37ec2a37e..4efde48dcd7 100644 --- a/src/Crc.cpp +++ b/src/Crc.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Crc.h b/src/Crc.h index 4c8adaa4a26..fafd25dc4e0 100644 --- a/src/Crc.h +++ b/src/Crc.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Data.cpp b/src/Data.cpp index 6495add1db2..b101b7bdabc 100644 --- a/src/Data.cpp +++ b/src/Data.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Data.h b/src/Data.h index 697037ef78f..cdfc1948d74 100644 --- a/src/Data.h +++ b/src/Data.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Address.cpp b/src/Decred/Address.cpp index 4f04ef1e0f8..ba247f19cca 100644 --- a/src/Decred/Address.cpp +++ b/src/Decred/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Address.h b/src/Decred/Address.h index e9fa27609cd..a1c9aa7f90f 100644 --- a/src/Decred/Address.h +++ b/src/Decred/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Entry.cpp b/src/Decred/Entry.cpp index 3f7a6c9f1d0..bd911ffb7b5 100644 --- a/src/Decred/Entry.cpp +++ b/src/Decred/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Entry.h b/src/Decred/Entry.h index 322e5d091c8..9c29b68e815 100644 --- a/src/Decred/Entry.h +++ b/src/Decred/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/OutPoint.cpp b/src/Decred/OutPoint.cpp index 08830d037aa..0b057f1ffe5 100644 --- a/src/Decred/OutPoint.cpp +++ b/src/Decred/OutPoint.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/OutPoint.h b/src/Decred/OutPoint.h index a75ca419b7e..ddb81db2480 100644 --- a/src/Decred/OutPoint.h +++ b/src/Decred/OutPoint.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Signer.cpp b/src/Decred/Signer.cpp index c208bb3f04d..5a2e8775081 100644 --- a/src/Decred/Signer.cpp +++ b/src/Decred/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Signer.h b/src/Decred/Signer.h index 665cccb9076..53e5b09af75 100644 --- a/src/Decred/Signer.h +++ b/src/Decred/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Transaction.cpp b/src/Decred/Transaction.cpp index df48ffe12d1..2e12449b8ca 100644 --- a/src/Decred/Transaction.cpp +++ b/src/Decred/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/Transaction.h b/src/Decred/Transaction.h index f77f1bfc580..068f5482460 100644 --- a/src/Decred/Transaction.h +++ b/src/Decred/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/TransactionBuilder.h b/src/Decred/TransactionBuilder.h index 0fafce4195d..2db59aa9986 100644 --- a/src/Decred/TransactionBuilder.h +++ b/src/Decred/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/TransactionInput.cpp b/src/Decred/TransactionInput.cpp index d948646900a..2d86c71c08d 100644 --- a/src/Decred/TransactionInput.cpp +++ b/src/Decred/TransactionInput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/TransactionInput.h b/src/Decred/TransactionInput.h index 9c600f1a8ad..e7e9f99df7b 100644 --- a/src/Decred/TransactionInput.h +++ b/src/Decred/TransactionInput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/TransactionOutput.cpp b/src/Decred/TransactionOutput.cpp index 8cad8d9fa49..87c573a94f7 100644 --- a/src/Decred/TransactionOutput.cpp +++ b/src/Decred/TransactionOutput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Decred/TransactionOutput.h b/src/Decred/TransactionOutput.h index 65a51056cb2..3c098f1259c 100644 --- a/src/Decred/TransactionOutput.h +++ b/src/Decred/TransactionOutput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Defer.h b/src/Defer.h index 93a0c726828..bbb8aefb3a6 100644 --- a/src/Defer.h +++ b/src/Defer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/DerivationPath.cpp b/src/DerivationPath.cpp index 3705c40d543..c6856190346 100644 --- a/src/DerivationPath.cpp +++ b/src/DerivationPath.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/DerivationPath.h b/src/DerivationPath.h index 4a2b26a8190..a6c4ba7a151 100644 --- a/src/DerivationPath.h +++ b/src/DerivationPath.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Action.cpp b/src/EOS/Action.cpp index 2df8429cfa9..423f102eb63 100644 --- a/src/EOS/Action.cpp +++ b/src/EOS/Action.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Action.h b/src/EOS/Action.h index 389f8c53d9f..d673594ee1d 100644 --- a/src/EOS/Action.h +++ b/src/EOS/Action.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Address.cpp b/src/EOS/Address.cpp index 65707e7038b..c6401d2f4c4 100644 --- a/src/EOS/Address.cpp +++ b/src/EOS/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Address.h b/src/EOS/Address.h index 80b783deccb..7defb35071f 100644 --- a/src/EOS/Address.h +++ b/src/EOS/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Asset.cpp b/src/EOS/Asset.cpp index 570089cc6bd..560b0dd8e41 100644 --- a/src/EOS/Asset.cpp +++ b/src/EOS/Asset.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Asset.h b/src/EOS/Asset.h index 72a4bdffc73..b436c0f6459 100644 --- a/src/EOS/Asset.h +++ b/src/EOS/Asset.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Entry.cpp b/src/EOS/Entry.cpp index 7b3f92a9da3..7acc61d62d2 100644 --- a/src/EOS/Entry.cpp +++ b/src/EOS/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Entry.h b/src/EOS/Entry.h index f1ea5b07f8a..ce4be326dfa 100644 --- a/src/EOS/Entry.h +++ b/src/EOS/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/KeyType.h b/src/EOS/KeyType.h index ac207f048ba..bceffad01fe 100644 --- a/src/EOS/KeyType.h +++ b/src/EOS/KeyType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Name.cpp b/src/EOS/Name.cpp index b386368a765..084dc3bad6f 100644 --- a/src/EOS/Name.cpp +++ b/src/EOS/Name.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Name.h b/src/EOS/Name.h index 3fe613d1089..c0596dac9db 100644 --- a/src/EOS/Name.h +++ b/src/EOS/Name.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/PackedTransaction.cpp b/src/EOS/PackedTransaction.cpp index 1e354f6c3f4..b0141e81877 100644 --- a/src/EOS/PackedTransaction.cpp +++ b/src/EOS/PackedTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/PackedTransaction.h b/src/EOS/PackedTransaction.h index 6c3e041db29..4e47667d6e4 100644 --- a/src/EOS/PackedTransaction.h +++ b/src/EOS/PackedTransaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Prefixes.h b/src/EOS/Prefixes.h index 0a01179da5e..fd1c1eeb9dc 100644 --- a/src/EOS/Prefixes.h +++ b/src/EOS/Prefixes.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Signer.cpp b/src/EOS/Signer.cpp index 00b79865783..143d53141c5 100644 --- a/src/EOS/Signer.cpp +++ b/src/EOS/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Signer.h b/src/EOS/Signer.h index fb211b7ebba..a8930021f7d 100644 --- a/src/EOS/Signer.h +++ b/src/EOS/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Transaction.cpp b/src/EOS/Transaction.cpp index 2078529cc20..0662f1174a5 100644 --- a/src/EOS/Transaction.cpp +++ b/src/EOS/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/EOS/Transaction.h b/src/EOS/Transaction.h index 70bd1154f3e..7cd390d5fff 100644 --- a/src/EOS/Transaction.h +++ b/src/EOS/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Encrypt.cpp b/src/Encrypt.cpp index d799d6006a1..54afe4cb3aa 100644 --- a/src/Encrypt.cpp +++ b/src/Encrypt.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Encrypt.h b/src/Encrypt.h index 8870028f2f6..dd339e7d5d4 100644 --- a/src/Encrypt.h +++ b/src/Encrypt.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/Function.cpp b/src/Ethereum/ABI/Function.cpp index ffe84e940f4..c8878a0c1fb 100644 --- a/src/Ethereum/ABI/Function.cpp +++ b/src/Ethereum/ABI/Function.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/Function.h b/src/Ethereum/ABI/Function.h index fbed1fcbb4d..9b0c34be4df 100644 --- a/src/Ethereum/ABI/Function.h +++ b/src/Ethereum/ABI/Function.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/ProtoParam.h b/src/Ethereum/ABI/ProtoParam.h index 30acb10abc4..7434993d839 100644 --- a/src/Ethereum/ABI/ProtoParam.h +++ b/src/Ethereum/ABI/ProtoParam.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/ValueDecoder.cpp b/src/Ethereum/ABI/ValueDecoder.cpp index ac46303ce05..a149a23a835 100644 --- a/src/Ethereum/ABI/ValueDecoder.cpp +++ b/src/Ethereum/ABI/ValueDecoder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/ValueDecoder.h b/src/Ethereum/ABI/ValueDecoder.h index 049bda9231a..3c647ff9cce 100644 --- a/src/Ethereum/ABI/ValueDecoder.h +++ b/src/Ethereum/ABI/ValueDecoder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/ValueEncoder.cpp b/src/Ethereum/ABI/ValueEncoder.cpp index fc19239d3e3..21c38539fb3 100644 --- a/src/Ethereum/ABI/ValueEncoder.cpp +++ b/src/Ethereum/ABI/ValueEncoder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ABI/ValueEncoder.h b/src/Ethereum/ABI/ValueEncoder.h index 9157003edcd..45271bc0e68 100644 --- a/src/Ethereum/ABI/ValueEncoder.h +++ b/src/Ethereum/ABI/ValueEncoder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Address.cpp b/src/Ethereum/Address.cpp index 66255adbdf5..71ded1b40c9 100644 --- a/src/Ethereum/Address.cpp +++ b/src/Ethereum/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Address.h b/src/Ethereum/Address.h index df1e77dd224..fc38eec1622 100644 --- a/src/Ethereum/Address.h +++ b/src/Ethereum/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/AddressChecksum.cpp b/src/Ethereum/AddressChecksum.cpp index 53a9f229975..faa1930dbc8 100644 --- a/src/Ethereum/AddressChecksum.cpp +++ b/src/Ethereum/AddressChecksum.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/AddressChecksum.h b/src/Ethereum/AddressChecksum.h index 52b6f864784..f8d355d769c 100644 --- a/src/Ethereum/AddressChecksum.h +++ b/src/Ethereum/AddressChecksum.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Barz.cpp b/src/Ethereum/Barz.cpp index d3fb86ba45a..e6205bb2faa 100644 --- a/src/Ethereum/Barz.cpp +++ b/src/Ethereum/Barz.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Barz.h b/src/Ethereum/Barz.h index cc6fa74998b..2110d9da512 100644 --- a/src/Ethereum/Barz.h +++ b/src/Ethereum/Barz.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ContractCall.cpp b/src/Ethereum/ContractCall.cpp index d8d996c2deb..720a3d3ccfa 100644 --- a/src/Ethereum/ContractCall.cpp +++ b/src/Ethereum/ContractCall.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/ContractCall.h b/src/Ethereum/ContractCall.h index 0060abfddba..eb1ec3c6f18 100644 --- a/src/Ethereum/ContractCall.h +++ b/src/Ethereum/ContractCall.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP1014.cpp b/src/Ethereum/EIP1014.cpp index dfc3be3efae..51f68d8cf90 100644 --- a/src/Ethereum/EIP1014.cpp +++ b/src/Ethereum/EIP1014.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP1014.h b/src/Ethereum/EIP1014.h index 3356fe926e8..4cc8721438f 100644 --- a/src/Ethereum/EIP1014.h +++ b/src/Ethereum/EIP1014.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP1967.cpp b/src/Ethereum/EIP1967.cpp index 58106977ebe..c62fd427f2a 100644 --- a/src/Ethereum/EIP1967.cpp +++ b/src/Ethereum/EIP1967.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP1967.h b/src/Ethereum/EIP1967.h index b9b65210f97..5f36db51d0f 100644 --- a/src/Ethereum/EIP1967.h +++ b/src/Ethereum/EIP1967.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP2645.cpp b/src/Ethereum/EIP2645.cpp index ff887abdab2..75a7b009097 100644 --- a/src/Ethereum/EIP2645.cpp +++ b/src/Ethereum/EIP2645.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/EIP2645.h b/src/Ethereum/EIP2645.h index 3ab0112f77a..ae9e6e2a171 100644 --- a/src/Ethereum/EIP2645.h +++ b/src/Ethereum/EIP2645.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Entry.cpp b/src/Ethereum/Entry.cpp index 49d43c73ba7..ef199006621 100644 --- a/src/Ethereum/Entry.cpp +++ b/src/Ethereum/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/Entry.h b/src/Ethereum/Entry.h index 94b93c57792..3b937a1cee3 100644 --- a/src/Ethereum/Entry.h +++ b/src/Ethereum/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/MessageSigner.cpp b/src/Ethereum/MessageSigner.cpp index a24ee7a81c5..ae94842d8c4 100644 --- a/src/Ethereum/MessageSigner.cpp +++ b/src/Ethereum/MessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/MessageSigner.h b/src/Ethereum/MessageSigner.h index 5aeac0e05e4..c9da54343d1 100644 --- a/src/Ethereum/MessageSigner.h +++ b/src/Ethereum/MessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/RLP.cpp b/src/Ethereum/RLP.cpp index 486162a58de..35c4e198c8a 100644 --- a/src/Ethereum/RLP.cpp +++ b/src/Ethereum/RLP.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ethereum/RLP.h b/src/Ethereum/RLP.h index 57c0ef18113..c20c04e23c0 100644 --- a/src/Ethereum/RLP.h +++ b/src/Ethereum/RLP.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Address.cpp b/src/Everscale/Address.cpp index 473bf189aca..e27500922df 100644 --- a/src/Everscale/Address.cpp +++ b/src/Everscale/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Address.h b/src/Everscale/Address.h index fd3a6c05046..2c9d9c93db4 100644 --- a/src/Everscale/Address.h +++ b/src/Everscale/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/Cell.cpp b/src/Everscale/CommonTON/Cell.cpp index 38ca0c4e92e..919dfb32a4e 100644 --- a/src/Everscale/CommonTON/Cell.cpp +++ b/src/Everscale/CommonTON/Cell.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/Cell.h b/src/Everscale/CommonTON/Cell.h index 892e8dfb19b..baf9c48cb0b 100644 --- a/src/Everscale/CommonTON/Cell.h +++ b/src/Everscale/CommonTON/Cell.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/CellBuilder.cpp b/src/Everscale/CommonTON/CellBuilder.cpp index e9b047280b9..1c6960c92bc 100644 --- a/src/Everscale/CommonTON/CellBuilder.cpp +++ b/src/Everscale/CommonTON/CellBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/CellBuilder.h b/src/Everscale/CommonTON/CellBuilder.h index 36efae364d9..515d7d94996 100644 --- a/src/Everscale/CommonTON/CellBuilder.h +++ b/src/Everscale/CommonTON/CellBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/CellSlice.cpp b/src/Everscale/CommonTON/CellSlice.cpp index ecdf22dbf6f..f113aeaebb1 100644 --- a/src/Everscale/CommonTON/CellSlice.cpp +++ b/src/Everscale/CommonTON/CellSlice.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/CellSlice.h b/src/Everscale/CommonTON/CellSlice.h index 1409c8a6960..ac60ffbb43d 100644 --- a/src/Everscale/CommonTON/CellSlice.h +++ b/src/Everscale/CommonTON/CellSlice.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/Messages.h b/src/Everscale/CommonTON/Messages.h index 32cbbb7eaaa..52ea8d0d6bb 100644 --- a/src/Everscale/CommonTON/Messages.h +++ b/src/Everscale/CommonTON/Messages.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/RawAddress.cpp b/src/Everscale/CommonTON/RawAddress.cpp index 40d24e1d210..9d3456e9844 100644 --- a/src/Everscale/CommonTON/RawAddress.cpp +++ b/src/Everscale/CommonTON/RawAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/RawAddress.h b/src/Everscale/CommonTON/RawAddress.h index 868e19c599d..51b712d5983 100644 --- a/src/Everscale/CommonTON/RawAddress.h +++ b/src/Everscale/CommonTON/RawAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/CommonTON/WorkchainType.h b/src/Everscale/CommonTON/WorkchainType.h index 1fcf9aae19b..51ec3cb7dce 100644 --- a/src/Everscale/CommonTON/WorkchainType.h +++ b/src/Everscale/CommonTON/WorkchainType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Entry.cpp b/src/Everscale/Entry.cpp index 8f741bb37bb..0e147336ab3 100644 --- a/src/Everscale/Entry.cpp +++ b/src/Everscale/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Entry.h b/src/Everscale/Entry.h index 3cd52dbb5c1..993bdfcb5ad 100644 --- a/src/Everscale/Entry.h +++ b/src/Everscale/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Messages.cpp b/src/Everscale/Messages.cpp index 5dab778f085..65480b154a5 100644 --- a/src/Everscale/Messages.cpp +++ b/src/Everscale/Messages.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Messages.h b/src/Everscale/Messages.h index 09a5a624337..f46af827060 100644 --- a/src/Everscale/Messages.h +++ b/src/Everscale/Messages.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Signer.cpp b/src/Everscale/Signer.cpp index a648bee7ac9..d14e51e401f 100644 --- a/src/Everscale/Signer.cpp +++ b/src/Everscale/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Signer.h b/src/Everscale/Signer.h index 6a1fe694609..42e364f9fb7 100644 --- a/src/Everscale/Signer.h +++ b/src/Everscale/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Wallet.cpp b/src/Everscale/Wallet.cpp index 321494f94ed..94b4a7d6f27 100644 --- a/src/Everscale/Wallet.cpp +++ b/src/Everscale/Wallet.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/Wallet.h b/src/Everscale/Wallet.h index 31060b55737..9e904165b5a 100644 --- a/src/Everscale/Wallet.h +++ b/src/Everscale/Wallet.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Everscale/WorkchainType.h b/src/Everscale/WorkchainType.h index e5517b9636f..101cbab309b 100644 --- a/src/Everscale/WorkchainType.h +++ b/src/Everscale/WorkchainType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Action.cpp b/src/FIO/Action.cpp index 61cc235991f..1067376db05 100644 --- a/src/FIO/Action.cpp +++ b/src/FIO/Action.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Action.h b/src/FIO/Action.h index 59b2b923510..491a2b94ec1 100644 --- a/src/FIO/Action.h +++ b/src/FIO/Action.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Actor.cpp b/src/FIO/Actor.cpp index f151202cf76..e161ad82322 100644 --- a/src/FIO/Actor.cpp +++ b/src/FIO/Actor.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Actor.h b/src/FIO/Actor.h index c3407db7888..92f27078199 100644 --- a/src/FIO/Actor.h +++ b/src/FIO/Actor.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Address.cpp b/src/FIO/Address.cpp index 196d9843bc4..60cee345f14 100644 --- a/src/FIO/Address.cpp +++ b/src/FIO/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Address.h b/src/FIO/Address.h index 3510543c826..3a4f314a391 100644 --- a/src/FIO/Address.h +++ b/src/FIO/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Encryption.cpp b/src/FIO/Encryption.cpp index 45b3cb3c0c6..017790178bd 100644 --- a/src/FIO/Encryption.cpp +++ b/src/FIO/Encryption.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Encryption.h b/src/FIO/Encryption.h index c2ccf72050a..e85ce3c7d86 100644 --- a/src/FIO/Encryption.h +++ b/src/FIO/Encryption.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Entry.cpp b/src/FIO/Entry.cpp index dfb96243b6d..cb3a7b5593b 100644 --- a/src/FIO/Entry.cpp +++ b/src/FIO/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Entry.h b/src/FIO/Entry.h index 2f20456b748..9a98aabd941 100644 --- a/src/FIO/Entry.h +++ b/src/FIO/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/NewFundsRequest.cpp b/src/FIO/NewFundsRequest.cpp index 4a3c96835b3..c0ccd096ecc 100644 --- a/src/FIO/NewFundsRequest.cpp +++ b/src/FIO/NewFundsRequest.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/NewFundsRequest.h b/src/FIO/NewFundsRequest.h index 1ba41b803a1..efce42f1952 100644 --- a/src/FIO/NewFundsRequest.h +++ b/src/FIO/NewFundsRequest.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Signer.cpp b/src/FIO/Signer.cpp index defc5acea72..d1442a784a8 100644 --- a/src/FIO/Signer.cpp +++ b/src/FIO/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Signer.h b/src/FIO/Signer.h index 763417418c7..5e6a73a54cd 100644 --- a/src/FIO/Signer.h +++ b/src/FIO/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Transaction.cpp b/src/FIO/Transaction.cpp index b38a9135d2e..aba43088541 100644 --- a/src/FIO/Transaction.cpp +++ b/src/FIO/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/Transaction.h b/src/FIO/Transaction.h index 5167155192f..9c482742519 100644 --- a/src/FIO/Transaction.h +++ b/src/FIO/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/TransactionBuilder.cpp b/src/FIO/TransactionBuilder.cpp index 6b2c5f06242..356c3160510 100644 --- a/src/FIO/TransactionBuilder.cpp +++ b/src/FIO/TransactionBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/FIO/TransactionBuilder.h b/src/FIO/TransactionBuilder.h index ce2711d1aab..992671dd7b8 100644 --- a/src/FIO/TransactionBuilder.h +++ b/src/FIO/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Filecoin/Entry.cpp b/src/Filecoin/Entry.cpp index fb4737b3541..1be50b4befa 100644 --- a/src/Filecoin/Entry.cpp +++ b/src/Filecoin/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Filecoin/Entry.h b/src/Filecoin/Entry.h index 0be5a4c4d1a..eadd946cfc4 100644 --- a/src/Filecoin/Entry.h +++ b/src/Filecoin/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Greenfield/Entry.h b/src/Greenfield/Entry.h index c54d843fc99..8d0a981f2ef 100644 --- a/src/Greenfield/Entry.h +++ b/src/Greenfield/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Address.cpp b/src/Groestlcoin/Address.cpp index fa7fe68105a..ecb1b895b18 100644 --- a/src/Groestlcoin/Address.cpp +++ b/src/Groestlcoin/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Address.h b/src/Groestlcoin/Address.h index a6c8700184e..6c149e3eccc 100644 --- a/src/Groestlcoin/Address.h +++ b/src/Groestlcoin/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Entry.cpp b/src/Groestlcoin/Entry.cpp index d978c2bd861..71620d169e9 100644 --- a/src/Groestlcoin/Entry.cpp +++ b/src/Groestlcoin/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Entry.h b/src/Groestlcoin/Entry.h index 335b9f0c47a..97e4fee6225 100644 --- a/src/Groestlcoin/Entry.h +++ b/src/Groestlcoin/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Signer.cpp b/src/Groestlcoin/Signer.cpp index 24b8c308528..542a47c7528 100644 --- a/src/Groestlcoin/Signer.cpp +++ b/src/Groestlcoin/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Signer.h b/src/Groestlcoin/Signer.h index 927b1b45c7a..dd13f5efbf9 100644 --- a/src/Groestlcoin/Signer.h +++ b/src/Groestlcoin/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Groestlcoin/Transaction.h b/src/Groestlcoin/Transaction.h index 25ebf7f6706..0deda9d97ae 100644 --- a/src/Groestlcoin/Transaction.h +++ b/src/Groestlcoin/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/HDWallet.cpp b/src/HDWallet.cpp index b4674f56dcf..9c81744f299 100644 --- a/src/HDWallet.cpp +++ b/src/HDWallet.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/HDWallet.h b/src/HDWallet.h index 9ed27ffb8af..d88c25f91d4 100644 --- a/src/HDWallet.h +++ b/src/HDWallet.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Address.cpp b/src/Harmony/Address.cpp index d6520def9a3..f27ca52395a 100644 --- a/src/Harmony/Address.cpp +++ b/src/Harmony/Address.cpp @@ -1,6 +1,6 @@ // Copyright © 2017 Pieter Wuille -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Address.h b/src/Harmony/Address.h index 43f03ddda34..ee3d1d9c00a 100644 --- a/src/Harmony/Address.h +++ b/src/Harmony/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Entry.cpp b/src/Harmony/Entry.cpp index a12678d17d3..0d9ae912ba3 100644 --- a/src/Harmony/Entry.cpp +++ b/src/Harmony/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Entry.h b/src/Harmony/Entry.h index 41f0e5c5aae..049a10bbe57 100644 --- a/src/Harmony/Entry.h +++ b/src/Harmony/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Signer.cpp b/src/Harmony/Signer.cpp index 9b262426187..7bb408f8afb 100644 --- a/src/Harmony/Signer.cpp +++ b/src/Harmony/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Signer.h b/src/Harmony/Signer.h index 9a24142279e..2dc4da00f26 100644 --- a/src/Harmony/Signer.h +++ b/src/Harmony/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Staking.cpp b/src/Harmony/Staking.cpp index 794f68a49cf..2d7491723bd 100644 --- a/src/Harmony/Staking.cpp +++ b/src/Harmony/Staking.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Staking.h b/src/Harmony/Staking.h index d7a4d8ee8f2..87fe9c78c59 100644 --- a/src/Harmony/Staking.h +++ b/src/Harmony/Staking.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Harmony/Transaction.h b/src/Harmony/Transaction.h index 5e568884fa9..3b025b4028e 100644 --- a/src/Harmony/Transaction.h +++ b/src/Harmony/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hash.cpp b/src/Hash.cpp index 389854338ec..04d538e3583 100644 --- a/src/Hash.cpp +++ b/src/Hash.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hash.h b/src/Hash.h index 20932337e58..ecedba9b23c 100644 --- a/src/Hash.h +++ b/src/Hash.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Address.cpp b/src/Hedera/Address.cpp index cab84478d80..b7a85b6b0c1 100644 --- a/src/Hedera/Address.cpp +++ b/src/Hedera/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Address.h b/src/Hedera/Address.h index 426347a919e..9751f73643d 100644 --- a/src/Hedera/Address.h +++ b/src/Hedera/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/DER.cpp b/src/Hedera/DER.cpp index d02d54cfea2..deb5ede3451 100644 --- a/src/Hedera/DER.cpp +++ b/src/Hedera/DER.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/DER.h b/src/Hedera/DER.h index d00ac60d759..c4f000d73d3 100644 --- a/src/Hedera/DER.h +++ b/src/Hedera/DER.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Entry.cpp b/src/Hedera/Entry.cpp index 7a71b45945e..0be9f12bc2d 100644 --- a/src/Hedera/Entry.cpp +++ b/src/Hedera/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Entry.h b/src/Hedera/Entry.h index 1e5c2307252..6313eacd15f 100644 --- a/src/Hedera/Entry.h +++ b/src/Hedera/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Signer.cpp b/src/Hedera/Signer.cpp index 36d7b3f33a6..bdf2ad34bcd 100644 --- a/src/Hedera/Signer.cpp +++ b/src/Hedera/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Hedera/Signer.h b/src/Hedera/Signer.h index 65a924aae5a..ceda8a2b911 100644 --- a/src/Hedera/Signer.h +++ b/src/Hedera/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/HexCoding.h b/src/HexCoding.h index 816b4a7fb79..4916a4781d3 100644 --- a/src/HexCoding.h +++ b/src/HexCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IOST/Entry.cpp b/src/IOST/Entry.cpp index e27ef441c71..9ec6588c15d 100644 --- a/src/IOST/Entry.cpp +++ b/src/IOST/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Address.cpp b/src/Icon/Address.cpp index 08ce69a2fa2..d1a2e7ff161 100644 --- a/src/Icon/Address.cpp +++ b/src/Icon/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Address.h b/src/Icon/Address.h index 6f58d450dcb..6e140f8ebd9 100644 --- a/src/Icon/Address.h +++ b/src/Icon/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/AddressType.h b/src/Icon/AddressType.h index a38eeaeacd0..ebc3d35a923 100644 --- a/src/Icon/AddressType.h +++ b/src/Icon/AddressType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Entry.cpp b/src/Icon/Entry.cpp index 51cb9601bd4..6f99765f64f 100644 --- a/src/Icon/Entry.cpp +++ b/src/Icon/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Entry.h b/src/Icon/Entry.h index 78bd64b2f01..9fd1b9d9a40 100644 --- a/src/Icon/Entry.h +++ b/src/Icon/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Signer.cpp b/src/Icon/Signer.cpp index d8a55cd82b8..1d5acce6668 100644 --- a/src/Icon/Signer.cpp +++ b/src/Icon/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Icon/Signer.h b/src/Icon/Signer.h index 7fb34c96647..4c92cddd4e0 100644 --- a/src/Icon/Signer.h +++ b/src/Icon/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/ImmutableX/Constants.h b/src/ImmutableX/Constants.h index 034d548583e..884b7b00d3e 100644 --- a/src/ImmutableX/Constants.h +++ b/src/ImmutableX/Constants.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/ImmutableX/StarkKey.cpp b/src/ImmutableX/StarkKey.cpp index f550b7ab14d..29cfebcb25a 100644 --- a/src/ImmutableX/StarkKey.cpp +++ b/src/ImmutableX/StarkKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/ImmutableX/StarkKey.h b/src/ImmutableX/StarkKey.h index 5c2643a56da..a90ce92d8c8 100644 --- a/src/ImmutableX/StarkKey.h +++ b/src/ImmutableX/StarkKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/InternetComputer/Entry.h b/src/InternetComputer/Entry.h index 0d9081d60d1..35b7d972a19 100644 --- a/src/InternetComputer/Entry.h +++ b/src/InternetComputer/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Address.cpp b/src/IoTeX/Address.cpp index cb54d8c5731..20c343737ff 100644 --- a/src/IoTeX/Address.cpp +++ b/src/IoTeX/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Address.h b/src/IoTeX/Address.h index 2cdb7a00e08..cfcd289eafa 100644 --- a/src/IoTeX/Address.h +++ b/src/IoTeX/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Entry.cpp b/src/IoTeX/Entry.cpp index 3d7b5628cb3..2aa60ba1b5b 100644 --- a/src/IoTeX/Entry.cpp +++ b/src/IoTeX/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Entry.h b/src/IoTeX/Entry.h index bd5c4e17307..7dd53513903 100644 --- a/src/IoTeX/Entry.h +++ b/src/IoTeX/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Signer.cpp b/src/IoTeX/Signer.cpp index e1fa6d5d0b2..63a68421ec0 100644 --- a/src/IoTeX/Signer.cpp +++ b/src/IoTeX/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Signer.h b/src/IoTeX/Signer.h index 7bcce3e28cb..99fdc83b166 100644 --- a/src/IoTeX/Signer.h +++ b/src/IoTeX/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Staking.cpp b/src/IoTeX/Staking.cpp index 5d4eed6fd84..15df0edb85f 100644 --- a/src/IoTeX/Staking.cpp +++ b/src/IoTeX/Staking.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/IoTeX/Staking.h b/src/IoTeX/Staking.h index 713b6f2fa4d..da9e1815171 100644 --- a/src/IoTeX/Staking.h +++ b/src/IoTeX/Staking.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/KeyPair.h b/src/KeyPair.h index e10bf0fa299..2c7fad80114 100644 --- a/src/KeyPair.h +++ b/src/KeyPair.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/AESParameters.cpp b/src/Keystore/AESParameters.cpp index a1e097ea501..2a45043147f 100644 --- a/src/Keystore/AESParameters.cpp +++ b/src/Keystore/AESParameters.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/AESParameters.h b/src/Keystore/AESParameters.h index feb5057c38a..56110ca41c0 100644 --- a/src/Keystore/AESParameters.h +++ b/src/Keystore/AESParameters.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/Account.cpp b/src/Keystore/Account.cpp index 5278c5acaf2..80de4d01add 100644 --- a/src/Keystore/Account.cpp +++ b/src/Keystore/Account.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/Account.h b/src/Keystore/Account.h index c941525473f..106f88381ef 100644 --- a/src/Keystore/Account.h +++ b/src/Keystore/Account.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/EncryptionParameters.cpp b/src/Keystore/EncryptionParameters.cpp index 57a60d56346..4f5924d78db 100644 --- a/src/Keystore/EncryptionParameters.cpp +++ b/src/Keystore/EncryptionParameters.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/EncryptionParameters.h b/src/Keystore/EncryptionParameters.h index 90701aebc21..6dc1243c07e 100644 --- a/src/Keystore/EncryptionParameters.h +++ b/src/Keystore/EncryptionParameters.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/PBKDF2Parameters.cpp b/src/Keystore/PBKDF2Parameters.cpp index a3d5ba80a15..e629c4cb5ec 100644 --- a/src/Keystore/PBKDF2Parameters.cpp +++ b/src/Keystore/PBKDF2Parameters.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/PBKDF2Parameters.h b/src/Keystore/PBKDF2Parameters.h index a6a9fe97b8e..4a80b8e4d16 100644 --- a/src/Keystore/PBKDF2Parameters.h +++ b/src/Keystore/PBKDF2Parameters.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/ScryptParameters.cpp b/src/Keystore/ScryptParameters.cpp index 0670a6dbed4..3863607904f 100644 --- a/src/Keystore/ScryptParameters.cpp +++ b/src/Keystore/ScryptParameters.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/ScryptParameters.h b/src/Keystore/ScryptParameters.h index 4dec0a3c798..93e518dcfa1 100644 --- a/src/Keystore/ScryptParameters.h +++ b/src/Keystore/ScryptParameters.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/StoredKey.cpp b/src/Keystore/StoredKey.cpp index a3fca3bb91f..8b6e1f33586 100644 --- a/src/Keystore/StoredKey.cpp +++ b/src/Keystore/StoredKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Keystore/StoredKey.h b/src/Keystore/StoredKey.h index d98235ff793..d1359d7dd4e 100644 --- a/src/Keystore/StoredKey.h +++ b/src/Keystore/StoredKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Kusama/Address.h b/src/Kusama/Address.h index 8ae956b4164..d3393defb1b 100644 --- a/src/Kusama/Address.h +++ b/src/Kusama/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Kusama/Entry.cpp b/src/Kusama/Entry.cpp index a268f0b1a9c..922080a52f1 100644 --- a/src/Kusama/Entry.cpp +++ b/src/Kusama/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Kusama/Entry.h b/src/Kusama/Entry.h index d4d8634e9a6..ecf08167ec3 100644 --- a/src/Kusama/Entry.h +++ b/src/Kusama/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/LiquidStaking/LiquidStaking.cpp b/src/LiquidStaking/LiquidStaking.cpp index b635e5c268c..8a1151430a8 100644 --- a/src/LiquidStaking/LiquidStaking.cpp +++ b/src/LiquidStaking/LiquidStaking.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/LiquidStaking/LiquidStaking.h b/src/LiquidStaking/LiquidStaking.h index 713421fc421..caf3a67aab8 100644 --- a/src/LiquidStaking/LiquidStaking.h +++ b/src/LiquidStaking/LiquidStaking.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/LiquidStaking/TWLiquidStaking.cpp b/src/LiquidStaking/TWLiquidStaking.cpp index da8ad8aa6ae..f7e3ac23c17 100644 --- a/src/LiquidStaking/TWLiquidStaking.cpp +++ b/src/LiquidStaking/TWLiquidStaking.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Mnemonic.cpp b/src/Mnemonic.cpp index e07181fa610..bacdbd19a47 100644 --- a/src/Mnemonic.cpp +++ b/src/Mnemonic.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Mnemonic.h b/src/Mnemonic.h index 92b7b692fdb..b5fee21e9e9 100644 --- a/src/Mnemonic.h +++ b/src/Mnemonic.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Move/Address.h b/src/Move/Address.h index b35504693a9..76f22351bec 100644 --- a/src/Move/Address.h +++ b/src/Move/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Address.cpp b/src/MultiversX/Address.cpp index d882248ab4b..3c45a8f5c28 100644 --- a/src/MultiversX/Address.cpp +++ b/src/MultiversX/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Address.h b/src/MultiversX/Address.h index d47c56e3f90..29a76bb5881 100644 --- a/src/MultiversX/Address.h +++ b/src/MultiversX/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Codec.cpp b/src/MultiversX/Codec.cpp index c613ddfe763..4a88df9b694 100644 --- a/src/MultiversX/Codec.cpp +++ b/src/MultiversX/Codec.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Codec.h b/src/MultiversX/Codec.h index ec9f5511c2c..5e7a4d46fa4 100644 --- a/src/MultiversX/Codec.h +++ b/src/MultiversX/Codec.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Entry.cpp b/src/MultiversX/Entry.cpp index b92d236c050..fa7f27e6459 100644 --- a/src/MultiversX/Entry.cpp +++ b/src/MultiversX/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Entry.h b/src/MultiversX/Entry.h index 6300cb2e906..4a088368ced 100644 --- a/src/MultiversX/Entry.h +++ b/src/MultiversX/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Serialization.cpp b/src/MultiversX/Serialization.cpp index ab4c2a98876..095f981967c 100644 --- a/src/MultiversX/Serialization.cpp +++ b/src/MultiversX/Serialization.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Serialization.h b/src/MultiversX/Serialization.h index 9105f822577..5536c7b3058 100644 --- a/src/MultiversX/Serialization.h +++ b/src/MultiversX/Serialization.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Signer.cpp b/src/MultiversX/Signer.cpp index 60784a8d46b..f27a379c4f5 100644 --- a/src/MultiversX/Signer.cpp +++ b/src/MultiversX/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Signer.h b/src/MultiversX/Signer.h index a7c8ee34545..a530c33f146 100644 --- a/src/MultiversX/Signer.h +++ b/src/MultiversX/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Transaction.cpp b/src/MultiversX/Transaction.cpp index c08cac14560..a0a992856e3 100644 --- a/src/MultiversX/Transaction.cpp +++ b/src/MultiversX/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/Transaction.h b/src/MultiversX/Transaction.h index cf9c62fa7eb..8db2ee36202 100644 --- a/src/MultiversX/Transaction.h +++ b/src/MultiversX/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/TransactionFactory.cpp b/src/MultiversX/TransactionFactory.cpp index f1f2cf4eb0a..c39ccf57f21 100644 --- a/src/MultiversX/TransactionFactory.cpp +++ b/src/MultiversX/TransactionFactory.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/TransactionFactory.h b/src/MultiversX/TransactionFactory.h index a0e201a031a..cde355b29fb 100644 --- a/src/MultiversX/TransactionFactory.h +++ b/src/MultiversX/TransactionFactory.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/TransactionFactoryConfig.cpp b/src/MultiversX/TransactionFactoryConfig.cpp index 7d1a2b78148..9422b4cc39c 100644 --- a/src/MultiversX/TransactionFactoryConfig.cpp +++ b/src/MultiversX/TransactionFactoryConfig.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/MultiversX/TransactionFactoryConfig.h b/src/MultiversX/TransactionFactoryConfig.h index 6f7aa126436..6676d2540eb 100644 --- a/src/MultiversX/TransactionFactoryConfig.h +++ b/src/MultiversX/TransactionFactoryConfig.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Account.cpp b/src/NEAR/Account.cpp index 7a68fa709a2..addf0f5efb8 100644 --- a/src/NEAR/Account.cpp +++ b/src/NEAR/Account.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Account.h b/src/NEAR/Account.h index 1b222843783..e8996d164fd 100644 --- a/src/NEAR/Account.h +++ b/src/NEAR/Account.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Address.cpp b/src/NEAR/Address.cpp index a8bd93d1caa..d4899c7de6b 100644 --- a/src/NEAR/Address.cpp +++ b/src/NEAR/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Address.h b/src/NEAR/Address.h index 38adba9e559..c2de9b883fe 100644 --- a/src/NEAR/Address.h +++ b/src/NEAR/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Entry.cpp b/src/NEAR/Entry.cpp index 118ec62a06a..9a6adea0dc8 100644 --- a/src/NEAR/Entry.cpp +++ b/src/NEAR/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Entry.h b/src/NEAR/Entry.h index 2efa1b2c254..21f1f7b03c3 100644 --- a/src/NEAR/Entry.h +++ b/src/NEAR/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Serialization.cpp b/src/NEAR/Serialization.cpp index 7a15d9bc052..509afe56d02 100644 --- a/src/NEAR/Serialization.cpp +++ b/src/NEAR/Serialization.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Serialization.h b/src/NEAR/Serialization.h index 4dd17fe840e..82aca81b450 100644 --- a/src/NEAR/Serialization.h +++ b/src/NEAR/Serialization.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Signer.cpp b/src/NEAR/Signer.cpp index d4a00c033e3..8efb04159a9 100644 --- a/src/NEAR/Signer.cpp +++ b/src/NEAR/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEAR/Signer.h b/src/NEAR/Signer.h index aa4945c1d4d..42c408506ca 100644 --- a/src/NEAR/Signer.h +++ b/src/NEAR/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Address.cpp b/src/NEO/Address.cpp index e63298521cb..838ac148636 100644 --- a/src/NEO/Address.cpp +++ b/src/NEO/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Address.h b/src/NEO/Address.h index 450aabd3de8..e6d76590f5c 100644 --- a/src/NEO/Address.h +++ b/src/NEO/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/BinaryCoding.h b/src/NEO/BinaryCoding.h index f152e600c3d..bc2021df66f 100644 --- a/src/NEO/BinaryCoding.h +++ b/src/NEO/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/CoinReference.h b/src/NEO/CoinReference.h index c1f0272a2bc..0155f452e88 100644 --- a/src/NEO/CoinReference.h +++ b/src/NEO/CoinReference.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Constants.h b/src/NEO/Constants.h index a0fd45fd016..05610090bea 100644 --- a/src/NEO/Constants.h +++ b/src/NEO/Constants.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Entry.cpp b/src/NEO/Entry.cpp index 68158ba9653..6842cfde034 100644 --- a/src/NEO/Entry.cpp +++ b/src/NEO/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Entry.h b/src/NEO/Entry.h index 15d3e721aab..4936ada5e69 100644 --- a/src/NEO/Entry.h +++ b/src/NEO/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/ISerializable.h b/src/NEO/ISerializable.h index 2caa5ae1227..d0c1713f226 100644 --- a/src/NEO/ISerializable.h +++ b/src/NEO/ISerializable.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/MinerTransaction.h b/src/NEO/MinerTransaction.h index 9e6a6cc848c..f0498b7d8c0 100644 --- a/src/NEO/MinerTransaction.h +++ b/src/NEO/MinerTransaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/OpCode.h b/src/NEO/OpCode.h index d3633883e06..94f8a2b6b74 100644 --- a/src/NEO/OpCode.h +++ b/src/NEO/OpCode.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/ReadData.cpp b/src/NEO/ReadData.cpp index 0f04b9a4f5e..9f82783f0a1 100644 --- a/src/NEO/ReadData.cpp +++ b/src/NEO/ReadData.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/ReadData.h b/src/NEO/ReadData.h index cf4b80be581..922d8d47aa7 100644 --- a/src/NEO/ReadData.h +++ b/src/NEO/ReadData.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Script.cpp b/src/NEO/Script.cpp index 9259bdc4710..63cbfff13a9 100644 --- a/src/NEO/Script.cpp +++ b/src/NEO/Script.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Script.h b/src/NEO/Script.h index 1c2d7d2e8d4..660975f294e 100644 --- a/src/NEO/Script.h +++ b/src/NEO/Script.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Serializable.h b/src/NEO/Serializable.h index ecc997de749..608fb66ac59 100644 --- a/src/NEO/Serializable.h +++ b/src/NEO/Serializable.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Signer.cpp b/src/NEO/Signer.cpp index ad8ff46ec08..73112586c19 100644 --- a/src/NEO/Signer.cpp +++ b/src/NEO/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Signer.h b/src/NEO/Signer.h index e388539fa5f..e1c5c2f34fc 100644 --- a/src/NEO/Signer.h +++ b/src/NEO/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Transaction.cpp b/src/NEO/Transaction.cpp index 45fa9bbbd58..458eb6d3825 100644 --- a/src/NEO/Transaction.cpp +++ b/src/NEO/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Transaction.h b/src/NEO/Transaction.h index 1a17b3f6757..7bf4d7aa9b4 100644 --- a/src/NEO/Transaction.h +++ b/src/NEO/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/TransactionAttribute.h b/src/NEO/TransactionAttribute.h index 4199b61d919..3764678a9be 100644 --- a/src/NEO/TransactionAttribute.h +++ b/src/NEO/TransactionAttribute.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/TransactionAttributeUsage.h b/src/NEO/TransactionAttributeUsage.h index fc0e3f90c6d..a4b419f6b99 100644 --- a/src/NEO/TransactionAttributeUsage.h +++ b/src/NEO/TransactionAttributeUsage.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/TransactionOutput.h b/src/NEO/TransactionOutput.h index f4917362731..5d0de96af63 100644 --- a/src/NEO/TransactionOutput.h +++ b/src/NEO/TransactionOutput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/TransactionType.h b/src/NEO/TransactionType.h index 424e959bc04..997f6155ef0 100644 --- a/src/NEO/TransactionType.h +++ b/src/NEO/TransactionType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NEO/Witness.h b/src/NEO/Witness.h index d0a8602454f..babf3302573 100644 --- a/src/NEO/Witness.h +++ b/src/NEO/Witness.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Address.cpp b/src/NULS/Address.cpp index 1a854067e97..6cf00f33490 100644 --- a/src/NULS/Address.cpp +++ b/src/NULS/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Address.h b/src/NULS/Address.h index 04efcb97b83..b553f5f061e 100644 --- a/src/NULS/Address.h +++ b/src/NULS/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/BinaryCoding.h b/src/NULS/BinaryCoding.h index 4ae1c2f087e..6440b12b713 100644 --- a/src/NULS/BinaryCoding.h +++ b/src/NULS/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Entry.cpp b/src/NULS/Entry.cpp index 1c970b47cfd..5289963dc67 100644 --- a/src/NULS/Entry.cpp +++ b/src/NULS/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Entry.h b/src/NULS/Entry.h index db7b9741cbb..6b558b2bd3e 100644 --- a/src/NULS/Entry.h +++ b/src/NULS/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Signer.cpp b/src/NULS/Signer.cpp index 7c6d702659d..1274617a8af 100644 --- a/src/NULS/Signer.cpp +++ b/src/NULS/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NULS/Signer.h b/src/NULS/Signer.h index 52657470392..2ae7f2185b6 100644 --- a/src/NULS/Signer.h +++ b/src/NULS/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Address.cpp b/src/Nano/Address.cpp index b6b49143212..3d9c141d6f9 100644 --- a/src/Nano/Address.cpp +++ b/src/Nano/Address.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Address.h b/src/Nano/Address.h index 28dcd2c16d4..8e2ea3b2a3a 100644 --- a/src/Nano/Address.h +++ b/src/Nano/Address.h @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Entry.cpp b/src/Nano/Entry.cpp index 922bf06c553..e52c43f127b 100644 --- a/src/Nano/Entry.cpp +++ b/src/Nano/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Entry.h b/src/Nano/Entry.h index 1ebce88f9d3..d43c8b833d8 100644 --- a/src/Nano/Entry.h +++ b/src/Nano/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Signer.cpp b/src/Nano/Signer.cpp index 95d6cfc4f85..af999555967 100644 --- a/src/Nano/Signer.cpp +++ b/src/Nano/Signer.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nano/Signer.h b/src/Nano/Signer.h index 2185e6d20e2..c374b677a1f 100644 --- a/src/Nano/Signer.h +++ b/src/Nano/Signer.h @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NativeEvmos/Entry.h b/src/NativeEvmos/Entry.h index bc44a9620e2..ae6f141f6b9 100644 --- a/src/NativeEvmos/Entry.h +++ b/src/NativeEvmos/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NativeInjective/Entry.h b/src/NativeInjective/Entry.h index 1a55e88540b..45a547c1328 100644 --- a/src/NativeInjective/Entry.h +++ b/src/NativeInjective/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Address.cpp b/src/Nebulas/Address.cpp index 9eaa689720e..7e9aece2391 100644 --- a/src/Nebulas/Address.cpp +++ b/src/Nebulas/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Address.h b/src/Nebulas/Address.h index cd63bf0a65e..e876008f238 100644 --- a/src/Nebulas/Address.h +++ b/src/Nebulas/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Entry.cpp b/src/Nebulas/Entry.cpp index 8df53031f88..ef5fde0ea41 100644 --- a/src/Nebulas/Entry.cpp +++ b/src/Nebulas/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Entry.h b/src/Nebulas/Entry.h index f34efbcc47d..d5a8477b946 100644 --- a/src/Nebulas/Entry.h +++ b/src/Nebulas/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Signer.cpp b/src/Nebulas/Signer.cpp index 6304f010964..974e39f9302 100644 --- a/src/Nebulas/Signer.cpp +++ b/src/Nebulas/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Signer.h b/src/Nebulas/Signer.h index f0d78873a4e..6d1fc5f8e16 100644 --- a/src/Nebulas/Signer.h +++ b/src/Nebulas/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Transaction.cpp b/src/Nebulas/Transaction.cpp index 4d84a382b72..c8582db43ce 100644 --- a/src/Nebulas/Transaction.cpp +++ b/src/Nebulas/Transaction.cpp @@ -1,7 +1,7 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nebulas/Transaction.h b/src/Nebulas/Transaction.h index 5bb100ef503..cc8a0dae642 100644 --- a/src/Nebulas/Transaction.h +++ b/src/Nebulas/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Address.cpp b/src/Nervos/Address.cpp index 314e679ee8c..a3ec1ff4deb 100644 --- a/src/Nervos/Address.cpp +++ b/src/Nervos/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Address.h b/src/Nervos/Address.h index 2c0b7a02dfd..ef697fda359 100644 --- a/src/Nervos/Address.h +++ b/src/Nervos/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Cell.h b/src/Nervos/Cell.h index c57334d4f83..46ba3afd82b 100644 --- a/src/Nervos/Cell.h +++ b/src/Nervos/Cell.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellDep.cpp b/src/Nervos/CellDep.cpp index d4b30afc0ad..8b0cf2c22e9 100644 --- a/src/Nervos/CellDep.cpp +++ b/src/Nervos/CellDep.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellDep.h b/src/Nervos/CellDep.h index 0dc32060386..fe3ce239904 100644 --- a/src/Nervos/CellDep.h +++ b/src/Nervos/CellDep.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellInput.cpp b/src/Nervos/CellInput.cpp index 8d20ac45365..4eee51236bb 100644 --- a/src/Nervos/CellInput.cpp +++ b/src/Nervos/CellInput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellInput.h b/src/Nervos/CellInput.h index 11fd2a5f8dc..5857b5be890 100644 --- a/src/Nervos/CellInput.h +++ b/src/Nervos/CellInput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellOutput.cpp b/src/Nervos/CellOutput.cpp index 09f7e14600e..9e92b802111 100644 --- a/src/Nervos/CellOutput.cpp +++ b/src/Nervos/CellOutput.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/CellOutput.h b/src/Nervos/CellOutput.h index 8ad0afba633..ea38e9a5df9 100644 --- a/src/Nervos/CellOutput.h +++ b/src/Nervos/CellOutput.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Constants.h b/src/Nervos/Constants.h index b3af305d479..b7afd346f16 100644 --- a/src/Nervos/Constants.h +++ b/src/Nervos/Constants.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Entry.cpp b/src/Nervos/Entry.cpp index 7a6aff9292e..159b07a5791 100644 --- a/src/Nervos/Entry.cpp +++ b/src/Nervos/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Entry.h b/src/Nervos/Entry.h index c40e012d8ae..945360601da 100644 --- a/src/Nervos/Entry.h +++ b/src/Nervos/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/HeaderDep.h b/src/Nervos/HeaderDep.h index 6706eeeeb0b..901267ad03a 100644 --- a/src/Nervos/HeaderDep.h +++ b/src/Nervos/HeaderDep.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/OutPoint.cpp b/src/Nervos/OutPoint.cpp index 6066d97ee5e..8bd3dc27111 100644 --- a/src/Nervos/OutPoint.cpp +++ b/src/Nervos/OutPoint.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/OutPoint.h b/src/Nervos/OutPoint.h index 10b67cb9c38..b4e59ccd63b 100644 --- a/src/Nervos/OutPoint.h +++ b/src/Nervos/OutPoint.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Script.cpp b/src/Nervos/Script.cpp index 94682d37089..e3768a05e8f 100644 --- a/src/Nervos/Script.cpp +++ b/src/Nervos/Script.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Script.h b/src/Nervos/Script.h index d5a1f132386..827d55e2cf0 100644 --- a/src/Nervos/Script.h +++ b/src/Nervos/Script.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Serialization.h b/src/Nervos/Serialization.h index eb76d2d1e2e..3738f730b81 100644 --- a/src/Nervos/Serialization.h +++ b/src/Nervos/Serialization.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Signer.cpp b/src/Nervos/Signer.cpp index f223096fa11..1227069d4eb 100644 --- a/src/Nervos/Signer.cpp +++ b/src/Nervos/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Signer.h b/src/Nervos/Signer.h index e2e2c3fb38c..b5e5f865c9f 100644 --- a/src/Nervos/Signer.h +++ b/src/Nervos/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Transaction.cpp b/src/Nervos/Transaction.cpp index 98983bf6d77..19da45e161a 100644 --- a/src/Nervos/Transaction.cpp +++ b/src/Nervos/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Transaction.h b/src/Nervos/Transaction.h index c94b7f0e1bb..5003c74c89a 100644 --- a/src/Nervos/Transaction.h +++ b/src/Nervos/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/TransactionPlan.cpp b/src/Nervos/TransactionPlan.cpp index a755b00010a..823336e23c6 100644 --- a/src/Nervos/TransactionPlan.cpp +++ b/src/Nervos/TransactionPlan.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/TransactionPlan.h b/src/Nervos/TransactionPlan.h index 39f8bf6d1ea..ac559c96024 100644 --- a/src/Nervos/TransactionPlan.h +++ b/src/Nervos/TransactionPlan.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Witness.cpp b/src/Nervos/Witness.cpp index ae954b11cd0..5a74f0dbed7 100644 --- a/src/Nervos/Witness.cpp +++ b/src/Nervos/Witness.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nervos/Witness.h b/src/Nervos/Witness.h index 15e3319c49b..f11a930a881 100644 --- a/src/Nervos/Witness.h +++ b/src/Nervos/Witness.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Address.cpp b/src/Nimiq/Address.cpp index c6d59b1e22c..105e393a4f3 100644 --- a/src/Nimiq/Address.cpp +++ b/src/Nimiq/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Address.h b/src/Nimiq/Address.h index 4d991788928..4bf9d76a374 100644 --- a/src/Nimiq/Address.h +++ b/src/Nimiq/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Entry.cpp b/src/Nimiq/Entry.cpp index 619504314f1..02815589edc 100644 --- a/src/Nimiq/Entry.cpp +++ b/src/Nimiq/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Entry.h b/src/Nimiq/Entry.h index 467e3470dce..2b74787b593 100644 --- a/src/Nimiq/Entry.h +++ b/src/Nimiq/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Signer.cpp b/src/Nimiq/Signer.cpp index 81fe18bbec5..c0573dc00d4 100644 --- a/src/Nimiq/Signer.cpp +++ b/src/Nimiq/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Signer.h b/src/Nimiq/Signer.h index b3c0e071c04..15795be5e25 100644 --- a/src/Nimiq/Signer.h +++ b/src/Nimiq/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Transaction.cpp b/src/Nimiq/Transaction.cpp index f975612883e..894d8eb4b49 100644 --- a/src/Nimiq/Transaction.cpp +++ b/src/Nimiq/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Nimiq/Transaction.h b/src/Nimiq/Transaction.h index f9efe6f3be0..7f74f937939 100644 --- a/src/Nimiq/Transaction.h +++ b/src/Nimiq/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Numeric.h b/src/Numeric.h index 33cbd55d53e..ec1ecbfefc6 100644 --- a/src/Numeric.h +++ b/src/Numeric.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/NumericLiteral.h b/src/NumericLiteral.h index f689e7f340e..bc4326d21ae 100644 --- a/src/NumericLiteral.h +++ b/src/NumericLiteral.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Address.cpp b/src/Oasis/Address.cpp index dac0488d3f2..88fc48a1961 100644 --- a/src/Oasis/Address.cpp +++ b/src/Oasis/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Address.h b/src/Oasis/Address.h index 16c5b383500..bccf386fc48 100644 --- a/src/Oasis/Address.h +++ b/src/Oasis/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Entry.cpp b/src/Oasis/Entry.cpp index 2e153eeaa97..3bb57c5721f 100644 --- a/src/Oasis/Entry.cpp +++ b/src/Oasis/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Entry.h b/src/Oasis/Entry.h index 1412bea7c2b..091f2c2a0b6 100644 --- a/src/Oasis/Entry.h +++ b/src/Oasis/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Signer.cpp b/src/Oasis/Signer.cpp index b7251679184..1b3cbec30a8 100644 --- a/src/Oasis/Signer.cpp +++ b/src/Oasis/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Oasis/Signer.h b/src/Oasis/Signer.h index c166eb9bfe0..f676d4e6fd7 100644 --- a/src/Oasis/Signer.h +++ b/src/Oasis/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Address.cpp b/src/Ontology/Address.cpp index 24d0df56fad..c94b7c48d72 100644 --- a/src/Ontology/Address.cpp +++ b/src/Ontology/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Address.h b/src/Ontology/Address.h index 076d80f8198..c07cdceb50e 100644 --- a/src/Ontology/Address.h +++ b/src/Ontology/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Asset.h b/src/Ontology/Asset.h index 61621b75049..bd885ffa5f8 100644 --- a/src/Ontology/Asset.h +++ b/src/Ontology/Asset.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Entry.cpp b/src/Ontology/Entry.cpp index 7b5ded7ccd5..f1dcff54ef8 100644 --- a/src/Ontology/Entry.cpp +++ b/src/Ontology/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Entry.h b/src/Ontology/Entry.h index 2b1781cf554..1c4e2e1aee6 100644 --- a/src/Ontology/Entry.h +++ b/src/Ontology/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Oep4.cpp b/src/Ontology/Oep4.cpp index c3743ad2436..e256c6457ad 100644 --- a/src/Ontology/Oep4.cpp +++ b/src/Ontology/Oep4.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Oep4.h b/src/Ontology/Oep4.h index 45bdfc4fe66..14221a26af9 100644 --- a/src/Ontology/Oep4.h +++ b/src/Ontology/Oep4.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Oep4TxBuilder.cpp b/src/Ontology/Oep4TxBuilder.cpp index 776c7b66581..c4bddef8e36 100644 --- a/src/Ontology/Oep4TxBuilder.cpp +++ b/src/Ontology/Oep4TxBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Oep4TxBuilder.h b/src/Ontology/Oep4TxBuilder.h index 3b1b7f22cb2..c2e05053b74 100644 --- a/src/Ontology/Oep4TxBuilder.h +++ b/src/Ontology/Oep4TxBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Ong.cpp b/src/Ontology/Ong.cpp index a0dedf78349..fa288201e4b 100644 --- a/src/Ontology/Ong.cpp +++ b/src/Ontology/Ong.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Ong.h b/src/Ontology/Ong.h index 5e5b8f8ee33..fd25ebd73ed 100644 --- a/src/Ontology/Ong.h +++ b/src/Ontology/Ong.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/OngTxBuilder.cpp b/src/Ontology/OngTxBuilder.cpp index 884e44c7eba..7e6627d52aa 100644 --- a/src/Ontology/OngTxBuilder.cpp +++ b/src/Ontology/OngTxBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/OngTxBuilder.h b/src/Ontology/OngTxBuilder.h index 943f8656615..c63a53f7c19 100644 --- a/src/Ontology/OngTxBuilder.h +++ b/src/Ontology/OngTxBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Ont.cpp b/src/Ontology/Ont.cpp index 94df172d58b..b51f50ae8af 100644 --- a/src/Ontology/Ont.cpp +++ b/src/Ontology/Ont.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Ont.h b/src/Ontology/Ont.h index bf1649864fc..f384cabe0bf 100644 --- a/src/Ontology/Ont.h +++ b/src/Ontology/Ont.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/OntTxBuilder.cpp b/src/Ontology/OntTxBuilder.cpp index 683d8323310..c2f7ff37d37 100644 --- a/src/Ontology/OntTxBuilder.cpp +++ b/src/Ontology/OntTxBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/OntTxBuilder.h b/src/Ontology/OntTxBuilder.h index e50f28a324f..aeeb656b50e 100644 --- a/src/Ontology/OntTxBuilder.h +++ b/src/Ontology/OntTxBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/OpCode.h b/src/Ontology/OpCode.h index 86ebbaa1613..078ff2d0285 100644 --- a/src/Ontology/OpCode.h +++ b/src/Ontology/OpCode.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/ParamsBuilder.cpp b/src/Ontology/ParamsBuilder.cpp index 40261a87608..a1284c80a46 100644 --- a/src/Ontology/ParamsBuilder.cpp +++ b/src/Ontology/ParamsBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/ParamsBuilder.h b/src/Ontology/ParamsBuilder.h index ee4a8456eab..1a02945725e 100644 --- a/src/Ontology/ParamsBuilder.h +++ b/src/Ontology/ParamsBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/SigData.cpp b/src/Ontology/SigData.cpp index b2cfccd051e..5cd047b579a 100644 --- a/src/Ontology/SigData.cpp +++ b/src/Ontology/SigData.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/SigData.h b/src/Ontology/SigData.h index c06a2f17df6..ad65f737a37 100644 --- a/src/Ontology/SigData.h +++ b/src/Ontology/SigData.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Signer.cpp b/src/Ontology/Signer.cpp index 0c25073bff6..9e25500f252 100644 --- a/src/Ontology/Signer.cpp +++ b/src/Ontology/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Signer.h b/src/Ontology/Signer.h index 4b65213f87c..1642a2b51ee 100644 --- a/src/Ontology/Signer.h +++ b/src/Ontology/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Transaction.cpp b/src/Ontology/Transaction.cpp index 8c0bc0e119d..db7951ebbcb 100644 --- a/src/Ontology/Transaction.cpp +++ b/src/Ontology/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ontology/Transaction.h b/src/Ontology/Transaction.h index 48ecd4339de..1523af20327 100644 --- a/src/Ontology/Transaction.h +++ b/src/Ontology/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Address.h b/src/Polkadot/Address.h index 9356f01b754..bce82241819 100644 --- a/src/Polkadot/Address.h +++ b/src/Polkadot/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Entry.cpp b/src/Polkadot/Entry.cpp index 14cf5f806ad..d7fc9c0d898 100644 --- a/src/Polkadot/Entry.cpp +++ b/src/Polkadot/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Entry.h b/src/Polkadot/Entry.h index be982d40921..90c7c4cc5db 100644 --- a/src/Polkadot/Entry.h +++ b/src/Polkadot/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Extrinsic.cpp b/src/Polkadot/Extrinsic.cpp index b1aaf7c6839..964d8a1425a 100644 --- a/src/Polkadot/Extrinsic.cpp +++ b/src/Polkadot/Extrinsic.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Extrinsic.h b/src/Polkadot/Extrinsic.h index 1f2e76ef7f4..83aeb50a2b0 100644 --- a/src/Polkadot/Extrinsic.h +++ b/src/Polkadot/Extrinsic.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/SS58Address.cpp b/src/Polkadot/SS58Address.cpp index 99ed2cf736f..dda8eedcb6d 100644 --- a/src/Polkadot/SS58Address.cpp +++ b/src/Polkadot/SS58Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/SS58Address.h b/src/Polkadot/SS58Address.h index 6463313f2e3..84b8c05ab2e 100644 --- a/src/Polkadot/SS58Address.h +++ b/src/Polkadot/SS58Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/ScaleCodec.h b/src/Polkadot/ScaleCodec.h index 1af3818d6e3..a25af502217 100644 --- a/src/Polkadot/ScaleCodec.h +++ b/src/Polkadot/ScaleCodec.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Signer.cpp b/src/Polkadot/Signer.cpp index fcba54e5f0e..0bd534ac21e 100644 --- a/src/Polkadot/Signer.cpp +++ b/src/Polkadot/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Polkadot/Signer.h b/src/Polkadot/Signer.h index fe6d9fd5e9f..ec71c3af0a2 100644 --- a/src/Polkadot/Signer.h +++ b/src/Polkadot/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/PrivateKey.cpp b/src/PrivateKey.cpp index 5707103c8d1..e2ab5c03e30 100644 --- a/src/PrivateKey.cpp +++ b/src/PrivateKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/PrivateKey.h b/src/PrivateKey.h index e314c8350a0..776ceee37af 100644 --- a/src/PrivateKey.h +++ b/src/PrivateKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/PublicKey.cpp b/src/PublicKey.cpp index 2609b4216da..8d419deed42 100644 --- a/src/PublicKey.cpp +++ b/src/PublicKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/PublicKey.h b/src/PublicKey.h index cde58cab8eb..198657f277d 100644 --- a/src/PublicKey.h +++ b/src/PublicKey.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Result.h b/src/Result.h index 347a3b10f43..f896ba327aa 100644 --- a/src/Result.h +++ b/src/Result.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Ronin/Entry.h b/src/Ronin/Entry.h index b9b5ab2c2d9..67a767419c8 100644 --- a/src/Ronin/Entry.h +++ b/src/Ronin/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/AccountMeta.h b/src/Solana/AccountMeta.h index a8f935a907a..88b0c54f565 100644 --- a/src/Solana/AccountMeta.h +++ b/src/Solana/AccountMeta.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Address.cpp b/src/Solana/Address.cpp index 25b6699e41c..110419bb1a4 100644 --- a/src/Solana/Address.cpp +++ b/src/Solana/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Address.h b/src/Solana/Address.h index 97b90f3dfd0..f3498888a0b 100644 --- a/src/Solana/Address.h +++ b/src/Solana/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/AddressLookupTable.h b/src/Solana/AddressLookupTable.h index 2330781f6a9..92d98f0c2e0 100644 --- a/src/Solana/AddressLookupTable.h +++ b/src/Solana/AddressLookupTable.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/CompiledInstruction.cpp b/src/Solana/CompiledInstruction.cpp index f2e368edd1a..d7f9a36cd72 100644 --- a/src/Solana/CompiledInstruction.cpp +++ b/src/Solana/CompiledInstruction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/CompiledInstruction.h b/src/Solana/CompiledInstruction.h index 913791ec3fc..f3c71932d73 100644 --- a/src/Solana/CompiledInstruction.h +++ b/src/Solana/CompiledInstruction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Constants.h b/src/Solana/Constants.h index f78f89c224e..895f918d30d 100644 --- a/src/Solana/Constants.h +++ b/src/Solana/Constants.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Encoding.h b/src/Solana/Encoding.h index feb2f6fa391..0ff7c53a45b 100644 --- a/src/Solana/Encoding.h +++ b/src/Solana/Encoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Entry.cpp b/src/Solana/Entry.cpp index 26c2db5c1ea..787098b7e81 100644 --- a/src/Solana/Entry.cpp +++ b/src/Solana/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Entry.h b/src/Solana/Entry.h index beb6b1457ab..84d98a1ce40 100644 --- a/src/Solana/Entry.h +++ b/src/Solana/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Instruction.h b/src/Solana/Instruction.h index dfc63e02e5b..e2a46c6d318 100644 --- a/src/Solana/Instruction.h +++ b/src/Solana/Instruction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/LegacyMessage.cpp b/src/Solana/LegacyMessage.cpp index 863e02edfd5..198f872d1f7 100644 --- a/src/Solana/LegacyMessage.cpp +++ b/src/Solana/LegacyMessage.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/LegacyMessage.h b/src/Solana/LegacyMessage.h index 1f1b71aa207..6e9b15c7ee4 100644 --- a/src/Solana/LegacyMessage.h +++ b/src/Solana/LegacyMessage.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/MessageHeader.h b/src/Solana/MessageHeader.h index f01c2142305..27900ed09cc 100644 --- a/src/Solana/MessageHeader.h +++ b/src/Solana/MessageHeader.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Program.cpp b/src/Solana/Program.cpp index 1605aebba97..b95167a1cd2 100644 --- a/src/Solana/Program.cpp +++ b/src/Solana/Program.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Program.h b/src/Solana/Program.h index c91be4cb80c..daaac05cd78 100644 --- a/src/Solana/Program.h +++ b/src/Solana/Program.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Signer.cpp b/src/Solana/Signer.cpp index 5130dbb0cff..50570c73867 100644 --- a/src/Solana/Signer.cpp +++ b/src/Solana/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Signer.h b/src/Solana/Signer.h index e73e1844856..24db6eba206 100644 --- a/src/Solana/Signer.h +++ b/src/Solana/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Transaction.cpp b/src/Solana/Transaction.cpp index 52ee014c09e..8a4b538d466 100644 --- a/src/Solana/Transaction.cpp +++ b/src/Solana/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/Transaction.h b/src/Solana/Transaction.h index c933f98a7c9..f7a9b4183ef 100644 --- a/src/Solana/Transaction.h +++ b/src/Solana/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/V0Message.h b/src/Solana/V0Message.h index a3f7c18a165..b5b4a1b5ebf 100644 --- a/src/Solana/V0Message.h +++ b/src/Solana/V0Message.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/VersionedMessage.cpp b/src/Solana/VersionedMessage.cpp index 420bd64ea18..3409581d836 100644 --- a/src/Solana/VersionedMessage.cpp +++ b/src/Solana/VersionedMessage.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/VersionedMessage.h b/src/Solana/VersionedMessage.h index 0428945b812..6ad8440d103 100644 --- a/src/Solana/VersionedMessage.h +++ b/src/Solana/VersionedMessage.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/VersionedTransaction.cpp b/src/Solana/VersionedTransaction.cpp index c8ff5b1ff7a..4cdf054f57e 100644 --- a/src/Solana/VersionedTransaction.cpp +++ b/src/Solana/VersionedTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Solana/VersionedTransaction.h b/src/Solana/VersionedTransaction.h index 01460c79ee1..7a659656f7a 100644 --- a/src/Solana/VersionedTransaction.h +++ b/src/Solana/VersionedTransaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/StarkEx/MessageSigner.cpp b/src/StarkEx/MessageSigner.cpp index b26106f1264..c0596eb593d 100644 --- a/src/StarkEx/MessageSigner.cpp +++ b/src/StarkEx/MessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/StarkEx/MessageSigner.h b/src/StarkEx/MessageSigner.h index f1e54819f77..c9f6297cd9d 100644 --- a/src/StarkEx/MessageSigner.h +++ b/src/StarkEx/MessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Address.cpp b/src/Stellar/Address.cpp index 36dd6efccf2..de6f2560402 100644 --- a/src/Stellar/Address.cpp +++ b/src/Stellar/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Address.h b/src/Stellar/Address.h index 8cffb878b17..b9da1787715 100644 --- a/src/Stellar/Address.h +++ b/src/Stellar/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Entry.cpp b/src/Stellar/Entry.cpp index aed693bdbc7..fbb0af97e9d 100644 --- a/src/Stellar/Entry.cpp +++ b/src/Stellar/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Entry.h b/src/Stellar/Entry.h index 4edd56c7959..2c0c241ed03 100644 --- a/src/Stellar/Entry.h +++ b/src/Stellar/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Signer.cpp b/src/Stellar/Signer.cpp index 7defda0268d..250664854e4 100644 --- a/src/Stellar/Signer.cpp +++ b/src/Stellar/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Stellar/Signer.h b/src/Stellar/Signer.h index 39cf60fc172..b4f69413805 100644 --- a/src/Stellar/Signer.h +++ b/src/Stellar/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Address.cpp b/src/Sui/Address.cpp index 58721b4a83c..5df7244795d 100644 --- a/src/Sui/Address.cpp +++ b/src/Sui/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Address.h b/src/Sui/Address.h index eae3946f26b..11618829b30 100644 --- a/src/Sui/Address.h +++ b/src/Sui/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Entry.cpp b/src/Sui/Entry.cpp index f745a5e87e2..4d70f6eaaf7 100644 --- a/src/Sui/Entry.cpp +++ b/src/Sui/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Entry.h b/src/Sui/Entry.h index e2bb9959b91..462d6d4d25d 100644 --- a/src/Sui/Entry.h +++ b/src/Sui/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Signer.cpp b/src/Sui/Signer.cpp index 875b23b860b..2d4977cc359 100644 --- a/src/Sui/Signer.cpp +++ b/src/Sui/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Sui/Signer.h b/src/Sui/Signer.h index 83573cb054a..6d36f41c6d1 100644 --- a/src/Sui/Signer.h +++ b/src/Sui/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/THORChain/Entry.h b/src/THORChain/Entry.h index 551b26be00b..24db24c833f 100644 --- a/src/THORChain/Entry.h +++ b/src/THORChain/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/THORChain/Swap.cpp b/src/THORChain/Swap.cpp index 92ef7a79c95..21236a5a18f 100644 --- a/src/THORChain/Swap.cpp +++ b/src/THORChain/Swap.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/THORChain/Swap.h b/src/THORChain/Swap.h index e6aa32a3001..9bfecfb7f1e 100644 --- a/src/THORChain/Swap.h +++ b/src/THORChain/Swap.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/THORChain/TWSwap.cpp b/src/THORChain/TWSwap.cpp index 22915577761..4cd2cb506c9 100644 --- a/src/THORChain/TWSwap.cpp +++ b/src/THORChain/TWSwap.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Address.cpp b/src/Tezos/Address.cpp index 7259209b2f3..5c4a3d4a0fa 100644 --- a/src/Tezos/Address.cpp +++ b/src/Tezos/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Address.h b/src/Tezos/Address.h index 7a588266ebb..24f659e7872 100644 --- a/src/Tezos/Address.h +++ b/src/Tezos/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/BinaryCoding.cpp b/src/Tezos/BinaryCoding.cpp index 805dd47d561..7b734b36e34 100644 --- a/src/Tezos/BinaryCoding.cpp +++ b/src/Tezos/BinaryCoding.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/BinaryCoding.h b/src/Tezos/BinaryCoding.h index 07b5db4cf25..51c22830114 100644 --- a/src/Tezos/BinaryCoding.h +++ b/src/Tezos/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Entry.cpp b/src/Tezos/Entry.cpp index a69af51916e..6e0b2414e16 100644 --- a/src/Tezos/Entry.cpp +++ b/src/Tezos/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Entry.h b/src/Tezos/Entry.h index 579522f5feb..ca9c9889bf4 100644 --- a/src/Tezos/Entry.h +++ b/src/Tezos/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Forging.cpp b/src/Tezos/Forging.cpp index 19e3c07b68b..c9ef0aa49b5 100644 --- a/src/Tezos/Forging.cpp +++ b/src/Tezos/Forging.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Forging.h b/src/Tezos/Forging.h index 7e8f0231aba..7699dd83db2 100644 --- a/src/Tezos/Forging.h +++ b/src/Tezos/Forging.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/MessageSigner.cpp b/src/Tezos/MessageSigner.cpp index 34e9432b132..fb072826b6d 100644 --- a/src/Tezos/MessageSigner.cpp +++ b/src/Tezos/MessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/MessageSigner.h b/src/Tezos/MessageSigner.h index 7ef7d6b3ed5..5fbe25208c6 100644 --- a/src/Tezos/MessageSigner.h +++ b/src/Tezos/MessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Michelson.cpp b/src/Tezos/Michelson.cpp index 9d32fa3298a..f0295c86f80 100644 --- a/src/Tezos/Michelson.cpp +++ b/src/Tezos/Michelson.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Michelson.h b/src/Tezos/Michelson.h index ec1528dfb21..fc65463c886 100644 --- a/src/Tezos/Michelson.h +++ b/src/Tezos/Michelson.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/OperationList.cpp b/src/Tezos/OperationList.cpp index 859a2d85b92..a369bcdc371 100644 --- a/src/Tezos/OperationList.cpp +++ b/src/Tezos/OperationList.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/OperationList.h b/src/Tezos/OperationList.h index 21023cd1385..a7701971ee9 100644 --- a/src/Tezos/OperationList.h +++ b/src/Tezos/OperationList.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Signer.cpp b/src/Tezos/Signer.cpp index 0cf6b863006..3f0fe0dde44 100644 --- a/src/Tezos/Signer.cpp +++ b/src/Tezos/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tezos/Signer.h b/src/Tezos/Signer.h index 857875492cc..fe28fc7dbf7 100644 --- a/src/Tezos/Signer.h +++ b/src/Tezos/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Address.cpp b/src/TheOpenNetwork/Address.cpp index 28d35e2c40b..ffd26163d85 100644 --- a/src/TheOpenNetwork/Address.cpp +++ b/src/TheOpenNetwork/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Address.h b/src/TheOpenNetwork/Address.h index de61607cc01..ebe5ef172cc 100644 --- a/src/TheOpenNetwork/Address.h +++ b/src/TheOpenNetwork/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Entry.cpp b/src/TheOpenNetwork/Entry.cpp index aa4ba83143f..3876daecf7c 100644 --- a/src/TheOpenNetwork/Entry.cpp +++ b/src/TheOpenNetwork/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Entry.h b/src/TheOpenNetwork/Entry.h index 3f3b91b6e38..69fc9ebc6b0 100644 --- a/src/TheOpenNetwork/Entry.h +++ b/src/TheOpenNetwork/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Message.cpp b/src/TheOpenNetwork/Message.cpp index 41b890466f9..6eb754c7a00 100644 --- a/src/TheOpenNetwork/Message.cpp +++ b/src/TheOpenNetwork/Message.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Message.h b/src/TheOpenNetwork/Message.h index 928223d3216..b3fb381a862 100644 --- a/src/TheOpenNetwork/Message.h +++ b/src/TheOpenNetwork/Message.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Payloads.cpp b/src/TheOpenNetwork/Payloads.cpp index dcd3151b803..fa0ef5fd012 100644 --- a/src/TheOpenNetwork/Payloads.cpp +++ b/src/TheOpenNetwork/Payloads.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Payloads.h b/src/TheOpenNetwork/Payloads.h index 6f2b0274c14..b2dc91b5a89 100644 --- a/src/TheOpenNetwork/Payloads.h +++ b/src/TheOpenNetwork/Payloads.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Signer.cpp b/src/TheOpenNetwork/Signer.cpp index d7f18f1c98f..b9fda3d70e1 100644 --- a/src/TheOpenNetwork/Signer.cpp +++ b/src/TheOpenNetwork/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/Signer.h b/src/TheOpenNetwork/Signer.h index e18a49df046..1c882a96cbd 100644 --- a/src/TheOpenNetwork/Signer.h +++ b/src/TheOpenNetwork/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/WorkchainType.h b/src/TheOpenNetwork/WorkchainType.h index 313e0c968fa..63ea84540f1 100644 --- a/src/TheOpenNetwork/WorkchainType.h +++ b/src/TheOpenNetwork/WorkchainType.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/wallet/Wallet.cpp b/src/TheOpenNetwork/wallet/Wallet.cpp index 717b9d49b91..f8764d6d18b 100644 --- a/src/TheOpenNetwork/wallet/Wallet.cpp +++ b/src/TheOpenNetwork/wallet/Wallet.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/wallet/Wallet.h b/src/TheOpenNetwork/wallet/Wallet.h index c18d1088031..2f03bf3c425 100644 --- a/src/TheOpenNetwork/wallet/Wallet.h +++ b/src/TheOpenNetwork/wallet/Wallet.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/wallet/WalletV4R2.cpp b/src/TheOpenNetwork/wallet/WalletV4R2.cpp index 9e01a4a2950..cc7614ade71 100644 --- a/src/TheOpenNetwork/wallet/WalletV4R2.cpp +++ b/src/TheOpenNetwork/wallet/WalletV4R2.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TheOpenNetwork/wallet/WalletV4R2.h b/src/TheOpenNetwork/wallet/WalletV4R2.h index f965db84385..181a6b8757b 100644 --- a/src/TheOpenNetwork/wallet/WalletV4R2.h +++ b/src/TheOpenNetwork/wallet/WalletV4R2.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Coins.h b/src/Theta/Coins.h index a7fb326b348..c38b3125727 100644 --- a/src/Theta/Coins.h +++ b/src/Theta/Coins.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Entry.cpp b/src/Theta/Entry.cpp index 803877dc1e3..9f6fca061d6 100644 --- a/src/Theta/Entry.cpp +++ b/src/Theta/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Entry.h b/src/Theta/Entry.h index bcb79ac69fe..1d018c31f9b 100644 --- a/src/Theta/Entry.h +++ b/src/Theta/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Signer.cpp b/src/Theta/Signer.cpp index 050deff969b..02b5637b8ae 100755 --- a/src/Theta/Signer.cpp +++ b/src/Theta/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Signer.h b/src/Theta/Signer.h index fb7caf13c2e..d5e4423b394 100644 --- a/src/Theta/Signer.h +++ b/src/Theta/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Transaction.cpp b/src/Theta/Transaction.cpp index 939c54aa7b3..fc7bf8fc165 100644 --- a/src/Theta/Transaction.cpp +++ b/src/Theta/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Theta/Transaction.h b/src/Theta/Transaction.h index 5e1a1973d12..b1d8bae4333 100644 --- a/src/Theta/Transaction.h +++ b/src/Theta/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TransactionCompiler.cpp b/src/TransactionCompiler.cpp index 5289bffb5b1..bd4240de51b 100644 --- a/src/TransactionCompiler.cpp +++ b/src/TransactionCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/TransactionCompiler.h b/src/TransactionCompiler.h index d4963d4c311..f5277e08842 100644 --- a/src/TransactionCompiler.h +++ b/src/TransactionCompiler.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Address.cpp b/src/Tron/Address.cpp index cbf46146b46..1b9697c30a0 100644 --- a/src/Tron/Address.cpp +++ b/src/Tron/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Address.h b/src/Tron/Address.h index 4c80204a07a..039607bd520 100644 --- a/src/Tron/Address.h +++ b/src/Tron/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Entry.cpp b/src/Tron/Entry.cpp index d3332240f5c..d70bce54630 100644 --- a/src/Tron/Entry.cpp +++ b/src/Tron/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Entry.h b/src/Tron/Entry.h index a25f876c253..03221bbd41d 100644 --- a/src/Tron/Entry.h +++ b/src/Tron/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/MessageSigner.cpp b/src/Tron/MessageSigner.cpp index 36bccf47453..176ba80213c 100644 --- a/src/Tron/MessageSigner.cpp +++ b/src/Tron/MessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/MessageSigner.h b/src/Tron/MessageSigner.h index eca2845e653..5c447591ffe 100644 --- a/src/Tron/MessageSigner.h +++ b/src/Tron/MessageSigner.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Serialization.cpp b/src/Tron/Serialization.cpp index 55f95775fc0..d086199d00a 100644 --- a/src/Tron/Serialization.cpp +++ b/src/Tron/Serialization.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Serialization.h b/src/Tron/Serialization.h index b434e9f2c74..789093d7995 100644 --- a/src/Tron/Serialization.h +++ b/src/Tron/Serialization.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Signer.cpp b/src/Tron/Signer.cpp index 735925cbf8e..c9e71cb827c 100644 --- a/src/Tron/Signer.cpp +++ b/src/Tron/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Tron/Signer.h b/src/Tron/Signer.h index 3f2fa7f1c65..a286556e531 100644 --- a/src/Tron/Signer.h +++ b/src/Tron/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Clause.h b/src/VeChain/Clause.h index 14191395097..33f31c8827d 100644 --- a/src/VeChain/Clause.h +++ b/src/VeChain/Clause.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Entry.cpp b/src/VeChain/Entry.cpp index c9724dfae75..b08f9c1b181 100644 --- a/src/VeChain/Entry.cpp +++ b/src/VeChain/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Entry.h b/src/VeChain/Entry.h index 8a06ae5434c..fa76c87348c 100644 --- a/src/VeChain/Entry.h +++ b/src/VeChain/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Signer.cpp b/src/VeChain/Signer.cpp index 23c4f4b3878..f61208e2257 100644 --- a/src/VeChain/Signer.cpp +++ b/src/VeChain/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Signer.h b/src/VeChain/Signer.h index 550810961e0..8bedc085075 100644 --- a/src/VeChain/Signer.h +++ b/src/VeChain/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Transaction.cpp b/src/VeChain/Transaction.cpp index 48030e74f77..744ac30c128 100644 --- a/src/VeChain/Transaction.cpp +++ b/src/VeChain/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/VeChain/Transaction.h b/src/VeChain/Transaction.h index ae5e0a6fcff..6164c3e2c50 100644 --- a/src/VeChain/Transaction.h +++ b/src/VeChain/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Entry.cpp b/src/Verge/Entry.cpp index d0a13896040..d85bc39bee4 100644 --- a/src/Verge/Entry.cpp +++ b/src/Verge/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Entry.h b/src/Verge/Entry.h index 483e8e51448..5a58133abc8 100644 --- a/src/Verge/Entry.h +++ b/src/Verge/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Signer.cpp b/src/Verge/Signer.cpp index 6110e68bcfc..e5f80e068a9 100644 --- a/src/Verge/Signer.cpp +++ b/src/Verge/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Signer.h b/src/Verge/Signer.h index c2912972b58..d9d2edfb1e2 100644 --- a/src/Verge/Signer.h +++ b/src/Verge/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Transaction.cpp b/src/Verge/Transaction.cpp index db3461e012f..6cfb8305585 100644 --- a/src/Verge/Transaction.cpp +++ b/src/Verge/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/Transaction.h b/src/Verge/Transaction.h index 022efdfd0cc..7199f68d4bf 100644 --- a/src/Verge/Transaction.h +++ b/src/Verge/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Verge/TransactionBuilder.h b/src/Verge/TransactionBuilder.h index 51f85b0581b..4351d3286a2 100644 --- a/src/Verge/TransactionBuilder.h +++ b/src/Verge/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Wasm.h b/src/Wasm.h index 77071075ce0..3ee2f10f9b9 100644 --- a/src/Wasm.h +++ b/src/Wasm.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Address.cpp b/src/Waves/Address.cpp index 3f241010cde..c5ce98811e8 100644 --- a/src/Waves/Address.cpp +++ b/src/Waves/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Address.h b/src/Waves/Address.h index 847c05f4c79..58a192ae04a 100644 --- a/src/Waves/Address.h +++ b/src/Waves/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/BinaryCoding.h b/src/Waves/BinaryCoding.h index 9be91647a6e..ab93d5dc3e5 100644 --- a/src/Waves/BinaryCoding.h +++ b/src/Waves/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Entry.cpp b/src/Waves/Entry.cpp index 2659382e3d1..2af0a9ae6ab 100644 --- a/src/Waves/Entry.cpp +++ b/src/Waves/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Entry.h b/src/Waves/Entry.h index bd5d460d8fe..5ee1a286c3b 100644 --- a/src/Waves/Entry.h +++ b/src/Waves/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Signer.cpp b/src/Waves/Signer.cpp index 665e1caedfc..5cf41729c78 100644 --- a/src/Waves/Signer.cpp +++ b/src/Waves/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Signer.h b/src/Waves/Signer.h index 0f86a9c55cb..d422f4929ef 100644 --- a/src/Waves/Signer.h +++ b/src/Waves/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Transaction.cpp b/src/Waves/Transaction.cpp index 34f86821bfd..21333e32773 100644 --- a/src/Waves/Transaction.cpp +++ b/src/Waves/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Waves/Transaction.h b/src/Waves/Transaction.h index cf1f4ba1316..9d4db74ca0f 100644 --- a/src/Waves/Transaction.h +++ b/src/Waves/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/WebAuthn.cpp b/src/WebAuthn.cpp index 5ced2a3f5aa..b6c9e437e2f 100644 --- a/src/WebAuthn.cpp +++ b/src/WebAuthn.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/WebAuthn.h b/src/WebAuthn.h index 567d446398a..338f73d571a 100644 --- a/src/WebAuthn.h +++ b/src/WebAuthn.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Address.cpp b/src/XRP/Address.cpp index 39bf94e975e..44fbbb74c76 100644 --- a/src/XRP/Address.cpp +++ b/src/XRP/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Address.h b/src/XRP/Address.h index 7b464091d43..f0f97a2cc42 100644 --- a/src/XRP/Address.h +++ b/src/XRP/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/BinaryCoding.h b/src/XRP/BinaryCoding.h index db01d934b5a..93826107d88 100644 --- a/src/XRP/BinaryCoding.h +++ b/src/XRP/BinaryCoding.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Entry.cpp b/src/XRP/Entry.cpp index 8c7d27314f2..7379e685bc5 100644 --- a/src/XRP/Entry.cpp +++ b/src/XRP/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Entry.h b/src/XRP/Entry.h index 27a74ec33ea..9d7d1f6324e 100644 --- a/src/XRP/Entry.h +++ b/src/XRP/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Signer.cpp b/src/XRP/Signer.cpp index c60afac81eb..b12f21b03cc 100644 --- a/src/XRP/Signer.cpp +++ b/src/XRP/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Signer.h b/src/XRP/Signer.h index e8953133cb8..8ef3ac12b02 100644 --- a/src/XRP/Signer.h +++ b/src/XRP/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Transaction.cpp b/src/XRP/Transaction.cpp index 52dbc3b0cff..d890f08f946 100644 --- a/src/XRP/Transaction.cpp +++ b/src/XRP/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/Transaction.h b/src/XRP/Transaction.h index 3058a8c856d..6703ebfe643 100644 --- a/src/XRP/Transaction.h +++ b/src/XRP/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/XAddress.cpp b/src/XRP/XAddress.cpp index 19cdf8ec77d..ac0409fce08 100644 --- a/src/XRP/XAddress.cpp +++ b/src/XRP/XAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/XRP/XAddress.h b/src/XRP/XAddress.h index 675e345a25e..0f2cf4497c7 100644 --- a/src/XRP/XAddress.h +++ b/src/XRP/XAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Entry.cpp b/src/Zcash/Entry.cpp index 143bb432756..46e846703c1 100644 --- a/src/Zcash/Entry.cpp +++ b/src/Zcash/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Entry.h b/src/Zcash/Entry.h index 78c2f587970..c9d3b872fac 100644 --- a/src/Zcash/Entry.h +++ b/src/Zcash/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Signer.cpp b/src/Zcash/Signer.cpp index 05c09687a46..f4dc73d6eaa 100644 --- a/src/Zcash/Signer.cpp +++ b/src/Zcash/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Signer.h b/src/Zcash/Signer.h index 77cdbec2739..bce2e5c7481 100644 --- a/src/Zcash/Signer.h +++ b/src/Zcash/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/TAddress.h b/src/Zcash/TAddress.h index cd8683e9541..34bf69906fe 100644 --- a/src/Zcash/TAddress.h +++ b/src/Zcash/TAddress.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Transaction.cpp b/src/Zcash/Transaction.cpp index d7caf474138..9cd3121ed2f 100644 --- a/src/Zcash/Transaction.cpp +++ b/src/Zcash/Transaction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/Transaction.h b/src/Zcash/Transaction.h index 86b0e3c4a1f..5b196667920 100644 --- a/src/Zcash/Transaction.h +++ b/src/Zcash/Transaction.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zcash/TransactionBuilder.h b/src/Zcash/TransactionBuilder.h index 62c9e32081d..a00c8c20091 100644 --- a/src/Zcash/TransactionBuilder.h +++ b/src/Zcash/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/Address.h b/src/Zen/Address.h index 617872a2401..f2bf6a72e82 100644 --- a/src/Zen/Address.h +++ b/src/Zen/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/Entry.cpp b/src/Zen/Entry.cpp index 19ea562e2ba..58c1136ab48 100644 --- a/src/Zen/Entry.cpp +++ b/src/Zen/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/Entry.h b/src/Zen/Entry.h index ce15dd8b8dc..9e277adaa9e 100644 --- a/src/Zen/Entry.h +++ b/src/Zen/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/Signer.cpp b/src/Zen/Signer.cpp index 4ea7261b937..767abd0bb8c 100644 --- a/src/Zen/Signer.cpp +++ b/src/Zen/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/Signer.h b/src/Zen/Signer.h index a2031e1a072..553cbf9310e 100644 --- a/src/Zen/Signer.h +++ b/src/Zen/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zen/TransactionBuilder.h b/src/Zen/TransactionBuilder.h index fddea3bfc48..e82dc467808 100644 --- a/src/Zen/TransactionBuilder.h +++ b/src/Zen/TransactionBuilder.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Address.cpp b/src/Zilliqa/Address.cpp index 6612ef21523..aa59a4808a1 100644 --- a/src/Zilliqa/Address.cpp +++ b/src/Zilliqa/Address.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Address.h b/src/Zilliqa/Address.h index 7184e5988a3..bcc8645b03e 100644 --- a/src/Zilliqa/Address.h +++ b/src/Zilliqa/Address.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/AddressChecksum.cpp b/src/Zilliqa/AddressChecksum.cpp index 0f52452a3d0..eb13a66da3c 100644 --- a/src/Zilliqa/AddressChecksum.cpp +++ b/src/Zilliqa/AddressChecksum.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/AddressChecksum.h b/src/Zilliqa/AddressChecksum.h index bf0ed8df784..06394004ff3 100644 --- a/src/Zilliqa/AddressChecksum.h +++ b/src/Zilliqa/AddressChecksum.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Entry.cpp b/src/Zilliqa/Entry.cpp index b8216779566..a5cf72e169e 100644 --- a/src/Zilliqa/Entry.cpp +++ b/src/Zilliqa/Entry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Entry.h b/src/Zilliqa/Entry.h index ad1a6e00793..c57d6b6aac7 100644 --- a/src/Zilliqa/Entry.h +++ b/src/Zilliqa/Entry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Signer.cpp b/src/Zilliqa/Signer.cpp index 3310a5d9920..3edc31ee3ce 100644 --- a/src/Zilliqa/Signer.cpp +++ b/src/Zilliqa/Signer.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/Zilliqa/Signer.h b/src/Zilliqa/Signer.h index 5b60f30a17f..5d14f6aa945 100644 --- a/src/Zilliqa/Signer.h +++ b/src/Zilliqa/Signer.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/algorithm/erase.h b/src/algorithm/erase.h index 5847a4e9ac4..52639ccfc12 100644 --- a/src/algorithm/erase.h +++ b/src/algorithm/erase.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/algorithm/sort_copy.h b/src/algorithm/sort_copy.h index 277aecaf73c..3a578f78350 100644 --- a/src/algorithm/sort_copy.h +++ b/src/algorithm/sort_copy.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/algorithm/string.hpp b/src/algorithm/string.hpp index 18576071dcc..236e9912219 100644 --- a/src/algorithm/string.hpp +++ b/src/algorithm/string.hpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/algorithm/to_array.h b/src/algorithm/to_array.h index 9c44c081fad..555cd021bb0 100644 --- a/src/algorithm/to_array.h +++ b/src/algorithm/to_array.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/concepts/tw_concepts.h b/src/concepts/tw_concepts.h index d2a5d6860d5..67b897fd05d 100644 --- a/src/concepts/tw_concepts.h +++ b/src/concepts/tw_concepts.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWAES.cpp b/src/interface/TWAES.cpp index af7d228f65b..e8ce24dbd2c 100644 --- a/src/interface/TWAES.cpp +++ b/src/interface/TWAES.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWAccount.cpp b/src/interface/TWAccount.cpp index 56d383b10d7..6d7baeaa807 100644 --- a/src/interface/TWAccount.cpp +++ b/src/interface/TWAccount.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWAnyAddress.cpp b/src/interface/TWAnyAddress.cpp index 40fe3c52d64..0c3c499ae33 100644 --- a/src/interface/TWAnyAddress.cpp +++ b/src/interface/TWAnyAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWAnySigner.cpp b/src/interface/TWAnySigner.cpp index d018a3c0cf2..52940170c6c 100644 --- a/src/interface/TWAnySigner.cpp +++ b/src/interface/TWAnySigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWAsnParser.cpp b/src/interface/TWAsnParser.cpp index f1e1b8e04f7..0219b204c81 100644 --- a/src/interface/TWAsnParser.cpp +++ b/src/interface/TWAsnParser.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBarz.cpp b/src/interface/TWBarz.cpp index b3261247494..e3ecac64424 100644 --- a/src/interface/TWBarz.cpp +++ b/src/interface/TWBarz.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBase32.cpp b/src/interface/TWBase32.cpp index 992d7b600e9..b37a2e6a081 100644 --- a/src/interface/TWBase32.cpp +++ b/src/interface/TWBase32.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBase58.cpp b/src/interface/TWBase58.cpp index 4545f088019..a2425faf49d 100644 --- a/src/interface/TWBase58.cpp +++ b/src/interface/TWBase58.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBase64.cpp b/src/interface/TWBase64.cpp index ae1fa0af4be..46b7dd97234 100644 --- a/src/interface/TWBase64.cpp +++ b/src/interface/TWBase64.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBitcoinAddress.cpp b/src/interface/TWBitcoinAddress.cpp index 3e70ee3e6ab..437ca893517 100644 --- a/src/interface/TWBitcoinAddress.cpp +++ b/src/interface/TWBitcoinAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBitcoinFee.cpp b/src/interface/TWBitcoinFee.cpp index 6250d46a580..955c4d2370a 100644 --- a/src/interface/TWBitcoinFee.cpp +++ b/src/interface/TWBitcoinFee.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBitcoinMessageSigner.cpp b/src/interface/TWBitcoinMessageSigner.cpp index 01243bad9ac..dbeaebc919c 100644 --- a/src/interface/TWBitcoinMessageSigner.cpp +++ b/src/interface/TWBitcoinMessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBitcoinScript.cpp b/src/interface/TWBitcoinScript.cpp index bd77d7d310b..d470dc3a03b 100644 --- a/src/interface/TWBitcoinScript.cpp +++ b/src/interface/TWBitcoinScript.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWBitcoinSigHashType.cpp b/src/interface/TWBitcoinSigHashType.cpp index bfcaf9939bb..3508b7207fd 100644 --- a/src/interface/TWBitcoinSigHashType.cpp +++ b/src/interface/TWBitcoinSigHashType.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWCardano.cpp b/src/interface/TWCardano.cpp index 1449aa6379f..c8868231ac7 100644 --- a/src/interface/TWCardano.cpp +++ b/src/interface/TWCardano.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWCoinType.cpp b/src/interface/TWCoinType.cpp index c6d31860ab4..96c94cddfcc 100644 --- a/src/interface/TWCoinType.cpp +++ b/src/interface/TWCoinType.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWData.cpp b/src/interface/TWData.cpp index 4379ced2f43..c534940e8ec 100644 --- a/src/interface/TWData.cpp +++ b/src/interface/TWData.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWDataVector.cpp b/src/interface/TWDataVector.cpp index d17148f8cfd..7b4a7e86179 100644 --- a/src/interface/TWDataVector.cpp +++ b/src/interface/TWDataVector.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWDerivationPath.cpp b/src/interface/TWDerivationPath.cpp index b52ca0eff58..c94148829f9 100644 --- a/src/interface/TWDerivationPath.cpp +++ b/src/interface/TWDerivationPath.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWDerivationPathIndex.cpp b/src/interface/TWDerivationPathIndex.cpp index ba06751d370..f3c0898b088 100644 --- a/src/interface/TWDerivationPathIndex.cpp +++ b/src/interface/TWDerivationPathIndex.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereum.cpp b/src/interface/TWEthereum.cpp index ca3299a87be..8048afa16b5 100644 --- a/src/interface/TWEthereum.cpp +++ b/src/interface/TWEthereum.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereumAbi.cpp b/src/interface/TWEthereumAbi.cpp index e8eceb53344..e56d4659263 100644 --- a/src/interface/TWEthereumAbi.cpp +++ b/src/interface/TWEthereumAbi.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereumAbiFunction.cpp b/src/interface/TWEthereumAbiFunction.cpp index 9a544c533e8..10132b32659 100644 --- a/src/interface/TWEthereumAbiFunction.cpp +++ b/src/interface/TWEthereumAbiFunction.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereumAbiValue.cpp b/src/interface/TWEthereumAbiValue.cpp index 12ed7cac7da..5ee1996d7ea 100644 --- a/src/interface/TWEthereumAbiValue.cpp +++ b/src/interface/TWEthereumAbiValue.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereumMessageSigner.cpp b/src/interface/TWEthereumMessageSigner.cpp index ee0aafd5009..40f23adcc35 100644 --- a/src/interface/TWEthereumMessageSigner.cpp +++ b/src/interface/TWEthereumMessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWEthereumRlp.cpp b/src/interface/TWEthereumRlp.cpp index 4c405d54882..11b4493cd09 100644 --- a/src/interface/TWEthereumRlp.cpp +++ b/src/interface/TWEthereumRlp.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWFIOAccount.cpp b/src/interface/TWFIOAccount.cpp index 575e96d0d80..816e6791fc6 100644 --- a/src/interface/TWFIOAccount.cpp +++ b/src/interface/TWFIOAccount.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWFilecoinAddressConverter.cpp b/src/interface/TWFilecoinAddressConverter.cpp index 46e3cd6b4dc..57a8fa64b5f 100644 --- a/src/interface/TWFilecoinAddressConverter.cpp +++ b/src/interface/TWFilecoinAddressConverter.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWGroestlcoinAddress.cpp b/src/interface/TWGroestlcoinAddress.cpp index 300d18055e2..4c151bb636c 100644 --- a/src/interface/TWGroestlcoinAddress.cpp +++ b/src/interface/TWGroestlcoinAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWHDVersion.cpp b/src/interface/TWHDVersion.cpp index abd8b2929ba..7987968f5e9 100644 --- a/src/interface/TWHDVersion.cpp +++ b/src/interface/TWHDVersion.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWHDWallet.cpp b/src/interface/TWHDWallet.cpp index c874b1ae6f2..d08a4084780 100644 --- a/src/interface/TWHDWallet.cpp +++ b/src/interface/TWHDWallet.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWHash.cpp b/src/interface/TWHash.cpp index 26cac076adf..24f9f4fb400 100644 --- a/src/interface/TWHash.cpp +++ b/src/interface/TWHash.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWMnemonic.cpp b/src/interface/TWMnemonic.cpp index 630a3823490..5e1eb629862 100644 --- a/src/interface/TWMnemonic.cpp +++ b/src/interface/TWMnemonic.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWNEARAccount.cpp b/src/interface/TWNEARAccount.cpp index 588a303ce5c..17898305b34 100644 --- a/src/interface/TWNEARAccount.cpp +++ b/src/interface/TWNEARAccount.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWNervosAddress.cpp b/src/interface/TWNervosAddress.cpp index 68ca562fb93..31dbe1dda07 100644 --- a/src/interface/TWNervosAddress.cpp +++ b/src/interface/TWNervosAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWPBKDF2.cpp b/src/interface/TWPBKDF2.cpp index 01ea4f00186..ce1236c66f9 100644 --- a/src/interface/TWPBKDF2.cpp +++ b/src/interface/TWPBKDF2.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWPrivateKey.cpp b/src/interface/TWPrivateKey.cpp index 72b28ea7714..f6e400a34fb 100644 --- a/src/interface/TWPrivateKey.cpp +++ b/src/interface/TWPrivateKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWPublicKey.cpp b/src/interface/TWPublicKey.cpp index 114abec5c1c..1e17ff0ed1e 100644 --- a/src/interface/TWPublicKey.cpp +++ b/src/interface/TWPublicKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWRippleXAddress.cpp b/src/interface/TWRippleXAddress.cpp index 93fbf42ffd5..91fdda9a5f3 100644 --- a/src/interface/TWRippleXAddress.cpp +++ b/src/interface/TWRippleXAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWSegwitAddress.cpp b/src/interface/TWSegwitAddress.cpp index e9e891d7627..970b71ea49c 100644 --- a/src/interface/TWSegwitAddress.cpp +++ b/src/interface/TWSegwitAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWSolanaAddress.cpp b/src/interface/TWSolanaAddress.cpp index 000cf0d848f..2626e563b56 100644 --- a/src/interface/TWSolanaAddress.cpp +++ b/src/interface/TWSolanaAddress.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWStarkExMessageSigner.cpp b/src/interface/TWStarkExMessageSigner.cpp index caca3ac8e55..8b0dc4a4886 100644 --- a/src/interface/TWStarkExMessageSigner.cpp +++ b/src/interface/TWStarkExMessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWStarkWare.cpp b/src/interface/TWStarkWare.cpp index fa1a41bb499..8963d8eafa3 100644 --- a/src/interface/TWStarkWare.cpp +++ b/src/interface/TWStarkWare.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWStoredKey.cpp b/src/interface/TWStoredKey.cpp index f06c11cbc03..78f1831bc8d 100644 --- a/src/interface/TWStoredKey.cpp +++ b/src/interface/TWStoredKey.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWString+Hex.cpp b/src/interface/TWString+Hex.cpp index 8a62347b97f..afb2e4af946 100644 --- a/src/interface/TWString+Hex.cpp +++ b/src/interface/TWString+Hex.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWString.cpp b/src/interface/TWString.cpp index ac118e581a0..9a6ed351249 100644 --- a/src/interface/TWString.cpp +++ b/src/interface/TWString.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWTezosMessageSigner.cpp b/src/interface/TWTezosMessageSigner.cpp index 91b3352ec7f..a0cac784b23 100644 --- a/src/interface/TWTezosMessageSigner.cpp +++ b/src/interface/TWTezosMessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWTransactionCompiler.cpp b/src/interface/TWTransactionCompiler.cpp index dffd88fbb5e..0e5c3fdee40 100644 --- a/src/interface/TWTransactionCompiler.cpp +++ b/src/interface/TWTransactionCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWTronMessageSigner.cpp b/src/interface/TWTronMessageSigner.cpp index 8fab380810e..ac4be34d191 100644 --- a/src/interface/TWTronMessageSigner.cpp +++ b/src/interface/TWTronMessageSigner.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/interface/TWWebAuthn.cpp b/src/interface/TWWebAuthn.cpp index ad1829e0c14..f056d5993f8 100644 --- a/src/interface/TWWebAuthn.cpp +++ b/src/interface/TWWebAuthn.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/memory/memzero_wrapper.h b/src/memory/memzero_wrapper.h index 1931b040f84..fbb700e8c18 100644 --- a/src/memory/memzero_wrapper.h +++ b/src/memory/memzero_wrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/operators/equality_comparable.h b/src/operators/equality_comparable.h index 561b6ddc8d6..3ebf681de17 100644 --- a/src/operators/equality_comparable.h +++ b/src/operators/equality_comparable.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Aptos.proto b/src/proto/Aptos.proto index 774bce9f2fd..97ce2406179 100644 --- a/src/proto/Aptos.proto +++ b/src/proto/Aptos.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Barz.proto b/src/proto/Barz.proto index 20853f04ad4..f57ba0ea1fb 100644 --- a/src/proto/Barz.proto +++ b/src/proto/Barz.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Everscale.proto b/src/proto/Everscale.proto index 45d7ab5357d..6f1b808f01b 100644 --- a/src/proto/Everscale.proto +++ b/src/proto/Everscale.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Hedera.proto b/src/proto/Hedera.proto index 64f01b9f68e..61bfde71f81 100644 --- a/src/proto/Hedera.proto +++ b/src/proto/Hedera.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/InternetComputer.proto b/src/proto/InternetComputer.proto index 00cd513baf0..6b1d794bb49 100644 --- a/src/proto/InternetComputer.proto +++ b/src/proto/InternetComputer.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/LiquidStaking.proto b/src/proto/LiquidStaking.proto index 94905920d92..66f72c12e1b 100644 --- a/src/proto/LiquidStaking.proto +++ b/src/proto/LiquidStaking.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/MultiversX.proto b/src/proto/MultiversX.proto index ec160d41d31..12b98480269 100644 --- a/src/proto/MultiversX.proto +++ b/src/proto/MultiversX.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Nervos.proto b/src/proto/Nervos.proto index b58a66558bb..911afac35a9 100644 --- a/src/proto/Nervos.proto +++ b/src/proto/Nervos.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Oasis.proto b/src/proto/Oasis.proto index 5a5cdec18ac..00c0f2aa229 100644 --- a/src/proto/Oasis.proto +++ b/src/proto/Oasis.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/Sui.proto b/src/proto/Sui.proto index 8c033a8bf85..bcf27c1577c 100644 --- a/src/proto/Sui.proto +++ b/src/proto/Sui.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/proto/TheOpenNetwork.proto b/src/proto/TheOpenNetwork.proto index 490a0c5f351..0b48afb0676 100644 --- a/src/proto/TheOpenNetwork.proto +++ b/src/proto/TheOpenNetwork.proto @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/rust/RustCoinEntry.cpp b/src/rust/RustCoinEntry.cpp index 497edc57644..ad2ef57cc7a 100644 --- a/src/rust/RustCoinEntry.cpp +++ b/src/rust/RustCoinEntry.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/rust/RustCoinEntry.h b/src/rust/RustCoinEntry.h index 5c481aaa284..fda2a4651a3 100644 --- a/src/rust/RustCoinEntry.h +++ b/src/rust/RustCoinEntry.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/rust/Wrapper.h b/src/rust/Wrapper.h index 3b4f9436f39..2c815fe8a60 100644 --- a/src/rust/Wrapper.h +++ b/src/rust/Wrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/src/uint256.h b/src/uint256.h index 06f33ae4708..4f1e3ca4de2 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4826841ebcd..411daf654f2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2017-2023 Trust Wallet. +# Copyright © 2017-2024 Trust Wallet. # # This file is part of Trust. The full Trust copyright notice, including # terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Acala/TWAnyAddressTests.cpp b/tests/chains/Acala/TWAnyAddressTests.cpp index f3ddc35b6cd..aff0f2389f9 100644 --- a/tests/chains/Acala/TWAnyAddressTests.cpp +++ b/tests/chains/Acala/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Acala/TWAnySignerTests.cpp b/tests/chains/Acala/TWAnySignerTests.cpp index b839211e0ad..7e7401b6ec8 100644 --- a/tests/chains/Acala/TWAnySignerTests.cpp +++ b/tests/chains/Acala/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Acala/TWCoinTypeTests.cpp b/tests/chains/Acala/TWCoinTypeTests.cpp index 3e8e742b209..52803df3731 100644 --- a/tests/chains/Acala/TWCoinTypeTests.cpp +++ b/tests/chains/Acala/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/AcalaEVM/TWCoinTypeTests.cpp b/tests/chains/AcalaEVM/TWCoinTypeTests.cpp index 3ea2f79b595..77dad42360a 100644 --- a/tests/chains/AcalaEVM/TWCoinTypeTests.cpp +++ b/tests/chains/AcalaEVM/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/AddressTests.cpp b/tests/chains/Aeternity/AddressTests.cpp index 986566fd979..96188a6c8ac 100644 --- a/tests/chains/Aeternity/AddressTests.cpp +++ b/tests/chains/Aeternity/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/SignerTests.cpp b/tests/chains/Aeternity/SignerTests.cpp index 2564d9b6710..c8ce85981ed 100644 --- a/tests/chains/Aeternity/SignerTests.cpp +++ b/tests/chains/Aeternity/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/TWAeternityAddressTests.cpp b/tests/chains/Aeternity/TWAeternityAddressTests.cpp index 5b6def18a98..e8e7c7efd79 100644 --- a/tests/chains/Aeternity/TWAeternityAddressTests.cpp +++ b/tests/chains/Aeternity/TWAeternityAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/TWAnySignerTests.cpp b/tests/chains/Aeternity/TWAnySignerTests.cpp index ad43b964a00..5428dce901a 100644 --- a/tests/chains/Aeternity/TWAnySignerTests.cpp +++ b/tests/chains/Aeternity/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/TWCoinTypeTests.cpp b/tests/chains/Aeternity/TWCoinTypeTests.cpp index 345ed187cf5..c26b737409a 100644 --- a/tests/chains/Aeternity/TWCoinTypeTests.cpp +++ b/tests/chains/Aeternity/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aeternity/TransactionTests.cpp b/tests/chains/Aeternity/TransactionTests.cpp index d410eca2732..4bdf8a95798 100644 --- a/tests/chains/Aeternity/TransactionTests.cpp +++ b/tests/chains/Aeternity/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/AddressTests.cpp b/tests/chains/Aion/AddressTests.cpp index 6ac25da0182..ba15d3f0aa7 100644 --- a/tests/chains/Aion/AddressTests.cpp +++ b/tests/chains/Aion/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/RLPTests.cpp b/tests/chains/Aion/RLPTests.cpp index 7ad104a9bdf..f38e5061739 100644 --- a/tests/chains/Aion/RLPTests.cpp +++ b/tests/chains/Aion/RLPTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/SignerTests.cpp b/tests/chains/Aion/SignerTests.cpp index cb27f4a846d..53ed22984b1 100644 --- a/tests/chains/Aion/SignerTests.cpp +++ b/tests/chains/Aion/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/TWAnySignerTests.cpp b/tests/chains/Aion/TWAnySignerTests.cpp index 44f4025beb7..84324e79463 100644 --- a/tests/chains/Aion/TWAnySignerTests.cpp +++ b/tests/chains/Aion/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/TWCoinTypeTests.cpp b/tests/chains/Aion/TWCoinTypeTests.cpp index 1ac08c1acc9..502323332fa 100644 --- a/tests/chains/Aion/TWCoinTypeTests.cpp +++ b/tests/chains/Aion/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/TransactionCompilerTests.cpp b/tests/chains/Aion/TransactionCompilerTests.cpp index 43acc78f1f1..36fc390aea6 100644 --- a/tests/chains/Aion/TransactionCompilerTests.cpp +++ b/tests/chains/Aion/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aion/TransactionTests.cpp b/tests/chains/Aion/TransactionTests.cpp index 054c5a85008..9f9769ef915 100644 --- a/tests/chains/Aion/TransactionTests.cpp +++ b/tests/chains/Aion/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Algorand/AddressTests.cpp b/tests/chains/Algorand/AddressTests.cpp index 9dda252fc1c..4c33878cc9f 100644 --- a/tests/chains/Algorand/AddressTests.cpp +++ b/tests/chains/Algorand/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Algorand/SignerTests.cpp b/tests/chains/Algorand/SignerTests.cpp index 3cb2ff2d432..97b8505b562 100644 --- a/tests/chains/Algorand/SignerTests.cpp +++ b/tests/chains/Algorand/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Algorand/TWAnySignerTests.cpp b/tests/chains/Algorand/TWAnySignerTests.cpp index 1bbf7cfd377..e223849c6ee 100644 --- a/tests/chains/Algorand/TWAnySignerTests.cpp +++ b/tests/chains/Algorand/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Algorand/TWCoinTypeTests.cpp b/tests/chains/Algorand/TWCoinTypeTests.cpp index 51334046e72..154bb0c8ed1 100644 --- a/tests/chains/Algorand/TWCoinTypeTests.cpp +++ b/tests/chains/Algorand/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aptos/AddressTests.cpp b/tests/chains/Aptos/AddressTests.cpp index fc68f647a88..0e826a6c7d4 100644 --- a/tests/chains/Aptos/AddressTests.cpp +++ b/tests/chains/Aptos/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // Author: Clement Doumergue // // This file is part of Trust. The full Trust copyright notice, including diff --git a/tests/chains/Aptos/CompilerTests.cpp b/tests/chains/Aptos/CompilerTests.cpp index fd00034931a..9de9d9bf663 100644 --- a/tests/chains/Aptos/CompilerTests.cpp +++ b/tests/chains/Aptos/CompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aptos/TWAnySignerTests.cpp b/tests/chains/Aptos/TWAnySignerTests.cpp index 44885c9f872..bedd5685a3d 100644 --- a/tests/chains/Aptos/TWAnySignerTests.cpp +++ b/tests/chains/Aptos/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aptos/TWAptosAddressTests.cpp b/tests/chains/Aptos/TWAptosAddressTests.cpp index ec6612d0960..3416d66ea61 100644 --- a/tests/chains/Aptos/TWAptosAddressTests.cpp +++ b/tests/chains/Aptos/TWAptosAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aptos/TWCoinTypeTests.cpp b/tests/chains/Aptos/TWCoinTypeTests.cpp index 16934dd916a..55b5ef46493 100644 --- a/tests/chains/Aptos/TWCoinTypeTests.cpp +++ b/tests/chains/Aptos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Arbitrum/TWCoinTypeTests.cpp b/tests/chains/Arbitrum/TWCoinTypeTests.cpp index 1b2f67839f4..efe57c48842 100644 --- a/tests/chains/Arbitrum/TWCoinTypeTests.cpp +++ b/tests/chains/Arbitrum/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ArbitrumNova/TWCoinTypeTests.cpp b/tests/chains/ArbitrumNova/TWCoinTypeTests.cpp index 6c852405d43..0b161271b1f 100644 --- a/tests/chains/ArbitrumNova/TWCoinTypeTests.cpp +++ b/tests/chains/ArbitrumNova/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Aurora/TWCoinTypeTests.cpp b/tests/chains/Aurora/TWCoinTypeTests.cpp index af42dd3027b..c3bfc6d3a87 100644 --- a/tests/chains/Aurora/TWCoinTypeTests.cpp +++ b/tests/chains/Aurora/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Avalanche/TWCoinTypeTests.cpp b/tests/chains/Avalanche/TWCoinTypeTests.cpp index 329a9b69da4..cf1a8122191 100644 --- a/tests/chains/Avalanche/TWCoinTypeTests.cpp +++ b/tests/chains/Avalanche/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Base/TWCoinTypeTests.cpp b/tests/chains/Base/TWCoinTypeTests.cpp index a07285626d2..f49f3f10ea9 100644 --- a/tests/chains/Base/TWCoinTypeTests.cpp +++ b/tests/chains/Base/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Binance/AddressTests.cpp b/tests/chains/Binance/AddressTests.cpp index fd7a769c277..0863958d425 100644 --- a/tests/chains/Binance/AddressTests.cpp +++ b/tests/chains/Binance/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Binance/TWAnySignerTests.cpp b/tests/chains/Binance/TWAnySignerTests.cpp index d5f4de77c04..38b1a5a7986 100644 --- a/tests/chains/Binance/TWAnySignerTests.cpp +++ b/tests/chains/Binance/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Binance/TWCoinTypeTests.cpp b/tests/chains/Binance/TWCoinTypeTests.cpp index 8930e317212..22afef404a3 100644 --- a/tests/chains/Binance/TWCoinTypeTests.cpp +++ b/tests/chains/Binance/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BinanceSmartChain/SignerTests.cpp b/tests/chains/BinanceSmartChain/SignerTests.cpp index c970d687488..69518fd5659 100644 --- a/tests/chains/BinanceSmartChain/SignerTests.cpp +++ b/tests/chains/BinanceSmartChain/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BinanceSmartChain/TWAnyAddressTests.cpp b/tests/chains/BinanceSmartChain/TWAnyAddressTests.cpp index a0cc87948d2..67551d0a37f 100644 --- a/tests/chains/BinanceSmartChain/TWAnyAddressTests.cpp +++ b/tests/chains/BinanceSmartChain/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BinanceSmartChain/TWCoinTypeTests.cpp b/tests/chains/BinanceSmartChain/TWCoinTypeTests.cpp index aa44abba026..4ac21655035 100644 --- a/tests/chains/BinanceSmartChain/TWCoinTypeTests.cpp +++ b/tests/chains/BinanceSmartChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/BitcoinAddressTests.cpp b/tests/chains/Bitcoin/BitcoinAddressTests.cpp index bf2036dd7de..59131faeb8c 100644 --- a/tests/chains/Bitcoin/BitcoinAddressTests.cpp +++ b/tests/chains/Bitcoin/BitcoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/BitcoinOrdinalNftData.h b/tests/chains/Bitcoin/BitcoinOrdinalNftData.h index 782d45e419d..33545d51378 100644 --- a/tests/chains/Bitcoin/BitcoinOrdinalNftData.h +++ b/tests/chains/Bitcoin/BitcoinOrdinalNftData.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/BitcoinScriptTests.cpp b/tests/chains/Bitcoin/BitcoinScriptTests.cpp index 1f7c85b327f..00b8a879569 100644 --- a/tests/chains/Bitcoin/BitcoinScriptTests.cpp +++ b/tests/chains/Bitcoin/BitcoinScriptTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/FeeCalculatorTests.cpp b/tests/chains/Bitcoin/FeeCalculatorTests.cpp index 582a332fcb5..5caf7f2f225 100644 --- a/tests/chains/Bitcoin/FeeCalculatorTests.cpp +++ b/tests/chains/Bitcoin/FeeCalculatorTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/InputSelectorTests.cpp b/tests/chains/Bitcoin/InputSelectorTests.cpp index ef1fd80552c..5b5f913269b 100644 --- a/tests/chains/Bitcoin/InputSelectorTests.cpp +++ b/tests/chains/Bitcoin/InputSelectorTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/MessageSignerTests.cpp b/tests/chains/Bitcoin/MessageSignerTests.cpp index 06ea622d8b2..ffb1bf4a97c 100644 --- a/tests/chains/Bitcoin/MessageSignerTests.cpp +++ b/tests/chains/Bitcoin/MessageSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/SegwitAddressTests.cpp b/tests/chains/Bitcoin/SegwitAddressTests.cpp index 3c7408cb3f0..344dec7fef0 100644 --- a/tests/chains/Bitcoin/SegwitAddressTests.cpp +++ b/tests/chains/Bitcoin/SegwitAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWBitcoinAddressTests.cpp b/tests/chains/Bitcoin/TWBitcoinAddressTests.cpp index f51a5464b51..95837efd7dd 100644 --- a/tests/chains/Bitcoin/TWBitcoinAddressTests.cpp +++ b/tests/chains/Bitcoin/TWBitcoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWBitcoinFeeTests.cpp b/tests/chains/Bitcoin/TWBitcoinFeeTests.cpp index 87fa9b584ac..6eed4139377 100644 --- a/tests/chains/Bitcoin/TWBitcoinFeeTests.cpp +++ b/tests/chains/Bitcoin/TWBitcoinFeeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWBitcoinScriptTests.cpp b/tests/chains/Bitcoin/TWBitcoinScriptTests.cpp index cc555c1b7a7..994abf44bf1 100644 --- a/tests/chains/Bitcoin/TWBitcoinScriptTests.cpp +++ b/tests/chains/Bitcoin/TWBitcoinScriptTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWBitcoinSigningTests.cpp b/tests/chains/Bitcoin/TWBitcoinSigningTests.cpp index 1dd26b1d942..06b638e15f0 100644 --- a/tests/chains/Bitcoin/TWBitcoinSigningTests.cpp +++ b/tests/chains/Bitcoin/TWBitcoinSigningTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWBitcoinTransactionTests.cpp b/tests/chains/Bitcoin/TWBitcoinTransactionTests.cpp index 19d3d3e4338..fab6f4cd8bf 100644 --- a/tests/chains/Bitcoin/TWBitcoinTransactionTests.cpp +++ b/tests/chains/Bitcoin/TWBitcoinTransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWCoinTypeTests.cpp b/tests/chains/Bitcoin/TWCoinTypeTests.cpp index 88d4a71ec1b..4e1f9f872bc 100644 --- a/tests/chains/Bitcoin/TWCoinTypeTests.cpp +++ b/tests/chains/Bitcoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TWSegwitAddressTests.cpp b/tests/chains/Bitcoin/TWSegwitAddressTests.cpp index 9723244292c..e106e79c284 100644 --- a/tests/chains/Bitcoin/TWSegwitAddressTests.cpp +++ b/tests/chains/Bitcoin/TWSegwitAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TransactionPlanTests.cpp b/tests/chains/Bitcoin/TransactionPlanTests.cpp index 0f5c1a110c1..5f45e71a90f 100644 --- a/tests/chains/Bitcoin/TransactionPlanTests.cpp +++ b/tests/chains/Bitcoin/TransactionPlanTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TxComparisonHelper.cpp b/tests/chains/Bitcoin/TxComparisonHelper.cpp index db1f603610e..8017674c26b 100644 --- a/tests/chains/Bitcoin/TxComparisonHelper.cpp +++ b/tests/chains/Bitcoin/TxComparisonHelper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Bitcoin/TxComparisonHelper.h b/tests/chains/Bitcoin/TxComparisonHelper.h index 41f4a602337..feb969ba782 100644 --- a/tests/chains/Bitcoin/TxComparisonHelper.h +++ b/tests/chains/Bitcoin/TxComparisonHelper.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinCash/TWBitcoinCashTests.cpp b/tests/chains/BitcoinCash/TWBitcoinCashTests.cpp index c097120b5b9..8e7dd0f5d47 100644 --- a/tests/chains/BitcoinCash/TWBitcoinCashTests.cpp +++ b/tests/chains/BitcoinCash/TWBitcoinCashTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinCash/TWCoinTypeTests.cpp b/tests/chains/BitcoinCash/TWCoinTypeTests.cpp index 5a7749c9789..d4cd65e287c 100644 --- a/tests/chains/BitcoinCash/TWCoinTypeTests.cpp +++ b/tests/chains/BitcoinCash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/AddressTests.cpp b/tests/chains/BitcoinDiamond/AddressTests.cpp index de5f60aeb6f..9ff35d94d2d 100644 --- a/tests/chains/BitcoinDiamond/AddressTests.cpp +++ b/tests/chains/BitcoinDiamond/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/SignerTests.cpp b/tests/chains/BitcoinDiamond/SignerTests.cpp index b8543e86070..062efc87cb2 100644 --- a/tests/chains/BitcoinDiamond/SignerTests.cpp +++ b/tests/chains/BitcoinDiamond/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/TWAnyAddressTests.cpp b/tests/chains/BitcoinDiamond/TWAnyAddressTests.cpp index 592f555a505..bb887b7cabf 100644 --- a/tests/chains/BitcoinDiamond/TWAnyAddressTests.cpp +++ b/tests/chains/BitcoinDiamond/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/TWAnySignerTests.cpp b/tests/chains/BitcoinDiamond/TWAnySignerTests.cpp index e241fb38bf3..3202d3b9055 100644 --- a/tests/chains/BitcoinDiamond/TWAnySignerTests.cpp +++ b/tests/chains/BitcoinDiamond/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/TWCoinTypeTests.cpp b/tests/chains/BitcoinDiamond/TWCoinTypeTests.cpp index 023dc5b38fa..9fe1c87d6d6 100644 --- a/tests/chains/BitcoinDiamond/TWCoinTypeTests.cpp +++ b/tests/chains/BitcoinDiamond/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/TWSegwitAddressTests.cpp b/tests/chains/BitcoinDiamond/TWSegwitAddressTests.cpp index f13078a1595..3ce103550ec 100644 --- a/tests/chains/BitcoinDiamond/TWSegwitAddressTests.cpp +++ b/tests/chains/BitcoinDiamond/TWSegwitAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinDiamond/TransactionCompilerTests.cpp b/tests/chains/BitcoinDiamond/TransactionCompilerTests.cpp index d7192e18b91..4e8c9edb836 100644 --- a/tests/chains/BitcoinDiamond/TransactionCompilerTests.cpp +++ b/tests/chains/BitcoinDiamond/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinGold/TWAddressTests.cpp b/tests/chains/BitcoinGold/TWAddressTests.cpp index be7a676b460..0c05e7e2eeb 100644 --- a/tests/chains/BitcoinGold/TWAddressTests.cpp +++ b/tests/chains/BitcoinGold/TWAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinGold/TWBitcoinGoldTests.cpp b/tests/chains/BitcoinGold/TWBitcoinGoldTests.cpp index daf3df1d564..bf308f3a94e 100644 --- a/tests/chains/BitcoinGold/TWBitcoinGoldTests.cpp +++ b/tests/chains/BitcoinGold/TWBitcoinGoldTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinGold/TWCoinTypeTests.cpp b/tests/chains/BitcoinGold/TWCoinTypeTests.cpp index aeb8f2221a8..fee83334943 100644 --- a/tests/chains/BitcoinGold/TWCoinTypeTests.cpp +++ b/tests/chains/BitcoinGold/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinGold/TWSegwitAddressTests.cpp b/tests/chains/BitcoinGold/TWSegwitAddressTests.cpp index 3f7fc51cb2a..0e0a22d1fe9 100644 --- a/tests/chains/BitcoinGold/TWSegwitAddressTests.cpp +++ b/tests/chains/BitcoinGold/TWSegwitAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/BitcoinGold/TWSignerTests.cpp b/tests/chains/BitcoinGold/TWSignerTests.cpp index 41ef63adedf..80f94cf89a5 100644 --- a/tests/chains/BitcoinGold/TWSignerTests.cpp +++ b/tests/chains/BitcoinGold/TWSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Boba/TWCoinTypeTests.cpp b/tests/chains/Boba/TWCoinTypeTests.cpp index 28e41e02f47..573e5c21532 100644 --- a/tests/chains/Boba/TWCoinTypeTests.cpp +++ b/tests/chains/Boba/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Callisto/TWCoinTypeTests.cpp b/tests/chains/Callisto/TWCoinTypeTests.cpp index 2c1db281db0..0a6dd2eaa43 100644 --- a/tests/chains/Callisto/TWCoinTypeTests.cpp +++ b/tests/chains/Callisto/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/AddressTests.cpp b/tests/chains/Cardano/AddressTests.cpp index 5ade41f1cc4..9aa94b8701c 100644 --- a/tests/chains/Cardano/AddressTests.cpp +++ b/tests/chains/Cardano/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/SigningTests.cpp b/tests/chains/Cardano/SigningTests.cpp index f283d9091c5..787242f5edb 100644 --- a/tests/chains/Cardano/SigningTests.cpp +++ b/tests/chains/Cardano/SigningTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/StakingTests.cpp b/tests/chains/Cardano/StakingTests.cpp index 686f56fede9..b1ba9708b8d 100644 --- a/tests/chains/Cardano/StakingTests.cpp +++ b/tests/chains/Cardano/StakingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/TWCardanoAddressTests.cpp b/tests/chains/Cardano/TWCardanoAddressTests.cpp index 50a3d11131a..a934d831e3b 100644 --- a/tests/chains/Cardano/TWCardanoAddressTests.cpp +++ b/tests/chains/Cardano/TWCardanoAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/TWCoinTypeTests.cpp b/tests/chains/Cardano/TWCoinTypeTests.cpp index c8ecdf8109f..1f2c99653e2 100644 --- a/tests/chains/Cardano/TWCoinTypeTests.cpp +++ b/tests/chains/Cardano/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/TransactionCompilerTests.cpp b/tests/chains/Cardano/TransactionCompilerTests.cpp index b2bc61fd7e0..664faa43221 100644 --- a/tests/chains/Cardano/TransactionCompilerTests.cpp +++ b/tests/chains/Cardano/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cardano/TransactionTests.cpp b/tests/chains/Cardano/TransactionTests.cpp index 599b3d4119b..580fd9a9414 100644 --- a/tests/chains/Cardano/TransactionTests.cpp +++ b/tests/chains/Cardano/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Celo/TWCoinTypeTests.cpp b/tests/chains/Celo/TWCoinTypeTests.cpp index 3a87c947e8e..89377bb725a 100644 --- a/tests/chains/Celo/TWCoinTypeTests.cpp +++ b/tests/chains/Celo/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ConfluxeSpace/TWCoinTypeTests.cpp b/tests/chains/ConfluxeSpace/TWCoinTypeTests.cpp index 3724bab24fa..ccc72c36700 100644 --- a/tests/chains/ConfluxeSpace/TWCoinTypeTests.cpp +++ b/tests/chains/ConfluxeSpace/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/AddressTests.cpp b/tests/chains/Cosmos/AddressTests.cpp index e25dc5af853..c52f4df3148 100644 --- a/tests/chains/Cosmos/AddressTests.cpp +++ b/tests/chains/Cosmos/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Agoric/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Agoric/TWAnyAddressTests.cpp index 5c536171324..233a0f5d352 100644 --- a/tests/chains/Cosmos/Agoric/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Agoric/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Agoric/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Agoric/TWCoinTypeTests.cpp index bcca563f288..7bda512d898 100644 --- a/tests/chains/Cosmos/Agoric/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Agoric/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Akash/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Akash/TWAnyAddressTests.cpp index e334cc77ffc..4a5f1e26f62 100644 --- a/tests/chains/Cosmos/Akash/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Akash/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Akash/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Akash/TWCoinTypeTests.cpp index 41b8759c8c0..43ccb37bae4 100644 --- a/tests/chains/Cosmos/Akash/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Akash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Axelar/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Axelar/TWAnyAddressTests.cpp index 0dd526419d0..a3c1cd3f1bc 100644 --- a/tests/chains/Cosmos/Axelar/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Axelar/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Axelar/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Axelar/TWCoinTypeTests.cpp index c60a76c9b56..b870459e7d2 100644 --- a/tests/chains/Cosmos/Axelar/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Axelar/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/BandChain/TWCoinTypeTests.cpp b/tests/chains/Cosmos/BandChain/TWCoinTypeTests.cpp index e124952c713..c2b7cc3c4c9 100644 --- a/tests/chains/Cosmos/BandChain/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/BandChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Bluzelle/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Bluzelle/TWCoinTypeTests.cpp index c28de7f82c0..7b30795636d 100644 --- a/tests/chains/Cosmos/Bluzelle/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Bluzelle/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Comdex/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Comdex/TWAnyAddressTests.cpp index abaeaaa5c2a..34a347d476d 100644 --- a/tests/chains/Cosmos/Comdex/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Comdex/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Comdex/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Comdex/TWCoinTypeTests.cpp index 66360ab1d7a..1d9c7394c1c 100644 --- a/tests/chains/Cosmos/Comdex/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Comdex/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Coreum/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Coreum/TWAnyAddressTests.cpp index f550429739a..85837a93290 100644 --- a/tests/chains/Cosmos/Coreum/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Coreum/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Coreum/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Coreum/TWCoinTypeTests.cpp index 46e83005f62..a5a38f773c8 100644 --- a/tests/chains/Cosmos/Coreum/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Coreum/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/CosmosTestHelpers.h b/tests/chains/Cosmos/CosmosTestHelpers.h index d15a2ea34b9..184d299400d 100644 --- a/tests/chains/Cosmos/CosmosTestHelpers.h +++ b/tests/chains/Cosmos/CosmosTestHelpers.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Crescent/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Crescent/TWAnyAddressTests.cpp index 08496bba5e8..40f7c14215d 100644 --- a/tests/chains/Cosmos/Crescent/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Crescent/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Crescent/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Crescent/TWCoinTypeTests.cpp index a7000b56edd..12f1d22639d 100644 --- a/tests/chains/Cosmos/Crescent/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Crescent/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/CryptoOrg/SignerTests.cpp b/tests/chains/Cosmos/CryptoOrg/SignerTests.cpp index f71f90c5cff..a96e438e469 100644 --- a/tests/chains/Cosmos/CryptoOrg/SignerTests.cpp +++ b/tests/chains/Cosmos/CryptoOrg/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/CryptoOrg/TWAnyAddressTests.cpp b/tests/chains/Cosmos/CryptoOrg/TWAnyAddressTests.cpp index 5946ec84956..8ecb8b99b30 100644 --- a/tests/chains/Cosmos/CryptoOrg/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/CryptoOrg/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/CryptoOrg/TWAnySignerTests.cpp b/tests/chains/Cosmos/CryptoOrg/TWAnySignerTests.cpp index f3db43120b7..444dd31aa10 100644 --- a/tests/chains/Cosmos/CryptoOrg/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/CryptoOrg/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/CryptoOrg/TWCoinTypeTests.cpp b/tests/chains/Cosmos/CryptoOrg/TWCoinTypeTests.cpp index eb0ac2f4f84..3cd9a1050e8 100644 --- a/tests/chains/Cosmos/CryptoOrg/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/CryptoOrg/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/FetchAI/TWAnyAddressTests.cpp b/tests/chains/Cosmos/FetchAI/TWAnyAddressTests.cpp index bd19c4f3120..2c81420f7b3 100644 --- a/tests/chains/Cosmos/FetchAI/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/FetchAI/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/FetchAI/TWCoinTypeTests.cpp b/tests/chains/Cosmos/FetchAI/TWCoinTypeTests.cpp index 294e824a13d..895ce5b15a9 100644 --- a/tests/chains/Cosmos/FetchAI/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/FetchAI/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Juno/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Juno/TWAnyAddressTests.cpp index 6796ff98934..efbec297101 100644 --- a/tests/chains/Cosmos/Juno/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Juno/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Juno/TWAnySignerTests.cpp b/tests/chains/Cosmos/Juno/TWAnySignerTests.cpp index dafa5aee10a..37168b6969b 100644 --- a/tests/chains/Cosmos/Juno/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Juno/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Juno/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Juno/TWCoinTypeTests.cpp index f78d7166920..ed286ddb6b9 100644 --- a/tests/chains/Cosmos/Juno/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Juno/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Kava/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Kava/TWCoinTypeTests.cpp index c9539ea88c1..99f2ce1df01 100644 --- a/tests/chains/Cosmos/Kava/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Kava/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Kujira/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Kujira/TWAnyAddressTests.cpp index a20ce637edd..02e9d9442fd 100644 --- a/tests/chains/Cosmos/Kujira/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Kujira/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Kujira/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Kujira/TWCoinTypeTests.cpp index 61ac1042d14..abaa23e32ec 100644 --- a/tests/chains/Cosmos/Kujira/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Kujira/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Mars/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Mars/TWAnyAddressTests.cpp index 68fd646304b..a7dec001c19 100644 --- a/tests/chains/Cosmos/Mars/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Mars/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Mars/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Mars/TWCoinTypeTests.cpp index e9d25b76a44..04cb66c565b 100644 --- a/tests/chains/Cosmos/Mars/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Mars/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeCanto/TWAnyAddressTests.cpp b/tests/chains/Cosmos/NativeCanto/TWAnyAddressTests.cpp index 6ffbe393b26..1a2f34ed36b 100644 --- a/tests/chains/Cosmos/NativeCanto/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/NativeCanto/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeCanto/TWCoinTypeTests.cpp b/tests/chains/Cosmos/NativeCanto/TWCoinTypeTests.cpp index 6e7822af5be..02d928da960 100644 --- a/tests/chains/Cosmos/NativeCanto/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/NativeCanto/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeEvmos/TWAnyAddressTests.cpp b/tests/chains/Cosmos/NativeEvmos/TWAnyAddressTests.cpp index 7331a3109e6..db2046322dd 100644 --- a/tests/chains/Cosmos/NativeEvmos/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/NativeEvmos/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeEvmos/TWCoinTypeTests.cpp b/tests/chains/Cosmos/NativeEvmos/TWCoinTypeTests.cpp index 2713fcbba7e..b47bd745136 100644 --- a/tests/chains/Cosmos/NativeEvmos/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/NativeEvmos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeInjective/SignerTests.cpp b/tests/chains/Cosmos/NativeInjective/SignerTests.cpp index a103ff8d09a..b8b4a5972a4 100644 --- a/tests/chains/Cosmos/NativeInjective/SignerTests.cpp +++ b/tests/chains/Cosmos/NativeInjective/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeInjective/TWAnyAddressTests.cpp b/tests/chains/Cosmos/NativeInjective/TWAnyAddressTests.cpp index f8425d00967..543caf4a266 100644 --- a/tests/chains/Cosmos/NativeInjective/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/NativeInjective/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeInjective/TWCoinTypeTests.cpp b/tests/chains/Cosmos/NativeInjective/TWCoinTypeTests.cpp index f92a2f9ca7e..f966cd432e6 100644 --- a/tests/chains/Cosmos/NativeInjective/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/NativeInjective/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/NativeInjective/TransactionCompilerTests.cpp b/tests/chains/Cosmos/NativeInjective/TransactionCompilerTests.cpp index 163b19dfaf1..86645910a18 100644 --- a/tests/chains/Cosmos/NativeInjective/TransactionCompilerTests.cpp +++ b/tests/chains/Cosmos/NativeInjective/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Neutron/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Neutron/TWAnyAddressTests.cpp index 9fe7681fa9a..521b5abb175 100644 --- a/tests/chains/Cosmos/Neutron/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Neutron/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Neutron/TWAnySignerTests.cpp b/tests/chains/Cosmos/Neutron/TWAnySignerTests.cpp index 349a932d872..c318c10ea5d 100644 --- a/tests/chains/Cosmos/Neutron/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Neutron/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp index 8a768bd1647..c45d59dbb03 100644 --- a/tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Noble/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Noble/TWAnyAddressTests.cpp index 83e549af31a..51ea8427eb4 100644 --- a/tests/chains/Cosmos/Noble/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Noble/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Noble/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Noble/TWCoinTypeTests.cpp index ea8c64905d1..07dd2bfde8d 100644 --- a/tests/chains/Cosmos/Noble/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Noble/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Osmosis/SignerTests.cpp b/tests/chains/Cosmos/Osmosis/SignerTests.cpp index b0ae1832083..6f4646b1419 100644 --- a/tests/chains/Cosmos/Osmosis/SignerTests.cpp +++ b/tests/chains/Cosmos/Osmosis/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Osmosis/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Osmosis/TWAnyAddressTests.cpp index 69eee155454..d6fe15c3b08 100644 --- a/tests/chains/Cosmos/Osmosis/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Osmosis/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Osmosis/TWAnySignerTests.cpp b/tests/chains/Cosmos/Osmosis/TWAnySignerTests.cpp index a4cb692aacc..747f43494ca 100644 --- a/tests/chains/Cosmos/Osmosis/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Osmosis/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Osmosis/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Osmosis/TWCoinTypeTests.cpp index 1f3fa3e3a50..ad342422e70 100644 --- a/tests/chains/Cosmos/Osmosis/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Osmosis/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Persistence/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Persistence/TWAnyAddressTests.cpp index 7a645c96763..329009fe879 100644 --- a/tests/chains/Cosmos/Persistence/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Persistence/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Persistence/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Persistence/TWCoinTypeTests.cpp index 72fc6b7f747..46becb5025b 100644 --- a/tests/chains/Cosmos/Persistence/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Persistence/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Quasar/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Quasar/TWAnyAddressTests.cpp index a65e76f7293..b281cf748da 100644 --- a/tests/chains/Cosmos/Quasar/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Quasar/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Quasar/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Quasar/TWCoinTypeTests.cpp index 1dfb9f81304..d0f7a51a7ce 100644 --- a/tests/chains/Cosmos/Quasar/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Quasar/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Secret/SignerTests.cpp b/tests/chains/Cosmos/Secret/SignerTests.cpp index 8ccb283c938..36db7817978 100644 --- a/tests/chains/Cosmos/Secret/SignerTests.cpp +++ b/tests/chains/Cosmos/Secret/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Secret/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Secret/TWAnyAddressTests.cpp index e3f9452e1f3..385fe948913 100644 --- a/tests/chains/Cosmos/Secret/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Secret/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Secret/TWAnySignerTests.cpp b/tests/chains/Cosmos/Secret/TWAnySignerTests.cpp index 9abb485b2d3..bf217820d4c 100644 --- a/tests/chains/Cosmos/Secret/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Secret/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Secret/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Secret/TWCoinTypeTests.cpp index d6161fa2fea..d6f9f21749f 100644 --- a/tests/chains/Cosmos/Secret/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Secret/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Sei/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Sei/TWAnyAddressTests.cpp index 38a5517203b..d69ae5f6d7b 100644 --- a/tests/chains/Cosmos/Sei/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Sei/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Sei/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Sei/TWCoinTypeTests.cpp index e65ff37ce92..ccc0625330f 100644 --- a/tests/chains/Cosmos/Sei/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Sei/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/SignerTests.cpp b/tests/chains/Cosmos/SignerTests.cpp index 54b5fbb9344..fa0dddf2c3a 100644 --- a/tests/chains/Cosmos/SignerTests.cpp +++ b/tests/chains/Cosmos/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Sommelier/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Sommelier/TWAnyAddressTests.cpp index 48295f5e549..7624a4c7238 100644 --- a/tests/chains/Cosmos/Sommelier/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Sommelier/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Sommelier/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Sommelier/TWCoinTypeTests.cpp index 7c73cdd2a72..82267710561 100644 --- a/tests/chains/Cosmos/Sommelier/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Sommelier/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/StakingTests.cpp b/tests/chains/Cosmos/StakingTests.cpp index ad800b54184..570d1627464 100644 --- a/tests/chains/Cosmos/StakingTests.cpp +++ b/tests/chains/Cosmos/StakingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Stargaze/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Stargaze/TWAnyAddressTests.cpp index e07e1eb6ecb..0d53eb7ac13 100644 --- a/tests/chains/Cosmos/Stargaze/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Stargaze/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Stargaze/TWAnySignerTests.cpp b/tests/chains/Cosmos/Stargaze/TWAnySignerTests.cpp index efde5f8a471..1d81acdc0d8 100644 --- a/tests/chains/Cosmos/Stargaze/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Stargaze/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Stride/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Stride/TWAnyAddressTests.cpp index 26b6e7a129b..0f61078a741 100644 --- a/tests/chains/Cosmos/Stride/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Stride/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Stride/TWAnySignerTests.cpp b/tests/chains/Cosmos/Stride/TWAnySignerTests.cpp index f125a955553..47428bf74ad 100644 --- a/tests/chains/Cosmos/Stride/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/Stride/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Stride/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Stride/TWCoinTypeTests.cpp index dafa7950af6..61a162b3b13 100644 --- a/tests/chains/Cosmos/Stride/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Stride/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/SignerTests.cpp b/tests/chains/Cosmos/THORChain/SignerTests.cpp index fcb07cae3a9..5ec58e930e0 100644 --- a/tests/chains/Cosmos/THORChain/SignerTests.cpp +++ b/tests/chains/Cosmos/THORChain/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/SwapTests.cpp b/tests/chains/Cosmos/THORChain/SwapTests.cpp index 69901c310b2..0294a818a9e 100644 --- a/tests/chains/Cosmos/THORChain/SwapTests.cpp +++ b/tests/chains/Cosmos/THORChain/SwapTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/TWAnyAddressTests.cpp b/tests/chains/Cosmos/THORChain/TWAnyAddressTests.cpp index c1bd962e788..d8a1e4af28b 100644 --- a/tests/chains/Cosmos/THORChain/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/THORChain/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/TWAnySignerTests.cpp b/tests/chains/Cosmos/THORChain/TWAnySignerTests.cpp index a9539054504..2bbac4c069e 100644 --- a/tests/chains/Cosmos/THORChain/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/THORChain/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/TWCoinTypeTests.cpp b/tests/chains/Cosmos/THORChain/TWCoinTypeTests.cpp index 3ac726f0c45..bcbf5bff171 100644 --- a/tests/chains/Cosmos/THORChain/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/THORChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/THORChain/TWSwapTests.cpp b/tests/chains/Cosmos/THORChain/TWSwapTests.cpp index 9632e015627..b579eb1e9b5 100644 --- a/tests/chains/Cosmos/THORChain/TWSwapTests.cpp +++ b/tests/chains/Cosmos/THORChain/TWSwapTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/TWAnyAddressTests.cpp b/tests/chains/Cosmos/TWAnyAddressTests.cpp index b6387f7bd57..a9072212cf8 100644 --- a/tests/chains/Cosmos/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/TWAnySignerTests.cpp b/tests/chains/Cosmos/TWAnySignerTests.cpp index c2c25f96c17..3db5af918ab 100644 --- a/tests/chains/Cosmos/TWAnySignerTests.cpp +++ b/tests/chains/Cosmos/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/TWCoinTypeTests.cpp b/tests/chains/Cosmos/TWCoinTypeTests.cpp index e51876c3d65..86d56712c85 100644 --- a/tests/chains/Cosmos/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Terra/SignerTests.cpp b/tests/chains/Cosmos/Terra/SignerTests.cpp index aa6004567da..c258a1521a1 100644 --- a/tests/chains/Cosmos/Terra/SignerTests.cpp +++ b/tests/chains/Cosmos/Terra/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Terra/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Terra/TWCoinTypeTests.cpp index c99684d0a4e..9ca46d653bf 100644 --- a/tests/chains/Cosmos/Terra/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Terra/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/TerraV2/SignerTests.cpp b/tests/chains/Cosmos/TerraV2/SignerTests.cpp index b6f94de7972..06722af77fc 100644 --- a/tests/chains/Cosmos/TerraV2/SignerTests.cpp +++ b/tests/chains/Cosmos/TerraV2/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/TerraV2/TWCoinTypeTests.cpp b/tests/chains/Cosmos/TerraV2/TWCoinTypeTests.cpp index 5f8cab7ea50..89fba672ce2 100644 --- a/tests/chains/Cosmos/TerraV2/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/TerraV2/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Tia/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Tia/TWAnyAddressTests.cpp index 7a2c17bad5b..7b9e544e357 100644 --- a/tests/chains/Cosmos/Tia/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Tia/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Tia/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Tia/TWCoinTypeTests.cpp index a3d656fd5f6..35bf759cab6 100644 --- a/tests/chains/Cosmos/Tia/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Tia/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Umee/TWAnyAddressTests.cpp b/tests/chains/Cosmos/Umee/TWAnyAddressTests.cpp index 7dda7239282..ccb47ca1980 100644 --- a/tests/chains/Cosmos/Umee/TWAnyAddressTests.cpp +++ b/tests/chains/Cosmos/Umee/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cosmos/Umee/TWCoinTypeTests.cpp b/tests/chains/Cosmos/Umee/TWCoinTypeTests.cpp index 44d47ed62bb..9c53fe71a6d 100644 --- a/tests/chains/Cosmos/Umee/TWCoinTypeTests.cpp +++ b/tests/chains/Cosmos/Umee/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cronos/TWAnyAddressTests.cpp b/tests/chains/Cronos/TWAnyAddressTests.cpp index df3c573e96b..45ac164e277 100644 --- a/tests/chains/Cronos/TWAnyAddressTests.cpp +++ b/tests/chains/Cronos/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Cronos/TWCoinTypeTests.cpp b/tests/chains/Cronos/TWCoinTypeTests.cpp index 0ebc2dfa068..07cfcc35046 100644 --- a/tests/chains/Cronos/TWCoinTypeTests.cpp +++ b/tests/chains/Cronos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Dash/TWCoinTypeTests.cpp b/tests/chains/Dash/TWCoinTypeTests.cpp index aa99c4d138b..7cec5d9fa44 100644 --- a/tests/chains/Dash/TWCoinTypeTests.cpp +++ b/tests/chains/Dash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Dash/TWDashTests.cpp b/tests/chains/Dash/TWDashTests.cpp index 0fe1335f1f6..e8f3cd5701a 100644 --- a/tests/chains/Dash/TWDashTests.cpp +++ b/tests/chains/Dash/TWDashTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Decred/AddressTests.cpp b/tests/chains/Decred/AddressTests.cpp index a8f65f33f0c..099601e3ae9 100644 --- a/tests/chains/Decred/AddressTests.cpp +++ b/tests/chains/Decred/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Decred/SignerTests.cpp b/tests/chains/Decred/SignerTests.cpp index f519fa0e8a2..c6e84ece290 100644 --- a/tests/chains/Decred/SignerTests.cpp +++ b/tests/chains/Decred/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Decred/TWAnySignerTests.cpp b/tests/chains/Decred/TWAnySignerTests.cpp index 08ba5bc332e..db1c5b1f42c 100644 --- a/tests/chains/Decred/TWAnySignerTests.cpp +++ b/tests/chains/Decred/TWAnySignerTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Decred/TWCoinTypeTests.cpp b/tests/chains/Decred/TWCoinTypeTests.cpp index 592a69ba83d..e977a30f4ae 100644 --- a/tests/chains/Decred/TWCoinTypeTests.cpp +++ b/tests/chains/Decred/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Decred/TWDecredTests.cpp b/tests/chains/Decred/TWDecredTests.cpp index 141d8c4731b..e0a63507c63 100644 --- a/tests/chains/Decred/TWDecredTests.cpp +++ b/tests/chains/Decred/TWDecredTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/DigiByte/TWCoinTypeTests.cpp b/tests/chains/DigiByte/TWCoinTypeTests.cpp index aa17445e336..98dbf2e2f27 100644 --- a/tests/chains/DigiByte/TWCoinTypeTests.cpp +++ b/tests/chains/DigiByte/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/DigiByte/TWDigiByteTests.cpp b/tests/chains/DigiByte/TWDigiByteTests.cpp index 456ca49543e..99896f70008 100644 --- a/tests/chains/DigiByte/TWDigiByteTests.cpp +++ b/tests/chains/DigiByte/TWDigiByteTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Dogecoin/TWCoinTypeTests.cpp b/tests/chains/Dogecoin/TWCoinTypeTests.cpp index b816cb968a7..e9d055ec0bf 100644 --- a/tests/chains/Dogecoin/TWCoinTypeTests.cpp +++ b/tests/chains/Dogecoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Dogecoin/TWDogeTests.cpp b/tests/chains/Dogecoin/TWDogeTests.cpp index 185a1a773a2..844e6839964 100644 --- a/tests/chains/Dogecoin/TWDogeTests.cpp +++ b/tests/chains/Dogecoin/TWDogeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ECO/TWCoinTypeTests.cpp b/tests/chains/ECO/TWCoinTypeTests.cpp index af76592af3a..a9fb54f9f38 100644 --- a/tests/chains/ECO/TWCoinTypeTests.cpp +++ b/tests/chains/ECO/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ECash/TWCoinTypeTests.cpp b/tests/chains/ECash/TWCoinTypeTests.cpp index a767b14c3e5..f1cd8e52391 100644 --- a/tests/chains/ECash/TWCoinTypeTests.cpp +++ b/tests/chains/ECash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/AddressTests.cpp b/tests/chains/EOS/AddressTests.cpp index 8a14d9059cb..c7f034efbc1 100644 --- a/tests/chains/EOS/AddressTests.cpp +++ b/tests/chains/EOS/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/AssetTests.cpp b/tests/chains/EOS/AssetTests.cpp index 05090a56e45..fa7dd3a1412 100644 --- a/tests/chains/EOS/AssetTests.cpp +++ b/tests/chains/EOS/AssetTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/NameTests.cpp b/tests/chains/EOS/NameTests.cpp index bc7e74e3068..26994c04265 100644 --- a/tests/chains/EOS/NameTests.cpp +++ b/tests/chains/EOS/NameTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/SignatureTests.cpp b/tests/chains/EOS/SignatureTests.cpp index 8ebeb3b815a..d2b02961572 100644 --- a/tests/chains/EOS/SignatureTests.cpp +++ b/tests/chains/EOS/SignatureTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/TWAnySignerTests.cpp b/tests/chains/EOS/TWAnySignerTests.cpp index 1b2face2c2d..26ed3e70a0e 100644 --- a/tests/chains/EOS/TWAnySignerTests.cpp +++ b/tests/chains/EOS/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/TWCoinTypeTests.cpp b/tests/chains/EOS/TWCoinTypeTests.cpp index d1e857993de..605ef578054 100644 --- a/tests/chains/EOS/TWCoinTypeTests.cpp +++ b/tests/chains/EOS/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EOS/TransactionTests.cpp b/tests/chains/EOS/TransactionTests.cpp index 6ce41687ca0..c679a2e4772 100644 --- a/tests/chains/EOS/TransactionTests.cpp +++ b/tests/chains/EOS/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/AddressTests.cpp b/tests/chains/Ethereum/AddressTests.cpp index 1a6da54e421..d43748d8e76 100644 --- a/tests/chains/Ethereum/AddressTests.cpp +++ b/tests/chains/Ethereum/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/BarzTests.cpp b/tests/chains/Ethereum/BarzTests.cpp index 7fbf6d9875e..4b4e434e000 100644 --- a/tests/chains/Ethereum/BarzTests.cpp +++ b/tests/chains/Ethereum/BarzTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/ContractCallTests.cpp b/tests/chains/Ethereum/ContractCallTests.cpp index 164a9fc332b..f539aa6da94 100644 --- a/tests/chains/Ethereum/ContractCallTests.cpp +++ b/tests/chains/Ethereum/ContractCallTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/EIP1014Tests.cpp b/tests/chains/Ethereum/EIP1014Tests.cpp index a13b9764090..921fcb90011 100644 --- a/tests/chains/Ethereum/EIP1014Tests.cpp +++ b/tests/chains/Ethereum/EIP1014Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/EIP1967Tests.cpp b/tests/chains/Ethereum/EIP1967Tests.cpp index 58a7313dfb1..4a14b7d6c68 100644 --- a/tests/chains/Ethereum/EIP1967Tests.cpp +++ b/tests/chains/Ethereum/EIP1967Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/EthereumMessageSignerTests.cpp b/tests/chains/Ethereum/EthereumMessageSignerTests.cpp index d119f4006da..b36e0ce2976 100644 --- a/tests/chains/Ethereum/EthereumMessageSignerTests.cpp +++ b/tests/chains/Ethereum/EthereumMessageSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWAnySignerTests.cpp b/tests/chains/Ethereum/TWAnySignerTests.cpp index c26d026c51b..84ab20ff7ed 100644 --- a/tests/chains/Ethereum/TWAnySignerTests.cpp +++ b/tests/chains/Ethereum/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWCoinTypeTests.cpp b/tests/chains/Ethereum/TWCoinTypeTests.cpp index 4ca7b327030..8705cc7b33d 100644 --- a/tests/chains/Ethereum/TWCoinTypeTests.cpp +++ b/tests/chains/Ethereum/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWEthereumAbiTests.cpp b/tests/chains/Ethereum/TWEthereumAbiTests.cpp index 56fc343c08a..4f845471ecb 100644 --- a/tests/chains/Ethereum/TWEthereumAbiTests.cpp +++ b/tests/chains/Ethereum/TWEthereumAbiTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWEthereumAbiValueDecoderTests.cpp b/tests/chains/Ethereum/TWEthereumAbiValueDecoderTests.cpp index b5d7ac0aef8..d253d7d5858 100644 --- a/tests/chains/Ethereum/TWEthereumAbiValueDecoderTests.cpp +++ b/tests/chains/Ethereum/TWEthereumAbiValueDecoderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWEthereumAbiValueEncodeTests.cpp b/tests/chains/Ethereum/TWEthereumAbiValueEncodeTests.cpp index bedfd79585d..230a3f8cad9 100644 --- a/tests/chains/Ethereum/TWEthereumAbiValueEncodeTests.cpp +++ b/tests/chains/Ethereum/TWEthereumAbiValueEncodeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/TWRlpTests.cpp b/tests/chains/Ethereum/TWRlpTests.cpp index 745f3467a59..5bf9e6b86ce 100644 --- a/tests/chains/Ethereum/TWRlpTests.cpp +++ b/tests/chains/Ethereum/TWRlpTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/ValueDecoderTests.cpp b/tests/chains/Ethereum/ValueDecoderTests.cpp index 2f9e547dea5..784fa19d54f 100644 --- a/tests/chains/Ethereum/ValueDecoderTests.cpp +++ b/tests/chains/Ethereum/ValueDecoderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ethereum/ValueEncoderTests.cpp b/tests/chains/Ethereum/ValueEncoderTests.cpp index 83b3dc913c9..a1db05e9839 100644 --- a/tests/chains/Ethereum/ValueEncoderTests.cpp +++ b/tests/chains/Ethereum/ValueEncoderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/EthereumClassic/TWCoinTypeTests.cpp b/tests/chains/EthereumClassic/TWCoinTypeTests.cpp index 2181cda4701..1a3319448f2 100644 --- a/tests/chains/EthereumClassic/TWCoinTypeTests.cpp +++ b/tests/chains/EthereumClassic/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/AddressTests.cpp b/tests/chains/Everscale/AddressTests.cpp index 21f8e41b49d..fd5e49d9ce4 100644 --- a/tests/chains/Everscale/AddressTests.cpp +++ b/tests/chains/Everscale/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/CellBuilderTest.cpp b/tests/chains/Everscale/CellBuilderTest.cpp index a2393bbbdad..61182c96d7c 100644 --- a/tests/chains/Everscale/CellBuilderTest.cpp +++ b/tests/chains/Everscale/CellBuilderTest.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/CellTests.cpp b/tests/chains/Everscale/CellTests.cpp index efd7bf22480..8832eca1c3e 100644 --- a/tests/chains/Everscale/CellTests.cpp +++ b/tests/chains/Everscale/CellTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/SignerTests.cpp b/tests/chains/Everscale/SignerTests.cpp index 73e3ba86922..00e02e86ef7 100644 --- a/tests/chains/Everscale/SignerTests.cpp +++ b/tests/chains/Everscale/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/TWAnyAddressTests.cpp b/tests/chains/Everscale/TWAnyAddressTests.cpp index 87ea9c497b3..b6dfa26fe49 100644 --- a/tests/chains/Everscale/TWAnyAddressTests.cpp +++ b/tests/chains/Everscale/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/TWAnySignerTests.cpp b/tests/chains/Everscale/TWAnySignerTests.cpp index f185ceb86b9..8163356d59f 100644 --- a/tests/chains/Everscale/TWAnySignerTests.cpp +++ b/tests/chains/Everscale/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Everscale/TWCoinTypeTests.cpp b/tests/chains/Everscale/TWCoinTypeTests.cpp index 27650c73e7a..dc049f61c62 100644 --- a/tests/chains/Everscale/TWCoinTypeTests.cpp +++ b/tests/chains/Everscale/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Evmos/SignerTests.cpp b/tests/chains/Evmos/SignerTests.cpp index 981bd727b27..f504b22744a 100644 --- a/tests/chains/Evmos/SignerTests.cpp +++ b/tests/chains/Evmos/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Evmos/TWAnyAddressTests.cpp b/tests/chains/Evmos/TWAnyAddressTests.cpp index 697b9400dd4..c4f87ce48ff 100644 --- a/tests/chains/Evmos/TWAnyAddressTests.cpp +++ b/tests/chains/Evmos/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Evmos/TWCoinTypeTests.cpp b/tests/chains/Evmos/TWCoinTypeTests.cpp index 73f12b7b68e..236dbd50cfd 100644 --- a/tests/chains/Evmos/TWCoinTypeTests.cpp +++ b/tests/chains/Evmos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Evmos/TransactionCompilerTests.cpp b/tests/chains/Evmos/TransactionCompilerTests.cpp index c58e374fb1d..e42f422e276 100644 --- a/tests/chains/Evmos/TransactionCompilerTests.cpp +++ b/tests/chains/Evmos/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/AddressTests.cpp b/tests/chains/FIO/AddressTests.cpp index 673d4dc130f..08c4bb140ef 100644 --- a/tests/chains/FIO/AddressTests.cpp +++ b/tests/chains/FIO/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/EncryptionTests.cpp b/tests/chains/FIO/EncryptionTests.cpp index 4065a54199e..28d6868870b 100644 --- a/tests/chains/FIO/EncryptionTests.cpp +++ b/tests/chains/FIO/EncryptionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/SignerTests.cpp b/tests/chains/FIO/SignerTests.cpp index 16d6299c4e2..a61e6435015 100644 --- a/tests/chains/FIO/SignerTests.cpp +++ b/tests/chains/FIO/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/TWCoinTypeTests.cpp b/tests/chains/FIO/TWCoinTypeTests.cpp index 4279a35fc85..e70d6026b42 100644 --- a/tests/chains/FIO/TWCoinTypeTests.cpp +++ b/tests/chains/FIO/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/TWFIOAccountTests.cpp b/tests/chains/FIO/TWFIOAccountTests.cpp index fc9b0e8a900..3bc1a297613 100644 --- a/tests/chains/FIO/TWFIOAccountTests.cpp +++ b/tests/chains/FIO/TWFIOAccountTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/TWFIOTests.cpp b/tests/chains/FIO/TWFIOTests.cpp index f3d0290515a..1f8c3885849 100644 --- a/tests/chains/FIO/TWFIOTests.cpp +++ b/tests/chains/FIO/TWFIOTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/FIO/TransactionBuilderTests.cpp b/tests/chains/FIO/TransactionBuilderTests.cpp index cc11ba5dfd6..3cf5694293b 100644 --- a/tests/chains/FIO/TransactionBuilderTests.cpp +++ b/tests/chains/FIO/TransactionBuilderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Fantom/TWCoinTypeTests.cpp b/tests/chains/Fantom/TWCoinTypeTests.cpp index 9d80853a8a8..18657be0a95 100644 --- a/tests/chains/Fantom/TWCoinTypeTests.cpp +++ b/tests/chains/Fantom/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Filecoin/TWAnySignerTests.cpp b/tests/chains/Filecoin/TWAnySignerTests.cpp index 1074abf4fa9..9afb35a22ba 100644 --- a/tests/chains/Filecoin/TWAnySignerTests.cpp +++ b/tests/chains/Filecoin/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Filecoin/TWCoinTypeTests.cpp b/tests/chains/Filecoin/TWCoinTypeTests.cpp index 6292d0be1e5..eac1cba46ea 100644 --- a/tests/chains/Filecoin/TWCoinTypeTests.cpp +++ b/tests/chains/Filecoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Firo/TWCoinTypeTests.cpp b/tests/chains/Firo/TWCoinTypeTests.cpp index 4e5a5752172..b8b7439b852 100644 --- a/tests/chains/Firo/TWCoinTypeTests.cpp +++ b/tests/chains/Firo/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Firo/TWZCoinAddressTests.cpp b/tests/chains/Firo/TWZCoinAddressTests.cpp index 415528c742b..faeb8625acd 100644 --- a/tests/chains/Firo/TWZCoinAddressTests.cpp +++ b/tests/chains/Firo/TWZCoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/GoChain/TWCoinTypeTests.cpp b/tests/chains/GoChain/TWCoinTypeTests.cpp index c2e469658c5..defbbd0f793 100644 --- a/tests/chains/GoChain/TWCoinTypeTests.cpp +++ b/tests/chains/GoChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Greenfield/TWAnyAddressTests.cpp b/tests/chains/Greenfield/TWAnyAddressTests.cpp index eb6b19293fe..071ddaf2085 100644 --- a/tests/chains/Greenfield/TWAnyAddressTests.cpp +++ b/tests/chains/Greenfield/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Greenfield/TWAnySignerTests.cpp b/tests/chains/Greenfield/TWAnySignerTests.cpp index c8ba0f795c7..70a0728a161 100644 --- a/tests/chains/Greenfield/TWAnySignerTests.cpp +++ b/tests/chains/Greenfield/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Greenfield/TWCoinTypeTests.cpp b/tests/chains/Greenfield/TWCoinTypeTests.cpp index 657ba1fca39..f33eb856005 100644 --- a/tests/chains/Greenfield/TWCoinTypeTests.cpp +++ b/tests/chains/Greenfield/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Greenfield/TransactionCompilerTests.cpp b/tests/chains/Greenfield/TransactionCompilerTests.cpp index ba5220babe1..b670b0b2991 100644 --- a/tests/chains/Greenfield/TransactionCompilerTests.cpp +++ b/tests/chains/Greenfield/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Groestlcoin/AddressTests.cpp b/tests/chains/Groestlcoin/AddressTests.cpp index 40c335a9f5b..3664025dc66 100644 --- a/tests/chains/Groestlcoin/AddressTests.cpp +++ b/tests/chains/Groestlcoin/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Groestlcoin/TWCoinTypeTests.cpp b/tests/chains/Groestlcoin/TWCoinTypeTests.cpp index d772b967c38..6441f7c512d 100644 --- a/tests/chains/Groestlcoin/TWCoinTypeTests.cpp +++ b/tests/chains/Groestlcoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Groestlcoin/TWGroestlcoinSigningTests.cpp b/tests/chains/Groestlcoin/TWGroestlcoinSigningTests.cpp index 02cd09d6e53..d5011ec6419 100644 --- a/tests/chains/Groestlcoin/TWGroestlcoinSigningTests.cpp +++ b/tests/chains/Groestlcoin/TWGroestlcoinSigningTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Groestlcoin/TWGroestlcoinTests.cpp b/tests/chains/Groestlcoin/TWGroestlcoinTests.cpp index 9dab12a0c3a..a3ea559a0ea 100644 --- a/tests/chains/Groestlcoin/TWGroestlcoinTests.cpp +++ b/tests/chains/Groestlcoin/TWGroestlcoinTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/AddressTests.cpp b/tests/chains/Harmony/AddressTests.cpp index 9bee16bec9d..281e819c0a1 100644 --- a/tests/chains/Harmony/AddressTests.cpp +++ b/tests/chains/Harmony/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/SignerTests.cpp b/tests/chains/Harmony/SignerTests.cpp index 33e4b97e391..848db896629 100644 --- a/tests/chains/Harmony/SignerTests.cpp +++ b/tests/chains/Harmony/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/StakingTests.cpp b/tests/chains/Harmony/StakingTests.cpp index 9f31e73339f..eba143a6510 100644 --- a/tests/chains/Harmony/StakingTests.cpp +++ b/tests/chains/Harmony/StakingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/TWAnyAddressTests.cpp b/tests/chains/Harmony/TWAnyAddressTests.cpp index 5aec01a7e94..ff5f7a97f25 100644 --- a/tests/chains/Harmony/TWAnyAddressTests.cpp +++ b/tests/chains/Harmony/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/TWAnySignerTests.cpp b/tests/chains/Harmony/TWAnySignerTests.cpp index 6613c7115ab..4728a02ed85 100644 --- a/tests/chains/Harmony/TWAnySignerTests.cpp +++ b/tests/chains/Harmony/TWAnySignerTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/TWCoinTypeTests.cpp b/tests/chains/Harmony/TWCoinTypeTests.cpp index eeeb509a962..936f5d17773 100644 --- a/tests/chains/Harmony/TWCoinTypeTests.cpp +++ b/tests/chains/Harmony/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Harmony/TWHarmonyStakingTests.cpp b/tests/chains/Harmony/TWHarmonyStakingTests.cpp index be9d1a07fea..8d1ca42ba90 100644 --- a/tests/chains/Harmony/TWHarmonyStakingTests.cpp +++ b/tests/chains/Harmony/TWHarmonyStakingTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Hedera/AddressTests.cpp b/tests/chains/Hedera/AddressTests.cpp index 672b0a7b106..2708d83bb95 100644 --- a/tests/chains/Hedera/AddressTests.cpp +++ b/tests/chains/Hedera/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Hedera/SignerTests.cpp b/tests/chains/Hedera/SignerTests.cpp index 2a61f3023ab..72990d7f683 100644 --- a/tests/chains/Hedera/SignerTests.cpp +++ b/tests/chains/Hedera/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Hedera/TWAnySignerTests.cpp b/tests/chains/Hedera/TWAnySignerTests.cpp index 8c62ac85af8..8904b938596 100644 --- a/tests/chains/Hedera/TWAnySignerTests.cpp +++ b/tests/chains/Hedera/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Hedera/TWCoinTypeTests.cpp b/tests/chains/Hedera/TWCoinTypeTests.cpp index 09d0ce4c875..046f3f93a28 100644 --- a/tests/chains/Hedera/TWCoinTypeTests.cpp +++ b/tests/chains/Hedera/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ICON/AddressTests.cpp b/tests/chains/ICON/AddressTests.cpp index b32d40044ba..2c3b72b39ca 100644 --- a/tests/chains/ICON/AddressTests.cpp +++ b/tests/chains/ICON/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ICON/TWAnySignerTests.cpp b/tests/chains/ICON/TWAnySignerTests.cpp index ee3ca846499..6b55d3f111a 100644 --- a/tests/chains/ICON/TWAnySignerTests.cpp +++ b/tests/chains/ICON/TWAnySignerTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ICON/TWCoinTypeTests.cpp b/tests/chains/ICON/TWCoinTypeTests.cpp index 0fb5661bf5b..776a735e0d4 100644 --- a/tests/chains/ICON/TWCoinTypeTests.cpp +++ b/tests/chains/ICON/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ICON/TransactionCompilerTests.cpp b/tests/chains/ICON/TransactionCompilerTests.cpp index 18efb781d63..8435f22079d 100644 --- a/tests/chains/ICON/TransactionCompilerTests.cpp +++ b/tests/chains/ICON/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IOST/AddressTests.cpp b/tests/chains/IOST/AddressTests.cpp index e088e411477..3cc06e69fed 100644 --- a/tests/chains/IOST/AddressTests.cpp +++ b/tests/chains/IOST/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ImmutableX/StarkKeyTests.cpp b/tests/chains/ImmutableX/StarkKeyTests.cpp index f1ef1fce5b4..0b55251274c 100644 --- a/tests/chains/ImmutableX/StarkKeyTests.cpp +++ b/tests/chains/ImmutableX/StarkKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/InternetComputer/TWAnyAddressTests.cpp b/tests/chains/InternetComputer/TWAnyAddressTests.cpp index 013ff0f158e..f94705b3eb7 100644 --- a/tests/chains/InternetComputer/TWAnyAddressTests.cpp +++ b/tests/chains/InternetComputer/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/InternetComputer/TWAnySignerTests.cpp b/tests/chains/InternetComputer/TWAnySignerTests.cpp index 71e4ba77e62..23e522d6233 100644 --- a/tests/chains/InternetComputer/TWAnySignerTests.cpp +++ b/tests/chains/InternetComputer/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/InternetComputer/TWCoinTypeTests.cpp b/tests/chains/InternetComputer/TWCoinTypeTests.cpp index ea7bbc624d1..89b562f4129 100644 --- a/tests/chains/InternetComputer/TWCoinTypeTests.cpp +++ b/tests/chains/InternetComputer/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IoTeX/AddressTests.cpp b/tests/chains/IoTeX/AddressTests.cpp index ca97adb50a4..d8b130f47fe 100644 --- a/tests/chains/IoTeX/AddressTests.cpp +++ b/tests/chains/IoTeX/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IoTeX/SignerTests.cpp b/tests/chains/IoTeX/SignerTests.cpp index 7b2787511d0..d66329b977e 100644 --- a/tests/chains/IoTeX/SignerTests.cpp +++ b/tests/chains/IoTeX/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IoTeX/StakingTests.cpp b/tests/chains/IoTeX/StakingTests.cpp index 3a0a2bcc7bd..427d59ac685 100644 --- a/tests/chains/IoTeX/StakingTests.cpp +++ b/tests/chains/IoTeX/StakingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IoTeX/TWAnySignerTests.cpp b/tests/chains/IoTeX/TWAnySignerTests.cpp index 814e352ce66..c82809e8b3d 100644 --- a/tests/chains/IoTeX/TWAnySignerTests.cpp +++ b/tests/chains/IoTeX/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/IoTeX/TWCoinTypeTests.cpp b/tests/chains/IoTeX/TWCoinTypeTests.cpp index 2ddfb56ee69..2f34e43dc21 100644 --- a/tests/chains/IoTeX/TWCoinTypeTests.cpp +++ b/tests/chains/IoTeX/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/KavaEvm/TWCoinTypeTests.cpp b/tests/chains/KavaEvm/TWCoinTypeTests.cpp index 3c2af143611..5c4ead11020 100644 --- a/tests/chains/KavaEvm/TWCoinTypeTests.cpp +++ b/tests/chains/KavaEvm/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Kin/TWCoinTypeTests.cpp b/tests/chains/Kin/TWCoinTypeTests.cpp index 2e52babb04a..50f207e0399 100644 --- a/tests/chains/Kin/TWCoinTypeTests.cpp +++ b/tests/chains/Kin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Klaytn/TWCoinTypeTests.cpp b/tests/chains/Klaytn/TWCoinTypeTests.cpp index 3ecccb32471..81fa1337f46 100644 --- a/tests/chains/Klaytn/TWCoinTypeTests.cpp +++ b/tests/chains/Klaytn/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/KuCoinCommunityChain/TWCoinTypeTests.cpp b/tests/chains/KuCoinCommunityChain/TWCoinTypeTests.cpp index 71dbe3758ef..8c1be34c1b8 100644 --- a/tests/chains/KuCoinCommunityChain/TWCoinTypeTests.cpp +++ b/tests/chains/KuCoinCommunityChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Kusama/AddressTests.cpp b/tests/chains/Kusama/AddressTests.cpp index eed8c10c2f5..7bf1a65ff64 100644 --- a/tests/chains/Kusama/AddressTests.cpp +++ b/tests/chains/Kusama/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Kusama/SignerTests.cpp b/tests/chains/Kusama/SignerTests.cpp index 4c18ddaa015..6f36e65ec59 100644 --- a/tests/chains/Kusama/SignerTests.cpp +++ b/tests/chains/Kusama/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Kusama/TWAnySignerTests.cpp b/tests/chains/Kusama/TWAnySignerTests.cpp index 82ecfd4cc82..08b99fbfc12 100644 --- a/tests/chains/Kusama/TWAnySignerTests.cpp +++ b/tests/chains/Kusama/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Kusama/TWCoinTypeTests.cpp b/tests/chains/Kusama/TWCoinTypeTests.cpp index d43a8d6d2a3..71ee0847c61 100644 --- a/tests/chains/Kusama/TWCoinTypeTests.cpp +++ b/tests/chains/Kusama/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Linea/TWCoinTypeTests.cpp b/tests/chains/Linea/TWCoinTypeTests.cpp index 534df3a19d5..f3edaa12211 100644 --- a/tests/chains/Linea/TWCoinTypeTests.cpp +++ b/tests/chains/Linea/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Litecoin/LitecoinAddressTests.cpp b/tests/chains/Litecoin/LitecoinAddressTests.cpp index 89ad34ebcdd..06a552cbf14 100644 --- a/tests/chains/Litecoin/LitecoinAddressTests.cpp +++ b/tests/chains/Litecoin/LitecoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Litecoin/TWCoinTypeTests.cpp b/tests/chains/Litecoin/TWCoinTypeTests.cpp index d16b1f56c90..a46746cb260 100644 --- a/tests/chains/Litecoin/TWCoinTypeTests.cpp +++ b/tests/chains/Litecoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Litecoin/TWLitecoinTests.cpp b/tests/chains/Litecoin/TWLitecoinTests.cpp index 423fd665b41..782aa19a6d6 100644 --- a/tests/chains/Litecoin/TWLitecoinTests.cpp +++ b/tests/chains/Litecoin/TWLitecoinTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MantaPacific/TWCoinTypeTests.cpp b/tests/chains/MantaPacific/TWCoinTypeTests.cpp index 4f053c7fc01..5bb86f40c0a 100644 --- a/tests/chains/MantaPacific/TWCoinTypeTests.cpp +++ b/tests/chains/MantaPacific/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Mantle/TWCoinTypeTests.cpp b/tests/chains/Mantle/TWCoinTypeTests.cpp index 85483037897..a9a9c94f0c4 100644 --- a/tests/chains/Mantle/TWCoinTypeTests.cpp +++ b/tests/chains/Mantle/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Meter/TWCoinTypeTests.cpp b/tests/chains/Meter/TWCoinTypeTests.cpp index da05941fe5c..0cc63661f33 100644 --- a/tests/chains/Meter/TWCoinTypeTests.cpp +++ b/tests/chains/Meter/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Metis/TWCoinTypeTests.cpp b/tests/chains/Metis/TWCoinTypeTests.cpp index 94a0cc8a950..83d1a0d5108 100644 --- a/tests/chains/Metis/TWCoinTypeTests.cpp +++ b/tests/chains/Metis/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Monacoin/TWCoinTypeTests.cpp b/tests/chains/Monacoin/TWCoinTypeTests.cpp index a9196f410ee..ad5c730e8e2 100644 --- a/tests/chains/Monacoin/TWCoinTypeTests.cpp +++ b/tests/chains/Monacoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Monacoin/TWMonacoinAddressTests.cpp b/tests/chains/Monacoin/TWMonacoinAddressTests.cpp index 7cfbfe9f629..734ca23bddd 100644 --- a/tests/chains/Monacoin/TWMonacoinAddressTests.cpp +++ b/tests/chains/Monacoin/TWMonacoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Monacoin/TWMonacoinTransactionTests.cpp b/tests/chains/Monacoin/TWMonacoinTransactionTests.cpp index 66cc43ad2bd..fcf1a1bbdb7 100644 --- a/tests/chains/Monacoin/TWMonacoinTransactionTests.cpp +++ b/tests/chains/Monacoin/TWMonacoinTransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Moonbeam/TWCoinTypeTests.cpp b/tests/chains/Moonbeam/TWCoinTypeTests.cpp index 75de7b42232..793dbab2733 100644 --- a/tests/chains/Moonbeam/TWCoinTypeTests.cpp +++ b/tests/chains/Moonbeam/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Moonriver/TWCoinTypeTests.cpp b/tests/chains/Moonriver/TWCoinTypeTests.cpp index dcec5f291d7..3b5b83dfb34 100644 --- a/tests/chains/Moonriver/TWCoinTypeTests.cpp +++ b/tests/chains/Moonriver/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/AddressTests.cpp b/tests/chains/MultiversX/AddressTests.cpp index 0fe0d626c6e..49719a1d553 100644 --- a/tests/chains/MultiversX/AddressTests.cpp +++ b/tests/chains/MultiversX/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/SerializationTests.cpp b/tests/chains/MultiversX/SerializationTests.cpp index 6b55ec56825..06098b43511 100644 --- a/tests/chains/MultiversX/SerializationTests.cpp +++ b/tests/chains/MultiversX/SerializationTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/SignerTests.cpp b/tests/chains/MultiversX/SignerTests.cpp index 42136ac1c0b..bf0175d5c0d 100644 --- a/tests/chains/MultiversX/SignerTests.cpp +++ b/tests/chains/MultiversX/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/TWAnySignerTests.cpp b/tests/chains/MultiversX/TWAnySignerTests.cpp index cad331fddb1..5fc152e43df 100644 --- a/tests/chains/MultiversX/TWAnySignerTests.cpp +++ b/tests/chains/MultiversX/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/TWCoinTypeTests.cpp b/tests/chains/MultiversX/TWCoinTypeTests.cpp index 8dad4779c47..ba60e3fe443 100644 --- a/tests/chains/MultiversX/TWCoinTypeTests.cpp +++ b/tests/chains/MultiversX/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/TestAccounts.h b/tests/chains/MultiversX/TestAccounts.h index 17bed05027c..7a0823528a9 100644 --- a/tests/chains/MultiversX/TestAccounts.h +++ b/tests/chains/MultiversX/TestAccounts.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/MultiversX/TransactionFactoryTests.cpp b/tests/chains/MultiversX/TransactionFactoryTests.cpp index f61e2af8744..b8fc4572029 100644 --- a/tests/chains/MultiversX/TransactionFactoryTests.cpp +++ b/tests/chains/MultiversX/TransactionFactoryTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/AccountTests.cpp b/tests/chains/NEAR/AccountTests.cpp index 476b43830d5..36e42cfb8e9 100644 --- a/tests/chains/NEAR/AccountTests.cpp +++ b/tests/chains/NEAR/AccountTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/AddressTests.cpp b/tests/chains/NEAR/AddressTests.cpp index 9bad02940de..975e1a0cd30 100644 --- a/tests/chains/NEAR/AddressTests.cpp +++ b/tests/chains/NEAR/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/SerializationTests.cpp b/tests/chains/NEAR/SerializationTests.cpp index d598656f126..41c92211dec 100644 --- a/tests/chains/NEAR/SerializationTests.cpp +++ b/tests/chains/NEAR/SerializationTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/SignerTests.cpp b/tests/chains/NEAR/SignerTests.cpp index ba02c5a17ec..58aa4ed4a27 100644 --- a/tests/chains/NEAR/SignerTests.cpp +++ b/tests/chains/NEAR/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/TWAnySignerTests.cpp b/tests/chains/NEAR/TWAnySignerTests.cpp index cc9192f58f2..1b6aea4efef 100644 --- a/tests/chains/NEAR/TWAnySignerTests.cpp +++ b/tests/chains/NEAR/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/TWCoinTypeTests.cpp b/tests/chains/NEAR/TWCoinTypeTests.cpp index b6e310a641e..068aba6e6e9 100644 --- a/tests/chains/NEAR/TWCoinTypeTests.cpp +++ b/tests/chains/NEAR/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEAR/TWNEARAccountTests.cpp b/tests/chains/NEAR/TWNEARAccountTests.cpp index 39735df5b38..20f5b0081b2 100644 --- a/tests/chains/NEAR/TWNEARAccountTests.cpp +++ b/tests/chains/NEAR/TWNEARAccountTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/AddressTests.cpp b/tests/chains/NEO/AddressTests.cpp index bef89352c17..52aa4c48179 100644 --- a/tests/chains/NEO/AddressTests.cpp +++ b/tests/chains/NEO/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/CoinReferenceTests.cpp b/tests/chains/NEO/CoinReferenceTests.cpp index b6167bf825c..d0443d88abc 100644 --- a/tests/chains/NEO/CoinReferenceTests.cpp +++ b/tests/chains/NEO/CoinReferenceTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/SignerTests.cpp b/tests/chains/NEO/SignerTests.cpp index 643ea53a5b9..0b5a59f6f01 100644 --- a/tests/chains/NEO/SignerTests.cpp +++ b/tests/chains/NEO/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/TWAnySignerTests.cpp b/tests/chains/NEO/TWAnySignerTests.cpp index 3f6770b6fb2..bbf11f7fbf9 100644 --- a/tests/chains/NEO/TWAnySignerTests.cpp +++ b/tests/chains/NEO/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/TWCoinTypeTests.cpp b/tests/chains/NEO/TWCoinTypeTests.cpp index 6eb46899db5..db20f850598 100644 --- a/tests/chains/NEO/TWCoinTypeTests.cpp +++ b/tests/chains/NEO/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/TransactionAttributeTests.cpp b/tests/chains/NEO/TransactionAttributeTests.cpp index 0ed457fc9f8..251a49fa799 100644 --- a/tests/chains/NEO/TransactionAttributeTests.cpp +++ b/tests/chains/NEO/TransactionAttributeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/TransactionOutputTests.cpp b/tests/chains/NEO/TransactionOutputTests.cpp index c7bcd4ef0e2..9a152fdfa0a 100644 --- a/tests/chains/NEO/TransactionOutputTests.cpp +++ b/tests/chains/NEO/TransactionOutputTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/TransactionTests.cpp b/tests/chains/NEO/TransactionTests.cpp index 0d3f252b978..85d0f13af8d 100644 --- a/tests/chains/NEO/TransactionTests.cpp +++ b/tests/chains/NEO/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NEO/WitnessTests.cpp b/tests/chains/NEO/WitnessTests.cpp index c597814c1cf..a00f893da30 100644 --- a/tests/chains/NEO/WitnessTests.cpp +++ b/tests/chains/NEO/WitnessTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NULS/AddressTests.cpp b/tests/chains/NULS/AddressTests.cpp index f9762480ed2..265a49bd9c4 100644 --- a/tests/chains/NULS/AddressTests.cpp +++ b/tests/chains/NULS/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NULS/TWAnySignerTests.cpp b/tests/chains/NULS/TWAnySignerTests.cpp index 6baa41031b6..dbdc23c0873 100644 --- a/tests/chains/NULS/TWAnySignerTests.cpp +++ b/tests/chains/NULS/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/NULS/TWCoinTypeTests.cpp b/tests/chains/NULS/TWCoinTypeTests.cpp index 361db572e09..77ec3722a8f 100644 --- a/tests/chains/NULS/TWCoinTypeTests.cpp +++ b/tests/chains/NULS/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nano/AddressTests.cpp b/tests/chains/Nano/AddressTests.cpp index 68cf56f8eac..1a313faeaf9 100644 --- a/tests/chains/Nano/AddressTests.cpp +++ b/tests/chains/Nano/AddressTests.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nano/SignerTests.cpp b/tests/chains/Nano/SignerTests.cpp index 051146da28e..8206fcedde8 100644 --- a/tests/chains/Nano/SignerTests.cpp +++ b/tests/chains/Nano/SignerTests.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nano/TWAnySignerTests.cpp b/tests/chains/Nano/TWAnySignerTests.cpp index 20b2da029ea..bd750785e9d 100644 --- a/tests/chains/Nano/TWAnySignerTests.cpp +++ b/tests/chains/Nano/TWAnySignerTests.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nano/TWCoinTypeTests.cpp b/tests/chains/Nano/TWCoinTypeTests.cpp index 87a8ee6ef1e..59d57198cd3 100644 --- a/tests/chains/Nano/TWCoinTypeTests.cpp +++ b/tests/chains/Nano/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nano/TWNanoAddressTests.cpp b/tests/chains/Nano/TWNanoAddressTests.cpp index 99493679867..72b96e9684a 100644 --- a/tests/chains/Nano/TWNanoAddressTests.cpp +++ b/tests/chains/Nano/TWNanoAddressTests.cpp @@ -1,5 +1,5 @@ // Copyright © 2019 Mart Roosmaa. -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/AddressTests.cpp b/tests/chains/Nebl/AddressTests.cpp index 18ba796ddd9..7269ee5fae5 100644 --- a/tests/chains/Nebl/AddressTests.cpp +++ b/tests/chains/Nebl/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/SignerTests.cpp b/tests/chains/Nebl/SignerTests.cpp index 678c7b4012f..8be939dfcc5 100644 --- a/tests/chains/Nebl/SignerTests.cpp +++ b/tests/chains/Nebl/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/TWAnySignerTests.cpp b/tests/chains/Nebl/TWAnySignerTests.cpp index 9e260dac610..48d0b118230 100644 --- a/tests/chains/Nebl/TWAnySignerTests.cpp +++ b/tests/chains/Nebl/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/TWCoinTypeTests.cpp b/tests/chains/Nebl/TWCoinTypeTests.cpp index d83b97e98ac..03017c310f2 100644 --- a/tests/chains/Nebl/TWCoinTypeTests.cpp +++ b/tests/chains/Nebl/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/TWNeblAddressTests.cpp b/tests/chains/Nebl/TWNeblAddressTests.cpp index 146b9403082..f9b866f9408 100644 --- a/tests/chains/Nebl/TWNeblAddressTests.cpp +++ b/tests/chains/Nebl/TWNeblAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/TransactionBuilderTests.cpp b/tests/chains/Nebl/TransactionBuilderTests.cpp index 5a4fd273950..45a57f343ac 100644 --- a/tests/chains/Nebl/TransactionBuilderTests.cpp +++ b/tests/chains/Nebl/TransactionBuilderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebl/TransactionCompilerTests.cpp b/tests/chains/Nebl/TransactionCompilerTests.cpp index 213232b07ac..ad05ac267f0 100644 --- a/tests/chains/Nebl/TransactionCompilerTests.cpp +++ b/tests/chains/Nebl/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/AddressTests.cpp b/tests/chains/Nebulas/AddressTests.cpp index 504134a330c..ebae561f8e5 100644 --- a/tests/chains/Nebulas/AddressTests.cpp +++ b/tests/chains/Nebulas/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/SignerTests.cpp b/tests/chains/Nebulas/SignerTests.cpp index a9b3001b7e3..40888f7d1f7 100644 --- a/tests/chains/Nebulas/SignerTests.cpp +++ b/tests/chains/Nebulas/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/TWAnySignerTests.cpp b/tests/chains/Nebulas/TWAnySignerTests.cpp index 2ca8e053d19..fd4a5c9deea 100644 --- a/tests/chains/Nebulas/TWAnySignerTests.cpp +++ b/tests/chains/Nebulas/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/TWCoinTypeTests.cpp b/tests/chains/Nebulas/TWCoinTypeTests.cpp index 9c63f7aee70..f2fca291b89 100644 --- a/tests/chains/Nebulas/TWCoinTypeTests.cpp +++ b/tests/chains/Nebulas/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/TWNebulasAddressTests.cpp b/tests/chains/Nebulas/TWNebulasAddressTests.cpp index 62dffd04c12..8522482feed 100644 --- a/tests/chains/Nebulas/TWNebulasAddressTests.cpp +++ b/tests/chains/Nebulas/TWNebulasAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nebulas/TransactionTests.cpp b/tests/chains/Nebulas/TransactionTests.cpp index 607b9648b8f..ed02f9c4664 100644 --- a/tests/chains/Nebulas/TransactionTests.cpp +++ b/tests/chains/Nebulas/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Neon/TWCoinTypeTests.cpp b/tests/chains/Neon/TWCoinTypeTests.cpp index 9335530a0fc..75d4f1725ed 100644 --- a/tests/chains/Neon/TWCoinTypeTests.cpp +++ b/tests/chains/Neon/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/AddressTests.cpp b/tests/chains/Nervos/AddressTests.cpp index e0797afb3dd..96ded98cb65 100644 --- a/tests/chains/Nervos/AddressTests.cpp +++ b/tests/chains/Nervos/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/SignerTests.cpp b/tests/chains/Nervos/SignerTests.cpp index ec129c6f640..3ee68f1257e 100644 --- a/tests/chains/Nervos/SignerTests.cpp +++ b/tests/chains/Nervos/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/TWAnyAddressTests.cpp b/tests/chains/Nervos/TWAnyAddressTests.cpp index f2822dcfc50..173d781c2ad 100644 --- a/tests/chains/Nervos/TWAnyAddressTests.cpp +++ b/tests/chains/Nervos/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/TWAnySignerTests.cpp b/tests/chains/Nervos/TWAnySignerTests.cpp index bf6d55115bf..c0c5600856a 100644 --- a/tests/chains/Nervos/TWAnySignerTests.cpp +++ b/tests/chains/Nervos/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/TWCoinTypeTests.cpp b/tests/chains/Nervos/TWCoinTypeTests.cpp index 7b0a5870099..13596baf51d 100644 --- a/tests/chains/Nervos/TWCoinTypeTests.cpp +++ b/tests/chains/Nervos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nervos/TWNervosAddressTests.cpp b/tests/chains/Nervos/TWNervosAddressTests.cpp index 2f537d049bf..f485f7d69dc 100644 --- a/tests/chains/Nervos/TWNervosAddressTests.cpp +++ b/tests/chains/Nervos/TWNervosAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nimiq/AddressTests.cpp b/tests/chains/Nimiq/AddressTests.cpp index 937ce7ec4b8..bd644572d63 100644 --- a/tests/chains/Nimiq/AddressTests.cpp +++ b/tests/chains/Nimiq/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nimiq/SignerTests.cpp b/tests/chains/Nimiq/SignerTests.cpp index b99b3006768..7075d7b8fcc 100644 --- a/tests/chains/Nimiq/SignerTests.cpp +++ b/tests/chains/Nimiq/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nimiq/TWAnySignerTests.cpp b/tests/chains/Nimiq/TWAnySignerTests.cpp index e47bcc057e5..784b17328c9 100644 --- a/tests/chains/Nimiq/TWAnySignerTests.cpp +++ b/tests/chains/Nimiq/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nimiq/TWCoinTypeTests.cpp b/tests/chains/Nimiq/TWCoinTypeTests.cpp index a5411b5d53b..06b715e7da9 100644 --- a/tests/chains/Nimiq/TWCoinTypeTests.cpp +++ b/tests/chains/Nimiq/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Nimiq/TransactionTests.cpp b/tests/chains/Nimiq/TransactionTests.cpp index 55cf3d276d0..b3e3f80b5f1 100644 --- a/tests/chains/Nimiq/TransactionTests.cpp +++ b/tests/chains/Nimiq/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/OKXChain/TWCoinTypeTests.cpp b/tests/chains/OKXChain/TWCoinTypeTests.cpp index 4741a154cc5..6af496f0655 100644 --- a/tests/chains/OKXChain/TWCoinTypeTests.cpp +++ b/tests/chains/OKXChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Oasis/AddressTests.cpp b/tests/chains/Oasis/AddressTests.cpp index 2f5a5aae988..9c747e215e5 100644 --- a/tests/chains/Oasis/AddressTests.cpp +++ b/tests/chains/Oasis/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Oasis/SignerTests.cpp b/tests/chains/Oasis/SignerTests.cpp index 38228588bae..c3a4fc36315 100644 --- a/tests/chains/Oasis/SignerTests.cpp +++ b/tests/chains/Oasis/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Oasis/TWAnySignerTests.cpp b/tests/chains/Oasis/TWAnySignerTests.cpp index 036cad243e6..94468f52d5b 100644 --- a/tests/chains/Oasis/TWAnySignerTests.cpp +++ b/tests/chains/Oasis/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Oasis/TWCoinTypeTests.cpp b/tests/chains/Oasis/TWCoinTypeTests.cpp index 19bb42436cf..73d4affba2b 100644 --- a/tests/chains/Oasis/TWCoinTypeTests.cpp +++ b/tests/chains/Oasis/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/AccountTests.cpp b/tests/chains/Ontology/AccountTests.cpp index b95586c27ed..e34cf3c35e9 100644 --- a/tests/chains/Ontology/AccountTests.cpp +++ b/tests/chains/Ontology/AccountTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/AddressTests.cpp b/tests/chains/Ontology/AddressTests.cpp index 95cc3147123..759b5276ea1 100644 --- a/tests/chains/Ontology/AddressTests.cpp +++ b/tests/chains/Ontology/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/Oep4Tests.cpp b/tests/chains/Ontology/Oep4Tests.cpp index a0cb87f8d90..74cd16a5483 100644 --- a/tests/chains/Ontology/Oep4Tests.cpp +++ b/tests/chains/Ontology/Oep4Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/OngTests.cpp b/tests/chains/Ontology/OngTests.cpp index fcea1ec34e6..470de8aeccb 100644 --- a/tests/chains/Ontology/OngTests.cpp +++ b/tests/chains/Ontology/OngTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/OntTests.cpp b/tests/chains/Ontology/OntTests.cpp index a645eb49708..ccb9a6983c2 100644 --- a/tests/chains/Ontology/OntTests.cpp +++ b/tests/chains/Ontology/OntTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/ParamsBuilderTests.cpp b/tests/chains/Ontology/ParamsBuilderTests.cpp index d90f3c7a698..54507d68d3e 100644 --- a/tests/chains/Ontology/ParamsBuilderTests.cpp +++ b/tests/chains/Ontology/ParamsBuilderTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/TWAnySignerTests.cpp b/tests/chains/Ontology/TWAnySignerTests.cpp index 64558fc5be3..b5b371c1a8f 100644 --- a/tests/chains/Ontology/TWAnySignerTests.cpp +++ b/tests/chains/Ontology/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/TWCoinTypeTests.cpp b/tests/chains/Ontology/TWCoinTypeTests.cpp index 79171b64b7a..34571e10e49 100644 --- a/tests/chains/Ontology/TWCoinTypeTests.cpp +++ b/tests/chains/Ontology/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ontology/TransactionTests.cpp b/tests/chains/Ontology/TransactionTests.cpp index 1aaab639fd1..831d076d891 100644 --- a/tests/chains/Ontology/TransactionTests.cpp +++ b/tests/chains/Ontology/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/OpBNBtestnet/TWCoinTypeTests.cpp b/tests/chains/OpBNBtestnet/TWCoinTypeTests.cpp index 12b126c45ea..52241cb71b5 100644 --- a/tests/chains/OpBNBtestnet/TWCoinTypeTests.cpp +++ b/tests/chains/OpBNBtestnet/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Optimism/TWCoinTypeTests.cpp b/tests/chains/Optimism/TWCoinTypeTests.cpp index 50eadccbad3..a5e2b1b0de9 100644 --- a/tests/chains/Optimism/TWCoinTypeTests.cpp +++ b/tests/chains/Optimism/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/POANetwork/TWCoinTypeTests.cpp b/tests/chains/POANetwork/TWCoinTypeTests.cpp index 19537398c1e..f4e805b4b28 100644 --- a/tests/chains/POANetwork/TWCoinTypeTests.cpp +++ b/tests/chains/POANetwork/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Pivx/AddressTests.cpp b/tests/chains/Pivx/AddressTests.cpp index f6075bc5f1a..c1380d2fdb0 100644 --- a/tests/chains/Pivx/AddressTests.cpp +++ b/tests/chains/Pivx/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Pivx/TWAnyAddressTests.cpp b/tests/chains/Pivx/TWAnyAddressTests.cpp index d4e0840d9cd..39c8f3566e0 100644 --- a/tests/chains/Pivx/TWAnyAddressTests.cpp +++ b/tests/chains/Pivx/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Pivx/TWCoinTypeTests.cpp b/tests/chains/Pivx/TWCoinTypeTests.cpp index c73ad2b3390..182bebc4362 100644 --- a/tests/chains/Pivx/TWCoinTypeTests.cpp +++ b/tests/chains/Pivx/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Pivx/TransactionCompilerTests.cpp b/tests/chains/Pivx/TransactionCompilerTests.cpp index efaf999e356..01051645a9a 100644 --- a/tests/chains/Pivx/TransactionCompilerTests.cpp +++ b/tests/chains/Pivx/TransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polkadot/AddressTests.cpp b/tests/chains/Polkadot/AddressTests.cpp index 98fa39772f2..e9c0c42bdce 100644 --- a/tests/chains/Polkadot/AddressTests.cpp +++ b/tests/chains/Polkadot/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polkadot/SS58AddressTests.cpp b/tests/chains/Polkadot/SS58AddressTests.cpp index b7a7aba3fb2..33cea2cee64 100644 --- a/tests/chains/Polkadot/SS58AddressTests.cpp +++ b/tests/chains/Polkadot/SS58AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polkadot/ScaleCodecTests.cpp b/tests/chains/Polkadot/ScaleCodecTests.cpp index d61ba217b63..de229e2ade1 100644 --- a/tests/chains/Polkadot/ScaleCodecTests.cpp +++ b/tests/chains/Polkadot/ScaleCodecTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polkadot/SignerTests.cpp b/tests/chains/Polkadot/SignerTests.cpp index eaf3a2913a3..ce4199e2560 100644 --- a/tests/chains/Polkadot/SignerTests.cpp +++ b/tests/chains/Polkadot/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polkadot/TWCoinTypeTests.cpp b/tests/chains/Polkadot/TWCoinTypeTests.cpp index 6bda66d2f96..e91f2a86277 100644 --- a/tests/chains/Polkadot/TWCoinTypeTests.cpp +++ b/tests/chains/Polkadot/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Polygon/TWCoinTypeTests.cpp b/tests/chains/Polygon/TWCoinTypeTests.cpp index 992e52df91d..4746eae6753 100644 --- a/tests/chains/Polygon/TWCoinTypeTests.cpp +++ b/tests/chains/Polygon/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/PolygonZkEvm/TWCoinTypeTests.cpp b/tests/chains/PolygonZkEvm/TWCoinTypeTests.cpp index ea8b21db7a8..bb55cafcd1d 100644 --- a/tests/chains/PolygonZkEvm/TWCoinTypeTests.cpp +++ b/tests/chains/PolygonZkEvm/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Qtum/TWCoinTypeTests.cpp b/tests/chains/Qtum/TWCoinTypeTests.cpp index 8b7cd06e89d..47f6d67428e 100644 --- a/tests/chains/Qtum/TWCoinTypeTests.cpp +++ b/tests/chains/Qtum/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Qtum/TWQtumAddressTests.cpp b/tests/chains/Qtum/TWQtumAddressTests.cpp index 9bbccf926f2..bcb15e33594 100644 --- a/tests/chains/Qtum/TWQtumAddressTests.cpp +++ b/tests/chains/Qtum/TWQtumAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ravencoin/TWCoinTypeTests.cpp b/tests/chains/Ravencoin/TWCoinTypeTests.cpp index 1a78402e7c9..00a8612c316 100644 --- a/tests/chains/Ravencoin/TWCoinTypeTests.cpp +++ b/tests/chains/Ravencoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ravencoin/TWRavencoinTransactionTests.cpp b/tests/chains/Ravencoin/TWRavencoinTransactionTests.cpp index 44b354d0b1e..f98bc870721 100644 --- a/tests/chains/Ravencoin/TWRavencoinTransactionTests.cpp +++ b/tests/chains/Ravencoin/TWRavencoinTransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ronin/TWAnyAddressTests.cpp b/tests/chains/Ronin/TWAnyAddressTests.cpp index 7bb11ed3560..468b1fa48c0 100644 --- a/tests/chains/Ronin/TWAnyAddressTests.cpp +++ b/tests/chains/Ronin/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ronin/TWAnySignerTests.cpp b/tests/chains/Ronin/TWAnySignerTests.cpp index f9a6ebad9fa..67708264c9d 100644 --- a/tests/chains/Ronin/TWAnySignerTests.cpp +++ b/tests/chains/Ronin/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Ronin/TWCoinTypeTests.cpp b/tests/chains/Ronin/TWCoinTypeTests.cpp index ab90321df83..343d32f01cd 100644 --- a/tests/chains/Ronin/TWCoinTypeTests.cpp +++ b/tests/chains/Ronin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Rootstock/TWCoinTypeTests.cpp b/tests/chains/Rootstock/TWCoinTypeTests.cpp index adf559b3644..174de935178 100644 --- a/tests/chains/Rootstock/TWCoinTypeTests.cpp +++ b/tests/chains/Rootstock/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Scroll/TWAnySignerTests.cpp b/tests/chains/Scroll/TWAnySignerTests.cpp index 8d00ce21d66..83b29a1069a 100644 --- a/tests/chains/Scroll/TWAnySignerTests.cpp +++ b/tests/chains/Scroll/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Scroll/TWCoinTypeTests.cpp b/tests/chains/Scroll/TWCoinTypeTests.cpp index fe07ff53096..ebf344475e6 100644 --- a/tests/chains/Scroll/TWCoinTypeTests.cpp +++ b/tests/chains/Scroll/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp b/tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp index 4ec3646ce34..b01133d520d 100644 --- a/tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp +++ b/tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/AddressTests.cpp b/tests/chains/Solana/AddressTests.cpp index 1a3196f5d69..52d87f383a9 100644 --- a/tests/chains/Solana/AddressTests.cpp +++ b/tests/chains/Solana/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/ProgramTests.cpp b/tests/chains/Solana/ProgramTests.cpp index 578c7151954..3844a146a13 100644 --- a/tests/chains/Solana/ProgramTests.cpp +++ b/tests/chains/Solana/ProgramTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/SignerTests.cpp b/tests/chains/Solana/SignerTests.cpp index 97a3a304cc2..5a355979e7f 100644 --- a/tests/chains/Solana/SignerTests.cpp +++ b/tests/chains/Solana/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/TWAnySignerTests.cpp b/tests/chains/Solana/TWAnySignerTests.cpp index a3a867c29ee..0108f4686ff 100644 --- a/tests/chains/Solana/TWAnySignerTests.cpp +++ b/tests/chains/Solana/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/TWCoinTypeTests.cpp b/tests/chains/Solana/TWCoinTypeTests.cpp index a2e4de41f0f..c276eb06d17 100644 --- a/tests/chains/Solana/TWCoinTypeTests.cpp +++ b/tests/chains/Solana/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/TWSolanaAddressTests.cpp b/tests/chains/Solana/TWSolanaAddressTests.cpp index f264ff83ca5..557418ca59a 100644 --- a/tests/chains/Solana/TWSolanaAddressTests.cpp +++ b/tests/chains/Solana/TWSolanaAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Solana/TransactionTests.cpp b/tests/chains/Solana/TransactionTests.cpp index 6a7a53f1e1e..cc2392d624c 100644 --- a/tests/chains/Solana/TransactionTests.cpp +++ b/tests/chains/Solana/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/StarkEx/MessageSignerTests.cpp b/tests/chains/StarkEx/MessageSignerTests.cpp index 42d43604298..9b27af46162 100644 --- a/tests/chains/StarkEx/MessageSignerTests.cpp +++ b/tests/chains/StarkEx/MessageSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Stellar/AddressTests.cpp b/tests/chains/Stellar/AddressTests.cpp index 3b9b7f5cfd9..54dd2c99984 100644 --- a/tests/chains/Stellar/AddressTests.cpp +++ b/tests/chains/Stellar/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Stellar/TWAnySignerTests.cpp b/tests/chains/Stellar/TWAnySignerTests.cpp index 81c4f1f3ca5..d7315aae5da 100644 --- a/tests/chains/Stellar/TWAnySignerTests.cpp +++ b/tests/chains/Stellar/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Stellar/TWCoinTypeTests.cpp b/tests/chains/Stellar/TWCoinTypeTests.cpp index f9a31043da0..f9f3339b1a7 100644 --- a/tests/chains/Stellar/TWCoinTypeTests.cpp +++ b/tests/chains/Stellar/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Stellar/TWStellarAddressTests.cpp b/tests/chains/Stellar/TWStellarAddressTests.cpp index dad0ef2dcfd..0ac2ee31c4c 100644 --- a/tests/chains/Stellar/TWStellarAddressTests.cpp +++ b/tests/chains/Stellar/TWStellarAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Stellar/TransactionTests.cpp b/tests/chains/Stellar/TransactionTests.cpp index 1de448313d9..01c83f7475a 100644 --- a/tests/chains/Stellar/TransactionTests.cpp +++ b/tests/chains/Stellar/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Sui/AddressTests.cpp b/tests/chains/Sui/AddressTests.cpp index 0ced66e12ed..416ce5409ac 100644 --- a/tests/chains/Sui/AddressTests.cpp +++ b/tests/chains/Sui/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Sui/CompilerTests.cpp b/tests/chains/Sui/CompilerTests.cpp index 0b94cd53781..b9825563748 100644 --- a/tests/chains/Sui/CompilerTests.cpp +++ b/tests/chains/Sui/CompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Sui/SignerTests.cpp b/tests/chains/Sui/SignerTests.cpp index c261dc501ca..32c7041b952 100644 --- a/tests/chains/Sui/SignerTests.cpp +++ b/tests/chains/Sui/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Sui/TWCoinTypeTests.cpp b/tests/chains/Sui/TWCoinTypeTests.cpp index ef021d1c58d..8a7a304a5bd 100644 --- a/tests/chains/Sui/TWCoinTypeTests.cpp +++ b/tests/chains/Sui/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/AddressTests.cpp b/tests/chains/Tezos/AddressTests.cpp index 62d0a8d4801..69c07e497ec 100644 --- a/tests/chains/Tezos/AddressTests.cpp +++ b/tests/chains/Tezos/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/ForgingTests.cpp b/tests/chains/Tezos/ForgingTests.cpp index fb50b907dca..e82d5651095 100644 --- a/tests/chains/Tezos/ForgingTests.cpp +++ b/tests/chains/Tezos/ForgingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/MessageSignerTests.cpp b/tests/chains/Tezos/MessageSignerTests.cpp index 4fc6faa70c8..3b05a074205 100644 --- a/tests/chains/Tezos/MessageSignerTests.cpp +++ b/tests/chains/Tezos/MessageSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/OperationListTests.cpp b/tests/chains/Tezos/OperationListTests.cpp index ea42fe028be..efddb9aa203 100644 --- a/tests/chains/Tezos/OperationListTests.cpp +++ b/tests/chains/Tezos/OperationListTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/PublicKeyTests.cpp b/tests/chains/Tezos/PublicKeyTests.cpp index 3131c388e92..c6dbe24d3bc 100644 --- a/tests/chains/Tezos/PublicKeyTests.cpp +++ b/tests/chains/Tezos/PublicKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/SignerTests.cpp b/tests/chains/Tezos/SignerTests.cpp index 451bcdfa131..135695348e5 100644 --- a/tests/chains/Tezos/SignerTests.cpp +++ b/tests/chains/Tezos/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/TWAnySignerTests.cpp b/tests/chains/Tezos/TWAnySignerTests.cpp index 1b7a3fe3e7b..a6f87dc7b8e 100644 --- a/tests/chains/Tezos/TWAnySignerTests.cpp +++ b/tests/chains/Tezos/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tezos/TWCoinTypeTests.cpp b/tests/chains/Tezos/TWCoinTypeTests.cpp index d55339643ca..f38a9824733 100644 --- a/tests/chains/Tezos/TWCoinTypeTests.cpp +++ b/tests/chains/Tezos/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/TheOpenNetwork/AddressTests.cpp b/tests/chains/TheOpenNetwork/AddressTests.cpp index c96c77ef289..5218e457f37 100644 --- a/tests/chains/TheOpenNetwork/AddressTests.cpp +++ b/tests/chains/TheOpenNetwork/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/TheOpenNetwork/SignerTests.cpp b/tests/chains/TheOpenNetwork/SignerTests.cpp index 655297436a2..ff5794b815b 100644 --- a/tests/chains/TheOpenNetwork/SignerTests.cpp +++ b/tests/chains/TheOpenNetwork/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/TheOpenNetwork/TWAnyAddressTests.cpp b/tests/chains/TheOpenNetwork/TWAnyAddressTests.cpp index c0f76c560c5..722a17832b6 100644 --- a/tests/chains/TheOpenNetwork/TWAnyAddressTests.cpp +++ b/tests/chains/TheOpenNetwork/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/TheOpenNetwork/TWAnySignerTests.cpp b/tests/chains/TheOpenNetwork/TWAnySignerTests.cpp index ee7695a4e9c..1e847f41ad5 100644 --- a/tests/chains/TheOpenNetwork/TWAnySignerTests.cpp +++ b/tests/chains/TheOpenNetwork/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/TheOpenNetwork/TWCoinTypeTests.cpp b/tests/chains/TheOpenNetwork/TWCoinTypeTests.cpp index 9d1c497d6fd..9b5f9923b81 100644 --- a/tests/chains/TheOpenNetwork/TWCoinTypeTests.cpp +++ b/tests/chains/TheOpenNetwork/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Theta/SignerTests.cpp b/tests/chains/Theta/SignerTests.cpp index 6fd92992a84..9f0e13f8729 100644 --- a/tests/chains/Theta/SignerTests.cpp +++ b/tests/chains/Theta/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Theta/TWAnySignerTests.cpp b/tests/chains/Theta/TWAnySignerTests.cpp index b47863b3359..01b416bbee9 100644 --- a/tests/chains/Theta/TWAnySignerTests.cpp +++ b/tests/chains/Theta/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Theta/TWCoinTypeTests.cpp b/tests/chains/Theta/TWCoinTypeTests.cpp index 65ec43ce3a0..9031f33ab8c 100644 --- a/tests/chains/Theta/TWCoinTypeTests.cpp +++ b/tests/chains/Theta/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Theta/TransactionTests.cpp b/tests/chains/Theta/TransactionTests.cpp index a5dc2cd456c..90a3c8f64a0 100644 --- a/tests/chains/Theta/TransactionTests.cpp +++ b/tests/chains/Theta/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ThetaFuel/TWAnySignerTests.cpp b/tests/chains/ThetaFuel/TWAnySignerTests.cpp index 610c24c4eea..c85eb90e3d7 100644 --- a/tests/chains/ThetaFuel/TWAnySignerTests.cpp +++ b/tests/chains/ThetaFuel/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ThetaFuel/TWCoinTypeTests.cpp b/tests/chains/ThetaFuel/TWCoinTypeTests.cpp index c18b9a34639..d971750178c 100644 --- a/tests/chains/ThetaFuel/TWCoinTypeTests.cpp +++ b/tests/chains/ThetaFuel/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ThunderToken/TWCoinTypeTests.cpp b/tests/chains/ThunderToken/TWCoinTypeTests.cpp index fec4f509b8a..dd92f408778 100644 --- a/tests/chains/ThunderToken/TWCoinTypeTests.cpp +++ b/tests/chains/ThunderToken/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/AddressTests.cpp b/tests/chains/Tron/AddressTests.cpp index c250ff1d07a..a023fe74ed9 100644 --- a/tests/chains/Tron/AddressTests.cpp +++ b/tests/chains/Tron/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/SerializationTests.cpp b/tests/chains/Tron/SerializationTests.cpp index b5d1c2287cc..7b7bf39d45b 100644 --- a/tests/chains/Tron/SerializationTests.cpp +++ b/tests/chains/Tron/SerializationTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/SignerTests.cpp b/tests/chains/Tron/SignerTests.cpp index ebd7235bcad..e749c6ace4a 100644 --- a/tests/chains/Tron/SignerTests.cpp +++ b/tests/chains/Tron/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/TWAnySignerTests.cpp b/tests/chains/Tron/TWAnySignerTests.cpp index 4600bbf6a53..163f149cff0 100644 --- a/tests/chains/Tron/TWAnySignerTests.cpp +++ b/tests/chains/Tron/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/TWCoinTypeTests.cpp b/tests/chains/Tron/TWCoinTypeTests.cpp index a09982445bf..1ab16926535 100644 --- a/tests/chains/Tron/TWCoinTypeTests.cpp +++ b/tests/chains/Tron/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Tron/TronMessageSignerTests.cpp b/tests/chains/Tron/TronMessageSignerTests.cpp index 059ce210822..df838f21a97 100644 --- a/tests/chains/Tron/TronMessageSignerTests.cpp +++ b/tests/chains/Tron/TronMessageSignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/VeChain/SignerTests.cpp b/tests/chains/VeChain/SignerTests.cpp index 6dfd156a7b6..c5c8689573b 100644 --- a/tests/chains/VeChain/SignerTests.cpp +++ b/tests/chains/VeChain/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/VeChain/TWAnySignerTests.cpp b/tests/chains/VeChain/TWAnySignerTests.cpp index 7eb04b0cda1..2ac60028fee 100644 --- a/tests/chains/VeChain/TWAnySignerTests.cpp +++ b/tests/chains/VeChain/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/VeChain/TWCoinTypeTests.cpp b/tests/chains/VeChain/TWCoinTypeTests.cpp index 123ff9b6242..e7a2d812542 100644 --- a/tests/chains/VeChain/TWCoinTypeTests.cpp +++ b/tests/chains/VeChain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Viacoin/TWCoinTypeTests.cpp b/tests/chains/Viacoin/TWCoinTypeTests.cpp index 83efc7566eb..b52e7d38c6c 100644 --- a/tests/chains/Viacoin/TWCoinTypeTests.cpp +++ b/tests/chains/Viacoin/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Viacoin/TWViacoinAddressTests.cpp b/tests/chains/Viacoin/TWViacoinAddressTests.cpp index d31ce2acbd1..01a4a1b7f09 100644 --- a/tests/chains/Viacoin/TWViacoinAddressTests.cpp +++ b/tests/chains/Viacoin/TWViacoinAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Viction/TWCoinTypeTests.cpp b/tests/chains/Viction/TWCoinTypeTests.cpp index f138c29f6c9..e00d1c8fc30 100644 --- a/tests/chains/Viction/TWCoinTypeTests.cpp +++ b/tests/chains/Viction/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/WAX/TWAnySignerTests.cpp b/tests/chains/WAX/TWAnySignerTests.cpp index 7e6d2f4300b..17fa236fcdb 100644 --- a/tests/chains/WAX/TWAnySignerTests.cpp +++ b/tests/chains/WAX/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/WAX/TWCoinTypeTests.cpp b/tests/chains/WAX/TWCoinTypeTests.cpp index a28219ba786..c9e2b22a52b 100644 --- a/tests/chains/WAX/TWCoinTypeTests.cpp +++ b/tests/chains/WAX/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Wanchain/TWCoinTypeTests.cpp b/tests/chains/Wanchain/TWCoinTypeTests.cpp index 22baff337e0..0978f34d0e7 100644 --- a/tests/chains/Wanchain/TWCoinTypeTests.cpp +++ b/tests/chains/Wanchain/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/AddressTests.cpp b/tests/chains/Waves/AddressTests.cpp index 509cbc7f75c..c81482a6da9 100644 --- a/tests/chains/Waves/AddressTests.cpp +++ b/tests/chains/Waves/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/LeaseTests.cpp b/tests/chains/Waves/LeaseTests.cpp index 8428544af3e..bc95b7fe605 100644 --- a/tests/chains/Waves/LeaseTests.cpp +++ b/tests/chains/Waves/LeaseTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/SignerTests.cpp b/tests/chains/Waves/SignerTests.cpp index 26fdb7292de..07f2db1567e 100644 --- a/tests/chains/Waves/SignerTests.cpp +++ b/tests/chains/Waves/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/TWAnySignerTests.cpp b/tests/chains/Waves/TWAnySignerTests.cpp index df7b3afae3b..be8d66cddf1 100644 --- a/tests/chains/Waves/TWAnySignerTests.cpp +++ b/tests/chains/Waves/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/TWCoinTypeTests.cpp b/tests/chains/Waves/TWCoinTypeTests.cpp index 83b463552f5..ae754457e93 100644 --- a/tests/chains/Waves/TWCoinTypeTests.cpp +++ b/tests/chains/Waves/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Waves/TransactionTests.cpp b/tests/chains/Waves/TransactionTests.cpp index f97e76784ad..ed7b813e352 100644 --- a/tests/chains/Waves/TransactionTests.cpp +++ b/tests/chains/Waves/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/XRP/AddressTests.cpp b/tests/chains/XRP/AddressTests.cpp index cc83acadf5e..bf34d50e8b7 100644 --- a/tests/chains/XRP/AddressTests.cpp +++ b/tests/chains/XRP/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/XRP/TWAnySignerTests.cpp b/tests/chains/XRP/TWAnySignerTests.cpp index a6753435329..fdb8c9200c0 100644 --- a/tests/chains/XRP/TWAnySignerTests.cpp +++ b/tests/chains/XRP/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/XRP/TWCoinTypeTests.cpp b/tests/chains/XRP/TWCoinTypeTests.cpp index 2c69d2c7449..9339d6aa3ee 100644 --- a/tests/chains/XRP/TWCoinTypeTests.cpp +++ b/tests/chains/XRP/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/XRP/TWRippleAddressTests.cpp b/tests/chains/XRP/TWRippleAddressTests.cpp index 13a4f51c51d..08b3ee5d053 100644 --- a/tests/chains/XRP/TWRippleAddressTests.cpp +++ b/tests/chains/XRP/TWRippleAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/XRP/TransactionTests.cpp b/tests/chains/XRP/TransactionTests.cpp index 56da08e9139..e1dda2411ec 100644 --- a/tests/chains/XRP/TransactionTests.cpp +++ b/tests/chains/XRP/TransactionTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zcash/AddressTests.cpp b/tests/chains/Zcash/AddressTests.cpp index 8c221c3daab..2382961be29 100644 --- a/tests/chains/Zcash/AddressTests.cpp +++ b/tests/chains/Zcash/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zcash/TWCoinTypeTests.cpp b/tests/chains/Zcash/TWCoinTypeTests.cpp index e9727d9eb62..c8065445369 100644 --- a/tests/chains/Zcash/TWCoinTypeTests.cpp +++ b/tests/chains/Zcash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zcash/TWZcashAddressTests.cpp b/tests/chains/Zcash/TWZcashAddressTests.cpp index 006498644da..87c88472d5f 100644 --- a/tests/chains/Zcash/TWZcashAddressTests.cpp +++ b/tests/chains/Zcash/TWZcashAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zcash/TWZcashTransactionTests.cpp b/tests/chains/Zcash/TWZcashTransactionTests.cpp index e12df1f1e88..5cd01d8f276 100644 --- a/tests/chains/Zcash/TWZcashTransactionTests.cpp +++ b/tests/chains/Zcash/TWZcashTransactionTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zelcash/TWCoinTypeTests.cpp b/tests/chains/Zelcash/TWCoinTypeTests.cpp index 040deb768c4..4c425160a3e 100644 --- a/tests/chains/Zelcash/TWCoinTypeTests.cpp +++ b/tests/chains/Zelcash/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zelcash/TWZelcashAddressTests.cpp b/tests/chains/Zelcash/TWZelcashAddressTests.cpp index cba68ab86b4..fdecd34e4aa 100644 --- a/tests/chains/Zelcash/TWZelcashAddressTests.cpp +++ b/tests/chains/Zelcash/TWZelcashAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zelcash/TWZelcashTransactionTests.cpp b/tests/chains/Zelcash/TWZelcashTransactionTests.cpp index 6206875a0ac..3ab6d4f88f0 100644 --- a/tests/chains/Zelcash/TWZelcashTransactionTests.cpp +++ b/tests/chains/Zelcash/TWZelcashTransactionTests.cpp @@ -1,5 +1,5 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ZenEON/TWCoinTypeTests.cpp b/tests/chains/ZenEON/TWCoinTypeTests.cpp index a326e6c2772..61f5e5a6123 100644 --- a/tests/chains/ZenEON/TWCoinTypeTests.cpp +++ b/tests/chains/ZenEON/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/AddressTests.cpp b/tests/chains/Zilliqa/AddressTests.cpp index d682239df96..14a0a0ef044 100644 --- a/tests/chains/Zilliqa/AddressTests.cpp +++ b/tests/chains/Zilliqa/AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/SignatureTests.cpp b/tests/chains/Zilliqa/SignatureTests.cpp index 6f11ae3fc38..77117e5f20c 100644 --- a/tests/chains/Zilliqa/SignatureTests.cpp +++ b/tests/chains/Zilliqa/SignatureTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/SignerTests.cpp b/tests/chains/Zilliqa/SignerTests.cpp index 9606d060211..b0e81c752fa 100644 --- a/tests/chains/Zilliqa/SignerTests.cpp +++ b/tests/chains/Zilliqa/SignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/TWAnySignerTests.cpp b/tests/chains/Zilliqa/TWAnySignerTests.cpp index c96d0f1ecc1..86993d4a235 100644 --- a/tests/chains/Zilliqa/TWAnySignerTests.cpp +++ b/tests/chains/Zilliqa/TWAnySignerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/TWCoinTypeTests.cpp b/tests/chains/Zilliqa/TWCoinTypeTests.cpp index 59288082520..190ad8be8d8 100644 --- a/tests/chains/Zilliqa/TWCoinTypeTests.cpp +++ b/tests/chains/Zilliqa/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/Zilliqa/TWZilliqaAddressTests.cpp b/tests/chains/Zilliqa/TWZilliqaAddressTests.cpp index b9c6ce74002..6d19d6b44ec 100644 --- a/tests/chains/Zilliqa/TWZilliqaAddressTests.cpp +++ b/tests/chains/Zilliqa/TWZilliqaAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/ZkSyncV2/TWCoinTypeTests.cpp b/tests/chains/ZkSyncV2/TWCoinTypeTests.cpp index 0b484f47afb..15ec3d7871a 100644 --- a/tests/chains/ZkSyncV2/TWCoinTypeTests.cpp +++ b/tests/chains/ZkSyncV2/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/chains/xDai/TWCoinTypeTests.cpp b/tests/chains/xDai/TWCoinTypeTests.cpp index 5e1e39a38c8..eb0c2141d0b 100644 --- a/tests/chains/xDai/TWCoinTypeTests.cpp +++ b/tests/chains/xDai/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/AnyAddressTests.cpp b/tests/common/AnyAddressTests.cpp index 23dbe0d962c..75e3f8e7439 100644 --- a/tests/common/AnyAddressTests.cpp +++ b/tests/common/AnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Base64Tests.cpp b/tests/common/Base64Tests.cpp index 503c79bdf42..321845de262 100644 --- a/tests/common/Base64Tests.cpp +++ b/tests/common/Base64Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/BaseEncoding.cpp b/tests/common/BaseEncoding.cpp index d876682a9ab..5383db7885f 100644 --- a/tests/common/BaseEncoding.cpp +++ b/tests/common/BaseEncoding.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Bech32AddressTests.cpp b/tests/common/Bech32AddressTests.cpp index 6f8b8995896..6a1c5b4d684 100644 --- a/tests/common/Bech32AddressTests.cpp +++ b/tests/common/Bech32AddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Bech32Tests.cpp b/tests/common/Bech32Tests.cpp index 249d0997a71..6aaa20a10d0 100644 --- a/tests/common/Bech32Tests.cpp +++ b/tests/common/Bech32Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/BinaryCodingTests.cpp b/tests/common/BinaryCodingTests.cpp index 225a3c6fd84..f5ec1ce6152 100644 --- a/tests/common/BinaryCodingTests.cpp +++ b/tests/common/BinaryCodingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/CborTests.cpp b/tests/common/CborTests.cpp index 1b0bfb41f56..8a71051e7be 100644 --- a/tests/common/CborTests.cpp +++ b/tests/common/CborTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/CoinAddressDerivationTests.cpp b/tests/common/CoinAddressDerivationTests.cpp index 059290d6c46..5fe11c95738 100644 --- a/tests/common/CoinAddressDerivationTests.cpp +++ b/tests/common/CoinAddressDerivationTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/CoinAddressValidationTests.cpp b/tests/common/CoinAddressValidationTests.cpp index 7920ceb8c20..3d4f9b404b4 100644 --- a/tests/common/CoinAddressValidationTests.cpp +++ b/tests/common/CoinAddressValidationTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/DataTests.cpp b/tests/common/DataTests.cpp index 1dafab2c2fb..582202c5687 100644 --- a/tests/common/DataTests.cpp +++ b/tests/common/DataTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/EncryptTests.cpp b/tests/common/EncryptTests.cpp index f55237294ce..8edd4d8b194 100644 --- a/tests/common/EncryptTests.cpp +++ b/tests/common/EncryptTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/HDWallet/HDWalletInternalTests.cpp b/tests/common/HDWallet/HDWalletInternalTests.cpp index 08d0b655bd3..976698824b2 100644 --- a/tests/common/HDWallet/HDWalletInternalTests.cpp +++ b/tests/common/HDWallet/HDWalletInternalTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/HDWallet/HDWalletTests.cpp b/tests/common/HDWallet/HDWalletTests.cpp index 9f8dcec791e..49cf0e909ad 100644 --- a/tests/common/HDWallet/HDWalletTests.cpp +++ b/tests/common/HDWallet/HDWalletTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/HashTests.cpp b/tests/common/HashTests.cpp index 224ba408a26..e02f589281f 100644 --- a/tests/common/HashTests.cpp +++ b/tests/common/HashTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/HexCodingTests.cpp b/tests/common/HexCodingTests.cpp index 1656c2e8a74..e7f3b079151 100644 --- a/tests/common/HexCodingTests.cpp +++ b/tests/common/HexCodingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Keystore/DerivationPathTests.cpp b/tests/common/Keystore/DerivationPathTests.cpp index da293ca8fb4..39e94d21354 100644 --- a/tests/common/Keystore/DerivationPathTests.cpp +++ b/tests/common/Keystore/DerivationPathTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Keystore/StoredKeyTests.cpp b/tests/common/Keystore/StoredKeyTests.cpp index 9a1fc98e8db..d044ee1698b 100644 --- a/tests/common/Keystore/StoredKeyTests.cpp +++ b/tests/common/Keystore/StoredKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/LiquidStaking/LiquidStakingTests.cpp b/tests/common/LiquidStaking/LiquidStakingTests.cpp index e454bcb4f6b..044e7602f1e 100644 --- a/tests/common/LiquidStaking/LiquidStakingTests.cpp +++ b/tests/common/LiquidStaking/LiquidStakingTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/MnemonicTests.cpp b/tests/common/MnemonicTests.cpp index b47124533b9..954c85ea009 100644 --- a/tests/common/MnemonicTests.cpp +++ b/tests/common/MnemonicTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/NumericLiteralTests.cpp b/tests/common/NumericLiteralTests.cpp index f4f73b79e01..d4c6eb83475 100644 --- a/tests/common/NumericLiteralTests.cpp +++ b/tests/common/NumericLiteralTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/PrivateKeyTests.cpp b/tests/common/PrivateKeyTests.cpp index 38b57cd62d1..417a293a774 100644 --- a/tests/common/PrivateKeyTests.cpp +++ b/tests/common/PrivateKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/PublicKeyLegacy.h b/tests/common/PublicKeyLegacy.h index 41ed229526f..b3dc2cafd47 100644 --- a/tests/common/PublicKeyLegacy.h +++ b/tests/common/PublicKeyLegacy.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/PublicKeyTests.cpp b/tests/common/PublicKeyTests.cpp index 7267545091d..198ac9f011c 100644 --- a/tests/common/PublicKeyTests.cpp +++ b/tests/common/PublicKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/TestUtilities.cpp b/tests/common/TestUtilities.cpp index d6c48ea39f6..d96aef6cb79 100644 --- a/tests/common/TestUtilities.cpp +++ b/tests/common/TestUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/TestUtilities.h b/tests/common/TestUtilities.h index 0ede12aa9e4..2f774a3510f 100644 --- a/tests/common/TestUtilities.h +++ b/tests/common/TestUtilities.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/Uint256Tests.cpp b/tests/common/Uint256Tests.cpp index 57fc6d07fa4..909f848fb8d 100644 --- a/tests/common/Uint256Tests.cpp +++ b/tests/common/Uint256Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/WalletConsoleTests.cpp b/tests/common/WalletConsoleTests.cpp index 5b51118d118..80204d18c73 100644 --- a/tests/common/WalletConsoleTests.cpp +++ b/tests/common/WalletConsoleTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/WebAuthnTests.cpp b/tests/common/WebAuthnTests.cpp index cd491b39a41..63a0b1be75d 100644 --- a/tests/common/WebAuthnTests.cpp +++ b/tests/common/WebAuthnTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/algorithm/erase_tests.cpp b/tests/common/algorithm/erase_tests.cpp index 1cb2937caed..9dcb31eda92 100644 --- a/tests/common/algorithm/erase_tests.cpp +++ b/tests/common/algorithm/erase_tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/algorithm/sort_copy_tests.cpp b/tests/common/algorithm/sort_copy_tests.cpp index ccb59b45490..14d388a9c0d 100644 --- a/tests/common/algorithm/sort_copy_tests.cpp +++ b/tests/common/algorithm/sort_copy_tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/algorithm/string.cpp b/tests/common/algorithm/string.cpp index dca8a1fbb45..a3237cef41c 100644 --- a/tests/common/algorithm/string.cpp +++ b/tests/common/algorithm/string.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/algorithm/to_array_tests.cpp b/tests/common/algorithm/to_array_tests.cpp index d358dc391ff..5cfc67985f3 100644 --- a/tests/common/algorithm/to_array_tests.cpp +++ b/tests/common/algorithm/to_array_tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/memory/memzero_tests.cpp b/tests/common/memory/memzero_tests.cpp index b16c76ef5e6..b1963183b68 100644 --- a/tests/common/memory/memzero_tests.cpp +++ b/tests/common/memory/memzero_tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/operators/equality_comparable_tests.cpp b/tests/common/operators/equality_comparable_tests.cpp index eaa6ed9bf20..f6555c0438c 100644 --- a/tests/common/operators/equality_comparable_tests.cpp +++ b/tests/common/operators/equality_comparable_tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/common/rust/bindgen/WalletCoreRsTests.cpp b/tests/common/rust/bindgen/WalletCoreRsTests.cpp index bd5cd298a41..600116fac7b 100644 --- a/tests/common/rust/bindgen/WalletCoreRsTests.cpp +++ b/tests/common/rust/bindgen/WalletCoreRsTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWAESTests.cpp b/tests/interface/TWAESTests.cpp index b0fd9dd9dca..da407e0ad44 100644 --- a/tests/interface/TWAESTests.cpp +++ b/tests/interface/TWAESTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWAccountTests.cpp b/tests/interface/TWAccountTests.cpp index f1ec11cb252..36e800b1767 100644 --- a/tests/interface/TWAccountTests.cpp +++ b/tests/interface/TWAccountTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWAnyAddressTests.cpp b/tests/interface/TWAnyAddressTests.cpp index 401b779512c..0c700fca901 100644 --- a/tests/interface/TWAnyAddressTests.cpp +++ b/tests/interface/TWAnyAddressTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWAsnParserTests.cpp b/tests/interface/TWAsnParserTests.cpp index 629e11634dd..7434f238353 100644 --- a/tests/interface/TWAsnParserTests.cpp +++ b/tests/interface/TWAsnParserTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWBase32Tests.cpp b/tests/interface/TWBase32Tests.cpp index b6fd92f29e2..8c30475467e 100644 --- a/tests/interface/TWBase32Tests.cpp +++ b/tests/interface/TWBase32Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWBase58Tests.cpp b/tests/interface/TWBase58Tests.cpp index 88516a511bb..7d83ac5f945 100644 --- a/tests/interface/TWBase58Tests.cpp +++ b/tests/interface/TWBase58Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWBase64Tests.cpp b/tests/interface/TWBase64Tests.cpp index e553bb83990..45ab9684beb 100644 --- a/tests/interface/TWBase64Tests.cpp +++ b/tests/interface/TWBase64Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWCoinTypeTests.cpp b/tests/interface/TWCoinTypeTests.cpp index 83cecb15c9a..d65f89dc54e 100644 --- a/tests/interface/TWCoinTypeTests.cpp +++ b/tests/interface/TWCoinTypeTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWDataTests.cpp b/tests/interface/TWDataTests.cpp index 7094db38a88..b6a9d2f6425 100644 --- a/tests/interface/TWDataTests.cpp +++ b/tests/interface/TWDataTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWDataVectorTests.cpp b/tests/interface/TWDataVectorTests.cpp index 8f467925627..5c75bc1b6a4 100644 --- a/tests/interface/TWDataVectorTests.cpp +++ b/tests/interface/TWDataVectorTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWDerivationPathTests.cpp b/tests/interface/TWDerivationPathTests.cpp index 43991b71ddf..c4900eeff20 100644 --- a/tests/interface/TWDerivationPathTests.cpp +++ b/tests/interface/TWDerivationPathTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWHDWalletTests.cpp b/tests/interface/TWHDWalletTests.cpp index 2fd888d767a..b176c520172 100644 --- a/tests/interface/TWHDWalletTests.cpp +++ b/tests/interface/TWHDWalletTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWHRPTests.cpp b/tests/interface/TWHRPTests.cpp index 8c6a38ba969..e5d50d1f83c 100644 --- a/tests/interface/TWHRPTests.cpp +++ b/tests/interface/TWHRPTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWHashTests.cpp b/tests/interface/TWHashTests.cpp index cce13a574f1..34f0f3402fc 100644 --- a/tests/interface/TWHashTests.cpp +++ b/tests/interface/TWHashTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWMnemonicTests.cpp b/tests/interface/TWMnemonicTests.cpp index 5233a447cc2..536babf2e78 100644 --- a/tests/interface/TWMnemonicTests.cpp +++ b/tests/interface/TWMnemonicTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWPBKDF2Tests.cpp b/tests/interface/TWPBKDF2Tests.cpp index 71dff4798a0..fe978f8b9e6 100644 --- a/tests/interface/TWPBKDF2Tests.cpp +++ b/tests/interface/TWPBKDF2Tests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWPrivateKeyTests.cpp b/tests/interface/TWPrivateKeyTests.cpp index 8255ac2cc29..134a114064a 100644 --- a/tests/interface/TWPrivateKeyTests.cpp +++ b/tests/interface/TWPrivateKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWPublicKeyTests.cpp b/tests/interface/TWPublicKeyTests.cpp index b5432faf79c..15833b49599 100644 --- a/tests/interface/TWPublicKeyTests.cpp +++ b/tests/interface/TWPublicKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWStoredKeyTests.cpp b/tests/interface/TWStoredKeyTests.cpp index 1dc55cd4782..2752000b5f7 100644 --- a/tests/interface/TWStoredKeyTests.cpp +++ b/tests/interface/TWStoredKeyTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWStringTests.cpp b/tests/interface/TWStringTests.cpp index fc2f06adfc8..accafa22bbb 100644 --- a/tests/interface/TWStringTests.cpp +++ b/tests/interface/TWStringTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/interface/TWTransactionCompilerTests.cpp b/tests/interface/TWTransactionCompilerTests.cpp index f2be40920e9..81815e13183 100644 --- a/tests/interface/TWTransactionCompilerTests.cpp +++ b/tests/interface/TWTransactionCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/tests/main.cpp b/tests/main.cpp index 77776b964c3..33ec6b0c46c 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/BitcoinSigHashTypeExt.cpp b/wasm/src/BitcoinSigHashTypeExt.cpp index c8c1af417cd..2046971cf9a 100644 --- a/wasm/src/BitcoinSigHashTypeExt.cpp +++ b/wasm/src/BitcoinSigHashTypeExt.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/BitcoinSigHashTypeExt.h b/wasm/src/BitcoinSigHashTypeExt.h index 3d4f4c1c547..49d378474f1 100644 --- a/wasm/src/BitcoinSigHashTypeExt.h +++ b/wasm/src/BitcoinSigHashTypeExt.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/CoinTypeExt.cpp b/wasm/src/CoinTypeExt.cpp index 7dfcf0af553..3165c0a756c 100644 --- a/wasm/src/CoinTypeExt.cpp +++ b/wasm/src/CoinTypeExt.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/CoinTypeExt.h b/wasm/src/CoinTypeExt.h index 538928204c8..6e722eedba0 100644 --- a/wasm/src/CoinTypeExt.h +++ b/wasm/src/CoinTypeExt.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/HDVersionExt.cpp b/wasm/src/HDVersionExt.cpp index 2434ef77f3a..6b142507eab 100644 --- a/wasm/src/HDVersionExt.cpp +++ b/wasm/src/HDVersionExt.cpp @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/HDVersionExt.h b/wasm/src/HDVersionExt.h index 18d460f68bd..a482e8830ce 100644 --- a/wasm/src/HDVersionExt.h +++ b/wasm/src/HDVersionExt.h @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/src/enum-ext.d.ts b/wasm/src/enum-ext.d.ts index 83c302e540e..35cba1f8bab 100644 --- a/wasm/src/enum-ext.d.ts +++ b/wasm/src/enum-ext.d.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/tests/BitcoinSigHashType.test.ts b/wasm/tests/BitcoinSigHashType.test.ts index cfb37e5e2e9..e00e1e0cb3e 100644 --- a/wasm/tests/BitcoinSigHashType.test.ts +++ b/wasm/tests/BitcoinSigHashType.test.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/tests/Blockchain/Greenfield.test.ts b/wasm/tests/Blockchain/Greenfield.test.ts index 2af8e9561ee..dc39a651bdc 100644 --- a/wasm/tests/Blockchain/Greenfield.test.ts +++ b/wasm/tests/Blockchain/Greenfield.test.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/tests/Blockchain/Sui.test.ts b/wasm/tests/Blockchain/Sui.test.ts index d729afece5f..f53e9c9091b 100644 --- a/wasm/tests/Blockchain/Sui.test.ts +++ b/wasm/tests/Blockchain/Sui.test.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/tests/CoinType.test.ts b/wasm/tests/CoinType.test.ts index 285891251c6..efe5b3a4001 100644 --- a/wasm/tests/CoinType.test.ts +++ b/wasm/tests/CoinType.test.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the diff --git a/wasm/tests/HDVersion.test.ts b/wasm/tests/HDVersion.test.ts index 3ef5aac2729..539cf0a4531 100644 --- a/wasm/tests/HDVersion.test.ts +++ b/wasm/tests/HDVersion.test.ts @@ -1,4 +1,4 @@ -// Copyright © 2017-2023 Trust Wallet. +// Copyright © 2017-2024 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the