From d8612346d4755a73501224d9b678613e425d8537 Mon Sep 17 00:00:00 2001 From: Albrecht Date: Thu, 5 Jan 2023 15:20:30 +0100 Subject: [PATCH] chore: update 2023 (#445) ## related https://github.com/KILTprotocol/ticket/issues/2356 ## Checklist: - [ ] I have verified that the code works - [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use `get(3)`, ...) - [ ] I have verified that the code is easy to understand - [ ] If not, I have left a well-balanced amount of inline comments - [ ] I have [left the code in a better state](https://deviq.com/principles/boy-scout-rule) - [ ] I have documented the changes (where applicable) --- .maintain/runtime-weight-template.hbs | 2 +- .maintain/weight-template.hbs | 2 +- HEADER-GPL | 2 +- crates/assets/src/asset.rs | 2 +- crates/assets/src/chain.rs | 2 +- crates/assets/src/errors.rs | 2 +- crates/assets/src/lib.rs | 2 +- crates/assets/src/v1.rs | 2 +- nodes/parachain/build.rs | 2 +- nodes/parachain/src/chain_spec.rs | 2 +- nodes/parachain/src/chain_spec/clone.rs | 2 +- nodes/parachain/src/chain_spec/peregrine.rs | 2 +- nodes/parachain/src/chain_spec/spiritnet.rs | 2 +- nodes/parachain/src/cli.rs | 2 +- nodes/parachain/src/command.rs | 2 +- nodes/parachain/src/main.rs | 2 +- nodes/parachain/src/rpc.rs | 2 +- nodes/parachain/src/service.rs | 2 +- nodes/standalone/build.rs | 2 +- nodes/standalone/src/benchmarking.rs | 2 +- nodes/standalone/src/chain_spec.rs | 2 +- nodes/standalone/src/cli.rs | 2 +- nodes/standalone/src/command.rs | 2 +- nodes/standalone/src/main.rs | 2 +- nodes/standalone/src/rpc.rs | 2 +- nodes/standalone/src/service.rs | 2 +- pallets/attestation/src/access_control.rs | 2 +- pallets/attestation/src/attestations.rs | 2 +- pallets/attestation/src/benchmarking.rs | 2 +- pallets/attestation/src/default_weights.rs | 2 +- pallets/attestation/src/lib.rs | 2 +- pallets/attestation/src/mock.rs | 2 +- pallets/attestation/src/tests.rs | 2 +- pallets/ctype/src/benchmarking.rs | 2 +- pallets/ctype/src/default_weights.rs | 2 +- pallets/ctype/src/lib.rs | 2 +- pallets/ctype/src/mock.rs | 2 +- pallets/ctype/src/tests.rs | 2 +- pallets/delegation/src/access_control.rs | 2 +- pallets/delegation/src/benchmarking.rs | 2 +- pallets/delegation/src/default_weights.rs | 2 +- pallets/delegation/src/delegation_hierarchy.rs | 2 +- pallets/delegation/src/lib.rs | 2 +- pallets/delegation/src/mock.rs | 2 +- pallets/delegation/src/tests.rs | 2 +- pallets/did/src/benchmarking.rs | 2 +- pallets/did/src/default_weights.rs | 2 +- pallets/did/src/did_details.rs | 2 +- pallets/did/src/errors.rs | 2 +- pallets/did/src/lib.rs | 2 +- pallets/did/src/mock.rs | 2 +- pallets/did/src/mock_utils.rs | 2 +- pallets/did/src/origin.rs | 2 +- pallets/did/src/service_endpoints.rs | 2 +- pallets/did/src/signature.rs | 2 +- pallets/did/src/tests.rs | 2 +- pallets/did/src/utils.rs | 2 +- pallets/pallet-did-lookup/src/account.rs | 2 +- pallets/pallet-did-lookup/src/associate_account_request.rs | 2 +- pallets/pallet-did-lookup/src/benchmarking.rs | 2 +- pallets/pallet-did-lookup/src/connection_record.rs | 2 +- pallets/pallet-did-lookup/src/default_weights.rs | 4 ++-- pallets/pallet-did-lookup/src/lib.rs | 2 +- pallets/pallet-did-lookup/src/linkable_account.rs | 2 +- pallets/pallet-did-lookup/src/migrations.rs | 2 +- pallets/pallet-did-lookup/src/mock.rs | 2 +- pallets/pallet-did-lookup/src/signature.rs | 2 +- pallets/pallet-did-lookup/src/tests.rs | 2 +- pallets/pallet-inflation/src/benchmarking.rs | 2 +- pallets/pallet-inflation/src/default_weights.rs | 2 +- pallets/pallet-inflation/src/lib.rs | 2 +- pallets/pallet-inflation/src/mock.rs | 2 +- pallets/pallet-inflation/src/tests.rs | 2 +- pallets/pallet-web3-names/src/benchmarking.rs | 2 +- pallets/pallet-web3-names/src/default_weights.rs | 2 +- pallets/pallet-web3-names/src/lib.rs | 2 +- pallets/pallet-web3-names/src/mock.rs | 2 +- pallets/pallet-web3-names/src/tests.rs | 2 +- pallets/pallet-web3-names/src/web3_name.rs | 2 +- pallets/parachain-staking/src/api.rs | 2 +- pallets/parachain-staking/src/benchmarking.rs | 2 +- pallets/parachain-staking/src/default_weights.rs | 2 +- pallets/parachain-staking/src/inflation.rs | 2 +- pallets/parachain-staking/src/lib.rs | 2 +- pallets/parachain-staking/src/migration.rs | 2 +- pallets/parachain-staking/src/mock.rs | 2 +- pallets/parachain-staking/src/set.rs | 2 +- pallets/parachain-staking/src/tests.rs | 2 +- pallets/parachain-staking/src/types.rs | 2 +- pallets/public-credentials/src/access_control.rs | 2 +- pallets/public-credentials/src/benchmarking.rs | 2 +- pallets/public-credentials/src/credentials.rs | 2 +- pallets/public-credentials/src/default_weights.rs | 2 +- pallets/public-credentials/src/lib.rs | 2 +- pallets/public-credentials/src/mock.rs | 2 +- pallets/public-credentials/src/tests.rs | 2 +- runtime-api/did/src/did_details.rs | 2 +- runtime-api/did/src/lib.rs | 2 +- runtime-api/did/src/service_endpoint.rs | 2 +- runtime-api/public-credentials/src/lib.rs | 2 +- runtime-api/staking/src/lib.rs | 2 +- runtimes/clone/build.rs | 2 +- runtimes/clone/src/lib.rs | 2 +- runtimes/clone/src/weights/frame_system.rs | 2 +- runtimes/clone/src/weights/mod.rs | 2 +- runtimes/clone/src/weights/pallet_balances.rs | 2 +- runtimes/clone/src/weights/pallet_session.rs | 2 +- runtimes/clone/src/weights/pallet_timestamp.rs | 2 +- runtimes/clone/src/weights/pallet_utility.rs | 2 +- runtimes/clone/src/xcm_config.rs | 2 +- runtimes/common/src/assets.rs | 2 +- runtimes/common/src/authorization.rs | 2 +- runtimes/common/src/benchmarks.rs | 2 +- runtimes/common/src/constants.rs | 2 +- runtimes/common/src/errors.rs | 2 +- runtimes/common/src/fees.rs | 2 +- runtimes/common/src/lib.rs | 2 +- runtimes/common/src/migrations.rs | 2 +- runtimes/common/src/pallet_id.rs | 2 +- runtimes/common/src/xcm_config.rs | 2 +- runtimes/peregrine/build.rs | 2 +- runtimes/peregrine/src/lib.rs | 2 +- runtimes/peregrine/src/tests.rs | 2 +- runtimes/peregrine/src/weights/attestation.rs | 2 +- runtimes/peregrine/src/weights/ctype.rs | 2 +- runtimes/peregrine/src/weights/delegation.rs | 2 +- runtimes/peregrine/src/weights/did.rs | 2 +- runtimes/peregrine/src/weights/frame_system.rs | 2 +- runtimes/peregrine/src/weights/mod.rs | 2 +- runtimes/peregrine/src/weights/pallet_balances.rs | 2 +- runtimes/peregrine/src/weights/pallet_collective.rs | 2 +- runtimes/peregrine/src/weights/pallet_democracy.rs | 2 +- runtimes/peregrine/src/weights/pallet_did_lookup.rs | 2 +- runtimes/peregrine/src/weights/pallet_indices.rs | 2 +- runtimes/peregrine/src/weights/pallet_inflation.rs | 2 +- runtimes/peregrine/src/weights/pallet_membership.rs | 2 +- runtimes/peregrine/src/weights/pallet_preimage.rs | 2 +- runtimes/peregrine/src/weights/pallet_proxy.rs | 2 +- runtimes/peregrine/src/weights/pallet_scheduler.rs | 2 +- runtimes/peregrine/src/weights/pallet_session.rs | 2 +- runtimes/peregrine/src/weights/pallet_timestamp.rs | 2 +- runtimes/peregrine/src/weights/pallet_tips.rs | 2 +- runtimes/peregrine/src/weights/pallet_treasury.rs | 2 +- runtimes/peregrine/src/weights/pallet_utility.rs | 2 +- runtimes/peregrine/src/weights/pallet_vesting.rs | 2 +- runtimes/peregrine/src/weights/pallet_web3_names.rs | 2 +- runtimes/peregrine/src/weights/parachain_staking.rs | 2 +- runtimes/peregrine/src/weights/public_credentials.rs | 2 +- runtimes/peregrine/src/xcm_config.rs | 2 +- runtimes/spiritnet/build.rs | 2 +- runtimes/spiritnet/src/lib.rs | 2 +- runtimes/spiritnet/src/tests.rs | 2 +- runtimes/spiritnet/src/weights/attestation.rs | 2 +- runtimes/spiritnet/src/weights/ctype.rs | 2 +- runtimes/spiritnet/src/weights/delegation.rs | 2 +- runtimes/spiritnet/src/weights/did.rs | 2 +- runtimes/spiritnet/src/weights/frame_system.rs | 2 +- runtimes/spiritnet/src/weights/mod.rs | 2 +- runtimes/spiritnet/src/weights/pallet_balances.rs | 2 +- runtimes/spiritnet/src/weights/pallet_collective.rs | 2 +- runtimes/spiritnet/src/weights/pallet_democracy.rs | 2 +- runtimes/spiritnet/src/weights/pallet_did_lookup.rs | 2 +- runtimes/spiritnet/src/weights/pallet_indices.rs | 2 +- runtimes/spiritnet/src/weights/pallet_inflation.rs | 2 +- runtimes/spiritnet/src/weights/pallet_membership.rs | 2 +- runtimes/spiritnet/src/weights/pallet_preimage.rs | 2 +- runtimes/spiritnet/src/weights/pallet_proxy.rs | 2 +- runtimes/spiritnet/src/weights/pallet_scheduler.rs | 2 +- runtimes/spiritnet/src/weights/pallet_session.rs | 2 +- runtimes/spiritnet/src/weights/pallet_timestamp.rs | 2 +- runtimes/spiritnet/src/weights/pallet_tips.rs | 2 +- runtimes/spiritnet/src/weights/pallet_treasury.rs | 2 +- runtimes/spiritnet/src/weights/pallet_utility.rs | 2 +- runtimes/spiritnet/src/weights/pallet_vesting.rs | 2 +- runtimes/spiritnet/src/weights/pallet_web3_names.rs | 2 +- runtimes/spiritnet/src/weights/parachain_staking.rs | 2 +- runtimes/spiritnet/src/weights/public_credentials.rs | 2 +- runtimes/spiritnet/src/xcm_config.rs | 2 +- runtimes/standalone/build.rs | 2 +- runtimes/standalone/src/lib.rs | 2 +- rust-toolchain.toml | 2 +- scripts/init.sh | 6 +++--- support/src/deposit.rs | 2 +- support/src/lib.rs | 2 +- support/src/mock.rs | 2 +- support/src/signature.rs | 2 +- support/src/traits.rs | 2 +- 187 files changed, 190 insertions(+), 190 deletions(-) diff --git a/.maintain/runtime-weight-template.hbs b/.maintain/runtime-weight-template.hbs index a81c0f2fc..4f92c493a 100644 --- a/.maintain/runtime-weight-template.hbs +++ b/.maintain/runtime-weight-template.hbs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/.maintain/weight-template.hbs b/.maintain/weight-template.hbs index 68a98f1d1..376cc659c 100644 --- a/.maintain/weight-template.hbs +++ b/.maintain/weight-template.hbs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/HEADER-GPL b/HEADER-GPL index 93d54fefd..79e74681a 100644 --- a/HEADER-GPL +++ b/HEADER-GPL @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/crates/assets/src/asset.rs b/crates/assets/src/asset.rs index 413adb10b..60b7e2b7d 100644 --- a/crates/assets/src/asset.rs +++ b/crates/assets/src/asset.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/crates/assets/src/chain.rs b/crates/assets/src/chain.rs index 7f081ee18..cb26ff947 100644 --- a/crates/assets/src/chain.rs +++ b/crates/assets/src/chain.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/crates/assets/src/errors.rs b/crates/assets/src/errors.rs index 039937de5..2fa01509e 100644 --- a/crates/assets/src/errors.rs +++ b/crates/assets/src/errors.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/crates/assets/src/lib.rs b/crates/assets/src/lib.rs index 994ae5bad..086af5e54 100644 --- a/crates/assets/src/lib.rs +++ b/crates/assets/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/crates/assets/src/v1.rs b/crates/assets/src/v1.rs index 487225f27..c2b73fc4c 100644 --- a/crates/assets/src/v1.rs +++ b/crates/assets/src/v1.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/build.rs b/nodes/parachain/build.rs index 5baa7a72c..de1939cc2 100644 --- a/nodes/parachain/build.rs +++ b/nodes/parachain/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/chain_spec.rs b/nodes/parachain/src/chain_spec.rs index 9463f84be..20426c482 100644 --- a/nodes/parachain/src/chain_spec.rs +++ b/nodes/parachain/src/chain_spec.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/chain_spec/clone.rs b/nodes/parachain/src/chain_spec/clone.rs index e10517026..a3ca6dee8 100644 --- a/nodes/parachain/src/chain_spec/clone.rs +++ b/nodes/parachain/src/chain_spec/clone.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/chain_spec/peregrine.rs b/nodes/parachain/src/chain_spec/peregrine.rs index a82d99003..1278671ea 100644 --- a/nodes/parachain/src/chain_spec/peregrine.rs +++ b/nodes/parachain/src/chain_spec/peregrine.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/chain_spec/spiritnet.rs b/nodes/parachain/src/chain_spec/spiritnet.rs index 9e16d0f06..9f9051194 100644 --- a/nodes/parachain/src/chain_spec/spiritnet.rs +++ b/nodes/parachain/src/chain_spec/spiritnet.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/cli.rs b/nodes/parachain/src/cli.rs index 71afb4b0c..7aa3c6d07 100644 --- a/nodes/parachain/src/cli.rs +++ b/nodes/parachain/src/cli.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/command.rs b/nodes/parachain/src/command.rs index b36d28854..b71dc2fd1 100644 --- a/nodes/parachain/src/command.rs +++ b/nodes/parachain/src/command.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/main.rs b/nodes/parachain/src/main.rs index 0c1b4aaa6..60ff803b4 100644 --- a/nodes/parachain/src/main.rs +++ b/nodes/parachain/src/main.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/rpc.rs b/nodes/parachain/src/rpc.rs index 7b1a45272..2305cc6f1 100644 --- a/nodes/parachain/src/rpc.rs +++ b/nodes/parachain/src/rpc.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/parachain/src/service.rs b/nodes/parachain/src/service.rs index 06dd73cad..bc1171e11 100644 --- a/nodes/parachain/src/service.rs +++ b/nodes/parachain/src/service.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/build.rs b/nodes/standalone/build.rs index 531baa940..961231c47 100644 --- a/nodes/standalone/build.rs +++ b/nodes/standalone/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/benchmarking.rs b/nodes/standalone/src/benchmarking.rs index 361f70fdc..e6936f9e5 100644 --- a/nodes/standalone/src/benchmarking.rs +++ b/nodes/standalone/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/chain_spec.rs b/nodes/standalone/src/chain_spec.rs index defe96c9e..c18a2da01 100644 --- a/nodes/standalone/src/chain_spec.rs +++ b/nodes/standalone/src/chain_spec.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/cli.rs b/nodes/standalone/src/cli.rs index aad8b23d6..8050c5960 100644 --- a/nodes/standalone/src/cli.rs +++ b/nodes/standalone/src/cli.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/command.rs b/nodes/standalone/src/command.rs index a7f426d49..e01fbee59 100644 --- a/nodes/standalone/src/command.rs +++ b/nodes/standalone/src/command.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/main.rs b/nodes/standalone/src/main.rs index b92cbf528..80da0a834 100644 --- a/nodes/standalone/src/main.rs +++ b/nodes/standalone/src/main.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/rpc.rs b/nodes/standalone/src/rpc.rs index a75488489..7ade91b62 100644 --- a/nodes/standalone/src/rpc.rs +++ b/nodes/standalone/src/rpc.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/nodes/standalone/src/service.rs b/nodes/standalone/src/service.rs index 78e2eda96..a99ef1b58 100644 --- a/nodes/standalone/src/service.rs +++ b/nodes/standalone/src/service.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/access_control.rs b/pallets/attestation/src/access_control.rs index cb80b5654..ce22f25bc 100644 --- a/pallets/attestation/src/access_control.rs +++ b/pallets/attestation/src/access_control.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/attestations.rs b/pallets/attestation/src/attestations.rs index 0b656ab59..349c930b0 100644 --- a/pallets/attestation/src/attestations.rs +++ b/pallets/attestation/src/attestations.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/benchmarking.rs b/pallets/attestation/src/benchmarking.rs index b5d09c4d2..456ee86cf 100644 --- a/pallets/attestation/src/benchmarking.rs +++ b/pallets/attestation/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/default_weights.rs b/pallets/attestation/src/default_weights.rs index f3b896a11..715e51cae 100644 --- a/pallets/attestation/src/default_weights.rs +++ b/pallets/attestation/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/lib.rs b/pallets/attestation/src/lib.rs index e4fd04995..b194c7cae 100644 --- a/pallets/attestation/src/lib.rs +++ b/pallets/attestation/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/mock.rs b/pallets/attestation/src/mock.rs index 3417c805b..510f5f647 100644 --- a/pallets/attestation/src/mock.rs +++ b/pallets/attestation/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/attestation/src/tests.rs b/pallets/attestation/src/tests.rs index edcdd10db..39a953b94 100644 --- a/pallets/attestation/src/tests.rs +++ b/pallets/attestation/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/ctype/src/benchmarking.rs b/pallets/ctype/src/benchmarking.rs index a28689582..feea85cb1 100644 --- a/pallets/ctype/src/benchmarking.rs +++ b/pallets/ctype/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/ctype/src/default_weights.rs b/pallets/ctype/src/default_weights.rs index 49598a802..fafe55643 100644 --- a/pallets/ctype/src/default_weights.rs +++ b/pallets/ctype/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/ctype/src/lib.rs b/pallets/ctype/src/lib.rs index 05c898563..0654dd744 100644 --- a/pallets/ctype/src/lib.rs +++ b/pallets/ctype/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/ctype/src/mock.rs b/pallets/ctype/src/mock.rs index 1e5bbfb51..eb81a6bcc 100644 --- a/pallets/ctype/src/mock.rs +++ b/pallets/ctype/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/ctype/src/tests.rs b/pallets/ctype/src/tests.rs index 936da2f26..4faff48cc 100644 --- a/pallets/ctype/src/tests.rs +++ b/pallets/ctype/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/access_control.rs b/pallets/delegation/src/access_control.rs index 0d20124d3..f48510eaa 100644 --- a/pallets/delegation/src/access_control.rs +++ b/pallets/delegation/src/access_control.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/benchmarking.rs b/pallets/delegation/src/benchmarking.rs index 2c0580e05..7a144ab2d 100644 --- a/pallets/delegation/src/benchmarking.rs +++ b/pallets/delegation/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/default_weights.rs b/pallets/delegation/src/default_weights.rs index 8e9099f7b..7d021c3cb 100644 --- a/pallets/delegation/src/default_weights.rs +++ b/pallets/delegation/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/delegation_hierarchy.rs b/pallets/delegation/src/delegation_hierarchy.rs index cc839aef4..a7f2cf0d8 100644 --- a/pallets/delegation/src/delegation_hierarchy.rs +++ b/pallets/delegation/src/delegation_hierarchy.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/lib.rs b/pallets/delegation/src/lib.rs index 5a6f91234..0e60ee534 100644 --- a/pallets/delegation/src/lib.rs +++ b/pallets/delegation/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/mock.rs b/pallets/delegation/src/mock.rs index 720039fde..d98616665 100644 --- a/pallets/delegation/src/mock.rs +++ b/pallets/delegation/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/delegation/src/tests.rs b/pallets/delegation/src/tests.rs index e25560743..08b8d9e6c 100644 --- a/pallets/delegation/src/tests.rs +++ b/pallets/delegation/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/benchmarking.rs b/pallets/did/src/benchmarking.rs index 13fb0a63e..e10251d28 100644 --- a/pallets/did/src/benchmarking.rs +++ b/pallets/did/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/default_weights.rs b/pallets/did/src/default_weights.rs index e2b5e09e1..673c7fd65 100644 --- a/pallets/did/src/default_weights.rs +++ b/pallets/did/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/did_details.rs b/pallets/did/src/did_details.rs index bf0ed121c..459380946 100644 --- a/pallets/did/src/did_details.rs +++ b/pallets/did/src/did_details.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/errors.rs b/pallets/did/src/errors.rs index 0e883ed13..bef48807e 100644 --- a/pallets/did/src/errors.rs +++ b/pallets/did/src/errors.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/lib.rs b/pallets/did/src/lib.rs index fd210d64a..1e831e3de 100644 --- a/pallets/did/src/lib.rs +++ b/pallets/did/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/mock.rs b/pallets/did/src/mock.rs index 969b5c5ee..db38ed8a7 100644 --- a/pallets/did/src/mock.rs +++ b/pallets/did/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/mock_utils.rs b/pallets/did/src/mock_utils.rs index 0a3ca10f8..beae70541 100644 --- a/pallets/did/src/mock_utils.rs +++ b/pallets/did/src/mock_utils.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/origin.rs b/pallets/did/src/origin.rs index 2dbc75d6d..03ce6bd6f 100644 --- a/pallets/did/src/origin.rs +++ b/pallets/did/src/origin.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/service_endpoints.rs b/pallets/did/src/service_endpoints.rs index 87ffe1102..e3b682ca3 100644 --- a/pallets/did/src/service_endpoints.rs +++ b/pallets/did/src/service_endpoints.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/signature.rs b/pallets/did/src/signature.rs index 48a3e6d34..ef699763e 100644 --- a/pallets/did/src/signature.rs +++ b/pallets/did/src/signature.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/tests.rs b/pallets/did/src/tests.rs index 33066c0e4..00b674ae6 100644 --- a/pallets/did/src/tests.rs +++ b/pallets/did/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/did/src/utils.rs b/pallets/did/src/utils.rs index 011ca406b..52ddfcb6b 100644 --- a/pallets/did/src/utils.rs +++ b/pallets/did/src/utils.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/account.rs b/pallets/pallet-did-lookup/src/account.rs index 057bc7f1c..b9f5d196f 100644 --- a/pallets/pallet-did-lookup/src/account.rs +++ b/pallets/pallet-did-lookup/src/account.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/associate_account_request.rs b/pallets/pallet-did-lookup/src/associate_account_request.rs index 684c5c285..023f9570d 100644 --- a/pallets/pallet-did-lookup/src/associate_account_request.rs +++ b/pallets/pallet-did-lookup/src/associate_account_request.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/benchmarking.rs b/pallets/pallet-did-lookup/src/benchmarking.rs index c70379560..7e210241c 100644 --- a/pallets/pallet-did-lookup/src/benchmarking.rs +++ b/pallets/pallet-did-lookup/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/connection_record.rs b/pallets/pallet-did-lookup/src/connection_record.rs index 6ef64ee5e..024c2ee8a 100644 --- a/pallets/pallet-did-lookup/src/connection_record.rs +++ b/pallets/pallet-did-lookup/src/connection_record.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/default_weights.rs b/pallets/pallet-did-lookup/src/default_weights.rs index 88fab90e7..c9caccfbe 100644 --- a/pallets/pallet-did-lookup/src/default_weights.rs +++ b/pallets/pallet-did-lookup/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -205,4 +205,4 @@ impl WeightInfo for () { .saturating_add(RocksDbWeight::get().reads(2 as u64)) .saturating_add(RocksDbWeight::get().writes(2 as u64)) } -} \ No newline at end of file +} diff --git a/pallets/pallet-did-lookup/src/lib.rs b/pallets/pallet-did-lookup/src/lib.rs index aedbf57ad..3b9dd5ce4 100644 --- a/pallets/pallet-did-lookup/src/lib.rs +++ b/pallets/pallet-did-lookup/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/linkable_account.rs b/pallets/pallet-did-lookup/src/linkable_account.rs index 927ebffa8..8f62694e0 100644 --- a/pallets/pallet-did-lookup/src/linkable_account.rs +++ b/pallets/pallet-did-lookup/src/linkable_account.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/migrations.rs b/pallets/pallet-did-lookup/src/migrations.rs index 9297997ef..7608fbf93 100644 --- a/pallets/pallet-did-lookup/src/migrations.rs +++ b/pallets/pallet-did-lookup/src/migrations.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/mock.rs b/pallets/pallet-did-lookup/src/mock.rs index 43b408cca..34e72d41e 100644 --- a/pallets/pallet-did-lookup/src/mock.rs +++ b/pallets/pallet-did-lookup/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/signature.rs b/pallets/pallet-did-lookup/src/signature.rs index f2ab1a9af..5775506b1 100644 --- a/pallets/pallet-did-lookup/src/signature.rs +++ b/pallets/pallet-did-lookup/src/signature.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-did-lookup/src/tests.rs b/pallets/pallet-did-lookup/src/tests.rs index 1dd7f3f50..b6bb6552f 100644 --- a/pallets/pallet-did-lookup/src/tests.rs +++ b/pallets/pallet-did-lookup/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-inflation/src/benchmarking.rs b/pallets/pallet-inflation/src/benchmarking.rs index 1532e941b..13613a46a 100644 --- a/pallets/pallet-inflation/src/benchmarking.rs +++ b/pallets/pallet-inflation/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-inflation/src/default_weights.rs b/pallets/pallet-inflation/src/default_weights.rs index 83e4ea08a..b8dbb3c07 100644 --- a/pallets/pallet-inflation/src/default_weights.rs +++ b/pallets/pallet-inflation/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-inflation/src/lib.rs b/pallets/pallet-inflation/src/lib.rs index 18e973b6f..f05a132ff 100644 --- a/pallets/pallet-inflation/src/lib.rs +++ b/pallets/pallet-inflation/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-inflation/src/mock.rs b/pallets/pallet-inflation/src/mock.rs index c1998e048..10c66444c 100644 --- a/pallets/pallet-inflation/src/mock.rs +++ b/pallets/pallet-inflation/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-inflation/src/tests.rs b/pallets/pallet-inflation/src/tests.rs index ab2423aa8..a44678dff 100644 --- a/pallets/pallet-inflation/src/tests.rs +++ b/pallets/pallet-inflation/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/benchmarking.rs b/pallets/pallet-web3-names/src/benchmarking.rs index 4ccf6128d..ba031d08e 100644 --- a/pallets/pallet-web3-names/src/benchmarking.rs +++ b/pallets/pallet-web3-names/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/default_weights.rs b/pallets/pallet-web3-names/src/default_weights.rs index d330a908f..bcf992c3d 100644 --- a/pallets/pallet-web3-names/src/default_weights.rs +++ b/pallets/pallet-web3-names/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/lib.rs b/pallets/pallet-web3-names/src/lib.rs index 447d7205c..2b1e5eecd 100644 --- a/pallets/pallet-web3-names/src/lib.rs +++ b/pallets/pallet-web3-names/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/mock.rs b/pallets/pallet-web3-names/src/mock.rs index 07fdcc0a3..bc6bf4b35 100644 --- a/pallets/pallet-web3-names/src/mock.rs +++ b/pallets/pallet-web3-names/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/tests.rs b/pallets/pallet-web3-names/src/tests.rs index ef6f555bc..73a3bcadb 100644 --- a/pallets/pallet-web3-names/src/tests.rs +++ b/pallets/pallet-web3-names/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/pallet-web3-names/src/web3_name.rs b/pallets/pallet-web3-names/src/web3_name.rs index 3fd7966e4..68999b210 100644 --- a/pallets/pallet-web3-names/src/web3_name.rs +++ b/pallets/pallet-web3-names/src/web3_name.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/api.rs b/pallets/parachain-staking/src/api.rs index 3f1c518f4..310d9721a 100644 --- a/pallets/parachain-staking/src/api.rs +++ b/pallets/parachain-staking/src/api.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/benchmarking.rs b/pallets/parachain-staking/src/benchmarking.rs index 96e000b2a..875a994ff 100644 --- a/pallets/parachain-staking/src/benchmarking.rs +++ b/pallets/parachain-staking/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/default_weights.rs b/pallets/parachain-staking/src/default_weights.rs index 970f026e4..40220b9cc 100644 --- a/pallets/parachain-staking/src/default_weights.rs +++ b/pallets/parachain-staking/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/inflation.rs b/pallets/parachain-staking/src/inflation.rs index 409b334d4..3e2e9fb5f 100644 --- a/pallets/parachain-staking/src/inflation.rs +++ b/pallets/parachain-staking/src/inflation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/lib.rs b/pallets/parachain-staking/src/lib.rs index 64e401af3..8f6273f7f 100644 --- a/pallets/parachain-staking/src/lib.rs +++ b/pallets/parachain-staking/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/migration.rs b/pallets/parachain-staking/src/migration.rs index 93d54fefd..79e74681a 100644 --- a/pallets/parachain-staking/src/migration.rs +++ b/pallets/parachain-staking/src/migration.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/mock.rs b/pallets/parachain-staking/src/mock.rs index 92acfa6e4..4e3e23169 100644 --- a/pallets/parachain-staking/src/mock.rs +++ b/pallets/parachain-staking/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/set.rs b/pallets/parachain-staking/src/set.rs index 9ac86d737..04a9cff9e 100644 --- a/pallets/parachain-staking/src/set.rs +++ b/pallets/parachain-staking/src/set.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index 53a461c0e..bfcf96c52 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/parachain-staking/src/types.rs b/pallets/parachain-staking/src/types.rs index 9c0fffe52..eff97ae17 100644 --- a/pallets/parachain-staking/src/types.rs +++ b/pallets/parachain-staking/src/types.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/access_control.rs b/pallets/public-credentials/src/access_control.rs index dec37d689..4dcbc2e3d 100644 --- a/pallets/public-credentials/src/access_control.rs +++ b/pallets/public-credentials/src/access_control.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/benchmarking.rs b/pallets/public-credentials/src/benchmarking.rs index 0525cd3dd..fa9b96a7f 100644 --- a/pallets/public-credentials/src/benchmarking.rs +++ b/pallets/public-credentials/src/benchmarking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/credentials.rs b/pallets/public-credentials/src/credentials.rs index 944f6f9ef..4b7a204ec 100644 --- a/pallets/public-credentials/src/credentials.rs +++ b/pallets/public-credentials/src/credentials.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/default_weights.rs b/pallets/public-credentials/src/default_weights.rs index 2a6ad203b..3a4ab99ef 100644 --- a/pallets/public-credentials/src/default_weights.rs +++ b/pallets/public-credentials/src/default_weights.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/lib.rs b/pallets/public-credentials/src/lib.rs index 33796119b..c654215fd 100644 --- a/pallets/public-credentials/src/lib.rs +++ b/pallets/public-credentials/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/mock.rs b/pallets/public-credentials/src/mock.rs index 75d8579ce..b8aeadbc2 100644 --- a/pallets/public-credentials/src/mock.rs +++ b/pallets/public-credentials/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/public-credentials/src/tests.rs b/pallets/public-credentials/src/tests.rs index d1ca84e47..c2e246580 100644 --- a/pallets/public-credentials/src/tests.rs +++ b/pallets/public-credentials/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime-api/did/src/did_details.rs b/runtime-api/did/src/did_details.rs index 985e28b09..06ac8c089 100644 --- a/runtime-api/did/src/did_details.rs +++ b/runtime-api/did/src/did_details.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime-api/did/src/lib.rs b/runtime-api/did/src/lib.rs index 87efc74dc..0231d618c 100644 --- a/runtime-api/did/src/lib.rs +++ b/runtime-api/did/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime-api/did/src/service_endpoint.rs b/runtime-api/did/src/service_endpoint.rs index 446aed555..fb0f15304 100644 --- a/runtime-api/did/src/service_endpoint.rs +++ b/runtime-api/did/src/service_endpoint.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime-api/public-credentials/src/lib.rs b/runtime-api/public-credentials/src/lib.rs index c78ba04ca..48c52d4cc 100644 --- a/runtime-api/public-credentials/src/lib.rs +++ b/runtime-api/public-credentials/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime-api/staking/src/lib.rs b/runtime-api/staking/src/lib.rs index a0cebe3b2..e2ff51596 100644 --- a/runtime-api/staking/src/lib.rs +++ b/runtime-api/staking/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/build.rs b/runtimes/clone/build.rs index 0563ad639..a39438283 100644 --- a/runtimes/clone/build.rs +++ b/runtimes/clone/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/lib.rs b/runtimes/clone/src/lib.rs index 24bf6b465..1d298e290 100644 --- a/runtimes/clone/src/lib.rs +++ b/runtimes/clone/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/frame_system.rs b/runtimes/clone/src/weights/frame_system.rs index 4700fad78..d5243e4ff 100644 --- a/runtimes/clone/src/weights/frame_system.rs +++ b/runtimes/clone/src/weights/frame_system.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/mod.rs b/runtimes/clone/src/weights/mod.rs index c7a91677b..456b29041 100644 --- a/runtimes/clone/src/weights/mod.rs +++ b/runtimes/clone/src/weights/mod.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/pallet_balances.rs b/runtimes/clone/src/weights/pallet_balances.rs index 7e132ac42..95b20936e 100644 --- a/runtimes/clone/src/weights/pallet_balances.rs +++ b/runtimes/clone/src/weights/pallet_balances.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/pallet_session.rs b/runtimes/clone/src/weights/pallet_session.rs index 0e51d67b4..db96fe888 100644 --- a/runtimes/clone/src/weights/pallet_session.rs +++ b/runtimes/clone/src/weights/pallet_session.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/pallet_timestamp.rs b/runtimes/clone/src/weights/pallet_timestamp.rs index 3b9ca085f..26ca7ae93 100644 --- a/runtimes/clone/src/weights/pallet_timestamp.rs +++ b/runtimes/clone/src/weights/pallet_timestamp.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/weights/pallet_utility.rs b/runtimes/clone/src/weights/pallet_utility.rs index 0b3f023af..966e6221a 100644 --- a/runtimes/clone/src/weights/pallet_utility.rs +++ b/runtimes/clone/src/weights/pallet_utility.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/clone/src/xcm_config.rs b/runtimes/clone/src/xcm_config.rs index e955ca13e..69bac8673 100644 --- a/runtimes/clone/src/xcm_config.rs +++ b/runtimes/clone/src/xcm_config.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/assets.rs b/runtimes/common/src/assets.rs index 3dd2c6b6f..87c04f049 100644 --- a/runtimes/common/src/assets.rs +++ b/runtimes/common/src/assets.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/authorization.rs b/runtimes/common/src/authorization.rs index f7d7144ab..2ea1b101c 100644 --- a/runtimes/common/src/authorization.rs +++ b/runtimes/common/src/authorization.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/benchmarks.rs b/runtimes/common/src/benchmarks.rs index 7bdba9cb0..15ebffa31 100644 --- a/runtimes/common/src/benchmarks.rs +++ b/runtimes/common/src/benchmarks.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/constants.rs b/runtimes/common/src/constants.rs index 0721500f9..97af9605a 100644 --- a/runtimes/common/src/constants.rs +++ b/runtimes/common/src/constants.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/errors.rs b/runtimes/common/src/errors.rs index bcde83aac..7559a307c 100644 --- a/runtimes/common/src/errors.rs +++ b/runtimes/common/src/errors.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/fees.rs b/runtimes/common/src/fees.rs index e1c137da4..66648a9c1 100644 --- a/runtimes/common/src/fees.rs +++ b/runtimes/common/src/fees.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/lib.rs b/runtimes/common/src/lib.rs index 9119921f4..d627b067a 100644 --- a/runtimes/common/src/lib.rs +++ b/runtimes/common/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/migrations.rs b/runtimes/common/src/migrations.rs index 93d54fefd..79e74681a 100644 --- a/runtimes/common/src/migrations.rs +++ b/runtimes/common/src/migrations.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/pallet_id.rs b/runtimes/common/src/pallet_id.rs index 3c20016ff..190a4971c 100644 --- a/runtimes/common/src/pallet_id.rs +++ b/runtimes/common/src/pallet_id.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/common/src/xcm_config.rs b/runtimes/common/src/xcm_config.rs index 370798bdd..249f18734 100644 --- a/runtimes/common/src/xcm_config.rs +++ b/runtimes/common/src/xcm_config.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/build.rs b/runtimes/peregrine/build.rs index 0563ad639..a39438283 100644 --- a/runtimes/peregrine/build.rs +++ b/runtimes/peregrine/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index fcd293115..71352d5e3 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/tests.rs b/runtimes/peregrine/src/tests.rs index 0009a6c1d..d3972142e 100644 --- a/runtimes/peregrine/src/tests.rs +++ b/runtimes/peregrine/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/attestation.rs b/runtimes/peregrine/src/weights/attestation.rs index 7b5fdc5fc..4cf8085d4 100644 --- a/runtimes/peregrine/src/weights/attestation.rs +++ b/runtimes/peregrine/src/weights/attestation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/ctype.rs b/runtimes/peregrine/src/weights/ctype.rs index e27658f54..955569286 100644 --- a/runtimes/peregrine/src/weights/ctype.rs +++ b/runtimes/peregrine/src/weights/ctype.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/delegation.rs b/runtimes/peregrine/src/weights/delegation.rs index 883431d73..b29ea4c60 100644 --- a/runtimes/peregrine/src/weights/delegation.rs +++ b/runtimes/peregrine/src/weights/delegation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/did.rs b/runtimes/peregrine/src/weights/did.rs index 539b483c6..b7741255e 100644 --- a/runtimes/peregrine/src/weights/did.rs +++ b/runtimes/peregrine/src/weights/did.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/frame_system.rs b/runtimes/peregrine/src/weights/frame_system.rs index e9bdcdbb3..906a163b8 100644 --- a/runtimes/peregrine/src/weights/frame_system.rs +++ b/runtimes/peregrine/src/weights/frame_system.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/mod.rs b/runtimes/peregrine/src/weights/mod.rs index a4e81bea0..1935e4e37 100644 --- a/runtimes/peregrine/src/weights/mod.rs +++ b/runtimes/peregrine/src/weights/mod.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_balances.rs b/runtimes/peregrine/src/weights/pallet_balances.rs index f0c40fa24..bcf580e56 100644 --- a/runtimes/peregrine/src/weights/pallet_balances.rs +++ b/runtimes/peregrine/src/weights/pallet_balances.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_collective.rs b/runtimes/peregrine/src/weights/pallet_collective.rs index 260eea1f1..489fcd877 100644 --- a/runtimes/peregrine/src/weights/pallet_collective.rs +++ b/runtimes/peregrine/src/weights/pallet_collective.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_democracy.rs b/runtimes/peregrine/src/weights/pallet_democracy.rs index a5e8e2ae1..e17c00b76 100644 --- a/runtimes/peregrine/src/weights/pallet_democracy.rs +++ b/runtimes/peregrine/src/weights/pallet_democracy.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_did_lookup.rs b/runtimes/peregrine/src/weights/pallet_did_lookup.rs index 53893977a..2ec1cd525 100644 --- a/runtimes/peregrine/src/weights/pallet_did_lookup.rs +++ b/runtimes/peregrine/src/weights/pallet_did_lookup.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_indices.rs b/runtimes/peregrine/src/weights/pallet_indices.rs index aab7ff840..40e31460b 100644 --- a/runtimes/peregrine/src/weights/pallet_indices.rs +++ b/runtimes/peregrine/src/weights/pallet_indices.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_inflation.rs b/runtimes/peregrine/src/weights/pallet_inflation.rs index c7d01ff41..dbee85de2 100644 --- a/runtimes/peregrine/src/weights/pallet_inflation.rs +++ b/runtimes/peregrine/src/weights/pallet_inflation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_membership.rs b/runtimes/peregrine/src/weights/pallet_membership.rs index 3705b96ab..5e8e7fd6b 100644 --- a/runtimes/peregrine/src/weights/pallet_membership.rs +++ b/runtimes/peregrine/src/weights/pallet_membership.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_preimage.rs b/runtimes/peregrine/src/weights/pallet_preimage.rs index e6ae728af..589dd9fd8 100644 --- a/runtimes/peregrine/src/weights/pallet_preimage.rs +++ b/runtimes/peregrine/src/weights/pallet_preimage.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_proxy.rs b/runtimes/peregrine/src/weights/pallet_proxy.rs index 8c079f076..8e78d5a81 100644 --- a/runtimes/peregrine/src/weights/pallet_proxy.rs +++ b/runtimes/peregrine/src/weights/pallet_proxy.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_scheduler.rs b/runtimes/peregrine/src/weights/pallet_scheduler.rs index 761a637d9..f4e945323 100644 --- a/runtimes/peregrine/src/weights/pallet_scheduler.rs +++ b/runtimes/peregrine/src/weights/pallet_scheduler.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_session.rs b/runtimes/peregrine/src/weights/pallet_session.rs index b660da89d..0131d60f4 100644 --- a/runtimes/peregrine/src/weights/pallet_session.rs +++ b/runtimes/peregrine/src/weights/pallet_session.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_timestamp.rs b/runtimes/peregrine/src/weights/pallet_timestamp.rs index bb85b9961..1ab2378ea 100644 --- a/runtimes/peregrine/src/weights/pallet_timestamp.rs +++ b/runtimes/peregrine/src/weights/pallet_timestamp.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_tips.rs b/runtimes/peregrine/src/weights/pallet_tips.rs index 0de4bdcdb..a6529f2bf 100644 --- a/runtimes/peregrine/src/weights/pallet_tips.rs +++ b/runtimes/peregrine/src/weights/pallet_tips.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_treasury.rs b/runtimes/peregrine/src/weights/pallet_treasury.rs index dec754320..a496b9f21 100644 --- a/runtimes/peregrine/src/weights/pallet_treasury.rs +++ b/runtimes/peregrine/src/weights/pallet_treasury.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_utility.rs b/runtimes/peregrine/src/weights/pallet_utility.rs index 3b6736405..9ac3316a8 100644 --- a/runtimes/peregrine/src/weights/pallet_utility.rs +++ b/runtimes/peregrine/src/weights/pallet_utility.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_vesting.rs b/runtimes/peregrine/src/weights/pallet_vesting.rs index 512676692..a1f9836f7 100644 --- a/runtimes/peregrine/src/weights/pallet_vesting.rs +++ b/runtimes/peregrine/src/weights/pallet_vesting.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/pallet_web3_names.rs b/runtimes/peregrine/src/weights/pallet_web3_names.rs index 207208c30..95b753a9e 100644 --- a/runtimes/peregrine/src/weights/pallet_web3_names.rs +++ b/runtimes/peregrine/src/weights/pallet_web3_names.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/parachain_staking.rs b/runtimes/peregrine/src/weights/parachain_staking.rs index 0bb21cd91..683b8f7fe 100644 --- a/runtimes/peregrine/src/weights/parachain_staking.rs +++ b/runtimes/peregrine/src/weights/parachain_staking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/weights/public_credentials.rs b/runtimes/peregrine/src/weights/public_credentials.rs index 034aa26c4..800858e46 100644 --- a/runtimes/peregrine/src/weights/public_credentials.rs +++ b/runtimes/peregrine/src/weights/public_credentials.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/peregrine/src/xcm_config.rs b/runtimes/peregrine/src/xcm_config.rs index 54d4b4576..ae1a16d97 100644 --- a/runtimes/peregrine/src/xcm_config.rs +++ b/runtimes/peregrine/src/xcm_config.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/build.rs b/runtimes/spiritnet/build.rs index 0563ad639..a39438283 100644 --- a/runtimes/spiritnet/build.rs +++ b/runtimes/spiritnet/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 3699015aa..891e2708d 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/tests.rs b/runtimes/spiritnet/src/tests.rs index 19da2c04f..3314a9de6 100644 --- a/runtimes/spiritnet/src/tests.rs +++ b/runtimes/spiritnet/src/tests.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/attestation.rs b/runtimes/spiritnet/src/weights/attestation.rs index b551b1c49..af73594c8 100644 --- a/runtimes/spiritnet/src/weights/attestation.rs +++ b/runtimes/spiritnet/src/weights/attestation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/ctype.rs b/runtimes/spiritnet/src/weights/ctype.rs index c3e962d8e..9125837f4 100644 --- a/runtimes/spiritnet/src/weights/ctype.rs +++ b/runtimes/spiritnet/src/weights/ctype.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/delegation.rs b/runtimes/spiritnet/src/weights/delegation.rs index 386b877f6..ce19f2a38 100644 --- a/runtimes/spiritnet/src/weights/delegation.rs +++ b/runtimes/spiritnet/src/weights/delegation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/did.rs b/runtimes/spiritnet/src/weights/did.rs index 47316c53f..84f6aa59c 100644 --- a/runtimes/spiritnet/src/weights/did.rs +++ b/runtimes/spiritnet/src/weights/did.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/frame_system.rs b/runtimes/spiritnet/src/weights/frame_system.rs index d64db63da..245450a66 100644 --- a/runtimes/spiritnet/src/weights/frame_system.rs +++ b/runtimes/spiritnet/src/weights/frame_system.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/mod.rs b/runtimes/spiritnet/src/weights/mod.rs index a4e81bea0..1935e4e37 100644 --- a/runtimes/spiritnet/src/weights/mod.rs +++ b/runtimes/spiritnet/src/weights/mod.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_balances.rs b/runtimes/spiritnet/src/weights/pallet_balances.rs index ab21e90c6..d32e0648a 100644 --- a/runtimes/spiritnet/src/weights/pallet_balances.rs +++ b/runtimes/spiritnet/src/weights/pallet_balances.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_collective.rs b/runtimes/spiritnet/src/weights/pallet_collective.rs index 784222a31..3da0ecd91 100644 --- a/runtimes/spiritnet/src/weights/pallet_collective.rs +++ b/runtimes/spiritnet/src/weights/pallet_collective.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_democracy.rs b/runtimes/spiritnet/src/weights/pallet_democracy.rs index 894687460..d9106e796 100644 --- a/runtimes/spiritnet/src/weights/pallet_democracy.rs +++ b/runtimes/spiritnet/src/weights/pallet_democracy.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_did_lookup.rs b/runtimes/spiritnet/src/weights/pallet_did_lookup.rs index 27a327ef2..760abf377 100644 --- a/runtimes/spiritnet/src/weights/pallet_did_lookup.rs +++ b/runtimes/spiritnet/src/weights/pallet_did_lookup.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_indices.rs b/runtimes/spiritnet/src/weights/pallet_indices.rs index 08aba0bb8..97a9dad0c 100644 --- a/runtimes/spiritnet/src/weights/pallet_indices.rs +++ b/runtimes/spiritnet/src/weights/pallet_indices.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_inflation.rs b/runtimes/spiritnet/src/weights/pallet_inflation.rs index edeb02c4c..77ee65b50 100644 --- a/runtimes/spiritnet/src/weights/pallet_inflation.rs +++ b/runtimes/spiritnet/src/weights/pallet_inflation.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_membership.rs b/runtimes/spiritnet/src/weights/pallet_membership.rs index 531e6f96c..865bb4e36 100644 --- a/runtimes/spiritnet/src/weights/pallet_membership.rs +++ b/runtimes/spiritnet/src/weights/pallet_membership.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_preimage.rs b/runtimes/spiritnet/src/weights/pallet_preimage.rs index 1838ae87c..64ac7b741 100644 --- a/runtimes/spiritnet/src/weights/pallet_preimage.rs +++ b/runtimes/spiritnet/src/weights/pallet_preimage.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_proxy.rs b/runtimes/spiritnet/src/weights/pallet_proxy.rs index 6aebe9ba5..e6ff5b7cf 100644 --- a/runtimes/spiritnet/src/weights/pallet_proxy.rs +++ b/runtimes/spiritnet/src/weights/pallet_proxy.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_scheduler.rs b/runtimes/spiritnet/src/weights/pallet_scheduler.rs index 46501aa93..ee1bfc6c5 100644 --- a/runtimes/spiritnet/src/weights/pallet_scheduler.rs +++ b/runtimes/spiritnet/src/weights/pallet_scheduler.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_session.rs b/runtimes/spiritnet/src/weights/pallet_session.rs index 486b656ba..734d6d407 100644 --- a/runtimes/spiritnet/src/weights/pallet_session.rs +++ b/runtimes/spiritnet/src/weights/pallet_session.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_timestamp.rs b/runtimes/spiritnet/src/weights/pallet_timestamp.rs index ee2870bef..dc48e569c 100644 --- a/runtimes/spiritnet/src/weights/pallet_timestamp.rs +++ b/runtimes/spiritnet/src/weights/pallet_timestamp.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_tips.rs b/runtimes/spiritnet/src/weights/pallet_tips.rs index 5bf0ee7cc..bdbf8e8a0 100644 --- a/runtimes/spiritnet/src/weights/pallet_tips.rs +++ b/runtimes/spiritnet/src/weights/pallet_tips.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_treasury.rs b/runtimes/spiritnet/src/weights/pallet_treasury.rs index e84e080ea..4b4781b88 100644 --- a/runtimes/spiritnet/src/weights/pallet_treasury.rs +++ b/runtimes/spiritnet/src/weights/pallet_treasury.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_utility.rs b/runtimes/spiritnet/src/weights/pallet_utility.rs index 2c4917aff..fd8e8586b 100644 --- a/runtimes/spiritnet/src/weights/pallet_utility.rs +++ b/runtimes/spiritnet/src/weights/pallet_utility.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_vesting.rs b/runtimes/spiritnet/src/weights/pallet_vesting.rs index 41df94029..16d08707f 100644 --- a/runtimes/spiritnet/src/weights/pallet_vesting.rs +++ b/runtimes/spiritnet/src/weights/pallet_vesting.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/pallet_web3_names.rs b/runtimes/spiritnet/src/weights/pallet_web3_names.rs index c68cc0ce3..514b9b8fc 100644 --- a/runtimes/spiritnet/src/weights/pallet_web3_names.rs +++ b/runtimes/spiritnet/src/weights/pallet_web3_names.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/parachain_staking.rs b/runtimes/spiritnet/src/weights/parachain_staking.rs index 3a214163e..6a8079bed 100644 --- a/runtimes/spiritnet/src/weights/parachain_staking.rs +++ b/runtimes/spiritnet/src/weights/parachain_staking.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/weights/public_credentials.rs b/runtimes/spiritnet/src/weights/public_credentials.rs index 7387a76f7..78f5ca39b 100644 --- a/runtimes/spiritnet/src/weights/public_credentials.rs +++ b/runtimes/spiritnet/src/weights/public_credentials.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/spiritnet/src/xcm_config.rs b/runtimes/spiritnet/src/xcm_config.rs index 96b27c102..e7cbc6753 100644 --- a/runtimes/spiritnet/src/xcm_config.rs +++ b/runtimes/spiritnet/src/xcm_config.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/standalone/build.rs b/runtimes/standalone/build.rs index 0563ad639..a39438283 100644 --- a/runtimes/standalone/build.rs +++ b/runtimes/standalone/build.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtimes/standalone/src/lib.rs b/runtimes/standalone/src/lib.rs index 282010299..ebe34d9c3 100644 --- a/runtimes/standalone/src/lib.rs +++ b/runtimes/standalone/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f5c70e287..2e86ab21a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2022-10-09" +channel = "nightly-2023-10-09" components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ] diff --git a/scripts/init.sh b/scripts/init.sh index c5597c170..d0429d3ae 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -5,9 +5,9 @@ set -e echo "*** Initializing WASM build environment" if [ -z $CI_PROJECT_NAME ] ; then - rustup install nightly-2022-10-09 + rustup install nightly-2023-10-09 rustup update stable fi -rustup target add wasm32-unknown-unknown --toolchain nightly-2022-10-09 +rustup target add wasm32-unknown-unknown --toolchain nightly-2023-10-09 rustup target add wasm32-unknown-unknown --toolchain stable -rustup override set nightly-2022-10-09 --path $BASEDIR/.. +rustup override set nightly-2023-10-09 --path $BASEDIR/.. diff --git a/support/src/deposit.rs b/support/src/deposit.rs index f02288ed6..4aeaa6ab3 100644 --- a/support/src/deposit.rs +++ b/support/src/deposit.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/support/src/lib.rs b/support/src/lib.rs index 37582a346..722a00a0f 100644 --- a/support/src/lib.rs +++ b/support/src/lib.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/support/src/mock.rs b/support/src/mock.rs index 9082728d0..a260c4d5d 100644 --- a/support/src/mock.rs +++ b/support/src/mock.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/support/src/signature.rs b/support/src/signature.rs index 62448d3a4..bb85329a3 100644 --- a/support/src/signature.rs +++ b/support/src/signature.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/support/src/traits.rs b/support/src/traits.rs index 734ad1020..0d4050163 100644 --- a/support/src/traits.rs +++ b/support/src/traits.rs @@ -1,5 +1,5 @@ // KILT Blockchain – https://botlabs.org -// Copyright (C) 2019-2022 BOTLabs GmbH +// Copyright (C) 2019-2023 BOTLabs GmbH // The KILT Blockchain is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by