From 0f79d209dd65e66b99e78f25c58ca273857483fb Mon Sep 17 00:00:00 2001 From: Hubert Date: Tue, 7 Jan 2025 10:29:45 +0100 Subject: [PATCH 1/2] chore: update known blocks (#5112) --- build/known_blocks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/known_blocks.yaml b/build/known_blocks.yaml index 515bf2fe35a..17b461394b9 100644 --- a/build/known_blocks.yaml +++ b/build/known_blocks.yaml @@ -7,6 +7,7 @@ # # This file is maintained monthly - see `CHECKPOINT_ISSUE_TEMPLATE.md` calibnet: + 2246400: bafy2bzaceara2wzb65zghnvhzws7ayz263fruzjdbssglcihnewyzl3wuh7tu 2160000: bafy2bzaceaq6zgokrh5zrmwj42vsjqecog3sf4s467rw7oydh5zpglj2dh6x2 2073600: bafy2bzacedcwoydjsj6cchl5jjsr3xxtkwrzw6odlr2cdqcoayf2n7ckt726q 1987200: bafy2bzacebzdntcwbrm3v3lnbg2rklmszioovtgl5zhht63monwh7bl42xctm @@ -33,6 +34,8 @@ calibnet: 172800: bafy2bzacebluce5la2lbyjlgmup6mx4xytnnilsf4oy6v4omon2ivyduqwlsq 86400: bafy2bzaceatx7tlwdhez6vyias5qlhaxa54vjftigbuqzfsmdqduc6jdiclzc mainnet: + 4579200: bafy2bzacedqcxixbnahfo7nuailcmrgxwuz2gfllqehns4wdcz7lbpjt4ngly + 4492800: bafy2bzacedqovzmnjvrrccnfqf6n25tfqccjcevvcbdfmswrtxejz3qfa5732 4406400: bafy2bzacecgml5dar3tlve23wx25ebsq4r6gk3nnlf36vbgyq3ntl3ifbmvyw 4320000: bafy2bzacea6lfgw5gmi7fznzwfy4hcd6krludno6rfne62ys6wmhdynix4dqi 4233600: bafy2bzacecqo64vedu4l2xwzhu63dnbcmbfi4uamk7lkegxv6luxfkaoel376 From 5fd0d1906a327b59c51431f7d7bca0320917a58b Mon Sep 17 00:00:00 2001 From: Guillaume Potier Date: Tue, 7 Jan 2025 12:26:27 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Update=20license=20to=202025=20=F0=9F=AA=B5?= =?UTF-8?q?=F0=9F=90=8D=20=20(#5114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benches/car-index.rs | 2 +- benches/example-benchmark.rs | 2 +- build.rs | 2 +- interop-tests/build.rs | 2 +- interop-tests/src/lib.rs | 2 +- interop-tests/src/tests/bitswap_go_compat.rs | 2 +- interop-tests/src/tests/go_ffi.rs | 2 +- interop-tests/src/tests/kad_go_compat.rs | 2 +- interop-tests/src/tests/mod.rs | 2 +- scripts/add_license.sh | 2 +- scripts/copyright.txt | 2 +- src/auth/mod.rs | 2 +- src/beacon/beacon_entries.rs | 2 +- src/beacon/drand.rs | 2 +- src/beacon/mock_beacon.rs | 2 +- src/beacon/mod.rs | 2 +- src/beacon/signatures/mod.rs | 2 +- src/beacon/signatures/public_key_impls.rs | 2 +- src/beacon/signatures/signature_impls.rs | 2 +- src/beacon/signatures/tests.rs | 2 +- src/beacon/tests/drand.rs | 2 +- src/bin/forest-cli.rs | 2 +- src/bin/forest-tool.rs | 2 +- src/bin/forest-wallet.rs | 2 +- src/bin/forest.rs | 2 +- src/blocks/block.rs | 2 +- src/blocks/chain4u.rs | 2 +- src/blocks/election_proof.rs | 2 +- src/blocks/gossip_block.rs | 2 +- src/blocks/header.rs | 2 +- src/blocks/mod.rs | 2 +- src/blocks/tests/serialization_vectors.rs | 2 +- src/blocks/tests/ticket_test.rs | 2 +- src/blocks/ticket.rs | 2 +- src/blocks/tipset.rs | 2 +- src/blocks/vrf_proof.rs | 2 +- src/chain/mod.rs | 2 +- src/chain/store/base_fee.rs | 2 +- src/chain/store/chain_store.rs | 2 +- src/chain/store/errors.rs | 2 +- src/chain/store/index.rs | 2 +- src/chain/store/mod.rs | 2 +- src/chain/store/tipset_tracker.rs | 2 +- src/chain/weight.rs | 2 +- src/chain_sync/bad_block_cache.rs | 2 +- src/chain_sync/chain_muxer.rs | 2 +- src/chain_sync/consensus.rs | 2 +- src/chain_sync/metrics.rs | 2 +- src/chain_sync/mod.rs | 2 +- src/chain_sync/network_context.rs | 2 +- src/chain_sync/sync_state.rs | 2 +- src/chain_sync/tipset_syncer.rs | 2 +- src/chain_sync/validation.rs | 2 +- src/cid_collections/hash_map.rs | 2 +- src/cid_collections/hash_set.rs | 2 +- src/cid_collections/mod.rs | 2 +- src/cid_collections/small_cid_vec.rs | 2 +- src/cli/humantoken.rs | 2 +- src/cli/main.rs | 2 +- src/cli/mod.rs | 2 +- src/cli/subcommands/auth_cmd.rs | 2 +- src/cli/subcommands/chain_cmd.rs | 2 +- src/cli/subcommands/config_cmd.rs | 2 +- src/cli/subcommands/f3_cmd.rs | 2 +- src/cli/subcommands/f3_cmd/tests.rs | 2 +- src/cli/subcommands/healthcheck_cmd.rs | 2 +- src/cli/subcommands/info_cmd.rs | 2 +- src/cli/subcommands/mod.rs | 2 +- src/cli/subcommands/mpool_cmd.rs | 2 +- src/cli/subcommands/net_cmd.rs | 2 +- src/cli/subcommands/send_cmd.rs | 2 +- src/cli/subcommands/shutdown_cmd.rs | 2 +- src/cli/subcommands/snapshot_cmd.rs | 2 +- src/cli/subcommands/state_cmd.rs | 2 +- src/cli/subcommands/sync_cmd.rs | 2 +- src/cli_shared/cli/client.rs | 2 +- src/cli_shared/cli/config.rs | 2 +- src/cli_shared/cli/mod.rs | 2 +- src/cli_shared/logger/mod.rs | 2 +- src/cli_shared/mod.rs | 2 +- src/cli_shared/snapshot.rs | 2 +- src/daemon/bundle.rs | 2 +- src/daemon/db_util.rs | 2 +- src/daemon/main.rs | 2 +- src/daemon/mod.rs | 2 +- src/db/car/any.rs | 2 +- src/db/car/forest.rs | 2 +- src/db/car/forest/index/hash.rs | 2 +- src/db/car/forest/index/mod.rs | 2 +- src/db/car/many.rs | 2 +- src/db/car/mod.rs | 2 +- src/db/car/plain.rs | 2 +- src/db/db_mode.rs | 2 +- src/db/gc/mod.rs | 2 +- src/db/memory.rs | 2 +- src/db/migration/db_migration.rs | 2 +- src/db/migration/migration_map.rs | 2 +- src/db/migration/mod.rs | 2 +- src/db/migration/v0_12_1.rs | 2 +- src/db/migration/v0_16_0.rs | 2 +- src/db/migration/v0_19_0.rs | 2 +- src/db/migration/v0_22_1.rs | 2 +- src/db/migration/void_migration.rs | 2 +- src/db/mod.rs | 2 +- src/db/parity_db.rs | 2 +- src/db/parity_db_config.rs | 2 +- src/db/tests/db_utils/mod.rs | 2 +- src/db/tests/db_utils/parity.rs | 2 +- src/db/tests/mem_test.rs | 2 +- src/db/tests/parity_test.rs | 2 +- src/db/tests/subtests/mod.rs | 2 +- src/db/ttl/mod.rs | 2 +- src/documentation.rs | 2 +- src/eth/eip_1559_transaction.rs | 2 +- src/eth/eip_155_transaction.rs | 2 +- src/eth/homestead_transaction.rs | 2 +- src/eth/mod.rs | 2 +- src/eth/transaction.rs | 2 +- src/f3/go_ffi.rs | 2 +- src/f3/mod.rs | 2 +- src/fil_cns/metrics.rs | 2 +- src/fil_cns/mod.rs | 2 +- src/fil_cns/validation.rs | 2 +- src/fil_cns/weight.rs | 2 +- src/genesis/mod.rs | 2 +- src/health/endpoints.rs | 2 +- src/health/mod.rs | 2 +- src/interpreter/errors.rs | 2 +- src/interpreter/fvm2.rs | 2 +- src/interpreter/fvm3.rs | 2 +- src/interpreter/fvm4.rs | 2 +- src/interpreter/mod.rs | 2 +- src/interpreter/vm.rs | 2 +- src/ipld/mod.rs | 2 +- src/ipld/selector/empty_map.rs | 2 +- src/ipld/selector/mod.rs | 2 +- src/ipld/tests/cbor_test.rs | 2 +- src/ipld/tests/selector_explore.rs | 2 +- src/ipld/tests/selector_gen_tests.rs | 2 +- src/ipld/util.rs | 2 +- src/key_management/errors.rs | 2 +- src/key_management/keystore.rs | 2 +- src/key_management/mod.rs | 2 +- src/key_management/wallet.rs | 2 +- src/key_management/wallet_helpers.rs | 2 +- src/lib.rs | 2 +- src/libp2p/behaviour.rs | 2 +- src/libp2p/chain_exchange/behaviour.rs | 2 +- src/libp2p/chain_exchange/message.rs | 2 +- src/libp2p/chain_exchange/mod.rs | 2 +- src/libp2p/chain_exchange/provider.rs | 2 +- src/libp2p/config.rs | 2 +- src/libp2p/discovery.rs | 2 +- src/libp2p/gossip_params.rs | 2 +- src/libp2p/hello/behaviour.rs | 2 +- src/libp2p/hello/codec.rs | 2 +- src/libp2p/hello/message.rs | 2 +- src/libp2p/hello/mod.rs | 2 +- src/libp2p/keypair.rs | 2 +- src/libp2p/metrics.rs | 2 +- src/libp2p/mod.rs | 2 +- src/libp2p/peer_manager.rs | 2 +- src/libp2p/ping.rs | 2 +- src/libp2p/rpc/decoder.rs | 2 +- src/libp2p/rpc/mod.rs | 2 +- src/libp2p/service.rs | 2 +- src/libp2p/tests/decode_test.rs | 2 +- src/libp2p_bitswap/behaviour.rs | 2 +- src/libp2p_bitswap/bitswap_pb.rs | 2 +- src/libp2p_bitswap/internals/codec.rs | 2 +- src/libp2p_bitswap/internals/event_handlers.rs | 2 +- src/libp2p_bitswap/internals/mod.rs | 2 +- src/libp2p_bitswap/internals/prefix.rs | 2 +- src/libp2p_bitswap/message.rs | 2 +- src/libp2p_bitswap/metrics.rs | 2 +- src/libp2p_bitswap/mod.rs | 2 +- src/libp2p_bitswap/request_manager.rs | 2 +- src/libp2p_bitswap/store.rs | 2 +- src/libp2p_bitswap/tests/request_manager.rs | 2 +- src/lotus_json/actor_state.rs | 2 +- src/lotus_json/address.rs | 2 +- src/lotus_json/allocation.rs | 2 +- src/lotus_json/beacon_entry.rs | 2 +- src/lotus_json/beneficiary_term.rs | 2 +- src/lotus_json/big_int.rs | 2 +- src/lotus_json/bit_field.rs | 2 +- src/lotus_json/block_header.rs | 2 +- src/lotus_json/cid.rs | 2 +- src/lotus_json/duration.rs | 2 +- src/lotus_json/election_proof.rs | 2 +- src/lotus_json/extended_sector_info.rs | 2 +- src/lotus_json/gossip_block.rs | 2 +- src/lotus_json/hash_map.rs | 2 +- src/lotus_json/ipld.rs | 2 +- src/lotus_json/key_info.rs | 2 +- src/lotus_json/message.rs | 2 +- src/lotus_json/miner_info.rs | 2 +- src/lotus_json/miner_power.rs | 2 +- src/lotus_json/mod.rs | 2 +- src/lotus_json/nonempty.rs | 2 +- src/lotus_json/opt.rs | 2 +- src/lotus_json/pending_beneficiary_change.rs | 2 +- src/lotus_json/po_st_proof.rs | 2 +- src/lotus_json/power_claim.rs | 2 +- src/lotus_json/raw_bytes.rs | 2 +- src/lotus_json/receipt.rs | 2 +- src/lotus_json/registered_po_st_proof.rs | 2 +- src/lotus_json/registered_seal_proof.rs | 2 +- src/lotus_json/sector_info.rs | 2 +- src/lotus_json/sector_size.rs | 2 +- src/lotus_json/signature.rs | 2 +- src/lotus_json/signature_type.rs | 2 +- src/lotus_json/signed_message.rs | 2 +- src/lotus_json/sync_stage.rs | 2 +- src/lotus_json/ticket.rs | 2 +- src/lotus_json/tipset_keys.rs | 2 +- src/lotus_json/token_amount.rs | 2 +- src/lotus_json/vec.rs | 2 +- src/lotus_json/vec_u8.rs | 2 +- src/lotus_json/verifreg_claim.rs | 2 +- src/lotus_json/vrf_proof.rs | 2 +- src/message/chain_message.rs | 2 +- src/message/mod.rs | 2 +- src/message/signed_message.rs | 2 +- src/message/tests/builder_test.rs | 2 +- src/message_pool/block_prob.rs | 2 +- src/message_pool/config.rs | 2 +- src/message_pool/errors.rs | 2 +- src/message_pool/mod.rs | 2 +- src/message_pool/msg_chain.rs | 2 +- src/message_pool/msgpool/metrics.rs | 2 +- src/message_pool/msgpool/mod.rs | 2 +- src/message_pool/msgpool/msg_pool.rs | 2 +- src/message_pool/msgpool/provider.rs | 2 +- src/message_pool/msgpool/selection.rs | 2 +- src/message_pool/msgpool/test_provider.rs | 2 +- src/message_pool/msgpool/utils.rs | 2 +- src/metrics/db.rs | 2 +- src/metrics/mod.rs | 2 +- src/networks/actors_bundle.rs | 2 +- src/networks/butterflynet/mod.rs | 2 +- src/networks/calibnet/mod.rs | 2 +- src/networks/devnet/mod.rs | 2 +- src/networks/drand.rs | 2 +- src/networks/mainnet/mod.rs | 2 +- src/networks/metrics.rs | 2 +- src/networks/mod.rs | 2 +- src/rpc/auth_layer.rs | 2 +- src/rpc/channel.rs | 2 +- src/rpc/client.rs | 2 +- src/rpc/error.rs | 2 +- src/rpc/log_layer.rs | 2 +- src/rpc/methods/auth.rs | 2 +- src/rpc/methods/beacon.rs | 2 +- src/rpc/methods/chain.rs | 2 +- src/rpc/methods/chain/types.rs | 2 +- src/rpc/methods/common.rs | 2 +- src/rpc/methods/eth.rs | 2 +- src/rpc/methods/eth/eth_tx.rs | 2 +- src/rpc/methods/eth/filter/event.rs | 2 +- src/rpc/methods/eth/filter/mempool.rs | 2 +- src/rpc/methods/eth/filter/mod.rs | 2 +- src/rpc/methods/eth/filter/store.rs | 2 +- src/rpc/methods/eth/filter/tipset.rs | 2 +- src/rpc/methods/eth/types.rs | 2 +- src/rpc/methods/f3.rs | 2 +- src/rpc/methods/f3/types.rs | 2 +- src/rpc/methods/f3/util.rs | 2 +- src/rpc/methods/gas.rs | 2 +- src/rpc/methods/market.rs | 2 +- src/rpc/methods/miner.rs | 2 +- src/rpc/methods/misc.rs | 2 +- src/rpc/methods/mpool.rs | 2 +- src/rpc/methods/msig.rs | 2 +- src/rpc/methods/net.rs | 2 +- src/rpc/methods/net/types.rs | 2 +- src/rpc/methods/node.rs | 2 +- src/rpc/methods/state.rs | 2 +- src/rpc/methods/state/types.rs | 2 +- src/rpc/methods/sync.rs | 2 +- src/rpc/methods/wallet.rs | 2 +- src/rpc/metrics_layer.rs | 2 +- src/rpc/mod.rs | 2 +- src/rpc/reflect/jsonrpc_types.rs | 2 +- src/rpc/reflect/mod.rs | 2 +- src/rpc/reflect/parser.rs | 2 +- src/rpc/reflect/util.rs | 2 +- src/rpc/request.rs | 2 +- src/rpc/types/address_impl.rs | 2 +- src/rpc/types/deal_impl.rs | 2 +- src/rpc/types/mod.rs | 2 +- src/rpc/types/sector_impl.rs | 2 +- src/rpc/types/tests.rs | 2 +- src/rpc/types/tsk_impl.rs | 2 +- src/shim/actors/builtin/account/mod.rs | 2 +- src/shim/actors/builtin/cron/mod.rs | 2 +- src/shim/actors/builtin/datacap/mod.rs | 2 +- src/shim/actors/builtin/eam.rs | 2 +- src/shim/actors/builtin/evm/mod.rs | 2 +- src/shim/actors/builtin/init/mod.rs | 2 +- src/shim/actors/builtin/market/ext/balance_table.rs | 2 +- src/shim/actors/builtin/market/ext/mod.rs | 2 +- src/shim/actors/builtin/market/ext/state.rs | 2 +- src/shim/actors/builtin/market/mod.rs | 2 +- src/shim/actors/builtin/miner/ext/mod.rs | 2 +- src/shim/actors/builtin/miner/ext/partition.rs | 2 +- src/shim/actors/builtin/miner/ext/state.rs | 2 +- src/shim/actors/builtin/miner/mod.rs | 2 +- src/shim/actors/builtin/mod.rs | 2 +- src/shim/actors/builtin/multisig/ext/mod.rs | 2 +- src/shim/actors/builtin/multisig/ext/state.rs | 2 +- src/shim/actors/builtin/multisig/mod.rs | 2 +- src/shim/actors/builtin/power/ext.rs | 2 +- src/shim/actors/builtin/power/mod.rs | 2 +- src/shim/actors/builtin/reward/mod.rs | 2 +- src/shim/actors/builtin/system/mod.rs | 2 +- src/shim/actors/builtin/verifreg/ext/mod.rs | 2 +- src/shim/actors/builtin/verifreg/ext/state.rs | 2 +- src/shim/actors/builtin/verifreg/mod.rs | 2 +- src/shim/actors/common.rs | 2 +- src/shim/actors/convert.rs | 2 +- src/shim/actors/macros.rs | 2 +- src/shim/actors/mod.rs | 2 +- src/shim/actors/state_load.rs | 2 +- src/shim/actors/version.rs | 2 +- src/shim/address.rs | 2 +- src/shim/bigint.rs | 2 +- src/shim/clock.rs | 2 +- src/shim/crypto.rs | 2 +- src/shim/deal.rs | 2 +- src/shim/econ.rs | 2 +- src/shim/error.rs | 2 +- src/shim/executor.rs | 2 +- src/shim/externs.rs | 2 +- src/shim/gas.rs | 2 +- src/shim/kernel.rs | 2 +- src/shim/machine/manifest.rs | 2 +- src/shim/machine/mod.rs | 2 +- src/shim/message.rs | 2 +- src/shim/mod.rs | 2 +- src/shim/piece.rs | 2 +- src/shim/randomness.rs | 2 +- src/shim/sector.rs | 2 +- src/shim/state_tree.rs | 2 +- src/shim/state_tree_v0.rs | 2 +- src/shim/trace.rs | 2 +- src/shim/version.rs | 2 +- src/state_manager/chain_rand.rs | 2 +- src/state_manager/circulating_supply.rs | 2 +- src/state_manager/errors.rs | 2 +- src/state_manager/metrics.rs | 2 +- src/state_manager/mod.rs | 2 +- src/state_manager/utils.rs | 2 +- src/state_migration/common/macros/mod.rs | 2 +- src/state_migration/common/macros/system.rs | 2 +- src/state_migration/common/macros/verifier.rs | 2 +- src/state_migration/common/migration_job.rs | 2 +- src/state_migration/common/migrators.rs | 2 +- src/state_migration/common/mod.rs | 2 +- src/state_migration/common/state_migration.rs | 2 +- src/state_migration/common/verifier.rs | 2 +- src/state_migration/mod.rs | 2 +- src/state_migration/nv17/datacap.rs | 2 +- src/state_migration/nv17/migration.rs | 2 +- src/state_migration/nv17/miner.rs | 2 +- src/state_migration/nv17/mod.rs | 2 +- src/state_migration/nv17/util.rs | 2 +- src/state_migration/nv17/verifreg_market.rs | 2 +- src/state_migration/nv18/eam.rs | 2 +- src/state_migration/nv18/eth_account.rs | 2 +- src/state_migration/nv18/init.rs | 2 +- src/state_migration/nv18/migration.rs | 2 +- src/state_migration/nv18/mod.rs | 2 +- src/state_migration/nv19/migration.rs | 2 +- src/state_migration/nv19/miner.rs | 2 +- src/state_migration/nv19/mod.rs | 2 +- src/state_migration/nv19/power.rs | 2 +- src/state_migration/nv21/migration.rs | 2 +- src/state_migration/nv21/miner.rs | 2 +- src/state_migration/nv21/mod.rs | 2 +- src/state_migration/nv21fix/migration.rs | 2 +- src/state_migration/nv21fix/mod.rs | 2 +- src/state_migration/nv21fix2/migration.rs | 2 +- src/state_migration/nv21fix2/mod.rs | 2 +- src/state_migration/nv22/market.rs | 2 +- src/state_migration/nv22/migration.rs | 2 +- src/state_migration/nv22/miner.rs | 2 +- src/state_migration/nv22/mod.rs | 2 +- src/state_migration/nv22fix/migration.rs | 2 +- src/state_migration/nv22fix/mod.rs | 2 +- src/state_migration/nv23/migration.rs | 2 +- src/state_migration/nv23/mining_reserve.rs | 2 +- src/state_migration/nv23/mod.rs | 2 +- src/state_migration/nv24/migration.rs | 2 +- src/state_migration/nv24/mod.rs | 2 +- src/state_migration/nv24/power.rs | 2 +- src/state_migration/nv25/migration.rs | 2 +- src/state_migration/nv25/mod.rs | 2 +- src/state_migration/tests/mod.rs | 2 +- src/state_migration/type_migrations/init/mod.rs | 2 +- src/state_migration/type_migrations/init/state_v9_to_v10.rs | 2 +- src/state_migration/type_migrations/market/mod.rs | 2 +- src/state_migration/type_migrations/market/state_v8_to_v9.rs | 2 +- src/state_migration/type_migrations/miner/info_v8_to_v9.rs | 2 +- src/state_migration/type_migrations/miner/mod.rs | 2 +- .../type_migrations/miner/power_pair_v11_to_v12.rs | 2 +- .../type_migrations/miner/power_pair_v8_to_v9.rs | 2 +- .../type_migrations/miner/sector_onchain_info_v11_to_v12.rs | 2 +- .../type_migrations/miner/sector_onchain_info_v8_to_v9.rs | 2 +- .../type_migrations/miner/sector_precommit_info_v8_to_v9.rs | 2 +- .../miner/sector_precommit_onchain_info_v8_to_v9.rs | 2 +- src/state_migration/type_migrations/miner/state_v10_to_v11.rs | 2 +- src/state_migration/type_migrations/miner/state_v8_to_v9.rs | 2 +- src/state_migration/type_migrations/mod.rs | 2 +- src/statediff/mod.rs | 2 +- src/statediff/resolve.rs | 2 +- src/test_utils/mod.rs | 2 +- src/tool/main.rs | 2 +- src/tool/mod.rs | 2 +- src/tool/offline_server/mod.rs | 2 +- src/tool/offline_server/server.rs | 2 +- src/tool/subcommands/api_cmd.rs | 2 +- src/tool/subcommands/archive_cmd.rs | 2 +- src/tool/subcommands/backup_cmd.rs | 2 +- src/tool/subcommands/benchmark_cmd.rs | 2 +- src/tool/subcommands/car_cmd.rs | 2 +- src/tool/subcommands/db_cmd.rs | 2 +- src/tool/subcommands/fetch_params_cmd.rs | 2 +- src/tool/subcommands/mod.rs | 2 +- src/tool/subcommands/net_cmd.rs | 2 +- src/tool/subcommands/shed_cmd.rs | 2 +- src/tool/subcommands/snapshot_cmd.rs | 2 +- src/tool/subcommands/state_migration_cmd.rs | 2 +- src/utils/cid/mod.rs | 2 +- src/utils/db/car_stream.rs | 2 +- src/utils/db/car_util.rs | 2 +- src/utils/db/mod.rs | 2 +- src/utils/encoding/cid_de_cbor.rs | 2 +- src/utils/encoding/mod.rs | 2 +- src/utils/flume/mod.rs | 2 +- src/utils/io/mmap.rs | 2 +- src/utils/io/mod.rs | 2 +- src/utils/io/progress_log.rs | 2 +- src/utils/io/writer_checksum.rs | 2 +- src/utils/misc/adaptive_value_provider.rs | 2 +- src/utils/misc/env.rs | 2 +- src/utils/misc/logo.rs | 2 +- src/utils/misc/mod.rs | 2 +- src/utils/mod.rs | 2 +- src/utils/monitoring/mem_tracker.rs | 2 +- src/utils/monitoring/mod.rs | 2 +- src/utils/multihash.rs | 2 +- src/utils/net.rs | 2 +- src/utils/p2p/mod.rs | 2 +- src/utils/proofs_api/mod.rs | 2 +- src/utils/proofs_api/parameters.rs | 2 +- src/utils/proofs_api/paramfetch.rs | 2 +- src/utils/reqwest_resume/mod.rs | 2 +- src/utils/reqwest_resume/tests.rs | 2 +- src/utils/stats/mod.rs | 2 +- src/utils/stream.rs | 2 +- src/utils/tests/files.rs | 2 +- src/utils/version/mod.rs | 2 +- src/wallet/main.rs | 2 +- src/wallet/mod.rs | 2 +- src/wallet/subcommands/mod.rs | 2 +- src/wallet/subcommands/wallet_cmd.rs | 2 +- tests/common/mod.rs | 2 +- tests/config.rs | 2 +- tests/db_migration_tests.rs | 2 +- tests/db_mode_tests.rs | 2 +- tests/import_snapshot_tests.rs | 2 +- tests/keystore_tests.rs | 2 +- tests/lint.rs | 2 +- tests/lints/mod.rs | 2 +- tests/manifest_tests.rs | 2 +- tests/tool_tests.rs | 2 +- 477 files changed, 477 insertions(+), 477 deletions(-) diff --git a/benches/car-index.rs b/benches/car-index.rs index 7090e129562..1f6a4442d49 100644 --- a/benches/car-index.rs +++ b/benches/car-index.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use cid::Cid; diff --git a/benches/example-benchmark.rs b/benches/example-benchmark.rs index d22911273b3..afbd74c5ef3 100644 --- a/benches/example-benchmark.rs +++ b/benches/example-benchmark.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! ```console //! $ cargo bench --bench example-benchmark diff --git a/build.rs b/build.rs index fd486a7123e..18a60736917 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() { diff --git a/interop-tests/build.rs b/interop-tests/build.rs index fd2c5225553..e2f235c0c09 100644 --- a/interop-tests/build.rs +++ b/interop-tests/build.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() { diff --git a/interop-tests/src/lib.rs b/interop-tests/src/lib.rs index b1f1644d25a..6400cd8c500 100644 --- a/interop-tests/src/lib.rs +++ b/interop-tests/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #[cfg(test)] diff --git a/interop-tests/src/tests/bitswap_go_compat.rs b/interop-tests/src/tests/bitswap_go_compat.rs index 63b33d7a611..6f554f5637e 100644 --- a/interop-tests/src/tests/bitswap_go_compat.rs +++ b/interop-tests/src/tests/bitswap_go_compat.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::go_ffi::*; diff --git a/interop-tests/src/tests/go_ffi.rs b/interop-tests/src/tests/go_ffi.rs index 10c27717630..ce2df68a58a 100644 --- a/interop-tests/src/tests/go_ffi.rs +++ b/interop-tests/src/tests/go_ffi.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod binding { diff --git a/interop-tests/src/tests/kad_go_compat.rs b/interop-tests/src/tests/kad_go_compat.rs index 4bf192ec492..4c7b77ccd92 100644 --- a/interop-tests/src/tests/kad_go_compat.rs +++ b/interop-tests/src/tests/kad_go_compat.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::go_ffi::*; diff --git a/interop-tests/src/tests/mod.rs b/interop-tests/src/tests/mod.rs index fe9b2e5c14f..1539d46cf75 100644 --- a/interop-tests/src/tests/mod.rs +++ b/interop-tests/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod go_ffi; diff --git a/scripts/add_license.sh b/scripts/add_license.sh index e4e1d2c5944..f31cdc34aaf 100755 --- a/scripts/add_license.sh +++ b/scripts/add_license.sh @@ -3,7 +3,7 @@ # Checks if the source code contains required license and adds it if necessary. # Returns 1 if there was a missing license, 0 otherwise. -PAT_APA="^// Copyright 2019-2024 ChainSafe Systems// SPDX-License-Identifier: Apache-2.0, MIT$" +PAT_APA="^// Copyright 2019-2025 ChainSafe Systems// SPDX-License-Identifier: Apache-2.0, MIT$" ret=0 for file in $(git grep --cached -Il '' -- '*.rs' ':!*src/utils/encoding/fallback_de_ipld_dagcbor.rs'); do diff --git a/scripts/copyright.txt b/scripts/copyright.txt index 98704678674..babf0bf4443 100644 --- a/scripts/copyright.txt +++ b/scripts/copyright.txt @@ -1,2 +1,2 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT diff --git a/src/auth/mod.rs b/src/auth/mod.rs index 0baf010c5fe..a03e2cc1f1f 100644 --- a/src/auth/mod.rs +++ b/src/auth/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::key_management::KeyInfo; diff --git a/src/beacon/beacon_entries.rs b/src/beacon/beacon_entries.rs index 9afdf975966..06fac9ed054 100644 --- a/src/beacon/beacon_entries.rs +++ b/src/beacon/beacon_entries.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::encoding::serde_byte_array; diff --git a/src/beacon/drand.rs b/src/beacon/drand.rs index 7e318eca09c..76c882ed79f 100644 --- a/src/beacon/drand.rs +++ b/src/beacon/drand.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::Duration; diff --git a/src/beacon/mock_beacon.rs b/src/beacon/mock_beacon.rs index 042fb57bbe7..80f76e4931b 100644 --- a/src/beacon/mock_beacon.rs +++ b/src/beacon/mock_beacon.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::DrandNetwork; diff --git a/src/beacon/mod.rs b/src/beacon/mod.rs index c3598d14781..7e4e5a33087 100644 --- a/src/beacon/mod.rs +++ b/src/beacon/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod beacon_entries; diff --git a/src/beacon/signatures/mod.rs b/src/beacon/signatures/mod.rs index 2cb7d67f46e..bfc55775360 100644 --- a/src/beacon/signatures/mod.rs +++ b/src/beacon/signatures/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod public_key_impls; diff --git a/src/beacon/signatures/public_key_impls.rs b/src/beacon/signatures/public_key_impls.rs index 3f8967c5b5b..38e7a178d8c 100644 --- a/src/beacon/signatures/public_key_impls.rs +++ b/src/beacon/signatures/public_key_impls.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/beacon/signatures/signature_impls.rs b/src/beacon/signatures/signature_impls.rs index f5f1b3e7162..765f1bdb9f2 100644 --- a/src/beacon/signatures/signature_impls.rs +++ b/src/beacon/signatures/signature_impls.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/beacon/signatures/tests.rs b/src/beacon/signatures/tests.rs index fc43bb25c0d..126531da266 100644 --- a/src/beacon/signatures/tests.rs +++ b/src/beacon/signatures/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::beacon::BeaconEntry; diff --git a/src/beacon/tests/drand.rs b/src/beacon/tests/drand.rs index 3b6faadc8b3..25d74ecb682 100644 --- a/src/beacon/tests/drand.rs +++ b/src/beacon/tests/drand.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::{ diff --git a/src/bin/forest-cli.rs b/src/bin/forest-cli.rs index 70f928382e0..1729e96e4ea 100644 --- a/src/bin/forest-cli.rs +++ b/src/bin/forest-cli.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() -> anyhow::Result<()> { diff --git a/src/bin/forest-tool.rs b/src/bin/forest-tool.rs index daf5cc1f783..1b40d6fc586 100644 --- a/src/bin/forest-tool.rs +++ b/src/bin/forest-tool.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() -> anyhow::Result<()> { diff --git a/src/bin/forest-wallet.rs b/src/bin/forest-wallet.rs index 47e617e9bf8..848b5e94690 100644 --- a/src/bin/forest-wallet.rs +++ b/src/bin/forest-wallet.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() -> anyhow::Result<()> { diff --git a/src/bin/forest.rs b/src/bin/forest.rs index c32ee746f7c..5f560f39fca 100644 --- a/src/bin/forest.rs +++ b/src/bin/forest.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT fn main() -> anyhow::Result<()> { diff --git a/src/blocks/block.rs b/src/blocks/block.rs index 7640051c46d..2eba10e9c97 100644 --- a/src/blocks/block.rs +++ b/src/blocks/block.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::message::SignedMessage; diff --git a/src/blocks/chain4u.rs b/src/blocks/chain4u.rs index 20673176e6f..a4a7513fe23 100644 --- a/src/blocks/chain4u.rs +++ b/src/blocks/chain4u.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains [`Chain4U`] and [`chain4u!`], which together provide a diff --git a/src/blocks/election_proof.rs b/src/blocks/election_proof.rs index e696dccfcc9..ec7fbbf9066 100644 --- a/src/blocks/election_proof.rs +++ b/src/blocks/election_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::VRFProof; diff --git a/src/blocks/gossip_block.rs b/src/blocks/gossip_block.rs index 078ee664673..834c45332ab 100644 --- a/src/blocks/gossip_block.rs +++ b/src/blocks/gossip_block.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use cid::Cid; diff --git a/src/blocks/header.rs b/src/blocks/header.rs index a25403a25f4..e4730130368 100644 --- a/src/blocks/header.rs +++ b/src/blocks/header.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ops::Deref; diff --git a/src/blocks/mod.rs b/src/blocks/mod.rs index bf345a36b63..af5deb55bd3 100644 --- a/src/blocks/mod.rs +++ b/src/blocks/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use thiserror::Error; diff --git a/src/blocks/tests/serialization_vectors.rs b/src/blocks/tests/serialization_vectors.rs index 7522b9b9a92..19d10838fb6 100644 --- a/src/blocks/tests/serialization_vectors.rs +++ b/src/blocks/tests/serialization_vectors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT /// These tests use the `serialization-vectors` submodule at the root of this repo diff --git a/src/blocks/tests/ticket_test.rs b/src/blocks/tests/ticket_test.rs index d12be02cf07..e0f94260d98 100644 --- a/src/blocks/tests/ticket_test.rs +++ b/src/blocks/tests/ticket_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::*; diff --git a/src/blocks/ticket.rs b/src/blocks/ticket.rs index 8f3175e930e..d221012ae79 100644 --- a/src/blocks/ticket.rs +++ b/src/blocks/ticket.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::VRFProof; diff --git a/src/blocks/tipset.rs b/src/blocks/tipset.rs index 83f51d8c54e..82166723c76 100644 --- a/src/blocks/tipset.rs +++ b/src/blocks/tipset.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/blocks/vrf_proof.rs b/src/blocks/vrf_proof.rs index a67ceb23230..b5ce17f92f4 100644 --- a/src/blocks/vrf_proof.rs +++ b/src/blocks/vrf_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::encoding::{blake2b_256, serde_byte_array}; diff --git a/src/chain/mod.rs b/src/chain/mod.rs index 99b3e32b9bd..2a9bf3a6095 100644 --- a/src/chain/mod.rs +++ b/src/chain/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod store; mod weight; diff --git a/src/chain/store/base_fee.rs b/src/chain/store/base_fee.rs index fd6b69b55be..957ac444c5e 100644 --- a/src/chain/store/base_fee.rs +++ b/src/chain/store/base_fee.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::Tipset; diff --git a/src/chain/store/chain_store.rs b/src/chain/store/chain_store.rs index 61b2ae5b374..6f3ec5b74c6 100644 --- a/src/chain/store/chain_store.rs +++ b/src/chain/store/chain_store.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{ diff --git a/src/chain/store/errors.rs b/src/chain/store/errors.rs index e530191b0f6..b3ff2f3afc7 100644 --- a/src/chain/store/errors.rs +++ b/src/chain/store/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::fmt::Debug; diff --git a/src/chain/store/index.rs b/src/chain/store/index.rs index a9383e396e3..504a1a3e7e6 100644 --- a/src/chain/store/index.rs +++ b/src/chain/store/index.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{num::NonZeroUsize, sync::Arc}; diff --git a/src/chain/store/mod.rs b/src/chain/store/mod.rs index 948abc1f1d8..25824159df8 100644 --- a/src/chain/store/mod.rs +++ b/src/chain/store/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod base_fee; diff --git a/src/chain/store/tipset_tracker.rs b/src/chain/store/tipset_tracker.rs index 0e329c016ad..4c11ae9ecd3 100644 --- a/src/chain/store/tipset_tracker.rs +++ b/src/chain/store/tipset_tracker.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{collections::BTreeMap, sync::Arc}; diff --git a/src/chain/weight.rs b/src/chain/weight.rs index 46efea7fa6f..a30f7e59a34 100644 --- a/src/chain/weight.rs +++ b/src/chain/weight.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub type Weight = num::BigInt; diff --git a/src/chain_sync/bad_block_cache.rs b/src/chain_sync/bad_block_cache.rs index 037a15c989d..29ef2369d7e 100644 --- a/src/chain_sync/bad_block_cache.rs +++ b/src/chain_sync/bad_block_cache.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::num::NonZeroUsize; diff --git a/src/chain_sync/chain_muxer.rs b/src/chain_sync/chain_muxer.rs index 96154ca631b..eaaa8db3c2e 100644 --- a/src/chain_sync/chain_muxer.rs +++ b/src/chain_sync/chain_muxer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/chain_sync/consensus.rs b/src/chain_sync/consensus.rs index 6a477913113..ec23dd365df 100644 --- a/src/chain_sync/consensus.rs +++ b/src/chain_sync/consensus.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use futures::{stream::FuturesUnordered, StreamExt}; diff --git a/src/chain_sync/metrics.rs b/src/chain_sync/metrics.rs index 099fa8527cb..dcc846127e3 100644 --- a/src/chain_sync/metrics.rs +++ b/src/chain_sync/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/chain_sync/mod.rs b/src/chain_sync/mod.rs index 683f0961dc2..ea1e78d02ee 100644 --- a/src/chain_sync/mod.rs +++ b/src/chain_sync/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod bad_block_cache; diff --git a/src/chain_sync/network_context.rs b/src/chain_sync/network_context.rs index ee167e4720e..c30b86243c7 100644 --- a/src/chain_sync/network_context.rs +++ b/src/chain_sync/network_context.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/chain_sync/sync_state.rs b/src/chain_sync/sync_state.rs index 0daf50d371d..cf928f96e43 100644 --- a/src/chain_sync/sync_state.rs +++ b/src/chain_sync/sync_state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/chain_sync/tipset_syncer.rs b/src/chain_sync/tipset_syncer.rs index 5d1be0fc80a..ebf1d51fe5d 100644 --- a/src/chain_sync/tipset_syncer.rs +++ b/src/chain_sync/tipset_syncer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/chain_sync/validation.rs b/src/chain_sync/validation.rs index 3899dbd25d4..921d520f9cb 100644 --- a/src/chain_sync/validation.rs +++ b/src/chain_sync/validation.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::{SystemTime, UNIX_EPOCH}; diff --git a/src/cid_collections/hash_map.rs b/src/cid_collections/hash_map.rs index 0e4863beedc..0eab34a9c73 100644 --- a/src/cid_collections/hash_map.rs +++ b/src/cid_collections/hash_map.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{CidV1DagCborBlake2b256, MaybeCompactedCid, Uncompactable}; diff --git a/src/cid_collections/hash_set.rs b/src/cid_collections/hash_set.rs index 28807652003..d552f579741 100644 --- a/src/cid_collections/hash_set.rs +++ b/src/cid_collections/hash_set.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/cid_collections/mod.rs b/src/cid_collections/mod.rs index cb9eae5139e..66336f40c31 100644 --- a/src/cid_collections/mod.rs +++ b/src/cid_collections/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod hash_map; pub mod hash_set; diff --git a/src/cid_collections/small_cid_vec.rs b/src/cid_collections/small_cid_vec.rs index 44525c5d386..341c45dcdb5 100644 --- a/src/cid_collections/small_cid_vec.rs +++ b/src/cid_collections/small_cid_vec.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/cli/humantoken.rs b/src/cli/humantoken.rs index 6cb21080eeb..e6b6df2723a 100644 --- a/src/cli/humantoken.rs +++ b/src/cli/humantoken.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module defines a [parser](parse()) and //! [pretty-printer](TokenAmountPretty::pretty) for diff --git a/src/cli/main.rs b/src/cli/main.rs index e6a663fe8a1..ab20aa28aa2 100644 --- a/src/cli/main.rs +++ b/src/cli/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::subcommands::Subcommand; diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 8c6de9d0975..0455477cbdd 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod humantoken; pub mod main; diff --git a/src/cli/subcommands/auth_cmd.rs b/src/cli/subcommands/auth_cmd.rs index f17836ce217..b74437a5d13 100644 --- a/src/cli/subcommands/auth_cmd.rs +++ b/src/cli/subcommands/auth_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::{self, auth::AuthNewParams, prelude::*}; diff --git a/src/cli/subcommands/chain_cmd.rs b/src/cli/subcommands/chain_cmd.rs index 8049604221f..4ee47291ac4 100644 --- a/src/cli/subcommands/chain_cmd.rs +++ b/src/cli/subcommands/chain_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{Tipset, TipsetKey}; diff --git a/src/cli/subcommands/config_cmd.rs b/src/cli/subcommands/config_cmd.rs index 3ff03dfc438..822f3045eb7 100644 --- a/src/cli/subcommands/config_cmd.rs +++ b/src/cli/subcommands/config_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::io::Write; diff --git a/src/cli/subcommands/f3_cmd.rs b/src/cli/subcommands/f3_cmd.rs index aa797843be5..8021e39695c 100644 --- a/src/cli/subcommands/f3_cmd.rs +++ b/src/cli/subcommands/f3_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #[cfg(test)] diff --git a/src/cli/subcommands/f3_cmd/tests.rs b/src/cli/subcommands/f3_cmd/tests.rs index 182ea20539d..c8fb9a0207a 100644 --- a/src/cli/subcommands/f3_cmd/tests.rs +++ b/src/cli/subcommands/f3_cmd/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/cli/subcommands/healthcheck_cmd.rs b/src/cli/subcommands/healthcheck_cmd.rs index 8702a1d217f..658b57748d5 100644 --- a/src/cli/subcommands/healthcheck_cmd.rs +++ b/src/cli/subcommands/healthcheck_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/cli/subcommands/info_cmd.rs b/src/cli/subcommands/info_cmd.rs index ebc436fccf4..46d44c1126e 100644 --- a/src/cli/subcommands/info_cmd.rs +++ b/src/cli/subcommands/info_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::{Duration, SystemTime, UNIX_EPOCH}; diff --git a/src/cli/subcommands/mod.rs b/src/cli/subcommands/mod.rs index bcb311f7506..1411dc72269 100644 --- a/src/cli/subcommands/mod.rs +++ b/src/cli/subcommands/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // Due to https://git.wiki.kernel.org/index.php/GitFaq#Why_does_Git_not_.22track.22_renames.3F diff --git a/src/cli/subcommands/mpool_cmd.rs b/src/cli/subcommands/mpool_cmd.rs index fc18a85284a..932dafe6c5f 100644 --- a/src/cli/subcommands/mpool_cmd.rs +++ b/src/cli/subcommands/mpool_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::str::FromStr as _; diff --git a/src/cli/subcommands/net_cmd.rs b/src/cli/subcommands/net_cmd.rs index f95fae623af..44bfc736ed0 100644 --- a/src/cli/subcommands/net_cmd.rs +++ b/src/cli/subcommands/net_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::libp2p::{Multiaddr, Protocol}; diff --git a/src/cli/subcommands/send_cmd.rs b/src/cli/subcommands/send_cmd.rs index 10ef7cd3052..b5d126b88a0 100644 --- a/src/cli/subcommands/send_cmd.rs +++ b/src/cli/subcommands/send_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::str::FromStr as _; diff --git a/src/cli/subcommands/shutdown_cmd.rs b/src/cli/subcommands/shutdown_cmd.rs index 61461d5a541..e09c4dc8944 100644 --- a/src/cli/subcommands/shutdown_cmd.rs +++ b/src/cli/subcommands/shutdown_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::cli::subcommands::prompt_confirm; diff --git a/src/cli/subcommands/snapshot_cmd.rs b/src/cli/subcommands/snapshot_cmd.rs index 6c7dd2b74b9..db70fac7202 100644 --- a/src/cli/subcommands/snapshot_cmd.rs +++ b/src/cli/subcommands/snapshot_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/cli/subcommands/state_cmd.rs b/src/cli/subcommands/state_cmd.rs index 44c2f39f428..80a7c13d35a 100644 --- a/src/cli/subcommands/state_cmd.rs +++ b/src/cli/subcommands/state_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/src/cli/subcommands/sync_cmd.rs b/src/cli/subcommands/sync_cmd.rs index 6f321caf3fe..3eef7126b61 100644 --- a/src/cli/subcommands/sync_cmd.rs +++ b/src/cli/subcommands/sync_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/cli_shared/cli/client.rs b/src/cli_shared/cli/client.rs index c49600bbb9e..40891be82f5 100644 --- a/src/cli_shared/cli/client.rs +++ b/src/cli_shared/cli/client.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/cli_shared/cli/config.rs b/src/cli_shared/cli/config.rs index 7b15305934b..e7d9e6f4c56 100644 --- a/src/cli_shared/cli/config.rs +++ b/src/cli_shared/cli/config.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::db::db_engine::DbConfig; diff --git a/src/cli_shared/cli/mod.rs b/src/cli_shared/cli/mod.rs index a7e904efdda..7ce9a906dfa 100644 --- a/src/cli_shared/cli/mod.rs +++ b/src/cli_shared/cli/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod client; diff --git a/src/cli_shared/logger/mod.rs b/src/cli_shared/logger/mod.rs index 92668a965b6..5dceb9a13d1 100644 --- a/src/cli_shared/logger/mod.rs +++ b/src/cli_shared/logger/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::pin::Pin; diff --git a/src/cli_shared/mod.rs b/src/cli_shared/mod.rs index 6d5f207acd7..45e8191b6e6 100644 --- a/src/cli_shared/mod.rs +++ b/src/cli_shared/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod cli; diff --git a/src/cli_shared/snapshot.rs b/src/cli_shared/snapshot.rs index 87de6098d47..dc698418b12 100644 --- a/src/cli_shared/snapshot.rs +++ b/src/cli_shared/snapshot.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/daemon/bundle.rs b/src/daemon/bundle.rs index 58dc9f0fad9..53bd66d9bcd 100644 --- a/src/daemon/bundle.rs +++ b/src/daemon/bundle.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::db::PersistentStore; diff --git a/src/daemon/db_util.rs b/src/daemon/db_util.rs index c2272ba0c57..f4aa1771c0f 100644 --- a/src/daemon/db_util.rs +++ b/src/daemon/db_util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::Tipset; diff --git a/src/daemon/main.rs b/src/daemon/main.rs index eee20ce399f..9862b2bcdfd 100644 --- a/src/daemon/main.rs +++ b/src/daemon/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::cli_shared::cli::{CliOpts, HELP_MESSAGE}; diff --git a/src/daemon/mod.rs b/src/daemon/mod.rs index f0e6e31f77e..9e24316034e 100644 --- a/src/daemon/mod.rs +++ b/src/daemon/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod bundle; diff --git a/src/db/car/any.rs b/src/db/car/any.rs index 75a20d3aacd..6c3cf078676 100644 --- a/src/db/car/any.rs +++ b/src/db/car/any.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! There are three different CAR formats: `.car`, `.car.zst` and diff --git a/src/db/car/forest.rs b/src/db/car/forest.rs index ec1c44a52e4..6bcee678518 100644 --- a/src/db/car/forest.rs +++ b/src/db/car/forest.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Forest CAR format diff --git a/src/db/car/forest/index/hash.rs b/src/db/car/forest/index/hash.rs index 693a4da9795..9d6b1baabfa 100644 --- a/src/db/car/forest/index/hash.rs +++ b/src/db/car/forest/index/hash.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::num::NonZeroUsize; diff --git a/src/db/car/forest/index/mod.rs b/src/db/car/forest/index/mod.rs index 55b4ef3839e..15a8d1ebb79 100644 --- a/src/db/car/forest/index/mod.rs +++ b/src/db/car/forest/index/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Embedded index for the `.forest.car.zst` format. //! diff --git a/src/db/car/many.rs b/src/db/car/many.rs index 468b26a3bff..846c6e18262 100644 --- a/src/db/car/many.rs +++ b/src/db/car/many.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! The [`ManyCar`] block store is the union of `N` read-only CAR-backed block diff --git a/src/db/car/mod.rs b/src/db/car/mod.rs index 59217c275a1..aaf3f7e9a03 100644 --- a/src/db/car/mod.rs +++ b/src/db/car/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod any; pub mod forest; diff --git a/src/db/car/plain.rs b/src/db/car/plain.rs index df8a162281d..1c1e9e5398b 100644 --- a/src/db/car/plain.rs +++ b/src/db/car/plain.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Varint frames diff --git a/src/db/db_mode.rs b/src/db/db_mode.rs index 39aa697fc29..1e463a01d11 100644 --- a/src/db/db_mode.rs +++ b/src/db/db_mode.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/db/gc/mod.rs b/src/db/gc/mod.rs index 73df5716919..9031c8e313e 100644 --- a/src/db/gc/mod.rs +++ b/src/db/gc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! diff --git a/src/db/memory.rs b/src/db/memory.rs index 6d0abe23b00..646c86cb250 100644 --- a/src/db/memory.rs +++ b/src/db/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::cid_collections::CidHashSet; diff --git a/src/db/migration/db_migration.rs b/src/db/migration/db_migration.rs index ad9dbb38197..727718199b9 100644 --- a/src/db/migration/db_migration.rs +++ b/src/db/migration/db_migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/src/db/migration/migration_map.rs b/src/db/migration/migration_map.rs index 9493850ef56..cae5e9286e1 100644 --- a/src/db/migration/migration_map.rs +++ b/src/db/migration/migration_map.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/db/migration/mod.rs b/src/db/migration/mod.rs index a9c85af2231..c3c9c7be4fb 100644 --- a/src/db/migration/mod.rs +++ b/src/db/migration/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod db_migration; diff --git a/src/db/migration/v0_12_1.rs b/src/db/migration/v0_12_1.rs index d1776ba850b..a7a99b68f78 100644 --- a/src/db/migration/v0_12_1.rs +++ b/src/db/migration/v0_12_1.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Migration logic from version 0.12.1 diff --git a/src/db/migration/v0_16_0.rs b/src/db/migration/v0_16_0.rs index 115a8750835..941c3fec9ed 100644 --- a/src/db/migration/v0_16_0.rs +++ b/src/db/migration/v0_16_0.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Migration logic for 0.15.2 to 0.16.0 version. diff --git a/src/db/migration/v0_19_0.rs b/src/db/migration/v0_19_0.rs index 376b72091b9..2c11109e7ce 100644 --- a/src/db/migration/v0_19_0.rs +++ b/src/db/migration/v0_19_0.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Migration logic for 0.18.0 to 0.19.0 version. diff --git a/src/db/migration/v0_22_1.rs b/src/db/migration/v0_22_1.rs index b320ede9866..6bdacb329d5 100644 --- a/src/db/migration/v0_22_1.rs +++ b/src/db/migration/v0_22_1.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Migration logic for 0.22.0 to 0.22.1 version. diff --git a/src/db/migration/void_migration.rs b/src/db/migration/void_migration.rs index 1f45fa45440..c3d2dc1fd93 100644 --- a/src/db/migration/void_migration.rs +++ b/src/db/migration/void_migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Migration logic from any version that requires no migration logic. diff --git a/src/db/mod.rs b/src/db/mod.rs index 452d0ef803a..28fc6a864fe 100644 --- a/src/db/mod.rs +++ b/src/db/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod car; diff --git a/src/db/parity_db.rs b/src/db/parity_db.rs index 86f14468fed..2490ae81bb5 100644 --- a/src/db/parity_db.rs +++ b/src/db/parity_db.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{EthMappingsStore, PersistentStore, SettingsStore}; diff --git a/src/db/parity_db_config.rs b/src/db/parity_db_config.rs index 49fd83a5511..f88fac597bd 100644 --- a/src/db/parity_db_config.rs +++ b/src/db/parity_db_config.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use serde::{Deserialize, Serialize}; diff --git a/src/db/tests/db_utils/mod.rs b/src/db/tests/db_utils/mod.rs index e842c9806a1..5e0d182eef4 100644 --- a/src/db/tests/db_utils/mod.rs +++ b/src/db/tests/db_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub(in crate::db) mod parity; diff --git a/src/db/tests/db_utils/parity.rs b/src/db/tests/db_utils/parity.rs index dd7439bcd50..099c2f1dad2 100644 --- a/src/db/tests/db_utils/parity.rs +++ b/src/db/tests/db_utils/parity.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ops::Deref; diff --git a/src/db/tests/mem_test.rs b/src/db/tests/mem_test.rs index f87f4fc3fa5..0dc4335c59f 100644 --- a/src/db/tests/mem_test.rs +++ b/src/db/tests/mem_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::subtests; diff --git a/src/db/tests/parity_test.rs b/src/db/tests/parity_test.rs index 0311da11f8d..1f15fb60e57 100644 --- a/src/db/tests/parity_test.rs +++ b/src/db/tests/parity_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{db_utils::parity::TempParityDB, subtests}; diff --git a/src/db/tests/subtests/mod.rs b/src/db/tests/subtests/mod.rs index 638eac12ce8..faa24761db7 100644 --- a/src/db/tests/subtests/mod.rs +++ b/src/db/tests/subtests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::db::{SettingsStore, SettingsStoreExt}; diff --git a/src/db/ttl/mod.rs b/src/db/ttl/mod.rs index 97aea5d22d5..ef9f735be25 100644 --- a/src/db/ttl/mod.rs +++ b/src/db/ttl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::eth::EthChainId; diff --git a/src/documentation.rs b/src/documentation.rs index 3e376e016a5..f8d6c4386e2 100644 --- a/src/documentation.rs +++ b/src/documentation.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This is an empty module for documentation purposes. diff --git a/src/eth/eip_1559_transaction.rs b/src/eth/eip_1559_transaction.rs index 57a3eabfda9..2970349b360 100644 --- a/src/eth/eip_1559_transaction.rs +++ b/src/eth/eip_1559_transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the logic for EIP-1559 transaction types. diff --git a/src/eth/eip_155_transaction.rs b/src/eth/eip_155_transaction.rs index 550a06a8231..4a2539d4343 100644 --- a/src/eth/eip_155_transaction.rs +++ b/src/eth/eip_155_transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/eth/homestead_transaction.rs b/src/eth/homestead_transaction.rs index 4b02c18b846..4d082dec4fe 100644 --- a/src/eth/homestead_transaction.rs +++ b/src/eth/homestead_transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/eth/mod.rs b/src/eth/mod.rs index 40436991362..dc164eadf01 100644 --- a/src/eth/mod.rs +++ b/src/eth/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod eip_1559_transaction; diff --git a/src/eth/transaction.rs b/src/eth/transaction.rs index f4dd95ca515..22539f5ecd9 100644 --- a/src/eth/transaction.rs +++ b/src/eth/transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{derive_eip_155_chain_id, validate_eip155_chain_id}; diff --git a/src/f3/go_ffi.rs b/src/f3/go_ffi.rs index 11aa708327d..fe3a8b125b3 100644 --- a/src/f3/go_ffi.rs +++ b/src/f3/go_ffi.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod binding { diff --git a/src/f3/mod.rs b/src/f3/mod.rs index 3e4186e7dff..72afe1c721f 100644 --- a/src/f3/mod.rs +++ b/src/f3/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #![allow(clippy::too_many_arguments)] diff --git a/src/fil_cns/metrics.rs b/src/fil_cns/metrics.rs index e348f150d00..d8ad549c604 100644 --- a/src/fil_cns/metrics.rs +++ b/src/fil_cns/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/fil_cns/mod.rs b/src/fil_cns/mod.rs index abd3668c7ef..61b0ebe7421 100644 --- a/src/fil_cns/mod.rs +++ b/src/fil_cns/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{fmt::Debug, sync::Arc}; diff --git a/src/fil_cns/validation.rs b/src/fil_cns/validation.rs index 1b7b59e0b02..ebd4eb9a931 100644 --- a/src/fil_cns/validation.rs +++ b/src/fil_cns/validation.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{collections::BTreeMap, sync::Arc}; diff --git a/src/fil_cns/weight.rs b/src/fil_cns/weight.rs index 493d047fac3..b9359898a16 100644 --- a/src/fil_cns/weight.rs +++ b/src/fil_cns/weight.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::Tipset; diff --git a/src/genesis/mod.rs b/src/genesis/mod.rs index 8e3c2be2644..57ecf853e45 100644 --- a/src/genesis/mod.rs +++ b/src/genesis/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::Path; diff --git a/src/health/endpoints.rs b/src/health/endpoints.rs index 3ef622d1d50..337f0ce65b3 100644 --- a/src/health/endpoints.rs +++ b/src/health/endpoints.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/health/mod.rs b/src/health/mod.rs index 5baab0ce1d6..4465279b43f 100644 --- a/src/health/mod.rs +++ b/src/health/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/interpreter/errors.rs b/src/interpreter/errors.rs index 6cf209023ca..df29a2c0f09 100644 --- a/src/interpreter/errors.rs +++ b/src/interpreter/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks; diff --git a/src/interpreter/fvm2.rs b/src/interpreter/fvm2.rs index a258a66b818..5c58e8842d6 100644 --- a/src/interpreter/fvm2.rs +++ b/src/interpreter/fvm2.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::atomic::{AtomicBool, Ordering}; diff --git a/src/interpreter/fvm3.rs b/src/interpreter/fvm3.rs index ab21d2cbf6e..adfcc512992 100644 --- a/src/interpreter/fvm3.rs +++ b/src/interpreter/fvm3.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::atomic::{AtomicBool, Ordering}; diff --git a/src/interpreter/fvm4.rs b/src/interpreter/fvm4.rs index e1363a6ec16..b818ab682ce 100644 --- a/src/interpreter/fvm4.rs +++ b/src/interpreter/fvm4.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::atomic::{AtomicBool, Ordering}; diff --git a/src/interpreter/mod.rs b/src/interpreter/mod.rs index f41d759fce6..a414ce16e87 100644 --- a/src/interpreter/mod.rs +++ b/src/interpreter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod errors; diff --git a/src/interpreter/vm.rs b/src/interpreter/vm.rs index fa215b1b067..4dc087d2a59 100644 --- a/src/interpreter/vm.rs +++ b/src/interpreter/vm.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/ipld/mod.rs b/src/ipld/mod.rs index 4e3d069133b..665041ce885 100644 --- a/src/ipld/mod.rs +++ b/src/ipld/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod selector; diff --git a/src/ipld/selector/empty_map.rs b/src/ipld/selector/empty_map.rs index 6e2bbf1f0db..365e01aa85e 100644 --- a/src/ipld/selector/empty_map.rs +++ b/src/ipld/selector/empty_map.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use serde::{Deserialize, Deserializer, Serialize, Serializer}; diff --git a/src/ipld/selector/mod.rs b/src/ipld/selector/mod.rs index 3545a09bd99..a3a20367876 100644 --- a/src/ipld/selector/mod.rs +++ b/src/ipld/selector/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod empty_map; diff --git a/src/ipld/tests/cbor_test.rs b/src/ipld/tests/cbor_test.rs index 10282f239d9..af8da5190d2 100644 --- a/src/ipld/tests/cbor_test.rs +++ b/src/ipld/tests/cbor_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::{encoding::from_slice_with_fallback, multihash::prelude::*}; diff --git a/src/ipld/tests/selector_explore.rs b/src/ipld/tests/selector_explore.rs index 00654811de1..af810e4c344 100644 --- a/src/ipld/tests/selector_explore.rs +++ b/src/ipld/tests/selector_explore.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::ipld::{selector::Selector, Ipld}; diff --git a/src/ipld/tests/selector_gen_tests.rs b/src/ipld/tests/selector_gen_tests.rs index 40e3f944d69..1255c178725 100644 --- a/src/ipld/tests/selector_gen_tests.rs +++ b/src/ipld/tests/selector_gen_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::ipld::selector::{RecursionLimit, Selector}; diff --git a/src/ipld/util.rs b/src/ipld/util.rs index e819475852a..33cc4bfa288 100644 --- a/src/ipld/util.rs +++ b/src/ipld/util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::Tipset; diff --git a/src/key_management/errors.rs b/src/key_management/errors.rs index bc84f74dcf9..19922e9995c 100644 --- a/src/key_management/errors.rs +++ b/src/key_management/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::io; diff --git a/src/key_management/keystore.rs b/src/key_management/keystore.rs index 74bf9e8f028..7d537c5d80a 100644 --- a/src/key_management/keystore.rs +++ b/src/key_management/keystore.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/key_management/mod.rs b/src/key_management/mod.rs index 2473061bce6..72db1694e63 100644 --- a/src/key_management/mod.rs +++ b/src/key_management/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod errors; diff --git a/src/key_management/wallet.rs b/src/key_management/wallet.rs index 964b7404745..fad079328c5 100644 --- a/src/key_management/wallet.rs +++ b/src/key_management/wallet.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{convert::TryFrom, str::FromStr}; diff --git a/src/key_management/wallet_helpers.rs b/src/key_management/wallet_helpers.rs index 97bdbf61151..7c74dbfa7ef 100644 --- a/src/key_management/wallet_helpers.rs +++ b/src/key_management/wallet_helpers.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::{ diff --git a/src/lib.rs b/src/lib.rs index 94093eba182..1452e8a686d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #![recursion_limit = "1024"] diff --git a/src/libp2p/behaviour.rs b/src/libp2p/behaviour.rs index 082869a3fca..86b2d49c714 100644 --- a/src/libp2p/behaviour.rs +++ b/src/libp2p/behaviour.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{num::NonZeroUsize, sync::Arc}; diff --git a/src/libp2p/chain_exchange/behaviour.rs b/src/libp2p/chain_exchange/behaviour.rs index 7fe575abd4b..294346bce01 100644 --- a/src/libp2p/chain_exchange/behaviour.rs +++ b/src/libp2p/chain_exchange/behaviour.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use ahash::HashMap; diff --git a/src/libp2p/chain_exchange/message.rs b/src/libp2p/chain_exchange/message.rs index f5985b6e6f2..c1d2d4f7509 100644 --- a/src/libp2p/chain_exchange/message.rs +++ b/src/libp2p/chain_exchange/message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{convert::TryFrom, sync::Arc}; diff --git a/src/libp2p/chain_exchange/mod.rs b/src/libp2p/chain_exchange/mod.rs index e1663139182..ff33f18888a 100644 --- a/src/libp2p/chain_exchange/mod.rs +++ b/src/libp2p/chain_exchange/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod behaviour; diff --git a/src/libp2p/chain_exchange/provider.rs b/src/libp2p/chain_exchange/provider.rs index 243aea6206d..ed7552158ee 100644 --- a/src/libp2p/chain_exchange/provider.rs +++ b/src/libp2p/chain_exchange/provider.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{Tipset, TipsetKey}; diff --git a/src/libp2p/config.rs b/src/libp2p/config.rs index 260dcc5d2eb..51dc3754fe8 100644 --- a/src/libp2p/config.rs +++ b/src/libp2p/config.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use libp2p::Multiaddr; diff --git a/src/libp2p/discovery.rs b/src/libp2p/discovery.rs index 1f21a9f7fe9..4a834e8b59f 100644 --- a/src/libp2p/discovery.rs +++ b/src/libp2p/discovery.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/libp2p/gossip_params.rs b/src/libp2p/gossip_params.rs index 66900600b9d..0cb34ece95a 100644 --- a/src/libp2p/gossip_params.rs +++ b/src/libp2p/gossip_params.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::Duration; diff --git a/src/libp2p/hello/behaviour.rs b/src/libp2p/hello/behaviour.rs index 6a6c9188711..a2791d822dd 100644 --- a/src/libp2p/hello/behaviour.rs +++ b/src/libp2p/hello/behaviour.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/libp2p/hello/codec.rs b/src/libp2p/hello/codec.rs index f4db9e5b7b4..90194419530 100644 --- a/src/libp2p/hello/codec.rs +++ b/src/libp2p/hello/codec.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/libp2p/hello/message.rs b/src/libp2p/hello/message.rs index 9c50477a853..a284ec66b5b 100644 --- a/src/libp2p/hello/message.rs +++ b/src/libp2p/hello/message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::bigint::BigInt; diff --git a/src/libp2p/hello/mod.rs b/src/libp2p/hello/mod.rs index ee34df9cf0a..ca6add65d06 100644 --- a/src/libp2p/hello/mod.rs +++ b/src/libp2p/hello/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod message; diff --git a/src/libp2p/keypair.rs b/src/libp2p/keypair.rs index 4f5a34e89d4..3a053221d35 100644 --- a/src/libp2p/keypair.rs +++ b/src/libp2p/keypair.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use tracing::{debug, info, trace}; diff --git a/src/libp2p/metrics.rs b/src/libp2p/metrics.rs index b172332e47e..ee99d23250b 100644 --- a/src/libp2p/metrics.rs +++ b/src/libp2p/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/libp2p/mod.rs b/src/libp2p/mod.rs index a8710e373fc..eaceea60ffe 100644 --- a/src/libp2p/mod.rs +++ b/src/libp2p/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod behaviour; diff --git a/src/libp2p/peer_manager.rs b/src/libp2p/peer_manager.rs index df90481bb82..4b2ba2ea2f8 100644 --- a/src/libp2p/peer_manager.rs +++ b/src/libp2p/peer_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/libp2p/ping.rs b/src/libp2p/ping.rs index 36835f922a6..de0d58dd672 100644 --- a/src/libp2p/ping.rs +++ b/src/libp2p/ping.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{error::Error, time::Duration}; diff --git a/src/libp2p/rpc/decoder.rs b/src/libp2p/rpc/decoder.rs index 3a591d84612..8d43951ad3f 100644 --- a/src/libp2p/rpc/decoder.rs +++ b/src/libp2p/rpc/decoder.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{io, marker::PhantomData, pin::Pin, task::Poll}; diff --git a/src/libp2p/rpc/mod.rs b/src/libp2p/rpc/mod.rs index 34004883d82..0a24b33783e 100644 --- a/src/libp2p/rpc/mod.rs +++ b/src/libp2p/rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod decoder; diff --git a/src/libp2p/service.rs b/src/libp2p/service.rs index 5945a091b0d..60460515fde 100644 --- a/src/libp2p/service.rs +++ b/src/libp2p/service.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/libp2p/tests/decode_test.rs b/src/libp2p/tests/decode_test.rs index 2c9242b58a5..ffb81109d17 100644 --- a/src/libp2p/tests/decode_test.rs +++ b/src/libp2p/tests/decode_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::convert::TryFrom; diff --git a/src/libp2p_bitswap/behaviour.rs b/src/libp2p_bitswap/behaviour.rs index 5935fb262bd..850e584bafb 100644 --- a/src/libp2p_bitswap/behaviour.rs +++ b/src/libp2p_bitswap/behaviour.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/libp2p_bitswap/bitswap_pb.rs b/src/libp2p_bitswap/bitswap_pb.rs index af7020fca95..73875b05c1d 100644 --- a/src/libp2p_bitswap/bitswap_pb.rs +++ b/src/libp2p_bitswap/bitswap_pb.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // Automatically generated rust module for 'bitswap_pb.proto' file // Command: `pb-rs -s -D proto/bitswap_ob.proto`, See diff --git a/src/libp2p_bitswap/internals/codec.rs b/src/libp2p_bitswap/internals/codec.rs index 48577ba9981..0161b6510ba 100644 --- a/src/libp2p_bitswap/internals/codec.rs +++ b/src/libp2p_bitswap/internals/codec.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::io; diff --git a/src/libp2p_bitswap/internals/event_handlers.rs b/src/libp2p_bitswap/internals/event_handlers.rs index dc217138c20..efd2061b6ee 100644 --- a/src/libp2p_bitswap/internals/event_handlers.rs +++ b/src/libp2p_bitswap/internals/event_handlers.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/libp2p_bitswap/internals/mod.rs b/src/libp2p_bitswap/internals/mod.rs index 5d3acfad815..2124660a6ad 100644 --- a/src/libp2p_bitswap/internals/mod.rs +++ b/src/libp2p_bitswap/internals/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub(in crate::libp2p_bitswap) mod codec; diff --git a/src/libp2p_bitswap/internals/prefix.rs b/src/libp2p_bitswap/internals/prefix.rs index aa7112a9422..5a7361da3c5 100644 --- a/src/libp2p_bitswap/internals/prefix.rs +++ b/src/libp2p_bitswap/internals/prefix.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::libp2p_bitswap::*; diff --git a/src/libp2p_bitswap/message.rs b/src/libp2p_bitswap/message.rs index e8de674bc19..179a24474c3 100644 --- a/src/libp2p_bitswap/message.rs +++ b/src/libp2p_bitswap/message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::bitswap_pb::mod_Message::{mod_Wantlist::WantType, BlockPresenceType, Wantlist}; diff --git a/src/libp2p_bitswap/metrics.rs b/src/libp2p_bitswap/metrics.rs index a9781fceaff..0956eedfac5 100644 --- a/src/libp2p_bitswap/metrics.rs +++ b/src/libp2p_bitswap/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/libp2p_bitswap/mod.rs b/src/libp2p_bitswap/mod.rs index 493468208e7..2028f31249b 100644 --- a/src/libp2p_bitswap/mod.rs +++ b/src/libp2p_bitswap/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Another libp2p //! bitswap([SPEC](https://github.com/ipfs/specs/blob/main/BITSWAP.md)) diff --git a/src/libp2p_bitswap/request_manager.rs b/src/libp2p_bitswap/request_manager.rs index 2e5b83af012..ed81416e329 100644 --- a/src/libp2p_bitswap/request_manager.rs +++ b/src/libp2p_bitswap/request_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Request manager implementation that is optimized for `filecoin` network diff --git a/src/libp2p_bitswap/store.rs b/src/libp2p_bitswap/store.rs index cb0032a784a..76eb4dc7cd6 100644 --- a/src/libp2p_bitswap/store.rs +++ b/src/libp2p_bitswap/store.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/libp2p_bitswap/tests/request_manager.rs b/src/libp2p_bitswap/tests/request_manager.rs index d0dd7993163..2ff813ae061 100644 --- a/src/libp2p_bitswap/tests/request_manager.rs +++ b/src/libp2p_bitswap/tests/request_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #[cfg(test)] diff --git a/src/lotus_json/actor_state.rs b/src/lotus_json/actor_state.rs index fe87b96ffc2..7a836ceebac 100644 --- a/src/lotus_json/actor_state.rs +++ b/src/lotus_json/actor_state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/address.rs b/src/lotus_json/address.rs index 1aee6c649d3..f964c710b36 100644 --- a/src/lotus_json/address.rs +++ b/src/lotus_json/address.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/allocation.rs b/src/lotus_json/allocation.rs index 506f46bfbc5..c9331f7b5de 100644 --- a/src/lotus_json/allocation.rs +++ b/src/lotus_json/allocation.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/beacon_entry.rs b/src/lotus_json/beacon_entry.rs index 6f129761de6..8d74c8c4149 100644 --- a/src/lotus_json/beacon_entry.rs +++ b/src/lotus_json/beacon_entry.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::beacon::BeaconEntry; diff --git a/src/lotus_json/beneficiary_term.rs b/src/lotus_json/beneficiary_term.rs index 81492356ac9..c9d35495a2f 100644 --- a/src/lotus_json/beneficiary_term.rs +++ b/src/lotus_json/beneficiary_term.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/big_int.rs b/src/lotus_json/big_int.rs index 43f4ce848a8..e368c2d8e03 100644 --- a/src/lotus_json/big_int.rs +++ b/src/lotus_json/big_int.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/bit_field.rs b/src/lotus_json/bit_field.rs index 831b6eb0d76..a5d6592ee78 100644 --- a/src/lotus_json/bit_field.rs +++ b/src/lotus_json/bit_field.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/block_header.rs b/src/lotus_json/block_header.rs index 65071142f06..4db1aa890ca 100644 --- a/src/lotus_json/block_header.rs +++ b/src/lotus_json/block_header.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::beacon::BeaconEntry; diff --git a/src/lotus_json/cid.rs b/src/lotus_json/cid.rs index a9e80fa6652..1f6d2082bb9 100644 --- a/src/lotus_json/cid.rs +++ b/src/lotus_json/cid.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/duration.rs b/src/lotus_json/duration.rs index 624e6a01377..73747151931 100644 --- a/src/lotus_json/duration.rs +++ b/src/lotus_json/duration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/election_proof.rs b/src/lotus_json/election_proof.rs index 798ed103c68..9e1d12c26ce 100644 --- a/src/lotus_json/election_proof.rs +++ b/src/lotus_json/election_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{ElectionProof, VRFProof}; diff --git a/src/lotus_json/extended_sector_info.rs b/src/lotus_json/extended_sector_info.rs index 45466578af9..f0e8aa1cdee 100644 --- a/src/lotus_json/extended_sector_info.rs +++ b/src/lotus_json/extended_sector_info.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/gossip_block.rs b/src/lotus_json/gossip_block.rs index 1c17c0623b5..c535b5a5845 100644 --- a/src/lotus_json/gossip_block.rs +++ b/src/lotus_json/gossip_block.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/hash_map.rs b/src/lotus_json/hash_map.rs index 76154f0e500..ba727e247f4 100644 --- a/src/lotus_json/hash_map.rs +++ b/src/lotus_json/hash_map.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/ipld.rs b/src/lotus_json/ipld.rs index a758d3b98be..bf28a57754a 100644 --- a/src/lotus_json/ipld.rs +++ b/src/lotus_json/ipld.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Differences between serializers diff --git a/src/lotus_json/key_info.rs b/src/lotus_json/key_info.rs index 6b9c3666d5b..b12b17725b2 100644 --- a/src/lotus_json/key_info.rs +++ b/src/lotus_json/key_info.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/message.rs b/src/lotus_json/message.rs index f3a1a36a51e..1732bc897e3 100644 --- a/src/lotus_json/message.rs +++ b/src/lotus_json/message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/miner_info.rs b/src/lotus_json/miner_info.rs index dc7ac6101d4..55d27eed465 100644 --- a/src/lotus_json/miner_info.rs +++ b/src/lotus_json/miner_info.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/miner_power.rs b/src/lotus_json/miner_power.rs index 636e958e596..672ee4a369a 100644 --- a/src/lotus_json/miner_power.rs +++ b/src/lotus_json/miner_power.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/mod.rs b/src/lotus_json/mod.rs index e141cd7b0c2..24f179a8e06 100644 --- a/src/lotus_json/mod.rs +++ b/src/lotus_json/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! In the Filecoin ecosystem, there are TWO different ways to present a domain object: diff --git a/src/lotus_json/nonempty.rs b/src/lotus_json/nonempty.rs index c68d6b97a4f..0911a67e054 100644 --- a/src/lotus_json/nonempty.rs +++ b/src/lotus_json/nonempty.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/opt.rs b/src/lotus_json/opt.rs index c2f6707438d..1cd0a07ac4e 100644 --- a/src/lotus_json/opt.rs +++ b/src/lotus_json/opt.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/pending_beneficiary_change.rs b/src/lotus_json/pending_beneficiary_change.rs index e3fb4e6ca06..3049ab5cee6 100644 --- a/src/lotus_json/pending_beneficiary_change.rs +++ b/src/lotus_json/pending_beneficiary_change.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/po_st_proof.rs b/src/lotus_json/po_st_proof.rs index 314f9d58b1f..78eaaa6c455 100644 --- a/src/lotus_json/po_st_proof.rs +++ b/src/lotus_json/po_st_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::sector::{PoStProof, RegisteredPoStProof}; diff --git a/src/lotus_json/power_claim.rs b/src/lotus_json/power_claim.rs index bb4383cd95a..f496512c3bd 100644 --- a/src/lotus_json/power_claim.rs +++ b/src/lotus_json/power_claim.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::actors::power::Claim; diff --git a/src/lotus_json/raw_bytes.rs b/src/lotus_json/raw_bytes.rs index a622486c523..5394de9ec2a 100644 --- a/src/lotus_json/raw_bytes.rs +++ b/src/lotus_json/raw_bytes.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::{vec_u8::VecU8LotusJson, *}; diff --git a/src/lotus_json/receipt.rs b/src/lotus_json/receipt.rs index a87e3912559..359b75c0966 100644 --- a/src/lotus_json/receipt.rs +++ b/src/lotus_json/receipt.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use ::cid::Cid; diff --git a/src/lotus_json/registered_po_st_proof.rs b/src/lotus_json/registered_po_st_proof.rs index 838749674fa..5bed1c99a17 100644 --- a/src/lotus_json/registered_po_st_proof.rs +++ b/src/lotus_json/registered_po_st_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::sector::RegisteredPoStProof; diff --git a/src/lotus_json/registered_seal_proof.rs b/src/lotus_json/registered_seal_proof.rs index da0dd8b95a8..83e72625376 100644 --- a/src/lotus_json/registered_seal_proof.rs +++ b/src/lotus_json/registered_seal_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/sector_info.rs b/src/lotus_json/sector_info.rs index 32bd48fe472..2624986f621 100644 --- a/src/lotus_json/sector_info.rs +++ b/src/lotus_json/sector_info.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/sector_size.rs b/src/lotus_json/sector_size.rs index d8f6cf29e9b..74ad8f5a40a 100644 --- a/src/lotus_json/sector_size.rs +++ b/src/lotus_json/sector_size.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/signature.rs b/src/lotus_json/signature.rs index 5b98ff0e814..91f881470df 100644 --- a/src/lotus_json/signature.rs +++ b/src/lotus_json/signature.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/signature_type.rs b/src/lotus_json/signature_type.rs index 202011ab539..1d0289f026c 100644 --- a/src/lotus_json/signature_type.rs +++ b/src/lotus_json/signature_type.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/signed_message.rs b/src/lotus_json/signed_message.rs index f3040f57f61..705bd43bce2 100644 --- a/src/lotus_json/signed_message.rs +++ b/src/lotus_json/signed_message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::message::SignedMessage; diff --git a/src/lotus_json/sync_stage.rs b/src/lotus_json/sync_stage.rs index 268c1598fe5..13f21ce4ac4 100644 --- a/src/lotus_json/sync_stage.rs +++ b/src/lotus_json/sync_stage.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/ticket.rs b/src/lotus_json/ticket.rs index 3445f363b35..32eac0d2c22 100644 --- a/src/lotus_json/ticket.rs +++ b/src/lotus_json/ticket.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{Ticket, VRFProof}; diff --git a/src/lotus_json/tipset_keys.rs b/src/lotus_json/tipset_keys.rs index d8a97ae6176..9421a11e914 100644 --- a/src/lotus_json/tipset_keys.rs +++ b/src/lotus_json/tipset_keys.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/token_amount.rs b/src/lotus_json/token_amount.rs index 7e11e235cd9..5257fb13eb5 100644 --- a/src/lotus_json/token_amount.rs +++ b/src/lotus_json/token_amount.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/vec.rs b/src/lotus_json/vec.rs index bfb730e244f..3205be3d273 100644 --- a/src/lotus_json/vec.rs +++ b/src/lotus_json/vec.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/vec_u8.rs b/src/lotus_json/vec_u8.rs index 8cc414d9cb2..d176a971864 100644 --- a/src/lotus_json/vec_u8.rs +++ b/src/lotus_json/vec_u8.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/lotus_json/verifreg_claim.rs b/src/lotus_json/verifreg_claim.rs index 567b9f8cae9..8b1a04b925e 100644 --- a/src/lotus_json/verifreg_claim.rs +++ b/src/lotus_json/verifreg_claim.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::lotus_json::HasLotusJson; diff --git a/src/lotus_json/vrf_proof.rs b/src/lotus_json/vrf_proof.rs index 1c1f359b5ad..926611d3af3 100644 --- a/src/lotus_json/vrf_proof.rs +++ b/src/lotus_json/vrf_proof.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/message/chain_message.rs b/src/message/chain_message.rs index 24a73b05dcb..be1166b66f9 100644 --- a/src/message/chain_message.rs +++ b/src/message/chain_message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::message::MethodNum; diff --git a/src/message/mod.rs b/src/message/mod.rs index 71258e4453e..0be23f90399 100644 --- a/src/message/mod.rs +++ b/src/message/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod chain_message; diff --git a/src/message/signed_message.rs b/src/message/signed_message.rs index 0ab1058c38b..b72140de089 100644 --- a/src/message/signed_message.rs +++ b/src/message/signed_message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::message::MethodNum; diff --git a/src/message/tests/builder_test.rs b/src/message/tests/builder_test.rs index 6e9dade4032..82f1fc7e797 100644 --- a/src/message/tests/builder_test.rs +++ b/src/message/tests/builder_test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::message::SignedMessage; diff --git a/src/message_pool/block_prob.rs b/src/message_pool/block_prob.rs index 63a9cfda6e0..ca942c33ccf 100644 --- a/src/message_pool/block_prob.rs +++ b/src/message_pool/block_prob.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::f64::consts::E; diff --git a/src/message_pool/config.rs b/src/message_pool/config.rs index a2e5aa09c67..e695490ac2f 100644 --- a/src/message_pool/config.rs +++ b/src/message_pool/config.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::Duration; diff --git a/src/message_pool/errors.rs b/src/message_pool/errors.rs index 4e6ba552ef6..a02feed34a9 100644 --- a/src/message_pool/errors.rs +++ b/src/message_pool/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::chain::Error as ChainError; diff --git a/src/message_pool/mod.rs b/src/message_pool/mod.rs index b7bc533b32d..e5e636a2365 100644 --- a/src/message_pool/mod.rs +++ b/src/message_pool/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod block_prob; mod config; diff --git a/src/message_pool/msg_chain.rs b/src/message_pool/msg_chain.rs index 69fff260af4..d0f0d0e0fd2 100644 --- a/src/message_pool/msg_chain.rs +++ b/src/message_pool/msg_chain.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #![allow(clippy::indexing_slicing)] use std::{ diff --git a/src/message_pool/msgpool/metrics.rs b/src/message_pool/msgpool/metrics.rs index 2e72b27132f..42301d92897 100644 --- a/src/message_pool/msgpool/metrics.rs +++ b/src/message_pool/msgpool/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/message_pool/msgpool/mod.rs b/src/message_pool/msgpool/mod.rs index aad8f6298fa..cad8a36113c 100644 --- a/src/message_pool/msgpool/mod.rs +++ b/src/message_pool/msgpool/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub(in crate::message_pool) mod metrics; diff --git a/src/message_pool/msgpool/msg_pool.rs b/src/message_pool/msgpool/msg_pool.rs index 22b8029ff8c..ade39077dbf 100644 --- a/src/message_pool/msgpool/msg_pool.rs +++ b/src/message_pool/msgpool/msg_pool.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // Contains the implementation of Message Pool component. diff --git a/src/message_pool/msgpool/provider.rs b/src/message_pool/msgpool/provider.rs index 730d891e881..a867f36c054 100644 --- a/src/message_pool/msgpool/provider.rs +++ b/src/message_pool/msgpool/provider.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/message_pool/msgpool/selection.rs b/src/message_pool/msgpool/selection.rs index a789626349b..67144a575ec 100644 --- a/src/message_pool/msgpool/selection.rs +++ b/src/message_pool/msgpool/selection.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Contains routines for message selection APIs. diff --git a/src/message_pool/msgpool/test_provider.rs b/src/message_pool/msgpool/test_provider.rs index c0ee0930d86..3d396fb4cfb 100644 --- a/src/message_pool/msgpool/test_provider.rs +++ b/src/message_pool/msgpool/test_provider.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Contains mock implementations for testing internal `MessagePool` APIs diff --git a/src/message_pool/msgpool/utils.rs b/src/message_pool/msgpool/utils.rs index 75a59fbf3cf..814d38f1f08 100644 --- a/src/message_pool/msgpool/utils.rs +++ b/src/message_pool/msgpool/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::chain::MINIMUM_BASE_FEE; diff --git a/src/metrics/db.rs b/src/metrics/db.rs index f82284316ce..680787db13a 100644 --- a/src/metrics/db.rs +++ b/src/metrics/db.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use prometheus_client::{ diff --git a/src/metrics/mod.rs b/src/metrics/mod.rs index d4ec09264b7..03f99dd2464 100644 --- a/src/metrics/mod.rs +++ b/src/metrics/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod db; diff --git a/src/networks/actors_bundle.rs b/src/networks/actors_bundle.rs index 04513c28980..a1dfdfb720c 100644 --- a/src/networks/actors_bundle.rs +++ b/src/networks/actors_bundle.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::io::{self, Cursor}; diff --git a/src/networks/butterflynet/mod.rs b/src/networks/butterflynet/mod.rs index 079675adc01..58cb8d6db70 100644 --- a/src/networks/butterflynet/mod.rs +++ b/src/networks/butterflynet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use ahash::HashMap; diff --git a/src/networks/calibnet/mod.rs b/src/networks/calibnet/mod.rs index 73a8897de3e..fe420dfd0b2 100644 --- a/src/networks/calibnet/mod.rs +++ b/src/networks/calibnet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use ahash::HashMap; diff --git a/src/networks/devnet/mod.rs b/src/networks/devnet/mod.rs index 53f869816b9..aa9ba7f3fec 100644 --- a/src/networks/devnet/mod.rs +++ b/src/networks/devnet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use ahash::HashMap; diff --git a/src/networks/drand.rs b/src/networks/drand.rs index a8c4ee5b330..d40338d602c 100644 --- a/src/networks/drand.rs +++ b/src/networks/drand.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::beacon::{ChainInfo, DrandConfig, DrandNetwork}; diff --git a/src/networks/mainnet/mod.rs b/src/networks/mainnet/mod.rs index ba58196e6f1..c51494a71ba 100644 --- a/src/networks/mainnet/mod.rs +++ b/src/networks/mainnet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::{ diff --git a/src/networks/metrics.rs b/src/networks/metrics.rs index c3c86bc528f..57c81ffea77 100644 --- a/src/networks/metrics.rs +++ b/src/networks/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use prometheus_client::{collector::Collector, encoding::EncodeMetric, metrics::gauge::Gauge}; diff --git a/src/networks/mod.rs b/src/networks/mod.rs index 9cddb3f6c05..3134c5a5404 100644 --- a/src/networks/mod.rs +++ b/src/networks/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::str::FromStr; diff --git a/src/rpc/auth_layer.rs b/src/rpc/auth_layer.rs index f98b63f0083..5ee7c4c6964 100644 --- a/src/rpc/auth_layer.rs +++ b/src/rpc/auth_layer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::auth::{verify_token, JWT_IDENTIFIER}; diff --git a/src/rpc/channel.rs b/src/rpc/channel.rs index 61ba0670c49..71a8ddbb5ca 100644 --- a/src/rpc/channel.rs +++ b/src/rpc/channel.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Subscription related types and traits for server implementations. //! diff --git a/src/rpc/client.rs b/src/rpc/client.rs index 390b33cf011..70969ce99f9 100644 --- a/src/rpc/client.rs +++ b/src/rpc/client.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Design Goals diff --git a/src/rpc/error.rs b/src/rpc/error.rs index fb15feb0851..9e47cf4d43e 100644 --- a/src/rpc/error.rs +++ b/src/rpc/error.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::fmt::{self, Display}; diff --git a/src/rpc/log_layer.rs b/src/rpc/log_layer.rs index 0753a02f3ac..9786d2b35cd 100644 --- a/src/rpc/log_layer.rs +++ b/src/rpc/log_layer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Middleware layer for logging RPC calls. diff --git a/src/rpc/methods/auth.rs b/src/rpc/methods/auth.rs index 5cf8aa40f5f..69e997f72ad 100644 --- a/src/rpc/methods/auth.rs +++ b/src/rpc/methods/auth.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::auth::*; diff --git a/src/rpc/methods/beacon.rs b/src/rpc/methods/beacon.rs index f3a1d1b5c6c..c834af8ccb9 100644 --- a/src/rpc/methods/beacon.rs +++ b/src/rpc/methods/beacon.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::{ApiPaths, Ctx, Permission, RpcMethod, ServerError}; diff --git a/src/rpc/methods/chain.rs b/src/rpc/methods/chain.rs index 6fc1e59a807..5313f5df821 100644 --- a/src/rpc/methods/chain.rs +++ b/src/rpc/methods/chain.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod types; diff --git a/src/rpc/methods/chain/types.rs b/src/rpc/methods/chain/types.rs index bc6b97f817a..2eee3f5ee2a 100644 --- a/src/rpc/methods/chain/types.rs +++ b/src/rpc/methods/chain/types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/methods/common.rs b/src/rpc/methods/common.rs index aad8a711f48..7b45c4a7916 100644 --- a/src/rpc/methods/common.rs +++ b/src/rpc/methods/common.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::lotus_json::lotus_json_with_self; diff --git a/src/rpc/methods/eth.rs b/src/rpc/methods/eth.rs index 39b4e8c353d..ae007ff4a23 100644 --- a/src/rpc/methods/eth.rs +++ b/src/rpc/methods/eth.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod eth_tx; diff --git a/src/rpc/methods/eth/eth_tx.rs b/src/rpc/methods/eth/eth_tx.rs index b1024b22fce..ee42f364776 100644 --- a/src/rpc/methods/eth/eth_tx.rs +++ b/src/rpc/methods/eth/eth_tx.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/methods/eth/filter/event.rs b/src/rpc/methods/eth/filter/event.rs index 9648c26abf7..34e3e25f992 100644 --- a/src/rpc/methods/eth/filter/event.rs +++ b/src/rpc/methods/eth/filter/event.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::eth::filter::{ActorEventBlock, ParsedFilter, ParsedFilterTipsets}; diff --git a/src/rpc/methods/eth/filter/mempool.rs b/src/rpc/methods/eth/filter/mempool.rs index 4fb78874b8a..58cac71a6cd 100644 --- a/src/rpc/methods/eth/filter/mempool.rs +++ b/src/rpc/methods/eth/filter/mempool.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::eth::{filter::Filter, filter::FilterManager, FilterID}; diff --git a/src/rpc/methods/eth/filter/mod.rs b/src/rpc/methods/eth/filter/mod.rs index 62d1e4cb42e..c2627b2452b 100644 --- a/src/rpc/methods/eth/filter/mod.rs +++ b/src/rpc/methods/eth/filter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Ethereum Event Filters Module diff --git a/src/rpc/methods/eth/filter/store.rs b/src/rpc/methods/eth/filter/store.rs index de8a85f0b28..cbea42ff79d 100644 --- a/src/rpc/methods/eth/filter/store.rs +++ b/src/rpc/methods/eth/filter/store.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::eth::FilterID; diff --git a/src/rpc/methods/eth/filter/tipset.rs b/src/rpc/methods/eth/filter/tipset.rs index dd23f400d61..6840f49bf6d 100644 --- a/src/rpc/methods/eth/filter/tipset.rs +++ b/src/rpc/methods/eth/filter/tipset.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::eth::{filter::Filter, filter::FilterManager, FilterID}; diff --git a/src/rpc/methods/eth/types.rs b/src/rpc/methods/eth/types.rs index 247155e7474..1b4c5e5c947 100644 --- a/src/rpc/methods/eth/types.rs +++ b/src/rpc/methods/eth/types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/methods/f3.rs b/src/rpc/methods/f3.rs index f2f4ebbd80d..2059ca5503e 100644 --- a/src/rpc/methods/f3.rs +++ b/src/rpc/methods/f3.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! diff --git a/src/rpc/methods/f3/types.rs b/src/rpc/methods/f3/types.rs index 7b692831850..5fc15f62220 100644 --- a/src/rpc/methods/f3/types.rs +++ b/src/rpc/methods/f3/types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/methods/f3/util.rs b/src/rpc/methods/f3/util.rs index acac508632a..eaae77c3a0a 100644 --- a/src/rpc/methods/f3/util.rs +++ b/src/rpc/methods/f3/util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/methods/gas.rs b/src/rpc/methods/gas.rs index 2f7195eaf59..6552366cbea 100644 --- a/src/rpc/methods/gas.rs +++ b/src/rpc/methods/gas.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/rpc/methods/market.rs b/src/rpc/methods/market.rs index dd25c0f08d7..11809b00cda 100644 --- a/src/rpc/methods/market.rs +++ b/src/rpc/methods/market.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::error::ServerError; diff --git a/src/rpc/methods/miner.rs b/src/rpc/methods/miner.rs index b666fbee4ac..cbdfd8645d3 100644 --- a/src/rpc/methods/miner.rs +++ b/src/rpc/methods/miner.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::beacon::BeaconEntry; diff --git a/src/rpc/methods/misc.rs b/src/rpc/methods/misc.rs index b77fdb5eb7c..7d8d3fb0718 100644 --- a/src/rpc/methods/misc.rs +++ b/src/rpc/methods/misc.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{any::Any, collections::BTreeMap}; diff --git a/src/rpc/methods/mpool.rs b/src/rpc/methods/mpool.rs index 06d4ea32de4..f54b1bfac87 100644 --- a/src/rpc/methods/mpool.rs +++ b/src/rpc/methods/mpool.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::gas::estimate_message_gas; diff --git a/src/rpc/methods/msig.rs b/src/rpc/methods/msig.rs index 09587410c18..e10dfec0e07 100644 --- a/src/rpc/methods/msig.rs +++ b/src/rpc/methods/msig.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::rpc::error::ServerError; diff --git a/src/rpc/methods/net.rs b/src/rpc/methods/net.rs index 5c368e50b1e..6c2cd294e3a 100644 --- a/src/rpc/methods/net.rs +++ b/src/rpc/methods/net.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod types; diff --git a/src/rpc/methods/net/types.rs b/src/rpc/methods/net/types.rs index 1f1bd4ba50f..28d2f1d08d0 100644 --- a/src/rpc/methods/net/types.rs +++ b/src/rpc/methods/net/types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::lotus_json::lotus_json_with_self; diff --git a/src/rpc/methods/node.rs b/src/rpc/methods/node.rs index d85c1723c4b..dcf71441316 100644 --- a/src/rpc/methods/node.rs +++ b/src/rpc/methods/node.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::time::{Duration, SystemTime, UNIX_EPOCH}; diff --git a/src/rpc/methods/state.rs b/src/rpc/methods/state.rs index 4631a5c5ba6..59c7fd7a2e7 100644 --- a/src/rpc/methods/state.rs +++ b/src/rpc/methods/state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod types; diff --git a/src/rpc/methods/state/types.rs b/src/rpc/methods/state/types.rs index 32a191a60c3..1f3f4a5a342 100644 --- a/src/rpc/methods/state/types.rs +++ b/src/rpc/methods/state/types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::lotus_json::{lotus_json_with_self, LotusJson}; diff --git a/src/rpc/methods/sync.rs b/src/rpc/methods/sync.rs index 14e7730c2c2..7115fea9701 100644 --- a/src/rpc/methods/sync.rs +++ b/src/rpc/methods/sync.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{Block, FullTipset, GossipBlock}; diff --git a/src/rpc/methods/wallet.rs b/src/rpc/methods/wallet.rs index 5cfd2d54617..6cbc3fcd9ab 100644 --- a/src/rpc/methods/wallet.rs +++ b/src/rpc/methods/wallet.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::any::Any; diff --git a/src/rpc/metrics_layer.rs b/src/rpc/metrics_layer.rs index d06ce3cee9f..5dd96f8759c 100644 --- a/src/rpc/metrics_layer.rs +++ b/src/rpc/metrics_layer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::metrics; diff --git a/src/rpc/mod.rs b/src/rpc/mod.rs index cb1c9856f0e..48b21bd9a3c 100644 --- a/src/rpc/mod.rs +++ b/src/rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod auth_layer; diff --git a/src/rpc/reflect/jsonrpc_types.rs b/src/rpc/reflect/jsonrpc_types.rs index aa155f2f60c..3ce7a602bae 100644 --- a/src/rpc/reflect/jsonrpc_types.rs +++ b/src/rpc/reflect/jsonrpc_types.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! A transcription of types from the [`JSON-RPC 2.0` Specification](https://www.jsonrpc.org/specification). //! diff --git a/src/rpc/reflect/mod.rs b/src/rpc/reflect/mod.rs index 5d4f789a222..a6187de94c1 100644 --- a/src/rpc/reflect/mod.rs +++ b/src/rpc/reflect/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Forest wishes to provide [OpenRPC](http://open-rpc.org) definitions for diff --git a/src/rpc/reflect/parser.rs b/src/rpc/reflect/parser.rs index 1a557fb5614..2488ae8dd70 100644 --- a/src/rpc/reflect/parser.rs +++ b/src/rpc/reflect/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::collections::VecDeque; diff --git a/src/rpc/reflect/util.rs b/src/rpc/reflect/util.rs index cbfe07d8eb0..9b4ec647760 100644 --- a/src/rpc/reflect/util.rs +++ b/src/rpc/reflect/util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::fmt::Display; diff --git a/src/rpc/request.rs b/src/rpc/request.rs index c7b462b53e5..337e66da680 100644 --- a/src/rpc/request.rs +++ b/src/rpc/request.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::ApiPaths; diff --git a/src/rpc/types/address_impl.rs b/src/rpc/types/address_impl.rs index a0f4c8989b3..ef0ba0b704c 100644 --- a/src/rpc/types/address_impl.rs +++ b/src/rpc/types/address_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/types/deal_impl.rs b/src/rpc/types/deal_impl.rs index 0f67266115c..e68493cfe4b 100644 --- a/src/rpc/types/deal_impl.rs +++ b/src/rpc/types/deal_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/types/mod.rs b/src/rpc/types/mod.rs index 879a0cbb344..0d2e429e67c 100644 --- a/src/rpc/types/mod.rs +++ b/src/rpc/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Types that are shared _between_ APIs. diff --git a/src/rpc/types/sector_impl.rs b/src/rpc/types/sector_impl.rs index 41d19a8aae2..bacc6db9bc6 100644 --- a/src/rpc/types/sector_impl.rs +++ b/src/rpc/types/sector_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::v13::SectorOnChainInfoFlags; diff --git a/src/rpc/types/tests.rs b/src/rpc/types/tests.rs index 9f90aa75e63..7ff1838a85b 100644 --- a/src/rpc/types/tests.rs +++ b/src/rpc/types/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/rpc/types/tsk_impl.rs b/src/rpc/types/tsk_impl.rs index 2c648be2455..b2dfdb6209c 100644 --- a/src/rpc/types/tsk_impl.rs +++ b/src/rpc/types/tsk_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/account/mod.rs b/src/shim/actors/builtin/account/mod.rs index 6fb6414a336..f7d5a3b672a 100644 --- a/src/shim/actors/builtin/account/mod.rs +++ b/src/shim/actors/builtin/account/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::super::convert::{from_address_v3_to_v2, from_address_v4_to_v2}; diff --git a/src/shim/actors/builtin/cron/mod.rs b/src/shim/actors/builtin/cron/mod.rs index f5b1af959f2..e263552ff9e 100644 --- a/src/shim/actors/builtin/cron/mod.rs +++ b/src/shim/actors/builtin/cron/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm_shared2::address::Address; diff --git a/src/shim/actors/builtin/datacap/mod.rs b/src/shim/actors/builtin/datacap/mod.rs index a8dbd0794ee..060d9c4286b 100644 --- a/src/shim/actors/builtin/datacap/mod.rs +++ b/src/shim/actors/builtin/datacap/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use anyhow::anyhow; diff --git a/src/shim/actors/builtin/eam.rs b/src/shim/actors/builtin/eam.rs index 1940eb7558e..b0941c6cdbf 100644 --- a/src/shim/actors/builtin/eam.rs +++ b/src/shim/actors/builtin/eam.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::address::Address; diff --git a/src/shim/actors/builtin/evm/mod.rs b/src/shim/actors/builtin/evm/mod.rs index 66db7d3ccbb..835ed77bb29 100644 --- a/src/shim/actors/builtin/evm/mod.rs +++ b/src/shim/actors/builtin/evm/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use serde::Serialize; diff --git a/src/shim/actors/builtin/init/mod.rs b/src/shim/actors/builtin/init/mod.rs index b849c529583..0df3022c9e3 100644 --- a/src/shim/actors/builtin/init/mod.rs +++ b/src/shim/actors/builtin/init/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm_shared2::address::Address; diff --git a/src/shim/actors/builtin/market/ext/balance_table.rs b/src/shim/actors/builtin/market/ext/balance_table.rs index 0d714e4846b..dff521c8288 100644 --- a/src/shim/actors/builtin/market/ext/balance_table.rs +++ b/src/shim/actors/builtin/market/ext/balance_table.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/market/ext/mod.rs b/src/shim/actors/builtin/market/ext/mod.rs index 837d4746379..e28e49b91c5 100644 --- a/src/shim/actors/builtin/market/ext/mod.rs +++ b/src/shim/actors/builtin/market/ext/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod balance_table; diff --git a/src/shim/actors/builtin/market/ext/state.rs b/src/shim/actors/builtin/market/ext/state.rs index eacacf91876..610f88d4008 100644 --- a/src/shim/actors/builtin/market/ext/state.rs +++ b/src/shim/actors/builtin/market/ext/state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/market/mod.rs b/src/shim/actors/builtin/market/mod.rs index aa26fcb1e0f..9b0efcc03fd 100644 --- a/src/shim/actors/builtin/market/mod.rs +++ b/src/shim/actors/builtin/market/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod ext; diff --git a/src/shim/actors/builtin/miner/ext/mod.rs b/src/shim/actors/builtin/miner/ext/mod.rs index 89bc950f4f0..57b7c2a4c35 100644 --- a/src/shim/actors/builtin/miner/ext/mod.rs +++ b/src/shim/actors/builtin/miner/ext/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod partition; diff --git a/src/shim/actors/builtin/miner/ext/partition.rs b/src/shim/actors/builtin/miner/ext/partition.rs index 96b4d4a92ee..06e9a956358 100644 --- a/src/shim/actors/builtin/miner/ext/partition.rs +++ b/src/shim/actors/builtin/miner/ext/partition.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/miner/ext/state.rs b/src/shim/actors/builtin/miner/ext/state.rs index 814c87c556d..91914dd90b0 100644 --- a/src/shim/actors/builtin/miner/ext/state.rs +++ b/src/shim/actors/builtin/miner/ext/state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::actors::{convert::*, Policy}; diff --git a/src/shim/actors/builtin/miner/mod.rs b/src/shim/actors/builtin/miner/mod.rs index 1358238af19..38aa76dbf13 100644 --- a/src/shim/actors/builtin/miner/mod.rs +++ b/src/shim/actors/builtin/miner/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod ext; diff --git a/src/shim/actors/builtin/mod.rs b/src/shim/actors/builtin/mod.rs index 0341367f8c8..1ccb8bb9e3e 100644 --- a/src/shim/actors/builtin/mod.rs +++ b/src/shim/actors/builtin/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod account; diff --git a/src/shim/actors/builtin/multisig/ext/mod.rs b/src/shim/actors/builtin/multisig/ext/mod.rs index 4e9921dd1d0..880e922159f 100644 --- a/src/shim/actors/builtin/multisig/ext/mod.rs +++ b/src/shim/actors/builtin/multisig/ext/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod state; diff --git a/src/shim/actors/builtin/multisig/ext/state.rs b/src/shim/actors/builtin/multisig/ext/state.rs index ec380f1dac5..8e99094cfb4 100644 --- a/src/shim/actors/builtin/multisig/ext/state.rs +++ b/src/shim/actors/builtin/multisig/ext/state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/multisig/mod.rs b/src/shim/actors/builtin/multisig/mod.rs index 6fb52badf12..948381ab2be 100644 --- a/src/shim/actors/builtin/multisig/mod.rs +++ b/src/shim/actors/builtin/multisig/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod ext; diff --git a/src/shim/actors/builtin/power/ext.rs b/src/shim/actors/builtin/power/ext.rs index a6e9df7a128..0a8ebadfed3 100644 --- a/src/shim/actors/builtin/power/ext.rs +++ b/src/shim/actors/builtin/power/ext.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::actors::power::State; diff --git a/src/shim/actors/builtin/power/mod.rs b/src/shim/actors/builtin/power/mod.rs index d0d5b1efc48..55a641cc71b 100644 --- a/src/shim/actors/builtin/power/mod.rs +++ b/src/shim/actors/builtin/power/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod ext; diff --git a/src/shim/actors/builtin/reward/mod.rs b/src/shim/actors/builtin/reward/mod.rs index d14f2bff0f9..98074a5403d 100644 --- a/src/shim/actors/builtin/reward/mod.rs +++ b/src/shim/actors/builtin/reward/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::actors::convert::{ diff --git a/src/shim/actors/builtin/system/mod.rs b/src/shim/actors/builtin/system/mod.rs index fe8a215406e..2fbf2d82708 100644 --- a/src/shim/actors/builtin/system/mod.rs +++ b/src/shim/actors/builtin/system/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm_shared2::address::Address; diff --git a/src/shim/actors/builtin/verifreg/ext/mod.rs b/src/shim/actors/builtin/verifreg/ext/mod.rs index 5e8d6032ff8..6e6f41c8469 100644 --- a/src/shim/actors/builtin/verifreg/ext/mod.rs +++ b/src/shim/actors/builtin/verifreg/ext/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod state; diff --git a/src/shim/actors/builtin/verifreg/ext/state.rs b/src/shim/actors/builtin/verifreg/ext/state.rs index 831af85160c..8612597d845 100644 --- a/src/shim/actors/builtin/verifreg/ext/state.rs +++ b/src/shim/actors/builtin/verifreg/ext/state.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/shim/actors/builtin/verifreg/mod.rs b/src/shim/actors/builtin/verifreg/mod.rs index 737c26caf91..2308f86a23e 100644 --- a/src/shim/actors/builtin/verifreg/mod.rs +++ b/src/shim/actors/builtin/verifreg/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod ext; diff --git a/src/shim/actors/common.rs b/src/shim/actors/common.rs index 7803b2b7f33..897a3da25bc 100644 --- a/src/shim/actors/common.rs +++ b/src/shim/actors/common.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::{address::Address, state_tree::ActorState}; diff --git a/src/shim/actors/convert.rs b/src/shim/actors/convert.rs index d9fcbdd06c4..760aa8e8f22 100644 --- a/src/shim/actors/convert.rs +++ b/src/shim/actors/convert.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actors_shared::v10::runtime::Policy as PolicyV10; diff --git a/src/shim/actors/macros.rs b/src/shim/actors/macros.rs index 199ae527a83..ff181d3ee7b 100644 --- a/src/shim/actors/macros.rs +++ b/src/shim/actors/macros.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT /// This macro iterates over each transaction, decodes the transaction key using variable-length integer encoding, diff --git a/src/shim/actors/mod.rs b/src/shim/actors/mod.rs index 2cca5c9ba04..b4714188787 100644 --- a/src/shim/actors/mod.rs +++ b/src/shim/actors/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #![allow(unused)] diff --git a/src/shim/actors/state_load.rs b/src/shim/actors/state_load.rs index e6561752927..ea89a0720f9 100644 --- a/src/shim/actors/state_load.rs +++ b/src/shim/actors/state_load.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use cid::Cid; use paste::paste; diff --git a/src/shim/actors/version.rs b/src/shim/actors/version.rs index a9586296784..9f77bf0949c 100644 --- a/src/shim/actors/version.rs +++ b/src/shim/actors/version.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::multihash::prelude::*; use cid::Cid; diff --git a/src/shim/address.rs b/src/shim/address.rs index 3e5493f60f4..aa099b3738a 100644 --- a/src/shim/address.rs +++ b/src/shim/address.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/shim/bigint.rs b/src/shim/bigint.rs index d68acfe6d75..29a00863db1 100644 --- a/src/shim/bigint.rs +++ b/src/shim/bigint.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ops::{Deref, DerefMut}; diff --git a/src/shim/clock.rs b/src/shim/clock.rs index 36f9aeec716..5ea765ad64e 100644 --- a/src/shim/clock.rs +++ b/src/shim/clock.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub use super::fvm_shared_latest::clock::EPOCH_DURATION_SECONDS; diff --git a/src/shim/crypto.rs b/src/shim/crypto.rs index 46b50e1b4c4..8c6c86a46b6 100644 --- a/src/shim/crypto.rs +++ b/src/shim/crypto.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::borrow::Cow; diff --git a/src/shim/deal.rs b/src/shim/deal.rs index 2e4db5ff0bc..1b0bdd3d05e 100644 --- a/src/shim/deal.rs +++ b/src/shim/deal.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub use super::fvm_shared_latest::deal::DealID; diff --git a/src/shim/econ.rs b/src/shim/econ.rs index 467f0540f6d..0c5877da521 100644 --- a/src/shim/econ.rs +++ b/src/shim/econ.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/shim/error.rs b/src/shim/error.rs index 512279c09e4..f68db81f9b4 100644 --- a/src/shim/error.rs +++ b/src/shim/error.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm_shared2::error::ExitCode as ExitCodeV2; use fvm_shared3::error::ExitCode as ExitCodeV3; diff --git a/src/shim/executor.rs b/src/shim/executor.rs index 29b707ea993..84743c1eeaa 100644 --- a/src/shim/executor.rs +++ b/src/shim/executor.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::trace::ExecutionEvent; diff --git a/src/shim/externs.rs b/src/shim/externs.rs index 24e815a2a18..db31145814c 100644 --- a/src/shim/externs.rs +++ b/src/shim/externs.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm2::externs::Rand as Rand_v2; diff --git a/src/shim/gas.rs b/src/shim/gas.rs index 9cb5f02262e..476c4196871 100644 --- a/src/shim/gas.rs +++ b/src/shim/gas.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::fmt::{Debug, Display}; diff --git a/src/shim/kernel.rs b/src/shim/kernel.rs index b4cbbe2f49a..5088261133e 100644 --- a/src/shim/kernel.rs +++ b/src/shim/kernel.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! We have three goals for our error shims: //! - preserve upstream error _numbers_. diff --git a/src/shim/machine/manifest.rs b/src/shim/machine/manifest.rs index c1ba952b0bc..cf5d14beb30 100644 --- a/src/shim/machine/manifest.rs +++ b/src/shim/machine/manifest.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // Copyright 2021-2023 Protocol Labs // SPDX-License-Identifier: Apache-2.0, MIT diff --git a/src/shim/machine/mod.rs b/src/shim/machine/mod.rs index 2a6b53e44f0..aac87e97a92 100644 --- a/src/shim/machine/mod.rs +++ b/src/shim/machine/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fvm2::machine::MultiEngine as MultiEngine_v2; diff --git a/src/shim/message.rs b/src/shim/message.rs index 2d6512d02ef..196b9d4d37a 100644 --- a/src/shim/message.rs +++ b/src/shim/message.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use anyhow::anyhow; diff --git a/src/shim/mod.rs b/src/shim/mod.rs index 36ccbd93f0a..5c8508cdce4 100644 --- a/src/shim/mod.rs +++ b/src/shim/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod actors; diff --git a/src/shim/piece.rs b/src/shim/piece.rs index 9fc00141542..8ea420183ca 100644 --- a/src/shim/piece.rs +++ b/src/shim/piece.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::fvm_shared_latest::piece as piece_latest; diff --git a/src/shim/randomness.rs b/src/shim/randomness.rs index ae9b455cfa4..322c84a3bc6 100644 --- a/src/shim/randomness.rs +++ b/src/shim/randomness.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ops::{Deref, DerefMut}; diff --git a/src/shim/sector.rs b/src/shim/sector.rs index 65fe84454f2..8af3d0e59fd 100644 --- a/src/shim/sector.rs +++ b/src/shim/sector.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::version::NetworkVersion; diff --git a/src/shim/state_tree.rs b/src/shim/state_tree.rs index 7637e759956..effb9c779cb 100644 --- a/src/shim/state_tree.rs +++ b/src/shim/state_tree.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ ops::{Deref, DerefMut}, diff --git a/src/shim/state_tree_v0.rs b/src/shim/state_tree_v0.rs index ab3ff9078a9..5721bf45986 100644 --- a/src/shim/state_tree_v0.rs +++ b/src/shim/state_tree_v0.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // ported from commit hash b622af diff --git a/src/shim/trace.rs b/src/shim/trace.rs index d13623228fa..aa93b383b80 100644 --- a/src/shim/trace.rs +++ b/src/shim/trace.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use self::ExecutionEvent as EShim; use crate::shim::{ diff --git a/src/shim/version.rs b/src/shim/version.rs index 320a6b07ece..f952118def2 100644 --- a/src/shim/version.rs +++ b/src/shim/version.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ops::{Deref, DerefMut}; diff --git a/src/state_manager/chain_rand.rs b/src/state_manager/chain_rand.rs index e963f751322..bdd7c3717ad 100644 --- a/src/state_manager/chain_rand.rs +++ b/src/state_manager/chain_rand.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{io::Write, sync::Arc}; diff --git a/src/state_manager/circulating_supply.rs b/src/state_manager/circulating_supply.rs index 6eef31a4c62..0ec2a46fc90 100644 --- a/src/state_manager/circulating_supply.rs +++ b/src/state_manager/circulating_supply.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_manager/errors.rs b/src/state_manager/errors.rs index 71dd5149678..f321bf96ca7 100644 --- a/src/state_manager/errors.rs +++ b/src/state_manager/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::fmt::{Debug, Display}; diff --git a/src/state_manager/metrics.rs b/src/state_manager/metrics.rs index d5773e29c43..c0107dcadeb 100644 --- a/src/state_manager/metrics.rs +++ b/src/state_manager/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use once_cell::sync::Lazy; diff --git a/src/state_manager/mod.rs b/src/state_manager/mod.rs index e96d24ff793..49854d23afa 100644 --- a/src/state_manager/mod.rs +++ b/src/state_manager/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod chain_rand; diff --git a/src/state_manager/utils.rs b/src/state_manager/utils.rs index 5dcf3569e28..b5753b46edf 100644 --- a/src/state_manager/utils.rs +++ b/src/state_manager/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::actors::miner; diff --git a/src/state_migration/common/macros/mod.rs b/src/state_migration/common/macros/mod.rs index 2fa40c6f713..affca4d8856 100644 --- a/src/state_migration/common/macros/mod.rs +++ b/src/state_migration/common/macros/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod system; diff --git a/src/state_migration/common/macros/system.rs b/src/state_migration/common/macros/system.rs index dc752f68a62..1dbe0052e2f 100644 --- a/src/state_migration/common/macros/system.rs +++ b/src/state_migration/common/macros/system.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT /// Define type aliases for system actor `State` types before and after the diff --git a/src/state_migration/common/macros/verifier.rs b/src/state_migration/common/macros/verifier.rs index 5af84346e88..aaabc5d043b 100644 --- a/src/state_migration/common/macros/verifier.rs +++ b/src/state_migration/common/macros/verifier.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT /// Implements `Verifier`, requiring proper `Manifest` types and system actor diff --git a/src/state_migration/common/migration_job.rs b/src/state_migration/common/migration_job.rs index 149fddf9b4b..e71c64e7cae 100644 --- a/src/state_migration/common/migration_job.rs +++ b/src/state_migration/common/migration_job.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/common/migrators.rs b/src/state_migration/common/migrators.rs index b28fee8c09a..14247588dec 100644 --- a/src/state_migration/common/migrators.rs +++ b/src/state_migration/common/migrators.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/common/mod.rs b/src/state_migration/common/mod.rs index d7240dbc3c8..1d3fc1915f4 100644 --- a/src/state_migration/common/mod.rs +++ b/src/state_migration/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Common code that's shared across all migration code. diff --git a/src/state_migration/common/state_migration.rs b/src/state_migration/common/state_migration.rs index a925951b4fe..07693758c3c 100644 --- a/src/state_migration/common/state_migration.rs +++ b/src/state_migration/common/state_migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::num::NonZeroUsize; diff --git a/src/state_migration/common/verifier.rs b/src/state_migration/common/verifier.rs index 924495782ea..00dd03e7321 100644 --- a/src/state_migration/common/verifier.rs +++ b/src/state_migration/common/verifier.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/mod.rs b/src/state_migration/mod.rs index 18dd4c72b61..992210499c4 100644 --- a/src/state_migration/mod.rs +++ b/src/state_migration/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::{ diff --git a/src/state_migration/nv17/datacap.rs b/src/state_migration/nv17/datacap.rs index 681d661e670..d5d6f08dbb1 100644 --- a/src/state_migration/nv17/datacap.rs +++ b/src/state_migration/nv17/datacap.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV17` upgrade for the `datacap` diff --git a/src/state_migration/nv17/migration.rs b/src/state_migration/nv17/migration.rs index e4f77e85ab2..c390fd19c8b 100644 --- a/src/state_migration/nv17/migration.rs +++ b/src/state_migration/nv17/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv17/miner.rs b/src/state_migration/nv17/miner.rs index c3df82fec97..77fca792e9d 100644 --- a/src/state_migration/nv17/miner.rs +++ b/src/state_migration/nv17/miner.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV17` upgrade for the miner diff --git a/src/state_migration/nv17/mod.rs b/src/state_migration/nv17/mod.rs index 021849076c4..eb34e9ddd69 100644 --- a/src/state_migration/nv17/mod.rs +++ b/src/state_migration/nv17/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV17` upgrade. diff --git a/src/state_migration/nv17/util.rs b/src/state_migration/nv17/util.rs index 9f89d9df3ee..a721cdddec8 100644 --- a/src/state_migration/nv17/util.rs +++ b/src/state_migration/nv17/util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::{ diff --git a/src/state_migration/nv17/verifreg_market.rs b/src/state_migration/nv17/verifreg_market.rs index a4783fd715e..c50e80f936d 100644 --- a/src/state_migration/nv17/verifreg_market.rs +++ b/src/state_migration/nv17/verifreg_market.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV17` upgrade for the `verifreg` and `market` diff --git a/src/state_migration/nv18/eam.rs b/src/state_migration/nv18/eam.rs index 00c5ea1fd9e..85c847afa38 100644 --- a/src/state_migration/nv18/eam.rs +++ b/src/state_migration/nv18/eam.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::{ diff --git a/src/state_migration/nv18/eth_account.rs b/src/state_migration/nv18/eth_account.rs index 6dde962499c..c582008a237 100644 --- a/src/state_migration/nv18/eth_account.rs +++ b/src/state_migration/nv18/eth_account.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::SystemStateNew; diff --git a/src/state_migration/nv18/init.rs b/src/state_migration/nv18/init.rs index 9e5916cd45a..49e9b190049 100644 --- a/src/state_migration/nv18/init.rs +++ b/src/state_migration/nv18/init.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV18` upgrade for the Init diff --git a/src/state_migration/nv18/migration.rs b/src/state_migration/nv18/migration.rs index a97f99dd33c..8465c5e110f 100644 --- a/src/state_migration/nv18/migration.rs +++ b/src/state_migration/nv18/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv18/mod.rs b/src/state_migration/nv18/mod.rs index 81c7b4faa3f..e253c6222d4 100644 --- a/src/state_migration/nv18/mod.rs +++ b/src/state_migration/nv18/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV18` upgrade. diff --git a/src/state_migration/nv19/migration.rs b/src/state_migration/nv19/migration.rs index 9f1fe3f955d..9f1c9917eba 100644 --- a/src/state_migration/nv19/migration.rs +++ b/src/state_migration/nv19/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv19/miner.rs b/src/state_migration/nv19/miner.rs index 4b717ae8af8..bae255de755 100644 --- a/src/state_migration/nv19/miner.rs +++ b/src/state_migration/nv19/miner.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV19` upgrade for the diff --git a/src/state_migration/nv19/mod.rs b/src/state_migration/nv19/mod.rs index 85a3a3c7d77..ec6f18cdce3 100644 --- a/src/state_migration/nv19/mod.rs +++ b/src/state_migration/nv19/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV19` upgrade. diff --git a/src/state_migration/nv19/power.rs b/src/state_migration/nv19/power.rs index 1cca6993625..6205e5ce5e7 100644 --- a/src/state_migration/nv19/power.rs +++ b/src/state_migration/nv19/power.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV19` upgrade for the diff --git a/src/state_migration/nv21/migration.rs b/src/state_migration/nv21/migration.rs index 34df21611a2..d1cb3bebe66 100644 --- a/src/state_migration/nv21/migration.rs +++ b/src/state_migration/nv21/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv21/miner.rs b/src/state_migration/nv21/miner.rs index 26d39fa4be6..0fd657ce476 100644 --- a/src/state_migration/nv21/miner.rs +++ b/src/state_migration/nv21/miner.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV21` upgrade for the diff --git a/src/state_migration/nv21/mod.rs b/src/state_migration/nv21/mod.rs index 858e2e11302..587ae6d819d 100644 --- a/src/state_migration/nv21/mod.rs +++ b/src/state_migration/nv21/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV21` upgrade. diff --git a/src/state_migration/nv21fix/migration.rs b/src/state_migration/nv21fix/migration.rs index 99797be6759..7b6c170576b 100644 --- a/src/state_migration/nv21fix/migration.rs +++ b/src/state_migration/nv21fix/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv21fix/mod.rs b/src/state_migration/nv21fix/mod.rs index 475a2034eaa..dd9987ce40d 100644 --- a/src/state_migration/nv21fix/mod.rs +++ b/src/state_migration/nv21fix/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV21` calibration network fix. diff --git a/src/state_migration/nv21fix2/migration.rs b/src/state_migration/nv21fix2/migration.rs index ecc7ae4a420..c479afe03af 100644 --- a/src/state_migration/nv21fix2/migration.rs +++ b/src/state_migration/nv21fix2/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::sync::Arc; diff --git a/src/state_migration/nv21fix2/mod.rs b/src/state_migration/nv21fix2/mod.rs index 475a2034eaa..dd9987ce40d 100644 --- a/src/state_migration/nv21fix2/mod.rs +++ b/src/state_migration/nv21fix2/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV21` calibration network fix. diff --git a/src/state_migration/nv22/market.rs b/src/state_migration/nv22/market.rs index 6ebc67a6ed5..cf2102c6c61 100644 --- a/src/state_migration/nv22/market.rs +++ b/src/state_migration/nv22/market.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV22` upgrade for the diff --git a/src/state_migration/nv22/migration.rs b/src/state_migration/nv22/migration.rs index 91a69af68c6..2614bfec615 100644 --- a/src/state_migration/nv22/migration.rs +++ b/src/state_migration/nv22/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // //! This module contains the migration logic for the `NV22` upgrade. State migration logic diff --git a/src/state_migration/nv22/miner.rs b/src/state_migration/nv22/miner.rs index 0fdf35ae4ad..bb57d6dab21 100644 --- a/src/state_migration/nv22/miner.rs +++ b/src/state_migration/nv22/miner.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV22` upgrade for the diff --git a/src/state_migration/nv22/mod.rs b/src/state_migration/nv22/mod.rs index 2289a0659ce..294d45dd5f4 100644 --- a/src/state_migration/nv22/mod.rs +++ b/src/state_migration/nv22/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV22` upgrade. diff --git a/src/state_migration/nv22fix/migration.rs b/src/state_migration/nv22fix/migration.rs index e3ac73ada84..17878404a5f 100644 --- a/src/state_migration/nv22fix/migration.rs +++ b/src/state_migration/nv22fix/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // //! This module contains the migration logic for the `NV22fix` upgrade. diff --git a/src/state_migration/nv22fix/mod.rs b/src/state_migration/nv22fix/mod.rs index fa082fdb247..d51445fc8f3 100644 --- a/src/state_migration/nv22fix/mod.rs +++ b/src/state_migration/nv22fix/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the fix logic for the `NV22` calibration network fix. diff --git a/src/state_migration/nv23/migration.rs b/src/state_migration/nv23/migration.rs index 51aeb268067..4b0d67e673a 100644 --- a/src/state_migration/nv23/migration.rs +++ b/src/state_migration/nv23/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // //! This module contains the migration logic for the `NV23` upgrade. diff --git a/src/state_migration/nv23/mining_reserve.rs b/src/state_migration/nv23/mining_reserve.rs index 9f35d7af875..955041fc6b1 100644 --- a/src/state_migration/nv23/mining_reserve.rs +++ b/src/state_migration/nv23/mining_reserve.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the logic for converting the mining reserve actor to a key-less account diff --git a/src/state_migration/nv23/mod.rs b/src/state_migration/nv23/mod.rs index 5741d8d416c..0549ccee81a 100644 --- a/src/state_migration/nv23/mod.rs +++ b/src/state_migration/nv23/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV23` upgrade. diff --git a/src/state_migration/nv24/migration.rs b/src/state_migration/nv24/migration.rs index ef04fa5e2a7..5f075fe65a7 100644 --- a/src/state_migration/nv24/migration.rs +++ b/src/state_migration/nv24/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // //! This module contains the migration logic for the `NV24` upgrade. diff --git a/src/state_migration/nv24/mod.rs b/src/state_migration/nv24/mod.rs index 4bf49aebd3b..bf77c4531f5 100644 --- a/src/state_migration/nv24/mod.rs +++ b/src/state_migration/nv24/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV24` upgrade. diff --git a/src/state_migration/nv24/power.rs b/src/state_migration/nv24/power.rs index c23ada93412..dcab07345bd 100644 --- a/src/state_migration/nv24/power.rs +++ b/src/state_migration/nv24/power.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV24` upgrade for the diff --git a/src/state_migration/nv25/migration.rs b/src/state_migration/nv25/migration.rs index 37e4cae6d85..5d13201effe 100644 --- a/src/state_migration/nv25/migration.rs +++ b/src/state_migration/nv25/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // //! This module contains the migration logic for the `NV25` upgrade. diff --git a/src/state_migration/nv25/mod.rs b/src/state_migration/nv25/mod.rs index a830a4e3a43..cfb51092d35 100644 --- a/src/state_migration/nv25/mod.rs +++ b/src/state_migration/nv25/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the migration logic for the `NV25` upgrade. diff --git a/src/state_migration/tests/mod.rs b/src/state_migration/tests/mod.rs index 106ddcdc1e8..33deaed4eaf 100644 --- a/src/state_migration/tests/mod.rs +++ b/src/state_migration/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::net::global_http_client; diff --git a/src/state_migration/type_migrations/init/mod.rs b/src/state_migration/type_migrations/init/mod.rs index b000e56473d..0d78d7c240d 100644 --- a/src/state_migration/type_migrations/init/mod.rs +++ b/src/state_migration/type_migrations/init/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod state_v9_to_v10; diff --git a/src/state_migration/type_migrations/init/state_v9_to_v10.rs b/src/state_migration/type_migrations/init/state_v9_to_v10.rs index b3c3c62719a..7caf38f6f38 100644 --- a/src/state_migration/type_migrations/init/state_v9_to_v10.rs +++ b/src/state_migration/type_migrations/init/state_v9_to_v10.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::{ diff --git a/src/state_migration/type_migrations/market/mod.rs b/src/state_migration/type_migrations/market/mod.rs index b0e23dade0a..7a59de0935f 100644 --- a/src/state_migration/type_migrations/market/mod.rs +++ b/src/state_migration/type_migrations/market/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod state_v8_to_v9; diff --git a/src/state_migration/type_migrations/market/state_v8_to_v9.rs b/src/state_migration/type_migrations/market/state_v8_to_v9.rs index ccbb338a010..995f241a6c8 100644 --- a/src/state_migration/type_migrations/market/state_v8_to_v9.rs +++ b/src/state_migration/type_migrations/market/state_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::super::super::common::{TypeMigration, TypeMigrator}; diff --git a/src/state_migration/type_migrations/miner/info_v8_to_v9.rs b/src/state_migration/type_migrations/miner/info_v8_to_v9.rs index ecb24c85c3a..0c813a7860f 100644 --- a/src/state_migration/type_migrations/miner/info_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/info_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{v8::MinerInfo as MinerInfoV8, v9::MinerInfo as MinerInfoV9}; diff --git a/src/state_migration/type_migrations/miner/mod.rs b/src/state_migration/type_migrations/miner/mod.rs index 3c90217d818..7f607a84960 100644 --- a/src/state_migration/type_migrations/miner/mod.rs +++ b/src/state_migration/type_migrations/miner/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod info_v8_to_v9; diff --git a/src/state_migration/type_migrations/miner/power_pair_v11_to_v12.rs b/src/state_migration/type_migrations/miner/power_pair_v11_to_v12.rs index 0709e034487..9e5c1d3a3de 100644 --- a/src/state_migration/type_migrations/miner/power_pair_v11_to_v12.rs +++ b/src/state_migration/type_migrations/miner/power_pair_v11_to_v12.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{v11::PowerPair as PowerPairV11, v12::PowerPair as PowerPairV12}; diff --git a/src/state_migration/type_migrations/miner/power_pair_v8_to_v9.rs b/src/state_migration/type_migrations/miner/power_pair_v8_to_v9.rs index c6a4131969b..36ee8984bcf 100644 --- a/src/state_migration/type_migrations/miner/power_pair_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/power_pair_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{v8::PowerPair as PowerPairV8, v9::PowerPair as PowerPairV9}; diff --git a/src/state_migration/type_migrations/miner/sector_onchain_info_v11_to_v12.rs b/src/state_migration/type_migrations/miner/sector_onchain_info_v11_to_v12.rs index a26d7e6264e..bb1bc384c0a 100644 --- a/src/state_migration/type_migrations/miner/sector_onchain_info_v11_to_v12.rs +++ b/src/state_migration/type_migrations/miner/sector_onchain_info_v11_to_v12.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::{ diff --git a/src/state_migration/type_migrations/miner/sector_onchain_info_v8_to_v9.rs b/src/state_migration/type_migrations/miner/sector_onchain_info_v8_to_v9.rs index 0ccb493936d..cd8fc8c76d4 100644 --- a/src/state_migration/type_migrations/miner/sector_onchain_info_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/sector_onchain_info_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{ diff --git a/src/state_migration/type_migrations/miner/sector_precommit_info_v8_to_v9.rs b/src/state_migration/type_migrations/miner/sector_precommit_info_v8_to_v9.rs index b67edd6478e..2e639fa8cbf 100644 --- a/src/state_migration/type_migrations/miner/sector_precommit_info_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/sector_precommit_info_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{ diff --git a/src/state_migration/type_migrations/miner/sector_precommit_onchain_info_v8_to_v9.rs b/src/state_migration/type_migrations/miner/sector_precommit_onchain_info_v8_to_v9.rs index 825cbce4b43..edbbb56b1f0 100644 --- a/src/state_migration/type_migrations/miner/sector_precommit_onchain_info_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/sector_precommit_onchain_info_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use fil_actor_miner_state::{ diff --git a/src/state_migration/type_migrations/miner/state_v10_to_v11.rs b/src/state_migration/type_migrations/miner/state_v10_to_v11.rs index c7bcc716b13..470ab44da71 100644 --- a/src/state_migration/type_migrations/miner/state_v10_to_v11.rs +++ b/src/state_migration/type_migrations/miner/state_v10_to_v11.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::sector::convert_window_post_proof_v1_to_v1p1; diff --git a/src/state_migration/type_migrations/miner/state_v8_to_v9.rs b/src/state_migration/type_migrations/miner/state_v8_to_v9.rs index eaf71d880ab..ae27089874f 100644 --- a/src/state_migration/type_migrations/miner/state_v8_to_v9.rs +++ b/src/state_migration/type_migrations/miner/state_v8_to_v9.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::db::CborStoreExt; diff --git a/src/state_migration/type_migrations/mod.rs b/src/state_migration/type_migrations/mod.rs index 11ddcbcfa7f..03ad56d2d4e 100644 --- a/src/state_migration/type_migrations/mod.rs +++ b/src/state_migration/type_migrations/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod init; diff --git a/src/statediff/mod.rs b/src/statediff/mod.rs index ea41a6e9698..993e21bb307 100644 --- a/src/statediff/mod.rs +++ b/src/statediff/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod resolve; diff --git a/src/statediff/resolve.rs b/src/statediff/resolve.rs index 0a5455b4833..ced878b40f3 100644 --- a/src/statediff/resolve.rs +++ b/src/statediff/resolve.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::db::CborStoreExt as _; diff --git a/src/test_utils/mod.rs b/src/test_utils/mod.rs index acd7587c0e9..ef8efdd89ee 100644 --- a/src/test_utils/mod.rs +++ b/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::str::FromStr; diff --git a/src/tool/main.rs b/src/tool/main.rs index f8c2efcdfeb..c6dda7c471b 100644 --- a/src/tool/main.rs +++ b/src/tool/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ffi::OsString; diff --git a/src/tool/mod.rs b/src/tool/mod.rs index b7b20b9f0cd..94d891b6ffc 100644 --- a/src/tool/mod.rs +++ b/src/tool/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod main; mod offline_server; diff --git a/src/tool/offline_server/mod.rs b/src/tool/offline_server/mod.rs index c51a545fd81..dea1306c785 100644 --- a/src/tool/offline_server/mod.rs +++ b/src/tool/offline_server/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod server; diff --git a/src/tool/offline_server/server.rs b/src/tool/offline_server/server.rs index f9a94b10a29..f7b53e4fd32 100644 --- a/src/tool/offline_server/server.rs +++ b/src/tool/offline_server/server.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::auth::generate_priv_key; diff --git a/src/tool/subcommands/api_cmd.rs b/src/tool/subcommands/api_cmd.rs index e709a86dad6..501dca7b9e6 100644 --- a/src/tool/subcommands/api_cmd.rs +++ b/src/tool/subcommands/api_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::blocks::{ElectionProof, Ticket, Tipset}; diff --git a/src/tool/subcommands/archive_cmd.rs b/src/tool/subcommands/archive_cmd.rs index ce081d850a5..b9da28e2a22 100644 --- a/src/tool/subcommands/archive_cmd.rs +++ b/src/tool/subcommands/archive_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! Archives are key-value pairs encoded as diff --git a/src/tool/subcommands/backup_cmd.rs b/src/tool/subcommands/backup_cmd.rs index d418d31eeb2..c96468c637d 100644 --- a/src/tool/subcommands/backup_cmd.rs +++ b/src/tool/subcommands/backup_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use anyhow::bail; diff --git a/src/tool/subcommands/benchmark_cmd.rs b/src/tool/subcommands/benchmark_cmd.rs index ceac99ac2bf..85a2ff0ba8d 100644 --- a/src/tool/subcommands/benchmark_cmd.rs +++ b/src/tool/subcommands/benchmark_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::chain::{ diff --git a/src/tool/subcommands/car_cmd.rs b/src/tool/subcommands/car_cmd.rs index 3bcb234da9e..846a20bfbc6 100644 --- a/src/tool/subcommands/car_cmd.rs +++ b/src/tool/subcommands/car_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::{Path, PathBuf}; diff --git a/src/tool/subcommands/db_cmd.rs b/src/tool/subcommands/db_cmd.rs index 47f9f181e8a..60ab7959c38 100644 --- a/src/tool/subcommands/db_cmd.rs +++ b/src/tool/subcommands/db_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/src/tool/subcommands/fetch_params_cmd.rs b/src/tool/subcommands/fetch_params_cmd.rs index c909eb55d76..ff196ec0b9b 100644 --- a/src/tool/subcommands/fetch_params_cmd.rs +++ b/src/tool/subcommands/fetch_params_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/src/tool/subcommands/mod.rs b/src/tool/subcommands/mod.rs index 6b74ee38c71..ec4e163c545 100644 --- a/src/tool/subcommands/mod.rs +++ b/src/tool/subcommands/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod api_cmd; diff --git a/src/tool/subcommands/net_cmd.rs b/src/tool/subcommands/net_cmd.rs index 879deb49395..34d68bb397a 100644 --- a/src/tool/subcommands/net_cmd.rs +++ b/src/tool/subcommands/net_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::libp2p::ping::p2p_ping; diff --git a/src/tool/subcommands/shed_cmd.rs b/src/tool/subcommands/shed_cmd.rs index 2d31540b77f..4539a51a834 100644 --- a/src/tool/subcommands/shed_cmd.rs +++ b/src/tool/subcommands/shed_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/src/tool/subcommands/snapshot_cmd.rs b/src/tool/subcommands/snapshot_cmd.rs index 9190168f990..9f77f1cef58 100644 --- a/src/tool/subcommands/snapshot_cmd.rs +++ b/src/tool/subcommands/snapshot_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use super::*; diff --git a/src/tool/subcommands/state_migration_cmd.rs b/src/tool/subcommands/state_migration_cmd.rs index 75530ba2ac1..066eb7ef5d6 100644 --- a/src/tool/subcommands/state_migration_cmd.rs +++ b/src/tool/subcommands/state_migration_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::networks::{generate_actor_bundle, get_actor_bundles_metadata}; diff --git a/src/utils/cid/mod.rs b/src/utils/cid/mod.rs index 0f6342a8f57..684132da5e3 100644 --- a/src/utils/cid/mod.rs +++ b/src/utils/cid/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::multihash::prelude::*; diff --git a/src/utils/db/car_stream.rs b/src/utils/db/car_stream.rs index 24f688e2335..146d7ff3950 100644 --- a/src/utils/db/car_stream.rs +++ b/src/utils/db/car_stream.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::multihash::prelude::*; use async_compression::tokio::bufread::ZstdDecoder; diff --git a/src/utils/db/car_util.rs b/src/utils/db/car_util.rs index a80e092c6eb..b835c3a3a3c 100644 --- a/src/utils/db/car_util.rs +++ b/src/utils/db/car_util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use futures::{Stream, StreamExt, TryStreamExt}; diff --git a/src/utils/db/mod.rs b/src/utils/db/mod.rs index aeed40a9617..c3f66f6ffc0 100644 --- a/src/utils/db/mod.rs +++ b/src/utils/db/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod car_stream; diff --git a/src/utils/encoding/cid_de_cbor.rs b/src/utils/encoding/cid_de_cbor.rs index 931af9f46e8..21f96734cb7 100644 --- a/src/utils/encoding/cid_de_cbor.rs +++ b/src/utils/encoding/cid_de_cbor.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::encoding::from_slice_with_fallback; diff --git a/src/utils/encoding/mod.rs b/src/utils/encoding/mod.rs index 372240697fb..b8c7ba198dd 100644 --- a/src/utils/encoding/mod.rs +++ b/src/utils/encoding/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::shim::address::Address; diff --git a/src/utils/flume/mod.rs b/src/utils/flume/mod.rs index b6be336c71a..4f267dd3ac6 100644 --- a/src/utils/flume/mod.rs +++ b/src/utils/flume/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub trait FlumeSenderExt { diff --git a/src/utils/io/mmap.rs b/src/utils/io/mmap.rs index 8b0fe213255..067c47e3375 100644 --- a/src/utils/io/mmap.rs +++ b/src/utils/io/mmap.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{fs, io, path::Path}; diff --git a/src/utils/io/mod.rs b/src/utils/io/mod.rs index 6d1f3ffa6c6..59701db4d25 100644 --- a/src/utils/io/mod.rs +++ b/src/utils/io/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod mmap; diff --git a/src/utils/io/progress_log.rs b/src/utils/io/progress_log.rs index 144fa1e5138..d99cd0c2eb1 100644 --- a/src/utils/io/progress_log.rs +++ b/src/utils/io/progress_log.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! It can often take time to perform some operations in Forest and we would like to have a way for logging progress. diff --git a/src/utils/io/writer_checksum.rs b/src/utils/io/writer_checksum.rs index c7722e1da30..81f57e76cfd 100644 --- a/src/utils/io/writer_checksum.rs +++ b/src/utils/io/writer_checksum.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{pin::Pin, task::Poll}; diff --git a/src/utils/misc/adaptive_value_provider.rs b/src/utils/misc/adaptive_value_provider.rs index 83663bbd3ec..350fb4eb3f7 100644 --- a/src/utils/misc/adaptive_value_provider.rs +++ b/src/utils/misc/adaptive_value_provider.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use parking_lot::RwLock; diff --git a/src/utils/misc/env.rs b/src/utils/misc/env.rs index b318ec6f59b..eac205c1f42 100644 --- a/src/utils/misc/env.rs +++ b/src/utils/misc/env.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::str::FromStr; diff --git a/src/utils/misc/logo.rs b/src/utils/misc/logo.rs index 45d77c36317..52e6c57e9b3 100644 --- a/src/utils/misc/logo.rs +++ b/src/utils/misc/logo.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use dialoguer::console::Term; diff --git a/src/utils/misc/mod.rs b/src/utils/misc/mod.rs index 9129940913b..61b8277d5b5 100644 --- a/src/utils/misc/mod.rs +++ b/src/utils/misc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use is_terminal::IsTerminal; diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 7dbce105098..3b1f1f7d0e7 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod cid; diff --git a/src/utils/monitoring/mem_tracker.rs b/src/utils/monitoring/mem_tracker.rs index 085a40ed930..be4b5fee7d4 100644 --- a/src/utils/monitoring/mem_tracker.rs +++ b/src/utils/monitoring/mem_tracker.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/utils/monitoring/mod.rs b/src/utils/monitoring/mod.rs index ff9af2f6251..03732594272 100644 --- a/src/utils/monitoring/mod.rs +++ b/src/utils/monitoring/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod mem_tracker; diff --git a/src/utils/multihash.rs b/src/utils/multihash.rs index 3580a93c95b..d788a524449 100644 --- a/src/utils/multihash.rs +++ b/src/utils/multihash.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! diff --git a/src/utils/net.rs b/src/utils/net.rs index 6b8141fb1e9..4d2ee203d8f 100644 --- a/src/utils/net.rs +++ b/src/utils/net.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::io::WithProgress; diff --git a/src/utils/p2p/mod.rs b/src/utils/p2p/mod.rs index b12f3284cc8..7b478f2280b 100644 --- a/src/utils/p2p/mod.rs +++ b/src/utils/p2p/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use libp2p::Multiaddr; diff --git a/src/utils/proofs_api/mod.rs b/src/utils/proofs_api/mod.rs index 9c4ce301769..8f4e9aa890b 100644 --- a/src/utils/proofs_api/mod.rs +++ b/src/utils/proofs_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT mod parameters; diff --git a/src/utils/proofs_api/parameters.rs b/src/utils/proofs_api/parameters.rs index e894ba3b6f6..8a87deec9c4 100644 --- a/src/utils/proofs_api/parameters.rs +++ b/src/utils/proofs_api/parameters.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the logic for storing and verifying the proofs parameters. //! diff --git a/src/utils/proofs_api/paramfetch.rs b/src/utils/proofs_api/paramfetch.rs index fed9457463e..5c44676d492 100644 --- a/src/utils/proofs_api/paramfetch.rs +++ b/src/utils/proofs_api/paramfetch.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! This module contains the logic for fetching the proofs parameters from the network. //! As a general rule, the parameters are first fetched from ChainSafe's Cloudflare R2 bucket, if diff --git a/src/utils/reqwest_resume/mod.rs b/src/utils/reqwest_resume/mod.rs index 73289aad271..a8d45508cb0 100644 --- a/src/utils/reqwest_resume/mod.rs +++ b/src/utils/reqwest_resume/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT // Copyright 2018-2020 Alec Mocatta // SPDX-License-Identifier: Apache-2.0, MIT diff --git a/src/utils/reqwest_resume/tests.rs b/src/utils/reqwest_resume/tests.rs index dd2f8db008d..120c3c566a3 100644 --- a/src/utils/reqwest_resume/tests.rs +++ b/src/utils/reqwest_resume/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use crate::utils::reqwest_resume::get; diff --git a/src/utils/stats/mod.rs b/src/utils/stats/mod.rs index 6caab3e83e1..9887f6d312d 100644 --- a/src/utils/stats/mod.rs +++ b/src/utils/stats/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use anyhow::Context as _; diff --git a/src/utils/stream.rs b/src/utils/stream.rs index b58bdc32d48..e601638d79a 100644 --- a/src/utils/stream.rs +++ b/src/utils/stream.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use futures::{Stream, StreamExt}; diff --git a/src/utils/tests/files.rs b/src/utils/tests/files.rs index 25cbe9626ec..6b74e52c06e 100644 --- a/src/utils/tests/files.rs +++ b/src/utils/tests/files.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/src/utils/version/mod.rs b/src/utils/version/mod.rs index 779a73e20fa..497a6bb1a33 100644 --- a/src/utils/version/mod.rs +++ b/src/utils/version/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use git_version::git_version; diff --git a/src/wallet/main.rs b/src/wallet/main.rs index b73bb7dda5f..90c1ae59c7e 100644 --- a/src/wallet/main.rs +++ b/src/wallet/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::ffi::OsString; diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index 85602696a5c..f83058dc4aa 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod main; pub mod subcommands; diff --git a/src/wallet/subcommands/mod.rs b/src/wallet/subcommands/mod.rs index cee9483fd23..1a32093db9c 100644 --- a/src/wallet/subcommands/mod.rs +++ b/src/wallet/subcommands/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod wallet_cmd; diff --git a/src/wallet/subcommands/wallet_cmd.rs b/src/wallet/subcommands/wallet_cmd.rs index 62baa7d897a..e2d07aee23b 100644 --- a/src/wallet/subcommands/wallet_cmd.rs +++ b/src/wallet/subcommands/wallet_cmd.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{ diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 889c6aa1e22..815d848f72a 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::path::PathBuf; diff --git a/tests/config.rs b/tests/config.rs index 12703ce23b9..963cc09e75e 100644 --- a/tests/config.rs +++ b/tests/config.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::io::Write; diff --git a/tests/db_migration_tests.rs b/tests/db_migration_tests.rs index 850d52ef011..caabc0874d7 100644 --- a/tests/db_migration_tests.rs +++ b/tests/db_migration_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common; diff --git a/tests/db_mode_tests.rs b/tests/db_mode_tests.rs index cea4ddf14c7..4dd49852f06 100644 --- a/tests/db_mode_tests.rs +++ b/tests/db_mode_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common; diff --git a/tests/import_snapshot_tests.rs b/tests/import_snapshot_tests.rs index bd6995f6601..7d314cf7cc4 100644 --- a/tests/import_snapshot_tests.rs +++ b/tests/import_snapshot_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common; diff --git a/tests/keystore_tests.rs b/tests/keystore_tests.rs index b5bbdfd9bc1..0a70fba8887 100644 --- a/tests/keystore_tests.rs +++ b/tests/keystore_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common; diff --git a/tests/lint.rs b/tests/lint.rs index 13bfe98e015..3af5169ec12 100644 --- a/tests/lint.rs +++ b/tests/lint.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT //! # Custom lints //! diff --git a/tests/lints/mod.rs b/tests/lints/mod.rs index cfab0783efa..bbde3266cef 100644 --- a/tests/lints/mod.rs +++ b/tests/lints/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT use std::{fmt::Display, mem}; diff --git a/tests/manifest_tests.rs b/tests/manifest_tests.rs index e3b9aa81c6c..e559cac01e0 100644 --- a/tests/manifest_tests.rs +++ b/tests/manifest_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common; diff --git a/tests/tool_tests.rs b/tests/tool_tests.rs index 8f664153276..de80d39680a 100644 --- a/tests/tool_tests.rs +++ b/tests/tool_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2024 ChainSafe Systems +// Copyright 2019-2025 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT pub mod common;