diff --git a/.maintain/license-header b/.maintain/license-header index c89e30c59..16acc9046 100644 --- a/.maintain/license-header +++ b/.maintain/license-header @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/core/inflation/src/lib.rs b/core/inflation/src/lib.rs index bc7858955..328abd65c 100644 --- a/core/inflation/src/lib.rs +++ b/core/inflation/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/core/inflation/src/test.rs b/core/inflation/src/test.rs index cb9f057cc..8fff6d4af 100644 --- a/core/inflation/src/test.rs +++ b/core/inflation/src/test.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/core/primitives/src/lib.rs b/core/primitives/src/lib.rs index 6590dcf2e..6b89d621e 100644 --- a/core/primitives/src/lib.rs +++ b/core/primitives/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/core/types/src/lib.rs b/core/types/src/lib.rs index 195d2e2d0..8fa7ccc0d 100644 --- a/core/types/src/lib.rs +++ b/core/types/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/build.rs b/node/build.rs index 5aa5f33a2..ce774bebf 100644 --- a/node/build.rs +++ b/node/build.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/chain_spec/crab.rs b/node/src/chain_spec/crab.rs index e0d725a2d..88eacdf42 100644 --- a/node/src/chain_spec/crab.rs +++ b/node/src/chain_spec/crab.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/chain_spec/darwinia.rs b/node/src/chain_spec/darwinia.rs index 5d521aa6e..e8204b747 100644 --- a/node/src/chain_spec/darwinia.rs +++ b/node/src/chain_spec/darwinia.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/chain_spec/mod.rs b/node/src/chain_spec/mod.rs index 35b7c37d3..bac865f6b 100644 --- a/node/src/chain_spec/mod.rs +++ b/node/src/chain_spec/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/chain_spec/pangolin.rs b/node/src/chain_spec/pangolin.rs index ce9e28c94..25d1239b8 100644 --- a/node/src/chain_spec/pangolin.rs +++ b/node/src/chain_spec/pangolin.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/cli.rs b/node/src/cli.rs index 89aeca2a2..085a2a70a 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/command.rs b/node/src/command.rs index f7b472b3a..c3488be36 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/frontier_service.rs b/node/src/frontier_service.rs index c2f75a2e6..16ab6bc12 100644 --- a/node/src/frontier_service.rs +++ b/node/src/frontier_service.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/main.rs b/node/src/main.rs index f9a813ef0..074e4c24f 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 638cc8ca2..638eee3e1 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/service/executors.rs b/node/src/service/executors.rs index d11a4cded..c1a20db53 100644 --- a/node/src/service/executors.rs +++ b/node/src/service/executors.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/service/instant_finalize.rs b/node/src/service/instant_finalize.rs index 3b7de65d7..2e1ca2a52 100644 --- a/node/src/service/instant_finalize.rs +++ b/node/src/service/instant_finalize.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/node/src/service/mod.rs b/node/src/service/mod.rs index 35f42d160..b9c2bf7a7 100644 --- a/node/src/service/mod.rs +++ b/node/src/service/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/account-migration/src/lib.rs b/pallet/account-migration/src/lib.rs index de5f4bc48..e9d652445 100644 --- a/pallet/account-migration/src/lib.rs +++ b/pallet/account-migration/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/account-migration/src/tests.rs b/pallet/account-migration/src/tests.rs index 0bc157675..be89f89e3 100644 --- a/pallet/account-migration/src/tests.rs +++ b/pallet/account-migration/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/deposit/src/lib.rs b/pallet/deposit/src/lib.rs index 02de5689d..aa3a8ad84 100644 --- a/pallet/deposit/src/lib.rs +++ b/pallet/deposit/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/deposit/tests/mock.rs b/pallet/deposit/tests/mock.rs index eb346fa1d..e99f1ad9f 100644 --- a/pallet/deposit/tests/mock.rs +++ b/pallet/deposit/tests/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/deposit/tests/tests.rs b/pallet/deposit/tests/tests.rs index 3b46999b6..4c672489f 100644 --- a/pallet/deposit/tests/tests.rs +++ b/pallet/deposit/tests/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/lib.rs b/pallet/message-transact/src/lib.rs index f0b535192..bfefcacfe 100644 --- a/pallet/message-transact/src/lib.rs +++ b/pallet/message-transact/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/mock.rs b/pallet/message-transact/src/mock.rs index 42935ab8a..58a753df5 100644 --- a/pallet/message-transact/src/mock.rs +++ b/pallet/message-transact/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/tests/eip1559.rs b/pallet/message-transact/src/tests/eip1559.rs index f326c162e..8247ce601 100644 --- a/pallet/message-transact/src/tests/eip1559.rs +++ b/pallet/message-transact/src/tests/eip1559.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/tests/eip2930.rs b/pallet/message-transact/src/tests/eip2930.rs index 2e880b2cc..1bbf012ad 100644 --- a/pallet/message-transact/src/tests/eip2930.rs +++ b/pallet/message-transact/src/tests/eip2930.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/tests/legacy.rs b/pallet/message-transact/src/tests/legacy.rs index e6653e5b2..23fd87595 100644 --- a/pallet/message-transact/src/tests/legacy.rs +++ b/pallet/message-transact/src/tests/legacy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/message-transact/src/tests/mod.rs b/pallet/message-transact/src/tests/mod.rs index bfd1d22d2..9119ddef2 100644 --- a/pallet/message-transact/src/tests/mod.rs +++ b/pallet/message-transact/src/tests/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/staking/src/lib.rs b/pallet/staking/src/lib.rs index f9b5e1a9b..3377c43eb 100644 --- a/pallet/staking/src/lib.rs +++ b/pallet/staking/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/staking/tests/mock.rs b/pallet/staking/tests/mock.rs index 0cd35e4f1..695478476 100644 --- a/pallet/staking/tests/mock.rs +++ b/pallet/staking/tests/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/pallet/staking/tests/tests.rs b/pallet/staking/tests/tests.rs index 9cf59111c..8a7c36e61 100644 --- a/pallet/staking/tests/tests.rs +++ b/pallet/staking/tests/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/assets/src/lib.rs b/precompile/assets/src/lib.rs index 07be5077f..8e14a735f 100644 --- a/precompile/assets/src/lib.rs +++ b/precompile/assets/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/assets/src/mock.rs b/precompile/assets/src/mock.rs index 6f9e38f7c..b594a280c 100644 --- a/precompile/assets/src/mock.rs +++ b/precompile/assets/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/assets/src/tests.rs b/precompile/assets/src/tests.rs index 5b7d4e647..5858987b5 100644 --- a/precompile/assets/src/tests.rs +++ b/precompile/assets/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/bls12-381/src/lib.rs b/precompile/bls12-381/src/lib.rs index 8ac02bbe4..7016a9153 100644 --- a/precompile/bls12-381/src/lib.rs +++ b/precompile/bls12-381/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/deposit/src/lib.rs b/precompile/deposit/src/lib.rs index 9ea8eafec..0e4b6c9e2 100644 --- a/precompile/deposit/src/lib.rs +++ b/precompile/deposit/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/deposit/src/mock.rs b/precompile/deposit/src/mock.rs index 280fa7fef..6fbc0cc5d 100644 --- a/precompile/deposit/src/mock.rs +++ b/precompile/deposit/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/deposit/src/tests.rs b/precompile/deposit/src/tests.rs index 84b837db4..2a2d3f36f 100644 --- a/precompile/deposit/src/tests.rs +++ b/precompile/deposit/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/staking/src/lib.rs b/precompile/staking/src/lib.rs index 6d70e1624..62658ad4e 100644 --- a/precompile/staking/src/lib.rs +++ b/precompile/staking/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/staking/src/mock.rs b/precompile/staking/src/mock.rs index 63f65ad21..879e35dfb 100644 --- a/precompile/staking/src/mock.rs +++ b/precompile/staking/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/staking/src/tests.rs b/precompile/staking/src/tests.rs index 65cebb7ac..af6e625b1 100644 --- a/precompile/staking/src/tests.rs +++ b/precompile/staking/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/state-storage/src/lib.rs b/precompile/state-storage/src/lib.rs index 22c564b5e..5eb34cf30 100644 --- a/precompile/state-storage/src/lib.rs +++ b/precompile/state-storage/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/state-storage/src/mock.rs b/precompile/state-storage/src/mock.rs index 492513528..b080d2ebc 100644 --- a/precompile/state-storage/src/mock.rs +++ b/precompile/state-storage/src/mock.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/precompile/state-storage/src/tests.rs b/precompile/state-storage/src/tests.rs index b73a2b2a2..52241bad2 100644 --- a/precompile/state-storage/src/tests.rs +++ b/precompile/state-storage/src/tests.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/gov_origin.rs b/runtime/common/src/gov_origin.rs index 78b4f404c..d000b4d5f 100644 --- a/runtime/common/src/gov_origin.rs +++ b/runtime/common/src/gov_origin.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 63fbc1757..9f2a3e448 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/xcm_configs.rs b/runtime/common/src/xcm_configs.rs index 489ff60d0..c60aa7dc9 100644 --- a/runtime/common/src/xcm_configs.rs +++ b/runtime/common/src/xcm_configs.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/build.rs b/runtime/crab/build.rs index e5513c875..4a1101a97 100644 --- a/runtime/crab/build.rs +++ b/runtime/crab/build.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/bridges_message/darwinia.rs b/runtime/crab/src/bridges_message/darwinia.rs index 20ea1e71f..f6cfcb873 100644 --- a/runtime/crab/src/bridges_message/darwinia.rs +++ b/runtime/crab/src/bridges_message/darwinia.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/bridges_message/mod.rs b/runtime/crab/src/bridges_message/mod.rs index f3c0116ff..9f0804635 100644 --- a/runtime/crab/src/bridges_message/mod.rs +++ b/runtime/crab/src/bridges_message/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/lib.rs b/runtime/crab/src/lib.rs index 6e8cdab54..c8fc52b32 100644 --- a/runtime/crab/src/lib.rs +++ b/runtime/crab/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/assets.rs b/runtime/crab/src/pallets/assets.rs index a456fa09e..cd21cc493 100644 --- a/runtime/crab/src/pallets/assets.rs +++ b/runtime/crab/src/pallets/assets.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/aura.rs b/runtime/crab/src/pallets/aura.rs index a185eb060..acb41b680 100644 --- a/runtime/crab/src/pallets/aura.rs +++ b/runtime/crab/src/pallets/aura.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/aura_ext.rs b/runtime/crab/src/pallets/aura_ext.rs index 77c924dab..d36000a52 100644 --- a/runtime/crab/src/pallets/aura_ext.rs +++ b/runtime/crab/src/pallets/aura_ext.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/authorship.rs b/runtime/crab/src/pallets/authorship.rs index d2a61afc7..6b92a8a19 100644 --- a/runtime/crab/src/pallets/authorship.rs +++ b/runtime/crab/src/pallets/authorship.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/balances.rs b/runtime/crab/src/pallets/balances.rs index 2dbd63977..94a42eac2 100644 --- a/runtime/crab/src/pallets/balances.rs +++ b/runtime/crab/src/pallets/balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/base_fee.rs b/runtime/crab/src/pallets/base_fee.rs index a7807d403..d1da68d2c 100644 --- a/runtime/crab/src/pallets/base_fee.rs +++ b/runtime/crab/src/pallets/base_fee.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/bridge_dispatch.rs b/runtime/crab/src/pallets/bridge_dispatch.rs index 807c64239..8fb3d7a7e 100644 --- a/runtime/crab/src/pallets/bridge_dispatch.rs +++ b/runtime/crab/src/pallets/bridge_dispatch.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/bridge_grandpa.rs b/runtime/crab/src/pallets/bridge_grandpa.rs index 4f342cf79..617528b92 100644 --- a/runtime/crab/src/pallets/bridge_grandpa.rs +++ b/runtime/crab/src/pallets/bridge_grandpa.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/bridge_messages.rs b/runtime/crab/src/pallets/bridge_messages.rs index 3070cf0cd..afeb6ab58 100644 --- a/runtime/crab/src/pallets/bridge_messages.rs +++ b/runtime/crab/src/pallets/bridge_messages.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/bridge_parachains.rs b/runtime/crab/src/pallets/bridge_parachains.rs index 3c0190d20..a5ece216c 100644 --- a/runtime/crab/src/pallets/bridge_parachains.rs +++ b/runtime/crab/src/pallets/bridge_parachains.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/collective.rs b/runtime/crab/src/pallets/collective.rs index 6d4a215a7..7dfbc2623 100644 --- a/runtime/crab/src/pallets/collective.rs +++ b/runtime/crab/src/pallets/collective.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/democracy.rs b/runtime/crab/src/pallets/democracy.rs index a54d9d4f4..b996f322f 100644 --- a/runtime/crab/src/pallets/democracy.rs +++ b/runtime/crab/src/pallets/democracy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/deposit.rs b/runtime/crab/src/pallets/deposit.rs index c0c7ab85f..2f4082800 100644 --- a/runtime/crab/src/pallets/deposit.rs +++ b/runtime/crab/src/pallets/deposit.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/dmp_queue.rs b/runtime/crab/src/pallets/dmp_queue.rs index 6f0829542..d31b45437 100644 --- a/runtime/crab/src/pallets/dmp_queue.rs +++ b/runtime/crab/src/pallets/dmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/elections_phragmen.rs b/runtime/crab/src/pallets/elections_phragmen.rs index f637a0b98..133b89054 100644 --- a/runtime/crab/src/pallets/elections_phragmen.rs +++ b/runtime/crab/src/pallets/elections_phragmen.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/ethereum.rs b/runtime/crab/src/pallets/ethereum.rs index 074feb5ba..8d53d1276 100644 --- a/runtime/crab/src/pallets/ethereum.rs +++ b/runtime/crab/src/pallets/ethereum.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/evm.rs b/runtime/crab/src/pallets/evm.rs index 749bb6be6..9f07703cb 100644 --- a/runtime/crab/src/pallets/evm.rs +++ b/runtime/crab/src/pallets/evm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/fee_market.rs b/runtime/crab/src/pallets/fee_market.rs index 93f24583e..db790349b 100644 --- a/runtime/crab/src/pallets/fee_market.rs +++ b/runtime/crab/src/pallets/fee_market.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/identity.rs b/runtime/crab/src/pallets/identity.rs index 6ed7cbfd7..b12f0b3a9 100644 --- a/runtime/crab/src/pallets/identity.rs +++ b/runtime/crab/src/pallets/identity.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/membership.rs b/runtime/crab/src/pallets/membership.rs index 2e5c3e9dc..3064d4b5e 100644 --- a/runtime/crab/src/pallets/membership.rs +++ b/runtime/crab/src/pallets/membership.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/message_transact.rs b/runtime/crab/src/pallets/message_transact.rs index 3ab8d65fa..99077281e 100644 --- a/runtime/crab/src/pallets/message_transact.rs +++ b/runtime/crab/src/pallets/message_transact.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/migrate.rs b/runtime/crab/src/pallets/migrate.rs index f2fd2b38b..1797da2ec 100644 --- a/runtime/crab/src/pallets/migrate.rs +++ b/runtime/crab/src/pallets/migrate.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/mod.rs b/runtime/crab/src/pallets/mod.rs index ed2a23a2f..8849eddbb 100644 --- a/runtime/crab/src/pallets/mod.rs +++ b/runtime/crab/src/pallets/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/multisig.rs b/runtime/crab/src/pallets/multisig.rs index 0322271ae..9f4ad225e 100644 --- a/runtime/crab/src/pallets/multisig.rs +++ b/runtime/crab/src/pallets/multisig.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/parachain_info_.rs b/runtime/crab/src/pallets/parachain_info_.rs index ff727f636..aed03fc0e 100644 --- a/runtime/crab/src/pallets/parachain_info_.rs +++ b/runtime/crab/src/pallets/parachain_info_.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/parachain_system.rs b/runtime/crab/src/pallets/parachain_system.rs index a97fd540a..42af96265 100644 --- a/runtime/crab/src/pallets/parachain_system.rs +++ b/runtime/crab/src/pallets/parachain_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/polkadot_xcm.rs b/runtime/crab/src/pallets/polkadot_xcm.rs index e2cd39280..9d3dcc7f1 100644 --- a/runtime/crab/src/pallets/polkadot_xcm.rs +++ b/runtime/crab/src/pallets/polkadot_xcm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/preimage.rs b/runtime/crab/src/pallets/preimage.rs index 69fff06fc..4fa3a5843 100644 --- a/runtime/crab/src/pallets/preimage.rs +++ b/runtime/crab/src/pallets/preimage.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/proxy.rs b/runtime/crab/src/pallets/proxy.rs index 172ea4e89..7f24a7d91 100644 --- a/runtime/crab/src/pallets/proxy.rs +++ b/runtime/crab/src/pallets/proxy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/scheduler.rs b/runtime/crab/src/pallets/scheduler.rs index 17aded6e8..ea698235d 100644 --- a/runtime/crab/src/pallets/scheduler.rs +++ b/runtime/crab/src/pallets/scheduler.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/session.rs b/runtime/crab/src/pallets/session.rs index 3e16fbf61..b606487ec 100644 --- a/runtime/crab/src/pallets/session.rs +++ b/runtime/crab/src/pallets/session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/staking.rs b/runtime/crab/src/pallets/staking.rs index b6dc61e3a..cd548aba7 100644 --- a/runtime/crab/src/pallets/staking.rs +++ b/runtime/crab/src/pallets/staking.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/sudo.rs b/runtime/crab/src/pallets/sudo.rs index e66cda23f..fbefaf4c7 100644 --- a/runtime/crab/src/pallets/sudo.rs +++ b/runtime/crab/src/pallets/sudo.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/system.rs b/runtime/crab/src/pallets/system.rs index bb07e9fea..990a59ce1 100644 --- a/runtime/crab/src/pallets/system.rs +++ b/runtime/crab/src/pallets/system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/timestamp.rs b/runtime/crab/src/pallets/timestamp.rs index 9bf543250..3443326fa 100644 --- a/runtime/crab/src/pallets/timestamp.rs +++ b/runtime/crab/src/pallets/timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/tips.rs b/runtime/crab/src/pallets/tips.rs index 83f8cfb89..6500a1b3a 100644 --- a/runtime/crab/src/pallets/tips.rs +++ b/runtime/crab/src/pallets/tips.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/transaction_payment.rs b/runtime/crab/src/pallets/transaction_payment.rs index 85b2d11c5..970135a54 100644 --- a/runtime/crab/src/pallets/transaction_payment.rs +++ b/runtime/crab/src/pallets/transaction_payment.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/treasury.rs b/runtime/crab/src/pallets/treasury.rs index 901df24b5..3febca02f 100644 --- a/runtime/crab/src/pallets/treasury.rs +++ b/runtime/crab/src/pallets/treasury.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/utility.rs b/runtime/crab/src/pallets/utility.rs index 8bcc96517..2c0f49ddf 100644 --- a/runtime/crab/src/pallets/utility.rs +++ b/runtime/crab/src/pallets/utility.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/vesting.rs b/runtime/crab/src/pallets/vesting.rs index 406b6956f..0ab19e7ff 100644 --- a/runtime/crab/src/pallets/vesting.rs +++ b/runtime/crab/src/pallets/vesting.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/pallets/xcmp_queue.rs b/runtime/crab/src/pallets/xcmp_queue.rs index 24be8be1a..e90975a6c 100644 --- a/runtime/crab/src/pallets/xcmp_queue.rs +++ b/runtime/crab/src/pallets/xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/crab/src/weights/cumulus_pallet_xcmp_queue.rs index d018169e2..3271b31e4 100644 --- a/runtime/crab/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/crab/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/frame_system.rs b/runtime/crab/src/weights/frame_system.rs index b074be2fc..2361f7517 100644 --- a/runtime/crab/src/weights/frame_system.rs +++ b/runtime/crab/src/weights/frame_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/mod.rs b/runtime/crab/src/weights/mod.rs index 5856c3a7f..caf9386da 100644 --- a/runtime/crab/src/weights/mod.rs +++ b/runtime/crab/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/pallet_balances.rs b/runtime/crab/src/weights/pallet_balances.rs index 830c7c8cb..f7acd35fb 100644 --- a/runtime/crab/src/weights/pallet_balances.rs +++ b/runtime/crab/src/weights/pallet_balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/pallet_session.rs b/runtime/crab/src/weights/pallet_session.rs index f776ff689..25b1d6d3e 100644 --- a/runtime/crab/src/weights/pallet_session.rs +++ b/runtime/crab/src/weights/pallet_session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/crab/src/weights/pallet_timestamp.rs b/runtime/crab/src/weights/pallet_timestamp.rs index fba28a6b0..7f420bd5a 100644 --- a/runtime/crab/src/weights/pallet_timestamp.rs +++ b/runtime/crab/src/weights/pallet_timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/build.rs b/runtime/darwinia/build.rs index e5513c875..4a1101a97 100644 --- a/runtime/darwinia/build.rs +++ b/runtime/darwinia/build.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/bridges_message/crab.rs b/runtime/darwinia/src/bridges_message/crab.rs index b3772962d..174adaf12 100644 --- a/runtime/darwinia/src/bridges_message/crab.rs +++ b/runtime/darwinia/src/bridges_message/crab.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/bridges_message/mod.rs b/runtime/darwinia/src/bridges_message/mod.rs index fd58eaf04..b50130153 100644 --- a/runtime/darwinia/src/bridges_message/mod.rs +++ b/runtime/darwinia/src/bridges_message/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/lib.rs b/runtime/darwinia/src/lib.rs index 1afd451c0..f41f17891 100644 --- a/runtime/darwinia/src/lib.rs +++ b/runtime/darwinia/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/assets.rs b/runtime/darwinia/src/pallets/assets.rs index 7b4fdd01b..5fe0af1ca 100644 --- a/runtime/darwinia/src/pallets/assets.rs +++ b/runtime/darwinia/src/pallets/assets.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/aura.rs b/runtime/darwinia/src/pallets/aura.rs index a185eb060..acb41b680 100644 --- a/runtime/darwinia/src/pallets/aura.rs +++ b/runtime/darwinia/src/pallets/aura.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/aura_ext.rs b/runtime/darwinia/src/pallets/aura_ext.rs index 77c924dab..d36000a52 100644 --- a/runtime/darwinia/src/pallets/aura_ext.rs +++ b/runtime/darwinia/src/pallets/aura_ext.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/authorship.rs b/runtime/darwinia/src/pallets/authorship.rs index d2a61afc7..6b92a8a19 100644 --- a/runtime/darwinia/src/pallets/authorship.rs +++ b/runtime/darwinia/src/pallets/authorship.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/balances.rs b/runtime/darwinia/src/pallets/balances.rs index 2dbd63977..94a42eac2 100644 --- a/runtime/darwinia/src/pallets/balances.rs +++ b/runtime/darwinia/src/pallets/balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/base_fee.rs b/runtime/darwinia/src/pallets/base_fee.rs index a7807d403..d1da68d2c 100644 --- a/runtime/darwinia/src/pallets/base_fee.rs +++ b/runtime/darwinia/src/pallets/base_fee.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/bridge_dispatch.rs b/runtime/darwinia/src/pallets/bridge_dispatch.rs index 05e210ceb..978cf7f13 100644 --- a/runtime/darwinia/src/pallets/bridge_dispatch.rs +++ b/runtime/darwinia/src/pallets/bridge_dispatch.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/bridge_grandpa.rs b/runtime/darwinia/src/pallets/bridge_grandpa.rs index 65c4edb50..3068ce427 100644 --- a/runtime/darwinia/src/pallets/bridge_grandpa.rs +++ b/runtime/darwinia/src/pallets/bridge_grandpa.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/bridge_messages.rs b/runtime/darwinia/src/pallets/bridge_messages.rs index 6cba09dad..c24285a3e 100644 --- a/runtime/darwinia/src/pallets/bridge_messages.rs +++ b/runtime/darwinia/src/pallets/bridge_messages.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/bridge_parachains.rs b/runtime/darwinia/src/pallets/bridge_parachains.rs index 810f25788..903590829 100644 --- a/runtime/darwinia/src/pallets/bridge_parachains.rs +++ b/runtime/darwinia/src/pallets/bridge_parachains.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/collective.rs b/runtime/darwinia/src/pallets/collective.rs index 6d4a215a7..7dfbc2623 100644 --- a/runtime/darwinia/src/pallets/collective.rs +++ b/runtime/darwinia/src/pallets/collective.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/democracy.rs b/runtime/darwinia/src/pallets/democracy.rs index a54d9d4f4..b996f322f 100644 --- a/runtime/darwinia/src/pallets/democracy.rs +++ b/runtime/darwinia/src/pallets/democracy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/deposit.rs b/runtime/darwinia/src/pallets/deposit.rs index 95904729c..34a0f3e5e 100644 --- a/runtime/darwinia/src/pallets/deposit.rs +++ b/runtime/darwinia/src/pallets/deposit.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/dmp_queue.rs b/runtime/darwinia/src/pallets/dmp_queue.rs index 6f0829542..d31b45437 100644 --- a/runtime/darwinia/src/pallets/dmp_queue.rs +++ b/runtime/darwinia/src/pallets/dmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/elections_phragmen.rs b/runtime/darwinia/src/pallets/elections_phragmen.rs index f637a0b98..133b89054 100644 --- a/runtime/darwinia/src/pallets/elections_phragmen.rs +++ b/runtime/darwinia/src/pallets/elections_phragmen.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/ethereum.rs b/runtime/darwinia/src/pallets/ethereum.rs index 074feb5ba..8d53d1276 100644 --- a/runtime/darwinia/src/pallets/ethereum.rs +++ b/runtime/darwinia/src/pallets/ethereum.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/evm.rs b/runtime/darwinia/src/pallets/evm.rs index 7737ad08a..8578cc1b7 100644 --- a/runtime/darwinia/src/pallets/evm.rs +++ b/runtime/darwinia/src/pallets/evm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/fee_market.rs b/runtime/darwinia/src/pallets/fee_market.rs index a41ae8a8a..d6c60ccb7 100644 --- a/runtime/darwinia/src/pallets/fee_market.rs +++ b/runtime/darwinia/src/pallets/fee_market.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/identity.rs b/runtime/darwinia/src/pallets/identity.rs index 6ed7cbfd7..b12f0b3a9 100644 --- a/runtime/darwinia/src/pallets/identity.rs +++ b/runtime/darwinia/src/pallets/identity.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/membership.rs b/runtime/darwinia/src/pallets/membership.rs index 2e5c3e9dc..3064d4b5e 100644 --- a/runtime/darwinia/src/pallets/membership.rs +++ b/runtime/darwinia/src/pallets/membership.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/message_transact.rs b/runtime/darwinia/src/pallets/message_transact.rs index 3ab8d65fa..99077281e 100644 --- a/runtime/darwinia/src/pallets/message_transact.rs +++ b/runtime/darwinia/src/pallets/message_transact.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/migrate.rs b/runtime/darwinia/src/pallets/migrate.rs index f2fd2b38b..1797da2ec 100644 --- a/runtime/darwinia/src/pallets/migrate.rs +++ b/runtime/darwinia/src/pallets/migrate.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/mod.rs b/runtime/darwinia/src/pallets/mod.rs index ed2a23a2f..8849eddbb 100644 --- a/runtime/darwinia/src/pallets/mod.rs +++ b/runtime/darwinia/src/pallets/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/multisig.rs b/runtime/darwinia/src/pallets/multisig.rs index 0322271ae..9f4ad225e 100644 --- a/runtime/darwinia/src/pallets/multisig.rs +++ b/runtime/darwinia/src/pallets/multisig.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/parachain_info_.rs b/runtime/darwinia/src/pallets/parachain_info_.rs index ff727f636..aed03fc0e 100644 --- a/runtime/darwinia/src/pallets/parachain_info_.rs +++ b/runtime/darwinia/src/pallets/parachain_info_.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/parachain_system.rs b/runtime/darwinia/src/pallets/parachain_system.rs index a97fd540a..42af96265 100644 --- a/runtime/darwinia/src/pallets/parachain_system.rs +++ b/runtime/darwinia/src/pallets/parachain_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/polkadot_xcm.rs b/runtime/darwinia/src/pallets/polkadot_xcm.rs index 83478be91..b135b513b 100644 --- a/runtime/darwinia/src/pallets/polkadot_xcm.rs +++ b/runtime/darwinia/src/pallets/polkadot_xcm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/preimage.rs b/runtime/darwinia/src/pallets/preimage.rs index 69fff06fc..4fa3a5843 100644 --- a/runtime/darwinia/src/pallets/preimage.rs +++ b/runtime/darwinia/src/pallets/preimage.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/proxy.rs b/runtime/darwinia/src/pallets/proxy.rs index 172ea4e89..7f24a7d91 100644 --- a/runtime/darwinia/src/pallets/proxy.rs +++ b/runtime/darwinia/src/pallets/proxy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/scheduler.rs b/runtime/darwinia/src/pallets/scheduler.rs index 17aded6e8..ea698235d 100644 --- a/runtime/darwinia/src/pallets/scheduler.rs +++ b/runtime/darwinia/src/pallets/scheduler.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/session.rs b/runtime/darwinia/src/pallets/session.rs index 3e16fbf61..b606487ec 100644 --- a/runtime/darwinia/src/pallets/session.rs +++ b/runtime/darwinia/src/pallets/session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/staking.rs b/runtime/darwinia/src/pallets/staking.rs index 7db320a45..f247cb021 100644 --- a/runtime/darwinia/src/pallets/staking.rs +++ b/runtime/darwinia/src/pallets/staking.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/sudo.rs b/runtime/darwinia/src/pallets/sudo.rs index e66cda23f..fbefaf4c7 100644 --- a/runtime/darwinia/src/pallets/sudo.rs +++ b/runtime/darwinia/src/pallets/sudo.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/system.rs b/runtime/darwinia/src/pallets/system.rs index bb07e9fea..990a59ce1 100644 --- a/runtime/darwinia/src/pallets/system.rs +++ b/runtime/darwinia/src/pallets/system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/timestamp.rs b/runtime/darwinia/src/pallets/timestamp.rs index 9bf543250..3443326fa 100644 --- a/runtime/darwinia/src/pallets/timestamp.rs +++ b/runtime/darwinia/src/pallets/timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/tips.rs b/runtime/darwinia/src/pallets/tips.rs index 83f8cfb89..6500a1b3a 100644 --- a/runtime/darwinia/src/pallets/tips.rs +++ b/runtime/darwinia/src/pallets/tips.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/transaction_payment.rs b/runtime/darwinia/src/pallets/transaction_payment.rs index 85b2d11c5..970135a54 100644 --- a/runtime/darwinia/src/pallets/transaction_payment.rs +++ b/runtime/darwinia/src/pallets/transaction_payment.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/treasury.rs b/runtime/darwinia/src/pallets/treasury.rs index 901df24b5..3febca02f 100644 --- a/runtime/darwinia/src/pallets/treasury.rs +++ b/runtime/darwinia/src/pallets/treasury.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/utility.rs b/runtime/darwinia/src/pallets/utility.rs index 8bcc96517..2c0f49ddf 100644 --- a/runtime/darwinia/src/pallets/utility.rs +++ b/runtime/darwinia/src/pallets/utility.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/vesting.rs b/runtime/darwinia/src/pallets/vesting.rs index 406b6956f..0ab19e7ff 100644 --- a/runtime/darwinia/src/pallets/vesting.rs +++ b/runtime/darwinia/src/pallets/vesting.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/pallets/xcmp_queue.rs b/runtime/darwinia/src/pallets/xcmp_queue.rs index 24be8be1a..e90975a6c 100644 --- a/runtime/darwinia/src/pallets/xcmp_queue.rs +++ b/runtime/darwinia/src/pallets/xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/darwinia/src/weights/cumulus_pallet_xcmp_queue.rs index d018169e2..3271b31e4 100644 --- a/runtime/darwinia/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/darwinia/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/frame_system.rs b/runtime/darwinia/src/weights/frame_system.rs index b074be2fc..2361f7517 100644 --- a/runtime/darwinia/src/weights/frame_system.rs +++ b/runtime/darwinia/src/weights/frame_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/mod.rs b/runtime/darwinia/src/weights/mod.rs index 5856c3a7f..caf9386da 100644 --- a/runtime/darwinia/src/weights/mod.rs +++ b/runtime/darwinia/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/pallet_balances.rs b/runtime/darwinia/src/weights/pallet_balances.rs index 830c7c8cb..f7acd35fb 100644 --- a/runtime/darwinia/src/weights/pallet_balances.rs +++ b/runtime/darwinia/src/weights/pallet_balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/pallet_session.rs b/runtime/darwinia/src/weights/pallet_session.rs index f776ff689..25b1d6d3e 100644 --- a/runtime/darwinia/src/weights/pallet_session.rs +++ b/runtime/darwinia/src/weights/pallet_session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/darwinia/src/weights/pallet_timestamp.rs b/runtime/darwinia/src/weights/pallet_timestamp.rs index fba28a6b0..7f420bd5a 100644 --- a/runtime/darwinia/src/weights/pallet_timestamp.rs +++ b/runtime/darwinia/src/weights/pallet_timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/build.rs b/runtime/pangolin/build.rs index e5513c875..4a1101a97 100644 --- a/runtime/pangolin/build.rs +++ b/runtime/pangolin/build.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/lib.rs b/runtime/pangolin/src/lib.rs index 74406598d..453796a2b 100644 --- a/runtime/pangolin/src/lib.rs +++ b/runtime/pangolin/src/lib.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/assets.rs b/runtime/pangolin/src/pallets/assets.rs index dde186c4a..1102b75dd 100644 --- a/runtime/pangolin/src/pallets/assets.rs +++ b/runtime/pangolin/src/pallets/assets.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/aura.rs b/runtime/pangolin/src/pallets/aura.rs index a185eb060..acb41b680 100644 --- a/runtime/pangolin/src/pallets/aura.rs +++ b/runtime/pangolin/src/pallets/aura.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/aura_ext.rs b/runtime/pangolin/src/pallets/aura_ext.rs index 77c924dab..d36000a52 100644 --- a/runtime/pangolin/src/pallets/aura_ext.rs +++ b/runtime/pangolin/src/pallets/aura_ext.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/authorship.rs b/runtime/pangolin/src/pallets/authorship.rs index d2a61afc7..6b92a8a19 100644 --- a/runtime/pangolin/src/pallets/authorship.rs +++ b/runtime/pangolin/src/pallets/authorship.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/balances.rs b/runtime/pangolin/src/pallets/balances.rs index 2dbd63977..94a42eac2 100644 --- a/runtime/pangolin/src/pallets/balances.rs +++ b/runtime/pangolin/src/pallets/balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/base_fee.rs b/runtime/pangolin/src/pallets/base_fee.rs index a7807d403..d1da68d2c 100644 --- a/runtime/pangolin/src/pallets/base_fee.rs +++ b/runtime/pangolin/src/pallets/base_fee.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/collective.rs b/runtime/pangolin/src/pallets/collective.rs index 6d4a215a7..7dfbc2623 100644 --- a/runtime/pangolin/src/pallets/collective.rs +++ b/runtime/pangolin/src/pallets/collective.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/democracy.rs b/runtime/pangolin/src/pallets/democracy.rs index a54d9d4f4..b996f322f 100644 --- a/runtime/pangolin/src/pallets/democracy.rs +++ b/runtime/pangolin/src/pallets/democracy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/deposit.rs b/runtime/pangolin/src/pallets/deposit.rs index 5793f7187..2febd939d 100644 --- a/runtime/pangolin/src/pallets/deposit.rs +++ b/runtime/pangolin/src/pallets/deposit.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/dmp_queue.rs b/runtime/pangolin/src/pallets/dmp_queue.rs index 6f0829542..d31b45437 100644 --- a/runtime/pangolin/src/pallets/dmp_queue.rs +++ b/runtime/pangolin/src/pallets/dmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/elections_phragmen.rs b/runtime/pangolin/src/pallets/elections_phragmen.rs index f637a0b98..133b89054 100644 --- a/runtime/pangolin/src/pallets/elections_phragmen.rs +++ b/runtime/pangolin/src/pallets/elections_phragmen.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/ethereum.rs b/runtime/pangolin/src/pallets/ethereum.rs index 074feb5ba..8d53d1276 100644 --- a/runtime/pangolin/src/pallets/ethereum.rs +++ b/runtime/pangolin/src/pallets/ethereum.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/evm.rs b/runtime/pangolin/src/pallets/evm.rs index f08c57f64..0174f96c2 100644 --- a/runtime/pangolin/src/pallets/evm.rs +++ b/runtime/pangolin/src/pallets/evm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/identity.rs b/runtime/pangolin/src/pallets/identity.rs index 6ed7cbfd7..b12f0b3a9 100644 --- a/runtime/pangolin/src/pallets/identity.rs +++ b/runtime/pangolin/src/pallets/identity.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/membership.rs b/runtime/pangolin/src/pallets/membership.rs index 2e5c3e9dc..3064d4b5e 100644 --- a/runtime/pangolin/src/pallets/membership.rs +++ b/runtime/pangolin/src/pallets/membership.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/message_transact.rs b/runtime/pangolin/src/pallets/message_transact.rs index 3ab8d65fa..99077281e 100644 --- a/runtime/pangolin/src/pallets/message_transact.rs +++ b/runtime/pangolin/src/pallets/message_transact.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/migrate.rs b/runtime/pangolin/src/pallets/migrate.rs index f2fd2b38b..1797da2ec 100644 --- a/runtime/pangolin/src/pallets/migrate.rs +++ b/runtime/pangolin/src/pallets/migrate.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/mod.rs b/runtime/pangolin/src/pallets/mod.rs index 8ffa23449..a1a9c5694 100644 --- a/runtime/pangolin/src/pallets/mod.rs +++ b/runtime/pangolin/src/pallets/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/multisig.rs b/runtime/pangolin/src/pallets/multisig.rs index 0322271ae..9f4ad225e 100644 --- a/runtime/pangolin/src/pallets/multisig.rs +++ b/runtime/pangolin/src/pallets/multisig.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/parachain_info_.rs b/runtime/pangolin/src/pallets/parachain_info_.rs index ff727f636..aed03fc0e 100644 --- a/runtime/pangolin/src/pallets/parachain_info_.rs +++ b/runtime/pangolin/src/pallets/parachain_info_.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/parachain_system.rs b/runtime/pangolin/src/pallets/parachain_system.rs index a97fd540a..42af96265 100644 --- a/runtime/pangolin/src/pallets/parachain_system.rs +++ b/runtime/pangolin/src/pallets/parachain_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/polkadot_xcm.rs b/runtime/pangolin/src/pallets/polkadot_xcm.rs index 0164d8693..528bfc531 100644 --- a/runtime/pangolin/src/pallets/polkadot_xcm.rs +++ b/runtime/pangolin/src/pallets/polkadot_xcm.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/preimage.rs b/runtime/pangolin/src/pallets/preimage.rs index 69fff06fc..4fa3a5843 100644 --- a/runtime/pangolin/src/pallets/preimage.rs +++ b/runtime/pangolin/src/pallets/preimage.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/proxy.rs b/runtime/pangolin/src/pallets/proxy.rs index 172ea4e89..7f24a7d91 100644 --- a/runtime/pangolin/src/pallets/proxy.rs +++ b/runtime/pangolin/src/pallets/proxy.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/scheduler.rs b/runtime/pangolin/src/pallets/scheduler.rs index 17aded6e8..ea698235d 100644 --- a/runtime/pangolin/src/pallets/scheduler.rs +++ b/runtime/pangolin/src/pallets/scheduler.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/session.rs b/runtime/pangolin/src/pallets/session.rs index 3e16fbf61..b606487ec 100644 --- a/runtime/pangolin/src/pallets/session.rs +++ b/runtime/pangolin/src/pallets/session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/staking.rs b/runtime/pangolin/src/pallets/staking.rs index d2b40f445..e78df2672 100644 --- a/runtime/pangolin/src/pallets/staking.rs +++ b/runtime/pangolin/src/pallets/staking.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/sudo.rs b/runtime/pangolin/src/pallets/sudo.rs index e66cda23f..fbefaf4c7 100644 --- a/runtime/pangolin/src/pallets/sudo.rs +++ b/runtime/pangolin/src/pallets/sudo.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/system.rs b/runtime/pangolin/src/pallets/system.rs index bb07e9fea..990a59ce1 100644 --- a/runtime/pangolin/src/pallets/system.rs +++ b/runtime/pangolin/src/pallets/system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/timestamp.rs b/runtime/pangolin/src/pallets/timestamp.rs index 9bf543250..3443326fa 100644 --- a/runtime/pangolin/src/pallets/timestamp.rs +++ b/runtime/pangolin/src/pallets/timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/tips.rs b/runtime/pangolin/src/pallets/tips.rs index 83f8cfb89..6500a1b3a 100644 --- a/runtime/pangolin/src/pallets/tips.rs +++ b/runtime/pangolin/src/pallets/tips.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/transaction_payment.rs b/runtime/pangolin/src/pallets/transaction_payment.rs index 85b2d11c5..970135a54 100644 --- a/runtime/pangolin/src/pallets/transaction_payment.rs +++ b/runtime/pangolin/src/pallets/transaction_payment.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/treasury.rs b/runtime/pangolin/src/pallets/treasury.rs index 901df24b5..3febca02f 100644 --- a/runtime/pangolin/src/pallets/treasury.rs +++ b/runtime/pangolin/src/pallets/treasury.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/utility.rs b/runtime/pangolin/src/pallets/utility.rs index 8bcc96517..2c0f49ddf 100644 --- a/runtime/pangolin/src/pallets/utility.rs +++ b/runtime/pangolin/src/pallets/utility.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/vesting.rs b/runtime/pangolin/src/pallets/vesting.rs index 406b6956f..0ab19e7ff 100644 --- a/runtime/pangolin/src/pallets/vesting.rs +++ b/runtime/pangolin/src/pallets/vesting.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/pallets/xcmp_queue.rs b/runtime/pangolin/src/pallets/xcmp_queue.rs index 24be8be1a..e90975a6c 100644 --- a/runtime/pangolin/src/pallets/xcmp_queue.rs +++ b/runtime/pangolin/src/pallets/xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/pangolin/src/weights/cumulus_pallet_xcmp_queue.rs index d018169e2..3271b31e4 100644 --- a/runtime/pangolin/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/pangolin/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/frame_system.rs b/runtime/pangolin/src/weights/frame_system.rs index b074be2fc..2361f7517 100644 --- a/runtime/pangolin/src/weights/frame_system.rs +++ b/runtime/pangolin/src/weights/frame_system.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/mod.rs b/runtime/pangolin/src/weights/mod.rs index 5856c3a7f..caf9386da 100644 --- a/runtime/pangolin/src/weights/mod.rs +++ b/runtime/pangolin/src/weights/mod.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/pallet_balances.rs b/runtime/pangolin/src/weights/pallet_balances.rs index 830c7c8cb..f7acd35fb 100644 --- a/runtime/pangolin/src/weights/pallet_balances.rs +++ b/runtime/pangolin/src/weights/pallet_balances.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/pallet_session.rs b/runtime/pangolin/src/weights/pallet_session.rs index f776ff689..25b1d6d3e 100644 --- a/runtime/pangolin/src/weights/pallet_session.rs +++ b/runtime/pangolin/src/weights/pallet_session.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify diff --git a/runtime/pangolin/src/weights/pallet_timestamp.rs b/runtime/pangolin/src/weights/pallet_timestamp.rs index fba28a6b0..7f420bd5a 100644 --- a/runtime/pangolin/src/weights/pallet_timestamp.rs +++ b/runtime/pangolin/src/weights/pallet_timestamp.rs @@ -1,6 +1,6 @@ // This file is part of Darwinia. // -// Copyright (C) 2018-2022 Darwinia Network +// Copyright (C) 2018-2023 Darwinia Network // SPDX-License-Identifier: GPL-3.0 // // Darwinia is free software: you can redistribute it and/or modify