diff --git a/.github/resources/frame-weight-template.hbs b/.github/resources/frame-weight-template.hbs index c746cfad8..362418c93 100644 --- a/.github/resources/frame-weight-template.hbs +++ b/.github/resources/frame-weight-template.hbs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/.github/resources/xcm-weight-template.hbs b/.github/resources/xcm-weight-template.hbs index 3105e9d25..5ffae8e35 100644 --- a/.github/resources/xcm-weight-template.hbs +++ b/.github/resources/xcm-weight-template.hbs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/FILE_TEMPLATE b/FILE_TEMPLATE index 4bc5b4143..4ac40d207 100644 --- a/FILE_TEMPLATE +++ b/FILE_TEMPLATE @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/build.rs b/node/build.rs index a0363d573..a2cfb5c24 100644 --- a/node/build.rs +++ b/node/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/aura_or_nimbus_consensus.rs b/node/src/aura_or_nimbus_consensus.rs index 59cfb2c3a..75527f9c1 100644 --- a/node/src/aura_or_nimbus_consensus.rs +++ b/node/src/aura_or_nimbus_consensus.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/builder.rs b/node/src/builder.rs index 1a1d79c74..98a6a5e15 100644 --- a/node/src/builder.rs +++ b/node/src/builder.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/calamari.rs b/node/src/chain_specs/calamari.rs index e02cc9351..ca450a4e1 100644 --- a/node/src/chain_specs/calamari.rs +++ b/node/src/chain_specs/calamari.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/manta/local_testnets_geneses.rs b/node/src/chain_specs/manta/local_testnets_geneses.rs index e1dc7a996..979fced53 100644 --- a/node/src/chain_specs/manta/local_testnets_geneses.rs +++ b/node/src/chain_specs/manta/local_testnets_geneses.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/manta/mainnet_genesis.rs b/node/src/chain_specs/manta/mainnet_genesis.rs index 8eb0ef186..324d4d279 100644 --- a/node/src/chain_specs/manta/mainnet_genesis.rs +++ b/node/src/chain_specs/manta/mainnet_genesis.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/manta/mod.rs b/node/src/chain_specs/manta/mod.rs index f6c0bfa2c..705334804 100644 --- a/node/src/chain_specs/manta/mod.rs +++ b/node/src/chain_specs/manta/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/manta/public_testnet_genesis.rs b/node/src/chain_specs/manta/public_testnet_genesis.rs index 640db7c91..478925af9 100644 --- a/node/src/chain_specs/manta/public_testnet_genesis.rs +++ b/node/src/chain_specs/manta/public_testnet_genesis.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/mod.rs b/node/src/chain_specs/mod.rs index 96433c1e8..8ed899233 100644 --- a/node/src/chain_specs/mod.rs +++ b/node/src/chain_specs/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/cli.rs b/node/src/cli.rs index 9ab693e51..4bddcbe1c 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/client.rs b/node/src/client.rs index 33b9b9dae..003a31aee 100644 --- a/node/src/client.rs +++ b/node/src/client.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/command.rs b/node/src/command.rs index 01f760a40..3cc8b8234 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/fake_runtime_api.rs b/node/src/fake_runtime_api.rs index e0fe51eab..56abec856 100644 --- a/node/src/fake_runtime_api.rs +++ b/node/src/fake_runtime_api.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/lib.rs b/node/src/lib.rs index d7fe8c5a8..2d9fd1b83 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/main.rs b/node/src/main.rs index 1e723e0fc..f060f990d 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/calamari.rs b/node/src/rpc/calamari.rs index ed3ec566f..302df26c3 100644 --- a/node/src/rpc/calamari.rs +++ b/node/src/rpc/calamari.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/manta.rs b/node/src/rpc/manta.rs index fac15cbc6..d07f4c4dd 100644 --- a/node/src/rpc/manta.rs +++ b/node/src/rpc/manta.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/mod.rs b/node/src/rpc/mod.rs index b0bebb95b..efdfff00c 100644 --- a/node/src/rpc/mod.rs +++ b/node/src/rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/service.rs b/node/src/service.rs index 9d27f9441..c61a33240 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/benchmarking.rs b/pallets/asset-manager/src/benchmarking.rs index 60af7770f..c3eeecc27 100644 --- a/pallets/asset-manager/src/benchmarking.rs +++ b/pallets/asset-manager/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/lib.rs b/pallets/asset-manager/src/lib.rs index 56e758e2e..593534de2 100644 --- a/pallets/asset-manager/src/lib.rs +++ b/pallets/asset-manager/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/mock.rs b/pallets/asset-manager/src/mock.rs index dcb20cf0e..6a87943f9 100644 --- a/pallets/asset-manager/src/mock.rs +++ b/pallets/asset-manager/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/tests.rs b/pallets/asset-manager/src/tests.rs index bfb87d29b..298f3ace6 100644 --- a/pallets/asset-manager/src/tests.rs +++ b/pallets/asset-manager/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/weights.rs b/pallets/asset-manager/src/weights.rs index 2e29fc866..9ad127f34 100644 --- a/pallets/asset-manager/src/weights.rs +++ b/pallets/asset-manager/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/benchmarking.rs b/pallets/collator-selection/src/benchmarking.rs index c75e5b8c2..cac20b3eb 100644 --- a/pallets/collator-selection/src/benchmarking.rs +++ b/pallets/collator-selection/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/lib.rs b/pallets/collator-selection/src/lib.rs index c5e22949d..c63e37f5c 100644 --- a/pallets/collator-selection/src/lib.rs +++ b/pallets/collator-selection/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/mock.rs b/pallets/collator-selection/src/mock.rs index a732108da..74f420553 100644 --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/tests.rs b/pallets/collator-selection/src/tests.rs index fd6dcd56c..44b0a1314 100644 --- a/pallets/collator-selection/src/tests.rs +++ b/pallets/collator-selection/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/weights.rs b/pallets/collator-selection/src/weights.rs index 43dbe9eef..e77f2a3b2 100644 --- a/pallets/collator-selection/src/weights.rs +++ b/pallets/collator-selection/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/rpc/runtime-api/src/lib.rs b/pallets/farming/rpc/runtime-api/src/lib.rs index bfe6c38da..e939b5f18 100644 --- a/pallets/farming/rpc/runtime-api/src/lib.rs +++ b/pallets/farming/rpc/runtime-api/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/rpc/src/lib.rs b/pallets/farming/rpc/src/lib.rs index 2cca2b343..749151910 100644 --- a/pallets/farming/rpc/src/lib.rs +++ b/pallets/farming/rpc/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/benchmarking.rs b/pallets/farming/src/benchmarking.rs index 72d531350..da3a0b123 100644 --- a/pallets/farming/src/benchmarking.rs +++ b/pallets/farming/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/gauge.rs b/pallets/farming/src/gauge.rs index 6a66f7e92..87bf15431 100644 --- a/pallets/farming/src/gauge.rs +++ b/pallets/farming/src/gauge.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/lib.rs b/pallets/farming/src/lib.rs index 2e3264599..0c511895d 100644 --- a/pallets/farming/src/lib.rs +++ b/pallets/farming/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/mock.rs b/pallets/farming/src/mock.rs index 77f78afd4..a7f942a01 100644 --- a/pallets/farming/src/mock.rs +++ b/pallets/farming/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/rewards.rs b/pallets/farming/src/rewards.rs index ded666bb8..840fd36b6 100644 --- a/pallets/farming/src/rewards.rs +++ b/pallets/farming/src/rewards.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/tests.rs b/pallets/farming/src/tests.rs index 9063ec357..f49d1f2df 100644 --- a/pallets/farming/src/tests.rs +++ b/pallets/farming/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/farming/src/weights.rs b/pallets/farming/src/weights.rs index 4e2e18544..9492afa43 100644 --- a/pallets/farming/src/weights.rs +++ b/pallets/farming/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/benchmark/mod.rs b/pallets/manta-pay/src/benchmark/mod.rs index 56a0a0459..7e03265e6 100644 --- a/pallets/manta-pay/src/benchmark/mod.rs +++ b/pallets/manta-pay/src/benchmark/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/bin/precompute_coins.rs b/pallets/manta-pay/src/bin/precompute_coins.rs index ff1c1445d..d841cae3c 100644 --- a/pallets/manta-pay/src/bin/precompute_coins.rs +++ b/pallets/manta-pay/src/bin/precompute_coins.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify @@ -221,7 +221,7 @@ fn main() -> Result<()> { writeln!( target_file, indoc! {r" - // Copyright 2020-2024 Manta Network. + // Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/errors.rs b/pallets/manta-pay/src/errors.rs index d68023f26..47b7184d7 100644 --- a/pallets/manta-pay/src/errors.rs +++ b/pallets/manta-pay/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/lib.rs b/pallets/manta-pay/src/lib.rs index e5567551c..ba7ee7775 100644 --- a/pallets/manta-pay/src/lib.rs +++ b/pallets/manta-pay/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/mock.rs b/pallets/manta-pay/src/mock.rs index fb5d9b15e..54f6abdab 100644 --- a/pallets/manta-pay/src/mock.rs +++ b/pallets/manta-pay/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/rpc.rs b/pallets/manta-pay/src/rpc.rs index e14788208..c6d9fd9bb 100644 --- a/pallets/manta-pay/src/rpc.rs +++ b/pallets/manta-pay/src/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/runtime.rs b/pallets/manta-pay/src/runtime.rs index 4ed7d1132..93ad22acc 100644 --- a/pallets/manta-pay/src/runtime.rs +++ b/pallets/manta-pay/src/runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/mod.rs b/pallets/manta-pay/src/test/mod.rs index a23bbea41..dee7e47b9 100644 --- a/pallets/manta-pay/src/test/mod.rs +++ b/pallets/manta-pay/src/test/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/payment.rs b/pallets/manta-pay/src/test/payment.rs index b08482b64..a41e12168 100644 --- a/pallets/manta-pay/src/test/payment.rs +++ b/pallets/manta-pay/src/test/payment.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/storage.rs b/pallets/manta-pay/src/test/storage.rs index c7b603bad..976224b7b 100644 --- a/pallets/manta-pay/src/test/storage.rs +++ b/pallets/manta-pay/src/test/storage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/weights.rs b/pallets/manta-pay/src/weights.rs index f48c4ee14..92ebd66b3 100644 --- a/pallets/manta-pay/src/weights.rs +++ b/pallets/manta-pay/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/benchmark/mod.rs b/pallets/manta-sbt/src/benchmark/mod.rs index bff1b742a..cb688ca36 100644 --- a/pallets/manta-sbt/src/benchmark/mod.rs +++ b/pallets/manta-sbt/src/benchmark/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/bin/precompute_coins.rs b/pallets/manta-sbt/src/bin/precompute_coins.rs index 99a082903..e6e204298 100644 --- a/pallets/manta-sbt/src/bin/precompute_coins.rs +++ b/pallets/manta-sbt/src/bin/precompute_coins.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify @@ -121,7 +121,7 @@ fn main() -> Result<()> { writeln!( target_file, indoc! {r" - // Copyright 2020-2024 Manta Network. + // Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/errors.rs b/pallets/manta-sbt/src/errors.rs index 0bfdb7fc2..894f61fdd 100644 --- a/pallets/manta-sbt/src/errors.rs +++ b/pallets/manta-sbt/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/lib.rs b/pallets/manta-sbt/src/lib.rs index 3b0b9e151..c86353e2c 100644 --- a/pallets/manta-sbt/src/lib.rs +++ b/pallets/manta-sbt/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/mock.rs b/pallets/manta-sbt/src/mock.rs index aa26fbb65..0cd9e66f1 100644 --- a/pallets/manta-sbt/src/mock.rs +++ b/pallets/manta-sbt/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/rpc.rs b/pallets/manta-sbt/src/rpc.rs index 30404f3bc..eb4e5b594 100644 --- a/pallets/manta-sbt/src/rpc.rs +++ b/pallets/manta-sbt/src/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/runtime.rs b/pallets/manta-sbt/src/runtime.rs index 0b218dad4..76d1b35cf 100644 --- a/pallets/manta-sbt/src/runtime.rs +++ b/pallets/manta-sbt/src/runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/tests.rs b/pallets/manta-sbt/src/tests.rs index de4fd2219..c062a0441 100644 --- a/pallets/manta-sbt/src/tests.rs +++ b/pallets/manta-sbt/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-sbt/src/weights.rs b/pallets/manta-sbt/src/weights.rs index 5f87d1fb2..ee2822180 100644 --- a/pallets/manta-sbt/src/weights.rs +++ b/pallets/manta-sbt/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-support/src/lib.rs b/pallets/manta-support/src/lib.rs index 5a5fc8b47..dfadfa34e 100644 --- a/pallets/manta-support/src/lib.rs +++ b/pallets/manta-support/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-support/src/manta_pay.rs b/pallets/manta-support/src/manta_pay.rs index a4088bf86..630abf68f 100644 --- a/pallets/manta-support/src/manta_pay.rs +++ b/pallets/manta-support/src/manta_pay.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/name-service/src/weights.rs b/pallets/name-service/src/weights.rs index b0d3d7a0d..354b1cfa2 100644 --- a/pallets/name-service/src/weights.rs +++ b/pallets/name-service/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/benchmarks.rs b/pallets/pallet-lottery/src/benchmarks.rs index 0f5e86565..77ce0cdec 100644 --- a/pallets/pallet-lottery/src/benchmarks.rs +++ b/pallets/pallet-lottery/src/benchmarks.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/lib.rs b/pallets/pallet-lottery/src/lib.rs index 0d55ded13..10c27e5bd 100644 --- a/pallets/pallet-lottery/src/lib.rs +++ b/pallets/pallet-lottery/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/mock.rs b/pallets/pallet-lottery/src/mock.rs index e56f57439..3232382bd 100644 --- a/pallets/pallet-lottery/src/mock.rs +++ b/pallets/pallet-lottery/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/rpc.rs b/pallets/pallet-lottery/src/rpc.rs index 8fc4cce07..9e473cdc2 100644 --- a/pallets/pallet-lottery/src/rpc.rs +++ b/pallets/pallet-lottery/src/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/runtime.rs b/pallets/pallet-lottery/src/runtime.rs index 7a6ea8147..85c5d06f0 100644 --- a/pallets/pallet-lottery/src/runtime.rs +++ b/pallets/pallet-lottery/src/runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/staking/deposit_strategies.rs b/pallets/pallet-lottery/src/staking/deposit_strategies.rs index 790f18297..c5c2d39d6 100644 --- a/pallets/pallet-lottery/src/staking/deposit_strategies.rs +++ b/pallets/pallet-lottery/src/staking/deposit_strategies.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/staking/mod.rs b/pallets/pallet-lottery/src/staking/mod.rs index b37a6cd2b..6472eaf0a 100644 --- a/pallets/pallet-lottery/src/staking/mod.rs +++ b/pallets/pallet-lottery/src/staking/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/staking/withdraw_strategies.rs b/pallets/pallet-lottery/src/staking/withdraw_strategies.rs index 75a1ea93a..3b60fe86e 100644 --- a/pallets/pallet-lottery/src/staking/withdraw_strategies.rs +++ b/pallets/pallet-lottery/src/staking/withdraw_strategies.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/tests.rs b/pallets/pallet-lottery/src/tests.rs index 37d48cd3b..75b081219 100644 --- a/pallets/pallet-lottery/src/tests.rs +++ b/pallets/pallet-lottery/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/pallet-lottery/src/weights.rs b/pallets/pallet-lottery/src/weights.rs index 6f2b8e066..cff968c18 100644 --- a/pallets/pallet-lottery/src/weights.rs +++ b/pallets/pallet-lottery/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/benchmarks.rs b/pallets/parachain-staking/src/benchmarks.rs index 627ba7788..b8a65a6e6 100644 --- a/pallets/parachain-staking/src/benchmarks.rs +++ b/pallets/parachain-staking/src/benchmarks.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/delegation_requests.rs b/pallets/parachain-staking/src/delegation_requests.rs index ae62d84c5..1483d680a 100644 --- a/pallets/parachain-staking/src/delegation_requests.rs +++ b/pallets/parachain-staking/src/delegation_requests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/inflation.rs b/pallets/parachain-staking/src/inflation.rs index e58939f51..95704426b 100644 --- a/pallets/parachain-staking/src/inflation.rs +++ b/pallets/parachain-staking/src/inflation.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/lib.rs b/pallets/parachain-staking/src/lib.rs index 3b9ca213c..a3603462c 100644 --- a/pallets/parachain-staking/src/lib.rs +++ b/pallets/parachain-staking/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/migrations.rs b/pallets/parachain-staking/src/migrations.rs index 6dd980253..bcf233293 100644 --- a/pallets/parachain-staking/src/migrations.rs +++ b/pallets/parachain-staking/src/migrations.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/mock.rs b/pallets/parachain-staking/src/mock.rs index d02ef5962..bfb4dba5a 100644 --- a/pallets/parachain-staking/src/mock.rs +++ b/pallets/parachain-staking/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/set.rs b/pallets/parachain-staking/src/set.rs index b912b2763..08cbfa291 100644 --- a/pallets/parachain-staking/src/set.rs +++ b/pallets/parachain-staking/src/set.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index 9305a9173..173b4eb66 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/traits.rs b/pallets/parachain-staking/src/traits.rs index c19597f7f..5d42bdb38 100644 --- a/pallets/parachain-staking/src/traits.rs +++ b/pallets/parachain-staking/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/types.rs b/pallets/parachain-staking/src/types.rs index 33fbcb797..637eb215f 100644 --- a/pallets/parachain-staking/src/types.rs +++ b/pallets/parachain-staking/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/weights.rs b/pallets/parachain-staking/src/weights.rs index 6d94b6204..a02aebb80 100644 --- a/pallets/parachain-staking/src/weights.rs +++ b/pallets/parachain-staking/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/benchmarks.rs b/pallets/randomness/src/benchmarks.rs index becfc6c3a..52174b8e2 100644 --- a/pallets/randomness/src/benchmarks.rs +++ b/pallets/randomness/src/benchmarks.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/lib.rs b/pallets/randomness/src/lib.rs index 78f69d110..100428d11 100644 --- a/pallets/randomness/src/lib.rs +++ b/pallets/randomness/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/mock.rs b/pallets/randomness/src/mock.rs index 74180f882..1c5447d2a 100644 --- a/pallets/randomness/src/mock.rs +++ b/pallets/randomness/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/tests.rs b/pallets/randomness/src/tests.rs index 1700cab1b..314c05eb6 100644 --- a/pallets/randomness/src/tests.rs +++ b/pallets/randomness/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/types.rs b/pallets/randomness/src/types.rs index 0461f10e3..75e63e7d6 100644 --- a/pallets/randomness/src/types.rs +++ b/pallets/randomness/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/randomness/src/weights.rs b/pallets/randomness/src/weights.rs index 53bbb09d2..cdab63cea 100644 --- a/pallets/randomness/src/weights.rs +++ b/pallets/randomness/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/benchmarking.rs b/pallets/tx-pause/src/benchmarking.rs index 413a63cc5..05bef9dd8 100644 --- a/pallets/tx-pause/src/benchmarking.rs +++ b/pallets/tx-pause/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/lib.rs b/pallets/tx-pause/src/lib.rs index ba8ff64e7..2a4bbe07b 100644 --- a/pallets/tx-pause/src/lib.rs +++ b/pallets/tx-pause/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/mock.rs b/pallets/tx-pause/src/mock.rs index 8f70dfb31..804b173ea 100644 --- a/pallets/tx-pause/src/mock.rs +++ b/pallets/tx-pause/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/tests.rs b/pallets/tx-pause/src/tests.rs index ecb6f6154..b83cf61ce 100644 --- a/pallets/tx-pause/src/tests.rs +++ b/pallets/tx-pause/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/weights.rs b/pallets/tx-pause/src/weights.rs index d9f26fdb7..24ba03261 100644 --- a/pallets/tx-pause/src/weights.rs +++ b/pallets/tx-pause/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/benchmarking.rs b/pallets/vesting/src/benchmarking.rs index f3b87cdde..b6057c6aa 100644 --- a/pallets/vesting/src/benchmarking.rs +++ b/pallets/vesting/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/lib.rs b/pallets/vesting/src/lib.rs index a8161d7f1..23de2de9c 100644 --- a/pallets/vesting/src/lib.rs +++ b/pallets/vesting/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/mock.rs b/pallets/vesting/src/mock.rs index 6a614bad8..80e28d26a 100644 --- a/pallets/vesting/src/mock.rs +++ b/pallets/vesting/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/tests.rs b/pallets/vesting/src/tests.rs index f5db1e38e..dbea82480 100644 --- a/pallets/vesting/src/tests.rs +++ b/pallets/vesting/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/weights.rs b/pallets/vesting/src/weights.rs index 199cbbc3a..7e6649ed7 100644 --- a/pallets/vesting/src/weights.rs +++ b/pallets/vesting/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/assets.rs b/primitives/manta/src/assets.rs index 4e3cbdf10..3ab1cfd3c 100644 --- a/primitives/manta/src/assets.rs +++ b/primitives/manta/src/assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/constants.rs b/primitives/manta/src/constants.rs index 255dbc7ac..e3a2fb504 100644 --- a/primitives/manta/src/constants.rs +++ b/primitives/manta/src/constants.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/currencies.rs b/primitives/manta/src/currencies.rs index 777399644..59f71719e 100644 --- a/primitives/manta/src/currencies.rs +++ b/primitives/manta/src/currencies.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/lib.rs b/primitives/manta/src/lib.rs index 71a9dcf32..11abda0fc 100644 --- a/primitives/manta/src/lib.rs +++ b/primitives/manta/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/types.rs b/primitives/manta/src/types.rs index 2e9e8ee8a..b4be2d121 100644 --- a/primitives/manta/src/types.rs +++ b/primitives/manta/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/xcm.rs b/primitives/manta/src/xcm.rs index 389495209..83d0cc291 100644 --- a/primitives/manta/src/xcm.rs +++ b/primitives/manta/src/xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/aura.rs b/primitives/session-keys/src/aura.rs index 73e2c6ecf..4e5709e6d 100644 --- a/primitives/session-keys/src/aura.rs +++ b/primitives/session-keys/src/aura.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/inherent.rs b/primitives/session-keys/src/inherent.rs index f70819d9f..fa530c171 100644 --- a/primitives/session-keys/src/inherent.rs +++ b/primitives/session-keys/src/inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/lib.rs b/primitives/session-keys/src/lib.rs index 9d50a659d..e7493bfe7 100644 --- a/primitives/session-keys/src/lib.rs +++ b/primitives/session-keys/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/nimbus.rs b/primitives/session-keys/src/nimbus.rs index 335d72110..511d3c091 100644 --- a/primitives/session-keys/src/nimbus.rs +++ b/primitives/session-keys/src/nimbus.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/util.rs b/primitives/session-keys/src/util.rs index 61c2f923c..cdff8c18f 100644 --- a/primitives/session-keys/src/util.rs +++ b/primitives/session-keys/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/vrf.rs b/primitives/session-keys/src/vrf.rs index 9ba578ddb..eb7bdb993 100644 --- a/primitives/session-keys/src/vrf.rs +++ b/primitives/session-keys/src/vrf.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/build.rs b/runtime/calamari/build.rs index 1d08e0477..1fd2e4570 100644 --- a/runtime/calamari/build.rs +++ b/runtime/calamari/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/assets_config.rs b/runtime/calamari/src/assets_config.rs index 987bffe4d..c557cb026 100644 --- a/runtime/calamari/src/assets_config.rs +++ b/runtime/calamari/src/assets_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/currency.rs b/runtime/calamari/src/currency.rs index 65458e568..4921e909c 100644 --- a/runtime/calamari/src/currency.rs +++ b/runtime/calamari/src/currency.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/diff_tx_fees.rs b/runtime/calamari/src/diff_tx_fees.rs index 2eef296e1..32e8ea278 100644 --- a/runtime/calamari/src/diff_tx_fees.rs +++ b/runtime/calamari/src/diff_tx_fees.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/fee.rs b/runtime/calamari/src/fee.rs index c9bf53d09..c5eb5111d 100644 --- a/runtime/calamari/src/fee.rs +++ b/runtime/calamari/src/fee.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/impls.rs b/runtime/calamari/src/impls.rs index 8fd988b90..064c334fe 100644 --- a/runtime/calamari/src/impls.rs +++ b/runtime/calamari/src/impls.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index aeea62ae3..9650fe16b 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/migrations/mod.rs b/runtime/calamari/src/migrations/mod.rs index cbb525359..a0d32fab4 100644 --- a/runtime/calamari/src/migrations/mod.rs +++ b/runtime/calamari/src/migrations/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/nimbus_session_adapter.rs b/runtime/calamari/src/nimbus_session_adapter.rs index 4df9630fa..c1f160c9f 100644 --- a/runtime/calamari/src/nimbus_session_adapter.rs +++ b/runtime/calamari/src/nimbus_session_adapter.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/staking.rs b/runtime/calamari/src/staking.rs index f3b18f7a1..7cf044d0a 100644 --- a/runtime/calamari/src/staking.rs +++ b/runtime/calamari/src/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/calamari_vesting.rs b/runtime/calamari/src/weights/calamari_vesting.rs index 375926fa3..52440197b 100644 --- a/runtime/calamari/src/weights/calamari_vesting.rs +++ b/runtime/calamari/src/weights/calamari_vesting.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs index dcf850764..a859fa3db 100644 --- a/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/frame_system.rs b/runtime/calamari/src/weights/frame_system.rs index 25d2e675e..97303f7ba 100644 --- a/runtime/calamari/src/weights/frame_system.rs +++ b/runtime/calamari/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/manta_collator_selection.rs b/runtime/calamari/src/weights/manta_collator_selection.rs index d79414081..a8fc7102d 100644 --- a/runtime/calamari/src/weights/manta_collator_selection.rs +++ b/runtime/calamari/src/weights/manta_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/mod.rs b/runtime/calamari/src/weights/mod.rs index ae4b42684..573de0797 100644 --- a/runtime/calamari/src/weights/mod.rs +++ b/runtime/calamari/src/weights/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_asset_manager.rs b/runtime/calamari/src/weights/pallet_asset_manager.rs index 3e51f12de..49cf645fd 100644 --- a/runtime/calamari/src/weights/pallet_asset_manager.rs +++ b/runtime/calamari/src/weights/pallet_asset_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_assets.rs b/runtime/calamari/src/weights/pallet_assets.rs index e1d6000fd..153692f78 100644 --- a/runtime/calamari/src/weights/pallet_assets.rs +++ b/runtime/calamari/src/weights/pallet_assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_author_inherent.rs b/runtime/calamari/src/weights/pallet_author_inherent.rs index 4c720e75b..55038aead 100644 --- a/runtime/calamari/src/weights/pallet_author_inherent.rs +++ b/runtime/calamari/src/weights/pallet_author_inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_balances.rs b/runtime/calamari/src/weights/pallet_balances.rs index c7ec42c25..bc7e09c69 100644 --- a/runtime/calamari/src/weights/pallet_balances.rs +++ b/runtime/calamari/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_collective.rs b/runtime/calamari/src/weights/pallet_collective.rs index f80126a1f..afcd26cb9 100644 --- a/runtime/calamari/src/weights/pallet_collective.rs +++ b/runtime/calamari/src/weights/pallet_collective.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_democracy.rs b/runtime/calamari/src/weights/pallet_democracy.rs index 091f365ad..fdd6e72ee 100644 --- a/runtime/calamari/src/weights/pallet_democracy.rs +++ b/runtime/calamari/src/weights/pallet_democracy.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_farming.rs b/runtime/calamari/src/weights/pallet_farming.rs index 0655e9ba4..031fc2aa6 100644 --- a/runtime/calamari/src/weights/pallet_farming.rs +++ b/runtime/calamari/src/weights/pallet_farming.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_lottery.rs b/runtime/calamari/src/weights/pallet_lottery.rs index 4bee2ce6a..526fc3758 100644 --- a/runtime/calamari/src/weights/pallet_lottery.rs +++ b/runtime/calamari/src/weights/pallet_lottery.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_manta_pay.rs b/runtime/calamari/src/weights/pallet_manta_pay.rs index c2b56fe0c..4b2d1593c 100644 --- a/runtime/calamari/src/weights/pallet_manta_pay.rs +++ b/runtime/calamari/src/weights/pallet_manta_pay.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_manta_sbt.rs b/runtime/calamari/src/weights/pallet_manta_sbt.rs index d63e89f1c..1d787b4f7 100644 --- a/runtime/calamari/src/weights/pallet_manta_sbt.rs +++ b/runtime/calamari/src/weights/pallet_manta_sbt.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_membership.rs b/runtime/calamari/src/weights/pallet_membership.rs index 7144a096e..403bc9ef0 100644 --- a/runtime/calamari/src/weights/pallet_membership.rs +++ b/runtime/calamari/src/weights/pallet_membership.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_multisig.rs b/runtime/calamari/src/weights/pallet_multisig.rs index b5cd82685..5640a9792 100644 --- a/runtime/calamari/src/weights/pallet_multisig.rs +++ b/runtime/calamari/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_name_service.rs b/runtime/calamari/src/weights/pallet_name_service.rs index 7dc1b8fd0..23bfc7a58 100644 --- a/runtime/calamari/src/weights/pallet_name_service.rs +++ b/runtime/calamari/src/weights/pallet_name_service.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_parachain_staking.rs b/runtime/calamari/src/weights/pallet_parachain_staking.rs index d0345fde2..41fb5938b 100644 --- a/runtime/calamari/src/weights/pallet_parachain_staking.rs +++ b/runtime/calamari/src/weights/pallet_parachain_staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_preimage.rs b/runtime/calamari/src/weights/pallet_preimage.rs index 3a1b5beba..33fdb348e 100644 --- a/runtime/calamari/src/weights/pallet_preimage.rs +++ b/runtime/calamari/src/weights/pallet_preimage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_randomness.rs b/runtime/calamari/src/weights/pallet_randomness.rs index b9b9badaf..dd77b0361 100644 --- a/runtime/calamari/src/weights/pallet_randomness.rs +++ b/runtime/calamari/src/weights/pallet_randomness.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_scheduler.rs b/runtime/calamari/src/weights/pallet_scheduler.rs index 3e089142f..99570ca24 100644 --- a/runtime/calamari/src/weights/pallet_scheduler.rs +++ b/runtime/calamari/src/weights/pallet_scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_session.rs b/runtime/calamari/src/weights/pallet_session.rs index 5663b8fe3..3eb3d33f0 100644 --- a/runtime/calamari/src/weights/pallet_session.rs +++ b/runtime/calamari/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_timestamp.rs b/runtime/calamari/src/weights/pallet_timestamp.rs index 8635b8e0b..4ca9bde47 100644 --- a/runtime/calamari/src/weights/pallet_timestamp.rs +++ b/runtime/calamari/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_treasury.rs b/runtime/calamari/src/weights/pallet_treasury.rs index a3311cd69..9711f241d 100644 --- a/runtime/calamari/src/weights/pallet_treasury.rs +++ b/runtime/calamari/src/weights/pallet_treasury.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_tx_pause.rs b/runtime/calamari/src/weights/pallet_tx_pause.rs index 7bbbe0cbc..8e9ae85ac 100644 --- a/runtime/calamari/src/weights/pallet_tx_pause.rs +++ b/runtime/calamari/src/weights/pallet_tx_pause.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_utility.rs b/runtime/calamari/src/weights/pallet_utility.rs index fb8a2089d..5f8084c7d 100644 --- a/runtime/calamari/src/weights/pallet_utility.rs +++ b/runtime/calamari/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_xcm.rs b/runtime/calamari/src/weights/pallet_xcm.rs index 0833d7a6a..0a31ddb00 100644 --- a/runtime/calamari/src/weights/pallet_xcm.rs +++ b/runtime/calamari/src/weights/pallet_xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/mod.rs b/runtime/calamari/src/weights/xcm/mod.rs index fcbdf0d64..af745e54c 100644 --- a/runtime/calamari/src/weights/xcm/mod.rs +++ b/runtime/calamari/src/weights/xcm/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 3caff5183..6df610917 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 4154f7097..1cd7cc8eb 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/zenlink_protocol.rs b/runtime/calamari/src/weights/zenlink_protocol.rs index 3170cc662..7c7352dbb 100644 --- a/runtime/calamari/src/weights/zenlink_protocol.rs +++ b/runtime/calamari/src/weights/zenlink_protocol.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/xcm_config.rs b/runtime/calamari/src/xcm_config.rs index 125235149..d32e05806 100644 --- a/runtime/calamari/src/xcm_config.rs +++ b/runtime/calamari/src/xcm_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/zenlink.rs b/runtime/calamari/src/zenlink.rs index 563cdb80c..dc0e59adb 100644 --- a/runtime/calamari/src/zenlink.rs +++ b/runtime/calamari/src/zenlink.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 00879e1a7..d743e21eb 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/test_helpers.rs b/runtime/common/src/test_helpers.rs index 523cecfdf..17057f0c2 100644 --- a/runtime/common/src/test_helpers.rs +++ b/runtime/common/src/test_helpers.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/integrations_mock/mock.rs b/runtime/integration-tests/src/integrations_mock/mock.rs index f2feec8a9..5c950baa6 100644 --- a/runtime/integration-tests/src/integrations_mock/mock.rs +++ b/runtime/integration-tests/src/integrations_mock/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/integrations_mock/mod.rs b/runtime/integration-tests/src/integrations_mock/mod.rs index af19f0782..40e4d95bf 100644 --- a/runtime/integration-tests/src/integrations_mock/mod.rs +++ b/runtime/integration-tests/src/integrations_mock/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/integrations_mock/test_calamari.rs b/runtime/integration-tests/src/integrations_mock/test_calamari.rs index 5d016d0e5..b83f632f3 100644 --- a/runtime/integration-tests/src/integrations_mock/test_calamari.rs +++ b/runtime/integration-tests/src/integrations_mock/test_calamari.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/integrations_mock/test_common.rs b/runtime/integration-tests/src/integrations_mock/test_common.rs index aeea8a093..9f358b670 100644 --- a/runtime/integration-tests/src/integrations_mock/test_common.rs +++ b/runtime/integration-tests/src/integrations_mock/test_common.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/integrations_mock/test_manta.rs b/runtime/integration-tests/src/integrations_mock/test_manta.rs index b34956c3a..b23fa0f26 100644 --- a/runtime/integration-tests/src/integrations_mock/test_manta.rs +++ b/runtime/integration-tests/src/integrations_mock/test_manta.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/lib.rs b/runtime/integration-tests/src/lib.rs index 2073cd726..ea56dcc14 100644 --- a/runtime/integration-tests/src/lib.rs +++ b/runtime/integration-tests/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/xcm_mock/mod.rs b/runtime/integration-tests/src/xcm_mock/mod.rs index 28324aa34..f346385e9 100644 --- a/runtime/integration-tests/src/xcm_mock/mod.rs +++ b/runtime/integration-tests/src/xcm_mock/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/xcm_mock/parachain.rs b/runtime/integration-tests/src/xcm_mock/parachain.rs index ff6149032..da1e310a7 100644 --- a/runtime/integration-tests/src/xcm_mock/parachain.rs +++ b/runtime/integration-tests/src/xcm_mock/parachain.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/xcm_mock/relay_chain.rs b/runtime/integration-tests/src/xcm_mock/relay_chain.rs index c7056dc40..edfb1ec0c 100644 --- a/runtime/integration-tests/src/xcm_mock/relay_chain.rs +++ b/runtime/integration-tests/src/xcm_mock/relay_chain.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/integration-tests/src/xcm_mock/xcm_tests.rs b/runtime/integration-tests/src/xcm_mock/xcm_tests.rs index be22aab8e..5bc946157 100644 --- a/runtime/integration-tests/src/xcm_mock/xcm_tests.rs +++ b/runtime/integration-tests/src/xcm_mock/xcm_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/build.rs b/runtime/manta/build.rs index 6f69d2cfa..f51e44482 100644 --- a/runtime/manta/build.rs +++ b/runtime/manta/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/assets_config.rs b/runtime/manta/src/assets_config.rs index ca9577d1c..78f704eb8 100644 --- a/runtime/manta/src/assets_config.rs +++ b/runtime/manta/src/assets_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/currency.rs b/runtime/manta/src/currency.rs index 77082ac08..de49e77b0 100644 --- a/runtime/manta/src/currency.rs +++ b/runtime/manta/src/currency.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/diff_tx_fees.rs b/runtime/manta/src/diff_tx_fees.rs index 199ec53a7..7a2a191ce 100644 --- a/runtime/manta/src/diff_tx_fees.rs +++ b/runtime/manta/src/diff_tx_fees.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/fee.rs b/runtime/manta/src/fee.rs index cc0dcf2a7..d6607aae2 100644 --- a/runtime/manta/src/fee.rs +++ b/runtime/manta/src/fee.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/impls.rs b/runtime/manta/src/impls.rs index 2de6fadc5..3465fbad4 100644 --- a/runtime/manta/src/impls.rs +++ b/runtime/manta/src/impls.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index 5df9be762..d0881c49f 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/migrations/mod.rs b/runtime/manta/src/migrations/mod.rs index 4bc5b4143..4ac40d207 100644 --- a/runtime/manta/src/migrations/mod.rs +++ b/runtime/manta/src/migrations/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/nimbus_session_adapter.rs b/runtime/manta/src/nimbus_session_adapter.rs index 4df9630fa..c1f160c9f 100644 --- a/runtime/manta/src/nimbus_session_adapter.rs +++ b/runtime/manta/src/nimbus_session_adapter.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/staking.rs b/runtime/manta/src/staking.rs index 8a8160460..86f7d6e8e 100644 --- a/runtime/manta/src/staking.rs +++ b/runtime/manta/src/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs index d59e0a65c..d2c3d71df 100644 --- a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/frame_system.rs b/runtime/manta/src/weights/frame_system.rs index 9dffeeb21..81b268421 100644 --- a/runtime/manta/src/weights/frame_system.rs +++ b/runtime/manta/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/manta_collator_selection.rs b/runtime/manta/src/weights/manta_collator_selection.rs index 5ec685943..57243aed0 100644 --- a/runtime/manta/src/weights/manta_collator_selection.rs +++ b/runtime/manta/src/weights/manta_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/mod.rs b/runtime/manta/src/weights/mod.rs index 300ba35f2..5e669da54 100644 --- a/runtime/manta/src/weights/mod.rs +++ b/runtime/manta/src/weights/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_asset_manager.rs b/runtime/manta/src/weights/pallet_asset_manager.rs index ad9a06c55..cd7004d54 100644 --- a/runtime/manta/src/weights/pallet_asset_manager.rs +++ b/runtime/manta/src/weights/pallet_asset_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_assets.rs b/runtime/manta/src/weights/pallet_assets.rs index 700b7788d..bf80a1819 100644 --- a/runtime/manta/src/weights/pallet_assets.rs +++ b/runtime/manta/src/weights/pallet_assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_author_inherent.rs b/runtime/manta/src/weights/pallet_author_inherent.rs index 6ee9c310a..fbafc4ca8 100644 --- a/runtime/manta/src/weights/pallet_author_inherent.rs +++ b/runtime/manta/src/weights/pallet_author_inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_balances.rs b/runtime/manta/src/weights/pallet_balances.rs index 2f381df00..997abda48 100644 --- a/runtime/manta/src/weights/pallet_balances.rs +++ b/runtime/manta/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_collective.rs b/runtime/manta/src/weights/pallet_collective.rs index ab47f88da..c9b55a0aa 100644 --- a/runtime/manta/src/weights/pallet_collective.rs +++ b/runtime/manta/src/weights/pallet_collective.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_democracy.rs b/runtime/manta/src/weights/pallet_democracy.rs index 19fb00ac1..a24b0c949 100644 --- a/runtime/manta/src/weights/pallet_democracy.rs +++ b/runtime/manta/src/weights/pallet_democracy.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_farming.rs b/runtime/manta/src/weights/pallet_farming.rs index 2811fb26a..b152ceac5 100644 --- a/runtime/manta/src/weights/pallet_farming.rs +++ b/runtime/manta/src/weights/pallet_farming.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_lottery.rs b/runtime/manta/src/weights/pallet_lottery.rs index 74bb33933..ff6781c4c 100644 --- a/runtime/manta/src/weights/pallet_lottery.rs +++ b/runtime/manta/src/weights/pallet_lottery.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_manta_sbt.rs b/runtime/manta/src/weights/pallet_manta_sbt.rs index 141c5d341..c40c8f0dc 100644 --- a/runtime/manta/src/weights/pallet_manta_sbt.rs +++ b/runtime/manta/src/weights/pallet_manta_sbt.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_membership.rs b/runtime/manta/src/weights/pallet_membership.rs index 62846b317..32ff9ef81 100644 --- a/runtime/manta/src/weights/pallet_membership.rs +++ b/runtime/manta/src/weights/pallet_membership.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_multisig.rs b/runtime/manta/src/weights/pallet_multisig.rs index 949a63703..53a4e78a9 100644 --- a/runtime/manta/src/weights/pallet_multisig.rs +++ b/runtime/manta/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_name_service.rs b/runtime/manta/src/weights/pallet_name_service.rs index 75a789db9..dd14eb7f6 100644 --- a/runtime/manta/src/weights/pallet_name_service.rs +++ b/runtime/manta/src/weights/pallet_name_service.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_parachain_staking.rs b/runtime/manta/src/weights/pallet_parachain_staking.rs index 97722429d..b298539f2 100644 --- a/runtime/manta/src/weights/pallet_parachain_staking.rs +++ b/runtime/manta/src/weights/pallet_parachain_staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_preimage.rs b/runtime/manta/src/weights/pallet_preimage.rs index 2fd60b406..3cca9e5f0 100644 --- a/runtime/manta/src/weights/pallet_preimage.rs +++ b/runtime/manta/src/weights/pallet_preimage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_randomness.rs b/runtime/manta/src/weights/pallet_randomness.rs index b20fd2115..c032625de 100644 --- a/runtime/manta/src/weights/pallet_randomness.rs +++ b/runtime/manta/src/weights/pallet_randomness.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_scheduler.rs b/runtime/manta/src/weights/pallet_scheduler.rs index dcb6cbc63..271706914 100644 --- a/runtime/manta/src/weights/pallet_scheduler.rs +++ b/runtime/manta/src/weights/pallet_scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_session.rs b/runtime/manta/src/weights/pallet_session.rs index 0df4a4eaa..67d709474 100644 --- a/runtime/manta/src/weights/pallet_session.rs +++ b/runtime/manta/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_sudo.rs b/runtime/manta/src/weights/pallet_sudo.rs index e7db6ef05..14ea2da66 100644 --- a/runtime/manta/src/weights/pallet_sudo.rs +++ b/runtime/manta/src/weights/pallet_sudo.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_timestamp.rs b/runtime/manta/src/weights/pallet_timestamp.rs index 2e250143a..caf9d3c9f 100644 --- a/runtime/manta/src/weights/pallet_timestamp.rs +++ b/runtime/manta/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_treasury.rs b/runtime/manta/src/weights/pallet_treasury.rs index 40154958c..6d3690783 100644 --- a/runtime/manta/src/weights/pallet_treasury.rs +++ b/runtime/manta/src/weights/pallet_treasury.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_tx_pause.rs b/runtime/manta/src/weights/pallet_tx_pause.rs index 85806edb2..078322e54 100644 --- a/runtime/manta/src/weights/pallet_tx_pause.rs +++ b/runtime/manta/src/weights/pallet_tx_pause.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_utility.rs b/runtime/manta/src/weights/pallet_utility.rs index 0efd4cdaa..fae1064b5 100644 --- a/runtime/manta/src/weights/pallet_utility.rs +++ b/runtime/manta/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_xcm.rs b/runtime/manta/src/weights/pallet_xcm.rs index e1720b69d..ab48d9fe5 100644 --- a/runtime/manta/src/weights/pallet_xcm.rs +++ b/runtime/manta/src/weights/pallet_xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/xcm/mod.rs b/runtime/manta/src/weights/xcm/mod.rs index 9bafd0dea..70a94e49e 100644 --- a/runtime/manta/src/weights/xcm/mod.rs +++ b/runtime/manta/src/weights/xcm/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 5e34408a6..178447b12 100644 --- a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index fe5da75c1..92d4c6ea4 100644 --- a/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/manta/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/zenlink_protocol.rs b/runtime/manta/src/weights/zenlink_protocol.rs index 05163dc30..190cabbfe 100644 --- a/runtime/manta/src/weights/zenlink_protocol.rs +++ b/runtime/manta/src/weights/zenlink_protocol.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/xcm_config.rs b/runtime/manta/src/xcm_config.rs index f19a3ad7d..4c8100515 100644 --- a/runtime/manta/src/xcm_config.rs +++ b/runtime/manta/src/xcm_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/zenlink.rs b/runtime/manta/src/zenlink.rs index 23501a5f2..0dbcc43e9 100644 --- a/runtime/manta/src/zenlink.rs +++ b/runtime/manta/src/zenlink.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2024 Manta Network. +// Copyright 2020-2025 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/scripts/benchmarking/run_all_benchmarks.sh b/scripts/benchmarking/run_all_benchmarks.sh index 60643c253..333c288ed 100755 --- a/scripts/benchmarking/run_all_benchmarks.sh +++ b/scripts/benchmarking/run_all_benchmarks.sh @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Manta Network. +# Copyright 2020-2025 Manta Network. # This file is part of Manta. # # Manta is free software: you can redistribute it and/or modify