From 3774a4d7e2eb62032b3e7714f827fff27e5c7373 Mon Sep 17 00:00:00 2001 From: PierreOssun Date: Wed, 24 Apr 2024 11:43:27 +0200 Subject: [PATCH] removed year from license headers --- .github/license-check/headers/HEADER-APACHE2 | 2 +- .github/license-check/headers/HEADER-GNUv3 | 2 +- bin/collator/bin/main.rs | 2 +- bin/collator/build.rs | 2 +- bin/collator/src/benchmarking.rs | 2 +- bin/collator/src/cli.rs | 2 +- bin/collator/src/command.rs | 2 +- bin/collator/src/evm_tracing_types.rs | 2 +- bin/collator/src/lib.rs | 2 +- bin/collator/src/local/chain_spec.rs | 2 +- bin/collator/src/local/mod.rs | 2 +- bin/collator/src/local/service.rs | 2 +- bin/collator/src/parachain/chain_spec/astar.rs | 2 +- bin/collator/src/parachain/chain_spec/mod.rs | 2 +- bin/collator/src/parachain/chain_spec/shibuya.rs | 2 +- bin/collator/src/parachain/chain_spec/shiden.rs | 2 +- bin/collator/src/parachain/mod.rs | 2 +- bin/collator/src/parachain/service.rs | 2 +- bin/collator/src/parachain/shell_upgrade.rs | 2 +- bin/collator/src/rpc.rs | 2 +- bin/collator/src/rpc/tracing.rs | 2 +- bin/xcm-tools/build.rs | 2 +- bin/xcm-tools/src/cli.rs | 2 +- bin/xcm-tools/src/command.rs | 2 +- bin/xcm-tools/src/main.rs | 2 +- chain-extensions/pallet-assets/src/lib.rs | 2 +- chain-extensions/pallet-assets/src/mock.rs | 2 +- chain-extensions/pallet-assets/src/tests.rs | 2 +- chain-extensions/types/assets/src/lib.rs | 2 +- chain-extensions/types/unified-accounts/src/lib.rs | 2 +- chain-extensions/types/xvm/src/lib.rs | 2 +- chain-extensions/unified-accounts/src/lib.rs | 2 +- chain-extensions/xvm/src/lib.rs | 2 +- pallets/astar-xcm-benchmarks/src/fungible/benchmarking.rs | 2 +- pallets/astar-xcm-benchmarks/src/fungible/mod.rs | 2 +- pallets/astar-xcm-benchmarks/src/generic/benchmarking.rs | 2 +- pallets/astar-xcm-benchmarks/src/generic/mod.rs | 2 +- pallets/astar-xcm-benchmarks/src/lib.rs | 2 +- pallets/astar-xcm-benchmarks/src/mock.rs | 2 +- pallets/collator-selection/src/benchmarking.rs | 2 +- pallets/collator-selection/src/lib.rs | 2 +- pallets/collator-selection/src/mock.rs | 2 +- pallets/collator-selection/src/tests.rs | 2 +- pallets/collator-selection/src/weights.rs | 2 +- pallets/dapp-staking-migration/src/benchmarking.rs | 2 +- pallets/dapp-staking-migration/src/lib.rs | 2 +- pallets/dapp-staking-migration/src/weights.rs | 2 +- pallets/dapp-staking-v3/rpc/runtime-api/src/lib.rs | 2 +- pallets/dapp-staking-v3/src/benchmarking/mod.rs | 2 +- pallets/dapp-staking-v3/src/benchmarking/utils.rs | 2 +- pallets/dapp-staking-v3/src/lib.rs | 2 +- pallets/dapp-staking-v3/src/test/mock.rs | 2 +- pallets/dapp-staking-v3/src/test/mod.rs | 2 +- pallets/dapp-staking-v3/src/test/testing_utils.rs | 2 +- pallets/dapp-staking-v3/src/test/tests.rs | 2 +- pallets/dapp-staking-v3/src/test/tests_types.rs | 2 +- pallets/dapp-staking-v3/src/types.rs | 2 +- pallets/dapp-staking-v3/src/weights.rs | 2 +- pallets/dynamic-evm-base-fee/src/benchmarking.rs | 2 +- pallets/dynamic-evm-base-fee/src/lib.rs | 2 +- pallets/dynamic-evm-base-fee/src/mock.rs | 2 +- pallets/dynamic-evm-base-fee/src/tests.rs | 2 +- pallets/dynamic-evm-base-fee/src/weights.rs | 2 +- pallets/ethereum-checked/src/benchmarking.rs | 2 +- pallets/ethereum-checked/src/lib.rs | 2 +- pallets/ethereum-checked/src/mock.rs | 2 +- pallets/ethereum-checked/src/tests.rs | 2 +- pallets/ethereum-checked/src/weights.rs | 2 +- pallets/inflation/src/benchmarking.rs | 2 +- pallets/inflation/src/lib.rs | 2 +- pallets/inflation/src/mock.rs | 2 +- pallets/inflation/src/tests.rs | 2 +- pallets/inflation/src/weights.rs | 2 +- pallets/oracle-benchmarks/src/benchmarking.rs | 2 +- pallets/oracle-benchmarks/src/lib.rs | 2 +- pallets/oracle-benchmarks/src/weights.rs | 2 +- pallets/price-aggregator/src/benchmarking.rs | 2 +- pallets/price-aggregator/src/lib.rs | 2 +- pallets/price-aggregator/src/mock.rs | 2 +- pallets/price-aggregator/src/tests.rs | 2 +- pallets/price-aggregator/src/weights.rs | 2 +- pallets/static-price-provider/src/lib.rs | 2 +- pallets/static-price-provider/src/mock.rs | 2 +- pallets/static-price-provider/src/tests.rs | 2 +- pallets/unified-accounts/src/benchmarking.rs | 2 +- pallets/unified-accounts/src/lib.rs | 2 +- pallets/unified-accounts/src/mock.rs | 2 +- pallets/unified-accounts/src/tests.rs | 2 +- pallets/unified-accounts/src/weights.rs | 2 +- pallets/xc-asset-config/src/benchmarking.rs | 2 +- pallets/xc-asset-config/src/lib.rs | 2 +- pallets/xc-asset-config/src/migrations.rs | 2 +- pallets/xc-asset-config/src/mock.rs | 2 +- pallets/xc-asset-config/src/tests.rs | 2 +- pallets/xc-asset-config/src/weights.rs | 2 +- pallets/xvm/src/benchmarking.rs | 2 +- pallets/xvm/src/lib.rs | 2 +- pallets/xvm/src/mock.rs | 2 +- pallets/xvm/src/tests.rs | 2 +- pallets/xvm/src/weights.rs | 2 +- precompiles/assets-erc20/src/lib.rs | 2 +- precompiles/assets-erc20/src/mock.rs | 2 +- precompiles/assets-erc20/src/tests.rs | 2 +- precompiles/dapp-staking-v3/src/lib.rs | 2 +- precompiles/dapp-staking-v3/src/test/mock.rs | 2 +- precompiles/dapp-staking-v3/src/test/mod.rs | 2 +- precompiles/dapp-staking-v3/src/test/tests_v2.rs | 2 +- precompiles/dapp-staking-v3/src/test/tests_v3.rs | 2 +- precompiles/dapp-staking-v3/src/test/types.rs | 2 +- precompiles/dispatch-lockdrop/src/lib.rs | 2 +- precompiles/dispatch-lockdrop/src/mock.rs | 2 +- precompiles/dispatch-lockdrop/src/tests.rs | 2 +- precompiles/sr25519/src/lib.rs | 2 +- precompiles/sr25519/src/mock.rs | 2 +- precompiles/sr25519/src/tests.rs | 2 +- precompiles/substrate-ecdsa/src/lib.rs | 2 +- precompiles/substrate-ecdsa/src/mock.rs | 2 +- precompiles/substrate-ecdsa/src/tests.rs | 2 +- precompiles/unified-accounts/src/lib.rs | 2 +- precompiles/unified-accounts/src/mock.rs | 2 +- precompiles/unified-accounts/src/tests.rs | 2 +- precompiles/utils/macro/tests/pass/precompile_fn_modifiers.rs | 2 +- precompiles/xcm/src/lib.rs | 2 +- precompiles/xcm/src/mock.rs | 2 +- precompiles/xcm/src/tests.rs | 2 +- precompiles/xvm/src/lib.rs | 2 +- precompiles/xvm/src/mock.rs | 2 +- precompiles/xvm/src/tests.rs | 2 +- primitives/src/benchmarks.rs | 2 +- primitives/src/dapp_staking.rs | 2 +- primitives/src/ethereum_checked.rs | 2 +- primitives/src/evm.rs | 2 +- primitives/src/lib.rs | 2 +- primitives/src/oracle.rs | 2 +- primitives/src/precompiles.rs | 2 +- primitives/src/testing.rs | 2 +- primitives/src/xcm/mod.rs | 2 +- primitives/src/xcm/tests.rs | 2 +- primitives/src/xvm.rs | 2 +- runtime/astar/build.rs | 2 +- runtime/astar/src/chain_extensions.rs | 2 +- runtime/astar/src/lib.rs | 2 +- runtime/astar/src/precompiles.rs | 2 +- runtime/astar/src/weights/mod.rs | 2 +- runtime/astar/src/weights/pallet_assets.rs | 2 +- runtime/astar/src/weights/pallet_dapp_staking_v3.rs | 2 +- runtime/astar/src/weights/pallet_inflation.rs | 2 +- runtime/astar/src/weights/pallet_xcm.rs | 2 +- runtime/astar/src/weights/xcm/fungible.rs | 2 +- runtime/astar/src/weights/xcm/generic.rs | 2 +- runtime/astar/src/weights/xcm/mod.rs | 2 +- runtime/astar/src/xcm_config.rs | 2 +- runtime/local/build.rs | 2 +- runtime/local/src/chain_extensions.rs | 2 +- runtime/local/src/lib.rs | 2 +- runtime/local/src/precompiles.rs | 2 +- runtime/local/src/weights/mod.rs | 2 +- runtime/local/src/weights/pallet_assets.rs | 2 +- runtime/local/src/weights/pallet_balances.rs | 2 +- runtime/shibuya/build.rs | 2 +- runtime/shibuya/src/chain_extensions.rs | 2 +- runtime/shibuya/src/lib.rs | 2 +- runtime/shibuya/src/precompiles.rs | 2 +- runtime/shibuya/src/weights/mod.rs | 2 +- runtime/shibuya/src/weights/pallet_assets.rs | 2 +- runtime/shibuya/src/weights/pallet_balances.rs | 2 +- runtime/shibuya/src/weights/pallet_dapp_staking_v3.rs | 2 +- runtime/shibuya/src/weights/pallet_inflation.rs | 2 +- runtime/shibuya/src/weights/pallet_xcm.rs | 2 +- runtime/shibuya/src/weights/xcm/fungible.rs | 2 +- runtime/shibuya/src/weights/xcm/generic.rs | 2 +- runtime/shibuya/src/weights/xcm/mod.rs | 2 +- runtime/shibuya/src/xcm_config.rs | 2 +- runtime/shiden/build.rs | 2 +- runtime/shiden/src/chain_extensions.rs | 2 +- runtime/shiden/src/lib.rs | 2 +- runtime/shiden/src/precompiles.rs | 2 +- runtime/shiden/src/weights/mod.rs | 2 +- runtime/shiden/src/weights/pallet_assets.rs | 2 +- runtime/shiden/src/weights/pallet_dapp_staking_v3.rs | 2 +- runtime/shiden/src/weights/pallet_inflation.rs | 2 +- runtime/shiden/src/weights/pallet_xcm.rs | 2 +- runtime/shiden/src/weights/xcm/fungible.rs | 2 +- runtime/shiden/src/weights/xcm/generic.rs | 2 +- runtime/shiden/src/weights/xcm/mod.rs | 2 +- runtime/shiden/src/xcm_config.rs | 2 +- scripts/templates/weight-template.hbs | 2 +- tests/integration/src/assets.rs | 2 +- tests/integration/src/assets_chain_extensions.rs | 2 +- tests/integration/src/dapp_staking_v3.rs | 2 +- tests/integration/src/dispatch_precompile_filter.rs | 2 +- tests/integration/src/lib.rs | 2 +- tests/integration/src/oracle.rs | 2 +- tests/integration/src/proxy.rs | 2 +- tests/integration/src/setup.rs | 2 +- tests/integration/src/unified_accounts.rs | 2 +- tests/integration/src/xvm.rs | 2 +- tests/utils/src/lib.rs | 2 +- tests/xcm-simulator/src/lib.rs | 2 +- tests/xcm-simulator/src/mocks/mod.rs | 2 +- tests/xcm-simulator/src/mocks/msg_queue.rs | 2 +- tests/xcm-simulator/src/mocks/parachain.rs | 2 +- tests/xcm-simulator/src/mocks/relay_chain.rs | 2 +- tests/xcm-simulator/src/tests/experimental.rs | 2 +- tests/xcm-simulator/src/tests/fungible_assets.rs | 2 +- tests/xcm-simulator/src/tests/general.rs | 2 +- tests/xcm-simulator/src/tests/mod.rs | 2 +- 207 files changed, 207 insertions(+), 207 deletions(-) diff --git a/.github/license-check/headers/HEADER-APACHE2 b/.github/license-check/headers/HEADER-APACHE2 index 2fae0a167e..2a27d252a3 100644 --- a/.github/license-check/headers/HEADER-APACHE2 +++ b/.github/license-check/headers/HEADER-APACHE2 @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/license-check/headers/HEADER-GNUv3 b/.github/license-check/headers/HEADER-GNUv3 index bbb0184fee..8e4051ed1f 100644 --- a/.github/license-check/headers/HEADER-GNUv3 +++ b/.github/license-check/headers/HEADER-GNUv3 @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/bin/main.rs b/bin/collator/bin/main.rs index 1a155442c0..ee47ee0a0f 100644 --- a/bin/collator/bin/main.rs +++ b/bin/collator/bin/main.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/build.rs b/bin/collator/build.rs index f3d1f3d63a..f985e143b0 100644 --- a/bin/collator/build.rs +++ b/bin/collator/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/benchmarking.rs b/bin/collator/src/benchmarking.rs index 434446c6f5..89f6e7269c 100644 --- a/bin/collator/src/benchmarking.rs +++ b/bin/collator/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/cli.rs b/bin/collator/src/cli.rs index ca880580d2..eacd546646 100644 --- a/bin/collator/src/cli.rs +++ b/bin/collator/src/cli.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/command.rs b/bin/collator/src/command.rs index 80e90e3dc1..f84315565e 100644 --- a/bin/collator/src/command.rs +++ b/bin/collator/src/command.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/evm_tracing_types.rs b/bin/collator/src/evm_tracing_types.rs index 9499e70a56..77f567d502 100644 --- a/bin/collator/src/evm_tracing_types.rs +++ b/bin/collator/src/evm_tracing_types.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/lib.rs b/bin/collator/src/lib.rs index 73d5589333..d6706cbf83 100644 --- a/bin/collator/src/lib.rs +++ b/bin/collator/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/local/chain_spec.rs b/bin/collator/src/local/chain_spec.rs index 9609d39027..bccedb1d2b 100644 --- a/bin/collator/src/local/chain_spec.rs +++ b/bin/collator/src/local/chain_spec.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/local/mod.rs b/bin/collator/src/local/mod.rs index 8f8c1ead19..164a544fb0 100644 --- a/bin/collator/src/local/mod.rs +++ b/bin/collator/src/local/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/local/service.rs b/bin/collator/src/local/service.rs index 21ac4b061e..3421792c2d 100644 --- a/bin/collator/src/local/service.rs +++ b/bin/collator/src/local/service.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/chain_spec/astar.rs b/bin/collator/src/parachain/chain_spec/astar.rs index d5048dfb63..acc9934555 100644 --- a/bin/collator/src/parachain/chain_spec/astar.rs +++ b/bin/collator/src/parachain/chain_spec/astar.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/chain_spec/mod.rs b/bin/collator/src/parachain/chain_spec/mod.rs index 47916e7bdd..14a3909092 100644 --- a/bin/collator/src/parachain/chain_spec/mod.rs +++ b/bin/collator/src/parachain/chain_spec/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/chain_spec/shibuya.rs b/bin/collator/src/parachain/chain_spec/shibuya.rs index c870d27539..7a59ded6c3 100644 --- a/bin/collator/src/parachain/chain_spec/shibuya.rs +++ b/bin/collator/src/parachain/chain_spec/shibuya.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/chain_spec/shiden.rs b/bin/collator/src/parachain/chain_spec/shiden.rs index 1f098907c2..ee7542d94a 100644 --- a/bin/collator/src/parachain/chain_spec/shiden.rs +++ b/bin/collator/src/parachain/chain_spec/shiden.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/mod.rs b/bin/collator/src/parachain/mod.rs index a4347d6d56..e988e01dba 100644 --- a/bin/collator/src/parachain/mod.rs +++ b/bin/collator/src/parachain/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/service.rs b/bin/collator/src/parachain/service.rs index 7df31837c8..8f5ea41ba3 100644 --- a/bin/collator/src/parachain/service.rs +++ b/bin/collator/src/parachain/service.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/parachain/shell_upgrade.rs b/bin/collator/src/parachain/shell_upgrade.rs index b52408c389..ce63e84db9 100644 --- a/bin/collator/src/parachain/shell_upgrade.rs +++ b/bin/collator/src/parachain/shell_upgrade.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/rpc.rs b/bin/collator/src/rpc.rs index 99d47e0189..5da4f28d35 100644 --- a/bin/collator/src/rpc.rs +++ b/bin/collator/src/rpc.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/collator/src/rpc/tracing.rs b/bin/collator/src/rpc/tracing.rs index 06e33c3207..814a949c00 100644 --- a/bin/collator/src/rpc/tracing.rs +++ b/bin/collator/src/rpc/tracing.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/xcm-tools/build.rs b/bin/xcm-tools/build.rs index f3d1f3d63a..f985e143b0 100644 --- a/bin/xcm-tools/build.rs +++ b/bin/xcm-tools/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/xcm-tools/src/cli.rs b/bin/xcm-tools/src/cli.rs index 8bbd3cbe4f..5ed43adc21 100644 --- a/bin/xcm-tools/src/cli.rs +++ b/bin/xcm-tools/src/cli.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/xcm-tools/src/command.rs b/bin/xcm-tools/src/command.rs index e8cbfa929a..c18805db8b 100644 --- a/bin/xcm-tools/src/command.rs +++ b/bin/xcm-tools/src/command.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/bin/xcm-tools/src/main.rs b/bin/xcm-tools/src/main.rs index 7732fae2a8..e7d8c912e7 100644 --- a/bin/xcm-tools/src/main.rs +++ b/bin/xcm-tools/src/main.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/pallet-assets/src/lib.rs b/chain-extensions/pallet-assets/src/lib.rs index ee177b840c..6109ae6797 100644 --- a/chain-extensions/pallet-assets/src/lib.rs +++ b/chain-extensions/pallet-assets/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/pallet-assets/src/mock.rs b/chain-extensions/pallet-assets/src/mock.rs index 8a21f6de68..7a4d1fbfde 100644 --- a/chain-extensions/pallet-assets/src/mock.rs +++ b/chain-extensions/pallet-assets/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/pallet-assets/src/tests.rs b/chain-extensions/pallet-assets/src/tests.rs index a6f78d6024..1f8838c938 100644 --- a/chain-extensions/pallet-assets/src/tests.rs +++ b/chain-extensions/pallet-assets/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/types/assets/src/lib.rs b/chain-extensions/types/assets/src/lib.rs index 884be3ad71..29797cef3a 100644 --- a/chain-extensions/types/assets/src/lib.rs +++ b/chain-extensions/types/assets/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/types/unified-accounts/src/lib.rs b/chain-extensions/types/unified-accounts/src/lib.rs index c090ba32e8..7ee82eb9dc 100644 --- a/chain-extensions/types/unified-accounts/src/lib.rs +++ b/chain-extensions/types/unified-accounts/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/types/xvm/src/lib.rs b/chain-extensions/types/xvm/src/lib.rs index 42551bbe5d..4b6b615059 100644 --- a/chain-extensions/types/xvm/src/lib.rs +++ b/chain-extensions/types/xvm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/unified-accounts/src/lib.rs b/chain-extensions/unified-accounts/src/lib.rs index b4d1efda16..56c8037535 100644 --- a/chain-extensions/unified-accounts/src/lib.rs +++ b/chain-extensions/unified-accounts/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/chain-extensions/xvm/src/lib.rs b/chain-extensions/xvm/src/lib.rs index c7b722fa14..d64ef179d6 100644 --- a/chain-extensions/xvm/src/lib.rs +++ b/chain-extensions/xvm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/fungible/benchmarking.rs b/pallets/astar-xcm-benchmarks/src/fungible/benchmarking.rs index ae8aa01722..432383357c 100644 --- a/pallets/astar-xcm-benchmarks/src/fungible/benchmarking.rs +++ b/pallets/astar-xcm-benchmarks/src/fungible/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/fungible/mod.rs b/pallets/astar-xcm-benchmarks/src/fungible/mod.rs index f07537ea3e..e5b3e98745 100644 --- a/pallets/astar-xcm-benchmarks/src/fungible/mod.rs +++ b/pallets/astar-xcm-benchmarks/src/fungible/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/generic/benchmarking.rs b/pallets/astar-xcm-benchmarks/src/generic/benchmarking.rs index cc48c03b49..04f11c947b 100644 --- a/pallets/astar-xcm-benchmarks/src/generic/benchmarking.rs +++ b/pallets/astar-xcm-benchmarks/src/generic/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/generic/mod.rs b/pallets/astar-xcm-benchmarks/src/generic/mod.rs index 715e12fbfa..e8ed43846d 100644 --- a/pallets/astar-xcm-benchmarks/src/generic/mod.rs +++ b/pallets/astar-xcm-benchmarks/src/generic/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/lib.rs b/pallets/astar-xcm-benchmarks/src/lib.rs index f1822a2aaa..12963be281 100644 --- a/pallets/astar-xcm-benchmarks/src/lib.rs +++ b/pallets/astar-xcm-benchmarks/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/astar-xcm-benchmarks/src/mock.rs b/pallets/astar-xcm-benchmarks/src/mock.rs index 9b848d8b79..989605a18f 100644 --- a/pallets/astar-xcm-benchmarks/src/mock.rs +++ b/pallets/astar-xcm-benchmarks/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar 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 98aae52a8a..9d511faeda 100644 --- a/pallets/collator-selection/src/benchmarking.rs +++ b/pallets/collator-selection/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pallets/collator-selection/src/lib.rs b/pallets/collator-selection/src/lib.rs index 3da19ef9b2..04a6fd41ef 100644 --- a/pallets/collator-selection/src/lib.rs +++ b/pallets/collator-selection/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pallets/collator-selection/src/mock.rs b/pallets/collator-selection/src/mock.rs index 374b4c8357..e113daa653 100644 --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pallets/collator-selection/src/tests.rs b/pallets/collator-selection/src/tests.rs index 506f72a089..343e109607 100644 --- a/pallets/collator-selection/src/tests.rs +++ b/pallets/collator-selection/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pallets/collator-selection/src/weights.rs b/pallets/collator-selection/src/weights.rs index 95ae3a2835..7946818e8a 100644 --- a/pallets/collator-selection/src/weights.rs +++ b/pallets/collator-selection/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pallets/dapp-staking-migration/src/benchmarking.rs b/pallets/dapp-staking-migration/src/benchmarking.rs index 39e30f2623..e41d5ae8a0 100644 --- a/pallets/dapp-staking-migration/src/benchmarking.rs +++ b/pallets/dapp-staking-migration/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-migration/src/lib.rs b/pallets/dapp-staking-migration/src/lib.rs index 50edb9192f..f800756a02 100644 --- a/pallets/dapp-staking-migration/src/lib.rs +++ b/pallets/dapp-staking-migration/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-migration/src/weights.rs b/pallets/dapp-staking-migration/src/weights.rs index 8ee919f35d..837bac773e 100644 --- a/pallets/dapp-staking-migration/src/weights.rs +++ b/pallets/dapp-staking-migration/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/rpc/runtime-api/src/lib.rs b/pallets/dapp-staking-v3/rpc/runtime-api/src/lib.rs index d08c2379ea..d9911c45a4 100644 --- a/pallets/dapp-staking-v3/rpc/runtime-api/src/lib.rs +++ b/pallets/dapp-staking-v3/rpc/runtime-api/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/benchmarking/mod.rs b/pallets/dapp-staking-v3/src/benchmarking/mod.rs index 3b5970a1ab..26448381a0 100644 --- a/pallets/dapp-staking-v3/src/benchmarking/mod.rs +++ b/pallets/dapp-staking-v3/src/benchmarking/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/benchmarking/utils.rs b/pallets/dapp-staking-v3/src/benchmarking/utils.rs index 7e85e6ff8d..b27d567e17 100644 --- a/pallets/dapp-staking-v3/src/benchmarking/utils.rs +++ b/pallets/dapp-staking-v3/src/benchmarking/utils.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/lib.rs b/pallets/dapp-staking-v3/src/lib.rs index 5e5303b93a..cf252d392c 100644 --- a/pallets/dapp-staking-v3/src/lib.rs +++ b/pallets/dapp-staking-v3/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/test/mock.rs b/pallets/dapp-staking-v3/src/test/mock.rs index f850dd2b60..788629d9af 100644 --- a/pallets/dapp-staking-v3/src/test/mock.rs +++ b/pallets/dapp-staking-v3/src/test/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/test/mod.rs b/pallets/dapp-staking-v3/src/test/mod.rs index 0774935213..f5baecd0a1 100644 --- a/pallets/dapp-staking-v3/src/test/mod.rs +++ b/pallets/dapp-staking-v3/src/test/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/test/testing_utils.rs b/pallets/dapp-staking-v3/src/test/testing_utils.rs index 5306656839..7f869778d7 100644 --- a/pallets/dapp-staking-v3/src/test/testing_utils.rs +++ b/pallets/dapp-staking-v3/src/test/testing_utils.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/test/tests.rs b/pallets/dapp-staking-v3/src/test/tests.rs index 4fd7b1c981..6f78d80d4b 100644 --- a/pallets/dapp-staking-v3/src/test/tests.rs +++ b/pallets/dapp-staking-v3/src/test/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/test/tests_types.rs b/pallets/dapp-staking-v3/src/test/tests_types.rs index 1f1f4b0dfa..437b5cbea3 100644 --- a/pallets/dapp-staking-v3/src/test/tests_types.rs +++ b/pallets/dapp-staking-v3/src/test/tests_types.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/types.rs b/pallets/dapp-staking-v3/src/types.rs index 6fdb36f165..aa32d6be57 100644 --- a/pallets/dapp-staking-v3/src/types.rs +++ b/pallets/dapp-staking-v3/src/types.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dapp-staking-v3/src/weights.rs b/pallets/dapp-staking-v3/src/weights.rs index e1013f4c2f..fabcfbeb5b 100644 --- a/pallets/dapp-staking-v3/src/weights.rs +++ b/pallets/dapp-staking-v3/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dynamic-evm-base-fee/src/benchmarking.rs b/pallets/dynamic-evm-base-fee/src/benchmarking.rs index 8c3d63e1b4..8253a83e0d 100644 --- a/pallets/dynamic-evm-base-fee/src/benchmarking.rs +++ b/pallets/dynamic-evm-base-fee/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dynamic-evm-base-fee/src/lib.rs b/pallets/dynamic-evm-base-fee/src/lib.rs index dc6bd07dd0..a651590d95 100644 --- a/pallets/dynamic-evm-base-fee/src/lib.rs +++ b/pallets/dynamic-evm-base-fee/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dynamic-evm-base-fee/src/mock.rs b/pallets/dynamic-evm-base-fee/src/mock.rs index dd5825b846..2478fca29c 100644 --- a/pallets/dynamic-evm-base-fee/src/mock.rs +++ b/pallets/dynamic-evm-base-fee/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dynamic-evm-base-fee/src/tests.rs b/pallets/dynamic-evm-base-fee/src/tests.rs index dc65f31fe6..bd8e2bc7f6 100644 --- a/pallets/dynamic-evm-base-fee/src/tests.rs +++ b/pallets/dynamic-evm-base-fee/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/dynamic-evm-base-fee/src/weights.rs b/pallets/dynamic-evm-base-fee/src/weights.rs index 46c67f3946..6e4f844a2d 100644 --- a/pallets/dynamic-evm-base-fee/src/weights.rs +++ b/pallets/dynamic-evm-base-fee/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/ethereum-checked/src/benchmarking.rs b/pallets/ethereum-checked/src/benchmarking.rs index ec189dff52..9c0090d642 100644 --- a/pallets/ethereum-checked/src/benchmarking.rs +++ b/pallets/ethereum-checked/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/ethereum-checked/src/lib.rs b/pallets/ethereum-checked/src/lib.rs index b3f388ca64..2585278a12 100644 --- a/pallets/ethereum-checked/src/lib.rs +++ b/pallets/ethereum-checked/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/ethereum-checked/src/mock.rs b/pallets/ethereum-checked/src/mock.rs index e3d0510ec3..a7cdf66c34 100644 --- a/pallets/ethereum-checked/src/mock.rs +++ b/pallets/ethereum-checked/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/ethereum-checked/src/tests.rs b/pallets/ethereum-checked/src/tests.rs index c0d350e05a..8193b41cba 100644 --- a/pallets/ethereum-checked/src/tests.rs +++ b/pallets/ethereum-checked/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/ethereum-checked/src/weights.rs b/pallets/ethereum-checked/src/weights.rs index eed089746c..d47d3a1340 100644 --- a/pallets/ethereum-checked/src/weights.rs +++ b/pallets/ethereum-checked/src/weights.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/inflation/src/benchmarking.rs b/pallets/inflation/src/benchmarking.rs index eac85fffbc..4d617f84da 100644 --- a/pallets/inflation/src/benchmarking.rs +++ b/pallets/inflation/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/inflation/src/lib.rs b/pallets/inflation/src/lib.rs index b6efc000f0..f63d92b617 100644 --- a/pallets/inflation/src/lib.rs +++ b/pallets/inflation/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/inflation/src/mock.rs b/pallets/inflation/src/mock.rs index 6fbdb56195..0e644499a1 100644 --- a/pallets/inflation/src/mock.rs +++ b/pallets/inflation/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/inflation/src/tests.rs b/pallets/inflation/src/tests.rs index 30ec4462d7..bfd55c139d 100644 --- a/pallets/inflation/src/tests.rs +++ b/pallets/inflation/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/inflation/src/weights.rs b/pallets/inflation/src/weights.rs index 7eeb43f311..a3579498ca 100644 --- a/pallets/inflation/src/weights.rs +++ b/pallets/inflation/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/oracle-benchmarks/src/benchmarking.rs b/pallets/oracle-benchmarks/src/benchmarking.rs index 8e1d8aa25b..0fdb67d975 100644 --- a/pallets/oracle-benchmarks/src/benchmarking.rs +++ b/pallets/oracle-benchmarks/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/oracle-benchmarks/src/lib.rs b/pallets/oracle-benchmarks/src/lib.rs index a72f9bff29..a6ddf95655 100644 --- a/pallets/oracle-benchmarks/src/lib.rs +++ b/pallets/oracle-benchmarks/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/oracle-benchmarks/src/weights.rs b/pallets/oracle-benchmarks/src/weights.rs index 86279efb0d..6516c620a0 100644 --- a/pallets/oracle-benchmarks/src/weights.rs +++ b/pallets/oracle-benchmarks/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/price-aggregator/src/benchmarking.rs b/pallets/price-aggregator/src/benchmarking.rs index 9bfd020ca3..b5ac4fb49a 100644 --- a/pallets/price-aggregator/src/benchmarking.rs +++ b/pallets/price-aggregator/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/price-aggregator/src/lib.rs b/pallets/price-aggregator/src/lib.rs index 7fd507cbe5..681198d1b1 100644 --- a/pallets/price-aggregator/src/lib.rs +++ b/pallets/price-aggregator/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/price-aggregator/src/mock.rs b/pallets/price-aggregator/src/mock.rs index 50f606292b..9acd871627 100644 --- a/pallets/price-aggregator/src/mock.rs +++ b/pallets/price-aggregator/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/price-aggregator/src/tests.rs b/pallets/price-aggregator/src/tests.rs index 2184038964..75d5289481 100644 --- a/pallets/price-aggregator/src/tests.rs +++ b/pallets/price-aggregator/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/price-aggregator/src/weights.rs b/pallets/price-aggregator/src/weights.rs index e7b1a0aa0a..9523e49f76 100644 --- a/pallets/price-aggregator/src/weights.rs +++ b/pallets/price-aggregator/src/weights.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/static-price-provider/src/lib.rs b/pallets/static-price-provider/src/lib.rs index ff139151b0..e72acd72de 100644 --- a/pallets/static-price-provider/src/lib.rs +++ b/pallets/static-price-provider/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/static-price-provider/src/mock.rs b/pallets/static-price-provider/src/mock.rs index e9af03e23a..9c0f1db979 100644 --- a/pallets/static-price-provider/src/mock.rs +++ b/pallets/static-price-provider/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/static-price-provider/src/tests.rs b/pallets/static-price-provider/src/tests.rs index c0d77917d9..55c7b0e000 100644 --- a/pallets/static-price-provider/src/tests.rs +++ b/pallets/static-price-provider/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/unified-accounts/src/benchmarking.rs b/pallets/unified-accounts/src/benchmarking.rs index 8b2dff2b15..9f3a181c5f 100644 --- a/pallets/unified-accounts/src/benchmarking.rs +++ b/pallets/unified-accounts/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/unified-accounts/src/lib.rs b/pallets/unified-accounts/src/lib.rs index 98a1cbbd8e..455025c152 100644 --- a/pallets/unified-accounts/src/lib.rs +++ b/pallets/unified-accounts/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/unified-accounts/src/mock.rs b/pallets/unified-accounts/src/mock.rs index 08d99898f6..971ef88e92 100644 --- a/pallets/unified-accounts/src/mock.rs +++ b/pallets/unified-accounts/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/unified-accounts/src/tests.rs b/pallets/unified-accounts/src/tests.rs index 0896ef2529..42ee3bfe27 100644 --- a/pallets/unified-accounts/src/tests.rs +++ b/pallets/unified-accounts/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/unified-accounts/src/weights.rs b/pallets/unified-accounts/src/weights.rs index 4d87c151a2..cc4bea93a5 100644 --- a/pallets/unified-accounts/src/weights.rs +++ b/pallets/unified-accounts/src/weights.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/benchmarking.rs b/pallets/xc-asset-config/src/benchmarking.rs index 70bb3330f3..5a723f43f3 100644 --- a/pallets/xc-asset-config/src/benchmarking.rs +++ b/pallets/xc-asset-config/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/lib.rs b/pallets/xc-asset-config/src/lib.rs index 193cdf961f..550790c58d 100644 --- a/pallets/xc-asset-config/src/lib.rs +++ b/pallets/xc-asset-config/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/migrations.rs b/pallets/xc-asset-config/src/migrations.rs index c80d4791c9..72cbda7e7e 100644 --- a/pallets/xc-asset-config/src/migrations.rs +++ b/pallets/xc-asset-config/src/migrations.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/mock.rs b/pallets/xc-asset-config/src/mock.rs index aa13c0c2d8..8505bc1fb2 100644 --- a/pallets/xc-asset-config/src/mock.rs +++ b/pallets/xc-asset-config/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/tests.rs b/pallets/xc-asset-config/src/tests.rs index 0638d7e3f5..75ef0b6502 100644 --- a/pallets/xc-asset-config/src/tests.rs +++ b/pallets/xc-asset-config/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xc-asset-config/src/weights.rs b/pallets/xc-asset-config/src/weights.rs index 0794258017..7849dd37f0 100644 --- a/pallets/xc-asset-config/src/weights.rs +++ b/pallets/xc-asset-config/src/weights.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xvm/src/benchmarking.rs b/pallets/xvm/src/benchmarking.rs index 6223ec62a8..5b7fe5f057 100644 --- a/pallets/xvm/src/benchmarking.rs +++ b/pallets/xvm/src/benchmarking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xvm/src/lib.rs b/pallets/xvm/src/lib.rs index b311ee6d92..97679a5303 100644 --- a/pallets/xvm/src/lib.rs +++ b/pallets/xvm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xvm/src/mock.rs b/pallets/xvm/src/mock.rs index 1c22a799fe..cbcbda4551 100644 --- a/pallets/xvm/src/mock.rs +++ b/pallets/xvm/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xvm/src/tests.rs b/pallets/xvm/src/tests.rs index 77eafe80c9..f94a001a6c 100644 --- a/pallets/xvm/src/tests.rs +++ b/pallets/xvm/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/pallets/xvm/src/weights.rs b/pallets/xvm/src/weights.rs index c25a3b20d5..bdf5ae3e09 100644 --- a/pallets/xvm/src/weights.rs +++ b/pallets/xvm/src/weights.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/assets-erc20/src/lib.rs b/precompiles/assets-erc20/src/lib.rs index 7b2a32a975..8b21585476 100644 --- a/precompiles/assets-erc20/src/lib.rs +++ b/precompiles/assets-erc20/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/assets-erc20/src/mock.rs b/precompiles/assets-erc20/src/mock.rs index 4ec556c695..523a673c38 100644 --- a/precompiles/assets-erc20/src/mock.rs +++ b/precompiles/assets-erc20/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/assets-erc20/src/tests.rs b/precompiles/assets-erc20/src/tests.rs index c3e05f8e48..09fe0d15da 100644 --- a/precompiles/assets-erc20/src/tests.rs +++ b/precompiles/assets-erc20/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/lib.rs b/precompiles/dapp-staking-v3/src/lib.rs index 231d96d8e8..0b102c7fd7 100644 --- a/precompiles/dapp-staking-v3/src/lib.rs +++ b/precompiles/dapp-staking-v3/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/test/mock.rs b/precompiles/dapp-staking-v3/src/test/mock.rs index 70b50ed6b7..8e2488e23d 100644 --- a/precompiles/dapp-staking-v3/src/test/mock.rs +++ b/precompiles/dapp-staking-v3/src/test/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/test/mod.rs b/precompiles/dapp-staking-v3/src/test/mod.rs index 5bc195b3ce..c002cf0e6c 100644 --- a/precompiles/dapp-staking-v3/src/test/mod.rs +++ b/precompiles/dapp-staking-v3/src/test/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/test/tests_v2.rs b/precompiles/dapp-staking-v3/src/test/tests_v2.rs index 17fe9db258..f53ecf2968 100644 --- a/precompiles/dapp-staking-v3/src/test/tests_v2.rs +++ b/precompiles/dapp-staking-v3/src/test/tests_v2.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/test/tests_v3.rs b/precompiles/dapp-staking-v3/src/test/tests_v3.rs index 2ab48e45b9..af5c6a6587 100644 --- a/precompiles/dapp-staking-v3/src/test/tests_v3.rs +++ b/precompiles/dapp-staking-v3/src/test/tests_v3.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dapp-staking-v3/src/test/types.rs b/precompiles/dapp-staking-v3/src/test/types.rs index 186300e677..c691ef7a6c 100644 --- a/precompiles/dapp-staking-v3/src/test/types.rs +++ b/precompiles/dapp-staking-v3/src/test/types.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dispatch-lockdrop/src/lib.rs b/precompiles/dispatch-lockdrop/src/lib.rs index 809c070727..d4e616057f 100644 --- a/precompiles/dispatch-lockdrop/src/lib.rs +++ b/precompiles/dispatch-lockdrop/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dispatch-lockdrop/src/mock.rs b/precompiles/dispatch-lockdrop/src/mock.rs index 4eef2f7529..84433f8f25 100644 --- a/precompiles/dispatch-lockdrop/src/mock.rs +++ b/precompiles/dispatch-lockdrop/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/dispatch-lockdrop/src/tests.rs b/precompiles/dispatch-lockdrop/src/tests.rs index 96b7e5b52a..c75a0294fe 100644 --- a/precompiles/dispatch-lockdrop/src/tests.rs +++ b/precompiles/dispatch-lockdrop/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/sr25519/src/lib.rs b/precompiles/sr25519/src/lib.rs index a303a7e2a3..20ca7d9188 100644 --- a/precompiles/sr25519/src/lib.rs +++ b/precompiles/sr25519/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/sr25519/src/mock.rs b/precompiles/sr25519/src/mock.rs index f26efbdce2..1a0a034817 100644 --- a/precompiles/sr25519/src/mock.rs +++ b/precompiles/sr25519/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/sr25519/src/tests.rs b/precompiles/sr25519/src/tests.rs index f8a15a3470..631fafd357 100644 --- a/precompiles/sr25519/src/tests.rs +++ b/precompiles/sr25519/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/substrate-ecdsa/src/lib.rs b/precompiles/substrate-ecdsa/src/lib.rs index e128854ca6..5a6becc72c 100644 --- a/precompiles/substrate-ecdsa/src/lib.rs +++ b/precompiles/substrate-ecdsa/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/substrate-ecdsa/src/mock.rs b/precompiles/substrate-ecdsa/src/mock.rs index 3b46cbc131..901dac3042 100644 --- a/precompiles/substrate-ecdsa/src/mock.rs +++ b/precompiles/substrate-ecdsa/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/substrate-ecdsa/src/tests.rs b/precompiles/substrate-ecdsa/src/tests.rs index 99ca075fca..a556542a6b 100644 --- a/precompiles/substrate-ecdsa/src/tests.rs +++ b/precompiles/substrate-ecdsa/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/unified-accounts/src/lib.rs b/precompiles/unified-accounts/src/lib.rs index 6c85328397..3fa2f2a6f6 100644 --- a/precompiles/unified-accounts/src/lib.rs +++ b/precompiles/unified-accounts/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/unified-accounts/src/mock.rs b/precompiles/unified-accounts/src/mock.rs index 21dbcc32ae..bb40580c1f 100644 --- a/precompiles/unified-accounts/src/mock.rs +++ b/precompiles/unified-accounts/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/unified-accounts/src/tests.rs b/precompiles/unified-accounts/src/tests.rs index 59f52ff66c..598f5faacf 100644 --- a/precompiles/unified-accounts/src/tests.rs +++ b/precompiles/unified-accounts/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/utils/macro/tests/pass/precompile_fn_modifiers.rs b/precompiles/utils/macro/tests/pass/precompile_fn_modifiers.rs index d684bb821e..97a514766a 100644 --- a/precompiles/utils/macro/tests/pass/precompile_fn_modifiers.rs +++ b/precompiles/utils/macro/tests/pass/precompile_fn_modifiers.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2022 PureStake Inc. +// Copyright PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/precompiles/xcm/src/lib.rs b/precompiles/xcm/src/lib.rs index a23737db9e..a6179faaf3 100644 --- a/precompiles/xcm/src/lib.rs +++ b/precompiles/xcm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/xcm/src/mock.rs b/precompiles/xcm/src/mock.rs index b14fbafbf2..1e08523527 100644 --- a/precompiles/xcm/src/mock.rs +++ b/precompiles/xcm/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/xcm/src/tests.rs b/precompiles/xcm/src/tests.rs index 5fc0baf17d..04af6b0efd 100644 --- a/precompiles/xcm/src/tests.rs +++ b/precompiles/xcm/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/xvm/src/lib.rs b/precompiles/xvm/src/lib.rs index 95ff0bf577..3bb538009b 100644 --- a/precompiles/xvm/src/lib.rs +++ b/precompiles/xvm/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/xvm/src/mock.rs b/precompiles/xvm/src/mock.rs index 8792f1743f..4bd4dc7241 100644 --- a/precompiles/xvm/src/mock.rs +++ b/precompiles/xvm/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/precompiles/xvm/src/tests.rs b/precompiles/xvm/src/tests.rs index 3f4e12af02..ee7d9541de 100644 --- a/precompiles/xvm/src/tests.rs +++ b/precompiles/xvm/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/benchmarks.rs b/primitives/src/benchmarks.rs index c06d6da29d..0272689029 100644 --- a/primitives/src/benchmarks.rs +++ b/primitives/src/benchmarks.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/dapp_staking.rs b/primitives/src/dapp_staking.rs index 679152d3b2..eada3e179d 100644 --- a/primitives/src/dapp_staking.rs +++ b/primitives/src/dapp_staking.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/ethereum_checked.rs b/primitives/src/ethereum_checked.rs index 890f284fa8..e473277203 100644 --- a/primitives/src/ethereum_checked.rs +++ b/primitives/src/ethereum_checked.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/evm.rs b/primitives/src/evm.rs index 18577436b6..2a4d848c4b 100644 --- a/primitives/src/evm.rs +++ b/primitives/src/evm.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/lib.rs b/primitives/src/lib.rs index 7f7ed3302e..c0bf1cb902 100644 --- a/primitives/src/lib.rs +++ b/primitives/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/oracle.rs b/primitives/src/oracle.rs index cfb1fd843f..c6c30a894b 100644 --- a/primitives/src/oracle.rs +++ b/primitives/src/oracle.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/precompiles.rs b/primitives/src/precompiles.rs index 18ebf8c1c6..84184399a9 100644 --- a/primitives/src/precompiles.rs +++ b/primitives/src/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/testing.rs b/primitives/src/testing.rs index aa800582f1..c1fe086287 100644 --- a/primitives/src/testing.rs +++ b/primitives/src/testing.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/xcm/mod.rs b/primitives/src/xcm/mod.rs index dfd9ca7388..b49ed7319b 100644 --- a/primitives/src/xcm/mod.rs +++ b/primitives/src/xcm/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/xcm/tests.rs b/primitives/src/xcm/tests.rs index 352083a7be..79b75b91f7 100644 --- a/primitives/src/xcm/tests.rs +++ b/primitives/src/xcm/tests.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/primitives/src/xvm.rs b/primitives/src/xvm.rs index 6df7e68e7d..830003a137 100644 --- a/primitives/src/xvm.rs +++ b/primitives/src/xvm.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/build.rs b/runtime/astar/build.rs index 3949e52653..c0316ca18a 100644 --- a/runtime/astar/build.rs +++ b/runtime/astar/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/chain_extensions.rs b/runtime/astar/src/chain_extensions.rs index 6744b643b4..8648dd814c 100644 --- a/runtime/astar/src/chain_extensions.rs +++ b/runtime/astar/src/chain_extensions.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index f6ae6bf18e..c328b31e98 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/precompiles.rs b/runtime/astar/src/precompiles.rs index cd2ed40145..28b6feea82 100644 --- a/runtime/astar/src/precompiles.rs +++ b/runtime/astar/src/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/mod.rs b/runtime/astar/src/weights/mod.rs index 4f2d1d9fdd..ca0a3880e5 100644 --- a/runtime/astar/src/weights/mod.rs +++ b/runtime/astar/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/pallet_assets.rs b/runtime/astar/src/weights/pallet_assets.rs index 676729637e..8104351d9e 100644 --- a/runtime/astar/src/weights/pallet_assets.rs +++ b/runtime/astar/src/weights/pallet_assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/pallet_dapp_staking_v3.rs b/runtime/astar/src/weights/pallet_dapp_staking_v3.rs index d07b37ab13..b372aa5880 100644 --- a/runtime/astar/src/weights/pallet_dapp_staking_v3.rs +++ b/runtime/astar/src/weights/pallet_dapp_staking_v3.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/pallet_inflation.rs b/runtime/astar/src/weights/pallet_inflation.rs index 98814451a7..c36c1ed6c3 100644 --- a/runtime/astar/src/weights/pallet_inflation.rs +++ b/runtime/astar/src/weights/pallet_inflation.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/pallet_xcm.rs b/runtime/astar/src/weights/pallet_xcm.rs index e2282f77f0..c2de729208 100644 --- a/runtime/astar/src/weights/pallet_xcm.rs +++ b/runtime/astar/src/weights/pallet_xcm.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/xcm/fungible.rs b/runtime/astar/src/weights/xcm/fungible.rs index 83a0b302cc..bbb0a36ff2 100644 --- a/runtime/astar/src/weights/xcm/fungible.rs +++ b/runtime/astar/src/weights/xcm/fungible.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/xcm/generic.rs b/runtime/astar/src/weights/xcm/generic.rs index d43a931ccd..6871922c43 100644 --- a/runtime/astar/src/weights/xcm/generic.rs +++ b/runtime/astar/src/weights/xcm/generic.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/weights/xcm/mod.rs b/runtime/astar/src/weights/xcm/mod.rs index b08d0cd47d..a166e69172 100644 --- a/runtime/astar/src/weights/xcm/mod.rs +++ b/runtime/astar/src/weights/xcm/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/astar/src/xcm_config.rs b/runtime/astar/src/xcm_config.rs index de67d20c2d..81c643ed31 100644 --- a/runtime/astar/src/xcm_config.rs +++ b/runtime/astar/src/xcm_config.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/build.rs b/runtime/local/build.rs index 3949e52653..c0316ca18a 100644 --- a/runtime/local/build.rs +++ b/runtime/local/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/chain_extensions.rs b/runtime/local/src/chain_extensions.rs index 9d0b3377be..fd0a1e3e2c 100644 --- a/runtime/local/src/chain_extensions.rs +++ b/runtime/local/src/chain_extensions.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/lib.rs b/runtime/local/src/lib.rs index fba1890c68..3990c2ee69 100644 --- a/runtime/local/src/lib.rs +++ b/runtime/local/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/precompiles.rs b/runtime/local/src/precompiles.rs index 008858dd71..e8fa54a5c3 100644 --- a/runtime/local/src/precompiles.rs +++ b/runtime/local/src/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/weights/mod.rs b/runtime/local/src/weights/mod.rs index cfb33e5fac..e36df4ccde 100644 --- a/runtime/local/src/weights/mod.rs +++ b/runtime/local/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/weights/pallet_assets.rs b/runtime/local/src/weights/pallet_assets.rs index 676729637e..8104351d9e 100644 --- a/runtime/local/src/weights/pallet_assets.rs +++ b/runtime/local/src/weights/pallet_assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/local/src/weights/pallet_balances.rs b/runtime/local/src/weights/pallet_balances.rs index 72416e77b7..ae19a9ccbc 100644 --- a/runtime/local/src/weights/pallet_balances.rs +++ b/runtime/local/src/weights/pallet_balances.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/build.rs b/runtime/shibuya/build.rs index 3949e52653..c0316ca18a 100644 --- a/runtime/shibuya/build.rs +++ b/runtime/shibuya/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/chain_extensions.rs b/runtime/shibuya/src/chain_extensions.rs index 979e24d4ea..fe13982798 100644 --- a/runtime/shibuya/src/chain_extensions.rs +++ b/runtime/shibuya/src/chain_extensions.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 1d0e427437..ea9f017d4a 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/precompiles.rs b/runtime/shibuya/src/precompiles.rs index 5431a1cd49..917d3fca94 100644 --- a/runtime/shibuya/src/precompiles.rs +++ b/runtime/shibuya/src/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/mod.rs b/runtime/shibuya/src/weights/mod.rs index e364758f8b..ef39d64ac1 100644 --- a/runtime/shibuya/src/weights/mod.rs +++ b/runtime/shibuya/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/pallet_assets.rs b/runtime/shibuya/src/weights/pallet_assets.rs index 676729637e..8104351d9e 100644 --- a/runtime/shibuya/src/weights/pallet_assets.rs +++ b/runtime/shibuya/src/weights/pallet_assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/pallet_balances.rs b/runtime/shibuya/src/weights/pallet_balances.rs index 72416e77b7..ae19a9ccbc 100644 --- a/runtime/shibuya/src/weights/pallet_balances.rs +++ b/runtime/shibuya/src/weights/pallet_balances.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/pallet_dapp_staking_v3.rs b/runtime/shibuya/src/weights/pallet_dapp_staking_v3.rs index 884f3ed120..bec5c2086c 100644 --- a/runtime/shibuya/src/weights/pallet_dapp_staking_v3.rs +++ b/runtime/shibuya/src/weights/pallet_dapp_staking_v3.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/pallet_inflation.rs b/runtime/shibuya/src/weights/pallet_inflation.rs index 2fb6509303..23e9a4f180 100644 --- a/runtime/shibuya/src/weights/pallet_inflation.rs +++ b/runtime/shibuya/src/weights/pallet_inflation.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/pallet_xcm.rs b/runtime/shibuya/src/weights/pallet_xcm.rs index e2282f77f0..c2de729208 100644 --- a/runtime/shibuya/src/weights/pallet_xcm.rs +++ b/runtime/shibuya/src/weights/pallet_xcm.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/xcm/fungible.rs b/runtime/shibuya/src/weights/xcm/fungible.rs index 9e2319c530..b652c2fc87 100644 --- a/runtime/shibuya/src/weights/xcm/fungible.rs +++ b/runtime/shibuya/src/weights/xcm/fungible.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/xcm/generic.rs b/runtime/shibuya/src/weights/xcm/generic.rs index e7b470e6a2..4d84b7e745 100644 --- a/runtime/shibuya/src/weights/xcm/generic.rs +++ b/runtime/shibuya/src/weights/xcm/generic.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/weights/xcm/mod.rs b/runtime/shibuya/src/weights/xcm/mod.rs index b08d0cd47d..a166e69172 100644 --- a/runtime/shibuya/src/weights/xcm/mod.rs +++ b/runtime/shibuya/src/weights/xcm/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shibuya/src/xcm_config.rs b/runtime/shibuya/src/xcm_config.rs index c8c18ae67b..7273042439 100644 --- a/runtime/shibuya/src/xcm_config.rs +++ b/runtime/shibuya/src/xcm_config.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/build.rs b/runtime/shiden/build.rs index 3949e52653..c0316ca18a 100644 --- a/runtime/shiden/build.rs +++ b/runtime/shiden/build.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/chain_extensions.rs b/runtime/shiden/src/chain_extensions.rs index 93ac9e1f68..e1f651f3d9 100644 --- a/runtime/shiden/src/chain_extensions.rs +++ b/runtime/shiden/src/chain_extensions.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 710e7f2dcb..2fd0b78e0e 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/precompiles.rs b/runtime/shiden/src/precompiles.rs index 8c5a3d77a8..34a6290215 100644 --- a/runtime/shiden/src/precompiles.rs +++ b/runtime/shiden/src/precompiles.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/mod.rs b/runtime/shiden/src/weights/mod.rs index 4f2d1d9fdd..ca0a3880e5 100644 --- a/runtime/shiden/src/weights/mod.rs +++ b/runtime/shiden/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/pallet_assets.rs b/runtime/shiden/src/weights/pallet_assets.rs index 676729637e..8104351d9e 100644 --- a/runtime/shiden/src/weights/pallet_assets.rs +++ b/runtime/shiden/src/weights/pallet_assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/pallet_dapp_staking_v3.rs b/runtime/shiden/src/weights/pallet_dapp_staking_v3.rs index a7067267f8..8e09b8fe07 100644 --- a/runtime/shiden/src/weights/pallet_dapp_staking_v3.rs +++ b/runtime/shiden/src/weights/pallet_dapp_staking_v3.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/pallet_inflation.rs b/runtime/shiden/src/weights/pallet_inflation.rs index b68ce70eec..37e560a581 100644 --- a/runtime/shiden/src/weights/pallet_inflation.rs +++ b/runtime/shiden/src/weights/pallet_inflation.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/pallet_xcm.rs b/runtime/shiden/src/weights/pallet_xcm.rs index e2282f77f0..c2de729208 100644 --- a/runtime/shiden/src/weights/pallet_xcm.rs +++ b/runtime/shiden/src/weights/pallet_xcm.rs @@ -1,7 +1,7 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/xcm/fungible.rs b/runtime/shiden/src/weights/xcm/fungible.rs index 765f05befe..47a769f237 100644 --- a/runtime/shiden/src/weights/xcm/fungible.rs +++ b/runtime/shiden/src/weights/xcm/fungible.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/xcm/generic.rs b/runtime/shiden/src/weights/xcm/generic.rs index 33e471d2b3..6b0f846ad9 100644 --- a/runtime/shiden/src/weights/xcm/generic.rs +++ b/runtime/shiden/src/weights/xcm/generic.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/weights/xcm/mod.rs b/runtime/shiden/src/weights/xcm/mod.rs index b08d0cd47d..a166e69172 100644 --- a/runtime/shiden/src/weights/xcm/mod.rs +++ b/runtime/shiden/src/weights/xcm/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/runtime/shiden/src/xcm_config.rs b/runtime/shiden/src/xcm_config.rs index c4e53cf54f..fc96249920 100644 --- a/runtime/shiden/src/xcm_config.rs +++ b/runtime/shiden/src/xcm_config.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/scripts/templates/weight-template.hbs b/scripts/templates/weight-template.hbs index 1bc7767bd6..c4bd62c4fd 100644 --- a/scripts/templates/weight-template.hbs +++ b/scripts/templates/weight-template.hbs @@ -1,7 +1,7 @@ {{header}} // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/assets.rs b/tests/integration/src/assets.rs index 7deb49e18d..21adfe4a0a 100644 --- a/tests/integration/src/assets.rs +++ b/tests/integration/src/assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/assets_chain_extensions.rs b/tests/integration/src/assets_chain_extensions.rs index 57859b6300..8413421378 100644 --- a/tests/integration/src/assets_chain_extensions.rs +++ b/tests/integration/src/assets_chain_extensions.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/dapp_staking_v3.rs b/tests/integration/src/dapp_staking_v3.rs index 167e4d4aa8..9fb03387a1 100644 --- a/tests/integration/src/dapp_staking_v3.rs +++ b/tests/integration/src/dapp_staking_v3.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/dispatch_precompile_filter.rs b/tests/integration/src/dispatch_precompile_filter.rs index 48f42c4c69..4a7bfc0a28 100644 --- a/tests/integration/src/dispatch_precompile_filter.rs +++ b/tests/integration/src/dispatch_precompile_filter.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/lib.rs b/tests/integration/src/lib.rs index 7b494d1d0a..e769ed2df5 100644 --- a/tests/integration/src/lib.rs +++ b/tests/integration/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/oracle.rs b/tests/integration/src/oracle.rs index f3378b0e13..7215f27027 100644 --- a/tests/integration/src/oracle.rs +++ b/tests/integration/src/oracle.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/proxy.rs b/tests/integration/src/proxy.rs index 3a69cba343..177e6f73f3 100644 --- a/tests/integration/src/proxy.rs +++ b/tests/integration/src/proxy.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/setup.rs b/tests/integration/src/setup.rs index 8739ae916c..431e910cf0 100644 --- a/tests/integration/src/setup.rs +++ b/tests/integration/src/setup.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/unified_accounts.rs b/tests/integration/src/unified_accounts.rs index e0ca150858..5849e80750 100644 --- a/tests/integration/src/unified_accounts.rs +++ b/tests/integration/src/unified_accounts.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/integration/src/xvm.rs b/tests/integration/src/xvm.rs index e5c026f872..3b1aab8d9b 100644 --- a/tests/integration/src/xvm.rs +++ b/tests/integration/src/xvm.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/utils/src/lib.rs b/tests/utils/src/lib.rs index 5265a9418e..98bd494656 100644 --- a/tests/utils/src/lib.rs +++ b/tests/utils/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/lib.rs b/tests/xcm-simulator/src/lib.rs index 3e140d67ec..1fd655c43d 100644 --- a/tests/xcm-simulator/src/lib.rs +++ b/tests/xcm-simulator/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/mocks/mod.rs b/tests/xcm-simulator/src/mocks/mod.rs index c578051d73..95cc1e4f8b 100644 --- a/tests/xcm-simulator/src/mocks/mod.rs +++ b/tests/xcm-simulator/src/mocks/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/mocks/msg_queue.rs b/tests/xcm-simulator/src/mocks/msg_queue.rs index c3cfc587c1..7099243259 100644 --- a/tests/xcm-simulator/src/mocks/msg_queue.rs +++ b/tests/xcm-simulator/src/mocks/msg_queue.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/mocks/parachain.rs b/tests/xcm-simulator/src/mocks/parachain.rs index 9e3b1f76e7..398c88c102 100644 --- a/tests/xcm-simulator/src/mocks/parachain.rs +++ b/tests/xcm-simulator/src/mocks/parachain.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/mocks/relay_chain.rs b/tests/xcm-simulator/src/mocks/relay_chain.rs index 28918c7abf..ced33a7ecb 100644 --- a/tests/xcm-simulator/src/mocks/relay_chain.rs +++ b/tests/xcm-simulator/src/mocks/relay_chain.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/tests/experimental.rs b/tests/xcm-simulator/src/tests/experimental.rs index 6ca74cf19e..1d7700c788 100644 --- a/tests/xcm-simulator/src/tests/experimental.rs +++ b/tests/xcm-simulator/src/tests/experimental.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/tests/fungible_assets.rs b/tests/xcm-simulator/src/tests/fungible_assets.rs index 82eb902a96..740228e113 100644 --- a/tests/xcm-simulator/src/tests/fungible_assets.rs +++ b/tests/xcm-simulator/src/tests/fungible_assets.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/tests/general.rs b/tests/xcm-simulator/src/tests/general.rs index 6f6f4c5ffb..573b555afb 100644 --- a/tests/xcm-simulator/src/tests/general.rs +++ b/tests/xcm-simulator/src/tests/general.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify diff --git a/tests/xcm-simulator/src/tests/mod.rs b/tests/xcm-simulator/src/tests/mod.rs index 0c47d1d6f8..7c0280386f 100644 --- a/tests/xcm-simulator/src/tests/mod.rs +++ b/tests/xcm-simulator/src/tests/mod.rs @@ -1,6 +1,6 @@ // This file is part of Astar. -// Copyright (C) 2019-2023 Stake Technologies Pte.Ltd. +// Copyright (C) Stake Technologies Pte.Ltd. // SPDX-License-Identifier: GPL-3.0-or-later // Astar is free software: you can redistribute it and/or modify