diff --git a/benches/car-index.rs b/benches/car-index.rs index 7090e129562a..1f6a4442d491 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 d22911273b3e..afbd74c5ef3e 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 fd486a7123e6..18a607369175 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/build/known_blocks.yaml b/build/known_blocks.yaml index 515bf2fe35af..17b461394b99 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 diff --git a/interop-tests/build.rs b/interop-tests/build.rs index fd2c5225553c..e2f235c0c09c 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 b1f1644d25a4..6400cd8c500b 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 63b33d7a611f..6f554f5637e6 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 10c277176309..ce2df68a58ab 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 4bf192ec4922..4c7b77ccd92f 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 fe9b2e5c14f4..1539d46cf750 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 e4e1d2c5944a..f31cdc34aaff 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 987046786742..babf0bf44438 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/scripts/tests/calibnet_no_discovery_check.sh b/scripts/tests/calibnet_no_discovery_check.sh index e14dab392cf8..516cf4949330 100755 --- a/scripts/tests/calibnet_no_discovery_check.sh +++ b/scripts/tests/calibnet_no_discovery_check.sh @@ -7,6 +7,7 @@ source "$(dirname "$0")/harness.sh" $FOREST_PATH --chain calibnet --encrypt-keystore false --mdns false --kademlia false --auto-download-snapshot --log-dir "$LOG_DIRECTORY" --save-token ./admin_token & FOREST_NODE_PID=$! +sleep 10s # to allow admin_token being saved FULLNODE_API_INFO="$(cat admin_token):/ip4/127.0.0.1/tcp/2345/http" export FULLNODE_API_INFO @@ -20,3 +21,4 @@ until [[ $($FOREST_CLI_PATH f3 certs get --output json | jq '.GPBFTInstance') -g sleep 1s; done kill -KILL $FOREST_NODE_PID +sleep 5s diff --git a/src/auth/mod.rs b/src/auth/mod.rs index 0baf010c5fee..a03e2cc1f1fc 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 9afdf9759662..06fac9ed0542 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 7e318eca09c0..76c882ed79fd 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 042fb57bbe79..80f76e4931b9 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 c3598d147817..7e4e5a330872 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 2cb7d67f46e6..bfc557753607 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 3f8967c5b5b9..38e7a178d8cc 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 f5f1b3e7162d..765f1bdb9f2a 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 fc43bb25c0de..126531da266b 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 3b6faadc8b38..25d74ecb6824 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 70f928382e0c..1729e96e4ea0 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 daf5cc1f7836..1b40d6fc5866 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 47e617e9bf81..848b5e946906 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 c32ee746f7c2..5f560f39fca6 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 7640051c46d9..2eba10e9c976 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 20673176e6f2..a4a7513fe233 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 e696dccfcc97..ec7fbbf9066c 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 078ee664673d..834c45332aba 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 a25403a25f4d..e4730130368b 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 bf345a36b63e..af5deb55bd35 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 7522b9b9a921..19d10838fb63 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 d12be02cf07d..e0f94260d981 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 8f3175e930e4..d221012ae79e 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 83f51d8c54eb..82166723c769 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 a67ceb232303..b5ce17f92f40 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 99b3e32b9bda..2a9bf3a60950 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 fd6b69b55be6..957ac444c5e3 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 61b2ae5b374b..6f3ec5b74c6a 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 e530191b0f64..b3ff2f3afc73 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 a9383e396e32..504a1a3e7e6f 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 948abc1f1d83..25824159df87 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 0e329c016ad3..4c11ae9ecd3c 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 46efea7fa6f4..a30f7e59a349 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 037a15c989d5..29ef2369d7eb 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 96154ca631b2..eaaa8db3c2ef 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 6a4779131133..ec23dd365dfc 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 099fa8527cbc..dcc846127e36 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 683f0961dc2a..ea1e78d02ee5 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 ee167e4720e0..c30b86243c73 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 0daf50d371dc..cf928f96e436 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 5d1be0fc80a8..ebf1d51fe5d9 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 3899dbd25d48..921d520f9cb1 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 0e4863beedcf..0eab34a9c737 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 288076520036..d552f5797411 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 cb9eae5139ee..66336f40c31e 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 44525c5d386e..341c45dcdb50 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 6cb21080eeb8..e6b6df2723af 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 e6a663fe8a14..ab20aa28aa29 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 8c6de9d09757..0455477cbdde 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 f17836ce2178..b74437a5d138 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 8049604221f5..4ee47291ac42 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 3ff03dfc4386..822f3045eb71 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 aa797843be53..8021e39695c4 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 182ea20539df..c8fb9a0207a5 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 8702a1d217fd..658b57748d5c 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 ebc436fccf47..46d44c1126e8 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 bcb311f7506f..1411dc72269b 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 fc18a85284af..932dafe6c5fc 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 f95fae623af7..44bfc736ed05 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 10ef7cd30521..b5d126b88a0a 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 61461d5a541b..e09c4dc89443 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 6c7dd2b74b94..db70fac7202f 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 44c2f39f4287..80a7c13d35a7 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 6f321caf3fe2..3eef7126b616 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 c49600bbb9e5..40891be82f5e 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 7b15305934b9..e7d9e6f4c567 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 a7e904efddab..7ce9a906dfac 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 92668a965b69..5dceb9a13d1a 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 6d5f207acd74..45e8191b6e61 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 87de6098d47d..dc698418b121 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 58dc9f0fad9b..53bd66d9bcd7 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 c2272ba0c574..f4aa1771c0f4 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 eee20ce399fa..9862b2bcdfda 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 f0e6e31f77e5..9e24316034e8 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 75a20d3aacd6..6c3cf0786762 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 ec1c44a52e46..6bcee6785188 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 693a4da97958..9d6b1baabfa1 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 55b4ef3839e4..15a8d1ebb79e 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 468b26a3bff8..846c6e182624 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 59217c275a1b..aaf3f7e9a03d 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 df8a162281dc..1c1e9e5398b3 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 39aa697fc290..1e463a01d116 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 73df57169196..9031c8e313e5 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 6d0abe23b00c..646c86cb2507 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 ad9dbb381977..727718199b96 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 9493850ef569..cae5e9286e17 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 a9c85af22314..c3c9c7be4fbd 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 d1776ba850b4..a7a99b68f781 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 115a8750835c..941c3fec9ed4 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 376b72091b9b..2c11109e7ce9 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 b320ede9866a..6bdacb329d56 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 1f45fa45440f..c3d2dc1fd93d 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 452d0ef803a5..28fc6a864fe6 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 86f14468fed1..2490ae81bb5f 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 49fd83a55117..f88fac597bdf 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 e842c9806a15..5e0d182eef4b 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 dd7439bcd508..099c2f1dad2f 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 f87f4fc3fa5f..0dc4335c59f5 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 0311da11f8d0..1f15fb60e572 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 638eac12ce88..faa24761db73 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 97aea5d22d53..ef9f735be251 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 3e376e016a5a..f8d6c4386e21 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 57a3eabfda9d..2970349b3608 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 550a06a82314..4a2539d43431 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 4b02c18b8465..4d082dec4fe9 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 404369913623..dc164eadf017 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 f4dd95ca5158..22539f5ecd9a 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 11aa708327de..fe3a8b125b36 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 d23fa786ffd3..55f373d3a7b2 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 e348f150d004..d8ad549c6046 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 abd3668c7ef4..61b0ebe7421a 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 1b7b59e0b023..ebd4eb9a931d 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 493d047fac37..b9359898a161 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 8e3c2be26448..57ecf853e454 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 3ef622d1d50f..337f0ce65b3a 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 5baab0ce1d64..4465279b43f5 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 6cf209023ca7..df29a2c0f09f 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 a258a66b8186..5c58e8842d64 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 ab21d2cbf6ee..adfcc5129920 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 e1363a6ec160..b818ab682cee 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 f41d759fce68..a414ce16e87b 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 fa215b1b0679..4dc087d2a593 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 4e3d069133bc..665041ce8855 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 6e2bbf1f0dbd..365e01aa85ef 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 3545a09bd997..a3a20367876a 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 10282f239d99..af8da5190d2f 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 00654811de1a..af810e4c344b 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 40e3f944d69e..1255c1787250 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 e819475852a5..33cc4bfa2880 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 bc84f74dcf91..19922e9995ce 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 74bf9e8f0283..7d537c5d80a5 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 2473061bce6d..72db1694e637 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 964b7404745d..fad079328c58 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 97bdbf611515..7c74dbfa7ef3 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 94093eba1827..1452e8a686d6 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 082869a3fca8..86b2d49c7142 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 7fe575abd4b2..294346bce019 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 f5985b6e6f2e..c1d2d4f75092 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 e1663139182c..ff33f18888a5 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 243aea6206d8..ed7552158ee9 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 260dcc5d2eba..51dc3754fe82 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 02bc81a8312a..c08bbccd100a 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 66900600b9d2..0cb34ece95a1 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 6a6c9188711d..a2791d822dd4 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 f4db9e5b7b4f..901944195300 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 9c50477a853b..a284ec66b5b4 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 ee34df9cf0aa..ca6add65d06a 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 4f5a34e89d4c..3a053221d354 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 b172332e47e2..ee99d23250b5 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 a8710e373fca..eaceea60ffe6 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 df90481bb821..4b2ba2ea2f81 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 36835f922a6a..de0d58dd672e 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 3a591d84612a..8d43951ad3f0 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 34004883d82a..0a24b33783ef 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 5945a091b0d1..60460515fdee 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 2c9242b58a5b..ffb81109d170 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 5935fb262bdb..850e584bafb2 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 af7020fca957..73875b05c1dc 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 48577ba99813..0161b6510ba2 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 dc217138c208..efd2061b6ee1 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 5d3acfad8153..2124660a6adf 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 aa7112a94228..5a7361da3c50 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 e8de674bc194..179a24474c35 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 a9781fceaff3..0956eedfac56 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 493468208e77..2028f31249bc 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 2e5b83af0122..ed81416e329e 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 cb0032a784a9..76eb4dc7cd60 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 d0dd7993163e..2ff813ae0614 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 fe87b96ffc2b..7a836ceebac8 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 1aee6c649d35..f964c710b368 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 506f46bfbc57..c9331f7b5dec 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 6f129761de6e..8d74c8c4149f 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 81492356ac9d..c9d35495a2f5 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 43f4ce848a84..e368c2d8e037 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 831b6eb0d764..a5d6592ee789 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 65071142f068..4db1aa890ca4 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 a9e80fa66521..1f6d2082bb9b 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 624e6a013774..737471519310 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 798ed103c68c..9e1d12c26ce4 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 45466578af9c..f0e8aa1cdeed 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 1c17c0623b5c..c535b5a58450 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 76154f0e500a..ba727e247f43 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 a758d3b98be1..bf28a57754ab 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 6b9c3666d5b9..b12b17725b29 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 f3a1a36a51eb..1732bc897e34 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 dc7ac6101d48..55d27eed465c 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 636e958e596c..672ee4a369aa 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 e141cd7b0c25..24f179a8e06d 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 c68d6b97a4fb..0911a67e054c 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 c2f6707438d3..1cd0a07ac4e8 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 e3fb4e6ca065..3049ab5cee63 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 314f9d58b1fa..78eaaa6c4558 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 bb4383cd95a7..f496512c3bd9 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 a622486c5233..5394de9ec2a6 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 a87e3912559f..359b75c09664 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 838749674faa..5bed1c99a173 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 da0dd8b95a8e..83e726253763 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 32bd48fe472c..2624986f6210 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 d8f6cf29e9bb..74ad8f5a40a3 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 5b98ff0e814c..91f881470df3 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 202011ab5396..1d0289f026cc 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 f3040f57f619..705bd43bce25 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 268c1598fe5a..13f21ce4ac45 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 3445f363b35c..32eac0d2c228 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 d8a97ae61767..9421a11e9141 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 7e11e235cd9a..5257fb13eb50 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 bfb730e244f0..3205be3d2730 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 8cc414d9cb21..d176a9718647 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 567b9f8cae97..8b1a04b925e5 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 1c1f359b5ad4..926611d3af31 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 24a73b05dcbc..be1166b66f9d 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 71258e4453ec..0be23f90399a 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 0ab1058c38b8..b72140de0896 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 6e9dade4032f..82f1fc7e797c 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 63a9cfda6e01..ca942c33ccf0 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 a2e5aa09c678..e695490ac2fe 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 4e6ba552ef6f..a02feed34a9b 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 b7bc533b32d3..e5e636a2365c 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 69fff260af40..d0f0d0e0fd21 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 2e72b27132f1..42301d928972 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 aad8f6298fa4..cad8a36113c1 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 22b8029ff8c3..ade39077dbfe 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 730d891e8813..a867f36c0540 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 a789626349b4..67144a575ecb 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 c0ee0930d864..3d396fb4cfb1 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 75a59fbf3cff..814d38f1f08c 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 f82284316ce4..680787db13af 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 d4ec09264b74..03f99dd2464c 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 04513c289806..a1dfdfb720c8 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 079675adc015..58cb8d6db701 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 73a8897de3e7..fe420dfd0b29 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 53f869816b97..aa9ba7f3fec5 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 a8c4ee5b330a..d40338d602ce 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 ba58196e6f1c..c51494a71bae 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 c3c86bc528f4..57c81ffea778 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 9cddb3f6c050..3134c5a5404b 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 f98b63f0083d..5ee7c4c6964b 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 61ba0670c496..71a8ddbb5cad 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 390b33cf0119..70969ce99f9e 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 fb15feb08510..9e47cf4d43e4 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 0753a02f3ac7..9786d2b35cda 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 5cf8aa40f5f1..69e997f72ad4 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 f3a1d1b5c6c5..c834af8ccb9b 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 6fc1e59a8079..5313f5df8215 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 bc6b97f817a9..2eee3f5ee2a2 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 aad8a711f48f..7b45c4a79162 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 39b4e8c353d2..ae007ff4a232 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 b1024b22fcec..ee42f364776f 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 9648c26abf77..34e3e25f992c 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 4fb78874b8a3..58cac71a6cd7 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 62d1e4cb42ec..c2627b2452b2 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 de8a85f0b28f..cbea42ff79dd 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 dd23f400d615..6840f49bf6da 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 247155e74740..1b4c5e5c947a 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 f2f4ebbd80df..2059ca5503e8 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 7b6928318507..5fc15f622206 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 acac508632a7..eaae77c3a0ae 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 2f7195eaf599..6552366cbea6 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 dd25c0f08d7a..11809b00cda6 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 b666fbee4ac2..cbdfd8645d3b 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 b77fdb5eb7c8..7d8d3fb07181 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 06d4ea32de43..f54b1bfac875 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 09587410c183..e10dfec0e078 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 5c368e50b1e7..6c2cd294e3ad 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 1f1bd4ba50fc..28d2f1d08d07 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 d85c1723c4b2..dcf714413168 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 4631a5c5ba60..59c7fd7a2e7f 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 32a191a60c37..1f3f4a5a3424 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 14e7730c2c25..7115fea97015 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 5cfd2d546179..6cbc3fcd9abf 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 d06ce3cee9f1..5dd96f8759c5 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 cb1c9856f0e9..48b21bd9a3c1 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 aa155f2f60cf..3ce7a602bae0 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 5d4f789a2220..a6187de94c15 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 1a557fb56145..2488ae8dd702 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 cbfe07d8eb0a..9b4ec6477603 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 c7b462b53e54..337e66da6808 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 a0f4c8989b30..ef0ba0b704c2 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 0f67266115c2..e68493cfe4b0 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 879a0cbb3446..0d2e429e67c9 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 41d19a8aae2d..bacc6db9bc6c 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 9f90aa75e63f..7ff1838a85b4 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 2c648be24559..b2dfdb6209c3 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 6fb6414a3362..f7d5a3b672ae 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 f5b1af959f26..e263552ff9e5 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 a8dbd0794eea..060d9c4286bd 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 1940eb7558e2..b0941c6cdbf0 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 66db7d3ccbbb..835ed77bb29a 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 b849c529583a..0df3022c9e3b 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 0d714e4846b2..dff521c8288d 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 837d4746379a..e28e49b91c50 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 eacacf918760..610f88d40087 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 aa26fcb1e0f2..9b0efcc03fd3 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 89bc950f4f00..57b7c2a4c354 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 96b4d4a92ee0..06e9a956358e 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 814c87c556d2..91914dd90b08 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 1358238af191..38aa76dbf136 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 0341367f8c8e..1ccb8bb9e3e2 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 4e9921dd1d0e..880e922159f9 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 ec380f1dac53..8e99094cfb42 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 6fb52badf124..948381ab2be3 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 a6e9df7a1282..0a8ebadfed32 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 d0d5b1efc48d..55a641cc71b7 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 d14f2bff0f93..98074a5403dc 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 fe8a215406e6..2fbf2d82708f 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 5e8d6032ff89..6e6f41c84691 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 831af85160c4..8612597d845c 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 737c26caf91e..2308f86a23ed 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 7803b2b7f330..897a3da25bc5 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 d9fcbdd06c45..760aa8e8f225 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 199ae527a837..ff181d3ee7b2 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 2cca5c9ba04f..b47141887876 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 e65617529278..ea89a0720f9f 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 a95862967842..9f77bf0949c9 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 3e5493f60f4d..aa099b3738af 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 d68acfe6d756..29a00863db14 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 36f9aeec7169..5ea765ad64e5 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 46b50e1b4c44..8c6c86a46b69 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 2e4db5ff0bce..1b0bdd3d05e6 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 467f0540f6d7..0c5877da521a 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 512279c09e40..f68db81f9b44 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 29b707ea9938..84743c1eeaa0 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 24e815a2a184..db31145814cd 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 9cb5f02262e3..476c41968717 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 b4cbbe2f49a7..5088261133e5 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 c1ba952b0bc6..cf5d14beb30a 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 2a6b53e44f03..aac87e97a920 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 2d6512d02efd..196b9d4d37a1 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 36ccbd93f0ae..5c8508cdce47 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 9fc001415428..8ea420183ca4 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 ae9b455cfa45..322c84a3bc6e 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 65fe84454f27..8af3d0e59fd1 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 7637e7599568..effb9c779cbb 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 ab3ff9078a94..5721bf459867 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 d13623228fa3..aa93b383b808 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 320a6b07ece6..f952118def2d 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 e963f7513222..bdd7c3717ad1 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 6eef31a4c62b..0ec2a46fc904 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 71dd5149678c..f321bf96ca7e 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 d5773e29c430..c0107dcadeb8 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 e96d24ff7933..49854d23afa5 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 5dcf3569e28c..b5753b46edf4 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 2fa40c6f7139..affca4d8856c 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 dc752f68a626..1dbe0052e2f9 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 5af84346e883..aaabc5d043b8 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 149fddf9b4be..e71c64e7cae0 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 b28fee8c09ab..14247588dec6 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 d7240dbc3c89..1d3fc1915f4a 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 a925951b4fe5..07693758c3c0 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 924495782ea8..00dd03e73214 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 18dd4c72b61c..992210499c4b 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 681d661e6704..d5d6f08dbb18 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 e4f77e85ab2d..c390fd19c8b6 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 c3df82fec974..77fca792e9d4 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 021849076c44..eb34e9ddd690 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 9f89d9df3ee0..a721cdddec8f 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 a4783fd715e0..c50e80f936d4 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 00c5ea1fd9ef..85c847afa386 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 6dde962499ca..c582008a2377 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 9e5916cd45ad..49e9b1900497 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 a97f99dd33cf..8465c5e110f2 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 81c7b4faa3fe..e253c6222d4a 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 9f1fe3f955d9..9f1c9917ebae 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 4b717ae8af82..bae255de7554 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 85a3a3c7d77c..ec6f18cdce32 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 1cca69936252..6205e5ce5e77 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 34df21611a20..d1cb3bebe663 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 26d39fa4be6f..0fd657ce4763 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 858e2e11302a..587ae6d819d8 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 99797be67591..7b6c170576b7 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 475a2034eaa1..dd9987ce40dc 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 ecc7ae4a420b..c479afe03af8 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 475a2034eaa1..dd9987ce40dc 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 6ebc67a6ed5c..cf2102c6c61a 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 91a69af68c66..2614bfec615d 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 0fdf35ae4ad4..bb57d6dab211 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 2289a0659ce9..294d45dd5f44 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 e3ac73ada84f..17878404a5fc 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 fa082fdb247d..d51445fc8f3d 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 51aeb268067d..4b0d67e673a7 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 9f35d7af875f..955041fc6b1e 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 5741d8d416ce..0549ccee81ab 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 ef04fa5e2a7b..5f075fe65a78 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 4bf49aebd3b7..bf77c4531f50 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 c23ada93412a..dcab07345bdb 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 37e4cae6d85e..5d13201effee 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 a830a4e3a435..cfb51092d352 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 106ddcdc1e84..33deaed4eaf2 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 b000e56473d9..0d78d7c240db 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 b3c3c62719a7..7caf38f6f388 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 b0e23dade0ac..7a59de0935f2 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 ccbb338a0103..995f241a6c89 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 ecb24c85c3a4..0c813a7860f8 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 3c90217d8180..7f607a849603 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 0709e0344871..9e5c1d3a3def 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 c6a4131969bd..36ee8984bcfe 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 a26d7e6264ec..bb1bc384c0ae 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 0ccb493936d4..cd8fc8c76d42 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 b67edd6478ef..2e639fa8cbf9 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 825cbce4b436..edbbb56b1f0b 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 c7bcc716b13a..470ab44da71c 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 eaf71d880ab6..ae27089874fa 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 11ddcbcfa7f7..03ad56d2d4e6 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 ea41a6e96980..993e21bb307a 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 0a5455b48339..ced878b40f32 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 acd7587c0e93..ef8efdd89ee3 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 f8c2efcdfebd..c6dda7c471b8 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 b7b20b9f0cd3..94d891b6ffc0 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 c51a545fd811..dea1306c7859 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 f9a94b10a290..f7b53e4fd322 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 e709a86dad64..501dca7b9e60 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 ce081d850a58..b9da28e2a224 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 d418d31eeb28..c96468c637df 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 ceac99ac2bf9..85a2ff0ba8da 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 3bcb234da9e0..846a20bfbc6a 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 47f9f181e8af..60ab7959c38b 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 c909eb55d763..ff196ec0b9bc 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 6b74ee38c716..ec4e163c545c 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 879deb493955..34d68bb397a7 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 2d31540b77f1..4539a51a8342 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 9190168f990b..9f77f1cef586 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 75530ba2ac14..066eb7ef5d6f 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 0f6342a8f574..684132da5e36 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 24f688e2335d..146d7ff39500 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 a80e092c6eb9..b835c3a3a3cf 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 aeed40a9617a..c3f66f6ffc0f 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 931af9f46e8c..21f96734cb79 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 372240697fb6..b8c7ba198dd9 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 b6be336c71a4..4f267dd3ac6c 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 8b0fe213255e..067c47e3375e 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 6d1f3ffa6c6e..59701db4d257 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 144fa1e51383..d99cd0c2eb1d 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 c7722e1da30b..81f57e76cfdb 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 83663bbd3ec7..350fb4eb3f79 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 b318ec6f59b0..eac205c1f423 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 45d77c363173..52e6c57e9b3b 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 9129940913b4..61b8277d5b56 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 7dbce1050982..3b1f1f7d0e7b 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 085a40ed930b..be4b5fee7d48 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 ff9af2f62517..03732594272b 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 3580a93c95bf..d788a5244498 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 6b8141fb1e9f..4d2ee203d8f5 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 b12f3284cc81..7b478f2280bd 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 9c4ce301769e..8f4e9aa890bd 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 e894ba3b6f6d..8a87deec9c42 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 fed9457463eb..5c44676d4925 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 73289aad2715..a8d45508cb04 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 dd2f8db008da..120c3c566a36 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 6caab3e83e19..9887f6d312df 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 b58bdc32d489..e601638d79a4 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 25cbe9626ecf..6b74e52c06ea 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 779a73e20fae..497a6bb1a337 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 b73bb7dda5f5..90c1ae59c7ea 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 85602696a5ce..f83058dc4aa7 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 cee9483fd23c..1a32093db9ce 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 62baa7d897ab..e2d07aee23b4 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 889c6aa1e22a..815d848f72a9 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 12703ce23b9a..963cc09e75ed 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 850d52ef0119..caabc0874d7c 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 cea4ddf14c77..4dd49852f063 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 bd6995f66017..7d314cf7cc4a 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 b5bbdfd9bc12..0a70fba88871 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 13bfe98e0151..3af5169ec124 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 cfab0783efa3..bbde3266cef0 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 e3b9aa81c6c7..e559cac01e0e 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 8f6641532766..de80d39680a4 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;