From 0e5af7f33a0445c72e72e0a1a1378c05157dd565 Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Fri, 3 Feb 2023 14:16:14 +0100 Subject: [PATCH] Fix licenses --- node/src/chain_spec/additional_chain_spec.rs | 1 + node/src/chain_spec/battery_station.rs | 1 + node/src/chain_spec/dev.rs | 1 + node/src/chain_spec/mod.rs | 1 + node/src/chain_spec/zeitgeist.rs | 1 + node/src/cli/cli_parachain.rs | 1 + node/src/command.rs | 1 + node/src/main.rs | 1 + node/src/rpc.rs | 1 + node/src/service.rs | 1 + node/src/service/service_parachain.rs | 1 + node/src/service/service_standalone.rs | 1 + primitives/src/asset.rs | 1 + primitives/src/constants.rs | 1 + primitives/src/constants/mock.rs | 18 ++++++++++++++++++ primitives/src/constants/ztg.rs | 1 + primitives/src/market.rs | 1 + primitives/src/traits.rs | 1 + primitives/src/traits/dispute_api.rs | 1 + .../src/traits/market_commons_pallet_api.rs | 1 + .../zeitgeist_multi_reservable_currency.rs | 1 + primitives/src/types.rs | 1 + .../src/integration_tests/mod.rs | 1 + .../src/integration_tests/xcm/mod.rs | 1 + .../src/integration_tests/xcm/setup.rs | 2 +- .../src/integration_tests/xcm/test_net.rs | 3 ++- .../xcm/tests/currency_id_convert.rs | 2 +- .../integration_tests/xcm/tests/transfers.rs | 2 +- runtime/battery-station/src/lib.rs | 1 + .../battery-station/src/parachain_params.rs | 1 + runtime/battery-station/src/parameters.rs | 1 + .../src/xcm_config/asset_registry.rs | 2 +- .../battery-station/src/xcm_config/config.rs | 2 +- runtime/battery-station/src/xcm_config/fees.rs | 2 +- runtime/battery-station/src/xcm_config/mod.rs | 2 +- runtime/common/src/lib.rs | 1 + .../src/weights/cumulus_pallet_xcmp_queue.rs | 1 + runtime/common/src/weights/frame_system.rs | 1 + runtime/common/src/weights/mod.rs | 1 + runtime/common/src/weights/orml_currencies.rs | 1 + runtime/common/src/weights/orml_tokens.rs | 1 + .../src/weights/pallet_author_inherent.rs | 1 + .../src/weights/pallet_author_mapping.rs | 1 + .../src/weights/pallet_author_slot_filter.rs | 1 + runtime/common/src/weights/pallet_balances.rs | 1 + runtime/common/src/weights/pallet_bounties.rs | 1 + .../common/src/weights/pallet_collective.rs | 1 + runtime/common/src/weights/pallet_democracy.rs | 1 + runtime/common/src/weights/pallet_grandpa.rs | 1 + runtime/common/src/weights/pallet_identity.rs | 1 + .../common/src/weights/pallet_membership.rs | 1 + runtime/common/src/weights/pallet_multisig.rs | 1 + .../src/weights/pallet_parachain_staking.rs | 1 + runtime/common/src/weights/pallet_preimage.rs | 1 + runtime/common/src/weights/pallet_proxy.rs | 1 + runtime/common/src/weights/pallet_scheduler.rs | 1 + runtime/common/src/weights/pallet_timestamp.rs | 1 + runtime/common/src/weights/pallet_treasury.rs | 1 + runtime/common/src/weights/pallet_utility.rs | 1 + runtime/common/src/weights/pallet_vesting.rs | 1 + runtime/zeitgeist/src/integration_tests/mod.rs | 1 + .../zeitgeist/src/integration_tests/xcm/mod.rs | 1 + .../src/integration_tests/xcm/setup.rs | 2 +- .../src/integration_tests/xcm/test_net.rs | 3 ++- .../xcm/tests/currency_id_convert.rs | 2 +- .../integration_tests/xcm/tests/transfers.rs | 2 +- runtime/zeitgeist/src/lib.rs | 1 + runtime/zeitgeist/src/parachain_params.rs | 1 + runtime/zeitgeist/src/parameters.rs | 1 + .../zeitgeist/src/xcm_config/asset_registry.rs | 2 +- runtime/zeitgeist/src/xcm_config/config.rs | 2 +- runtime/zeitgeist/src/xcm_config/fees.rs | 2 +- runtime/zeitgeist/src/xcm_config/mod.rs | 2 +- zrml/authorized/src/benchmarks.rs | 1 + zrml/authorized/src/lib.rs | 1 + zrml/authorized/src/migrations.rs | 1 + zrml/authorized/src/mock.rs | 1 + zrml/authorized/src/mock_storage.rs | 1 + zrml/authorized/src/tests.rs | 1 + zrml/authorized/src/weights.rs | 1 + zrml/court/src/benchmarks.rs | 1 + zrml/court/src/lib.rs | 1 + zrml/court/src/mock.rs | 1 + zrml/court/src/tests.rs | 1 + zrml/court/src/weights.rs | 1 + zrml/global-disputes/src/benchmarks.rs | 3 +-- .../src/global_disputes_pallet_api.rs | 2 +- zrml/global-disputes/src/lib.rs | 2 +- zrml/global-disputes/src/mock.rs | 2 +- zrml/global-disputes/src/tests.rs | 2 +- zrml/global-disputes/src/types.rs | 17 +++++++++++++++++ zrml/global-disputes/src/weights.rs | 1 + zrml/liquidity-mining/src/benchmarks.rs | 1 + zrml/liquidity-mining/src/lib.rs | 1 + zrml/liquidity-mining/src/mock.rs | 1 + zrml/liquidity-mining/src/tests.rs | 1 + .../track_incentives_based_on_bought_shares.rs | 1 + .../track_incentives_based_on_sold_shares.rs | 1 + zrml/liquidity-mining/src/weights.rs | 1 + zrml/market-commons/src/lib.rs | 1 + zrml/market-commons/src/migrations.rs | 1 + zrml/market-commons/src/mock.rs | 1 + zrml/market-commons/src/tests.rs | 1 + zrml/orderbook-v1/src/benchmarks.rs | 1 + zrml/orderbook-v1/src/mock.rs | 1 + zrml/orderbook-v1/src/weights.rs | 1 + .../fuzz/pm_full_workflow.rs | 1 + zrml/prediction-markets/src/benchmarks.rs | 1 + zrml/prediction-markets/src/lib.rs | 1 + zrml/prediction-markets/src/migrations.rs | 1 + zrml/prediction-markets/src/mock.rs | 1 + .../src/orml_asset_registry.rs | 2 +- zrml/prediction-markets/src/tests.rs | 1 + zrml/prediction-markets/src/weights.rs | 1 + zrml/rikiddo/src/tests/pallet.rs | 1 + zrml/simple-disputes/src/lib.rs | 1 + zrml/simple-disputes/src/mock.rs | 1 + zrml/simple-disputes/src/tests.rs | 1 + zrml/styx/src/benchmarks.rs | 1 + zrml/styx/src/weights.rs | 1 + zrml/swaps/rpc/src/lib.rs | 1 + zrml/swaps/runtime-api/src/lib.rs | 1 + zrml/swaps/src/arbitrage.rs | 2 +- zrml/swaps/src/benchmarks.rs | 1 + zrml/swaps/src/lib.rs | 1 + zrml/swaps/src/mock.rs | 1 + zrml/swaps/src/root.rs | 2 +- zrml/swaps/src/tests.rs | 1 + zrml/swaps/src/utils.rs | 1 + zrml/swaps/src/weights.rs | 1 + 130 files changed, 165 insertions(+), 25 deletions(-) diff --git a/node/src/chain_spec/additional_chain_spec.rs b/node/src/chain_spec/additional_chain_spec.rs index 43fb925fd..d5324fce9 100644 --- a/node/src/chain_spec/additional_chain_spec.rs +++ b/node/src/chain_spec/additional_chain_spec.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/chain_spec/battery_station.rs b/node/src/chain_spec/battery_station.rs index d4c96f14c..ee3c9809c 100644 --- a/node/src/chain_spec/battery_station.rs +++ b/node/src/chain_spec/battery_station.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/chain_spec/dev.rs b/node/src/chain_spec/dev.rs index c90118973..558a132d9 100644 --- a/node/src/chain_spec/dev.rs +++ b/node/src/chain_spec/dev.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/chain_spec/mod.rs b/node/src/chain_spec/mod.rs index 2822999a4..acfed5ee2 100644 --- a/node/src/chain_spec/mod.rs +++ b/node/src/chain_spec/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/chain_spec/zeitgeist.rs b/node/src/chain_spec/zeitgeist.rs index cb88a8611..b0901e44d 100644 --- a/node/src/chain_spec/zeitgeist.rs +++ b/node/src/chain_spec/zeitgeist.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/cli/cli_parachain.rs b/node/src/cli/cli_parachain.rs index b810a471a..9b7810f18 100644 --- a/node/src/cli/cli_parachain.rs +++ b/node/src/cli/cli_parachain.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/command.rs b/node/src/command.rs index 57a609a9e..2e63c259d 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/main.rs b/node/src/main.rs index 45eb875a9..3c6dee50a 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 4fa35ceec..ffa85bead 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/service.rs b/node/src/service.rs index aa89dfb2e..ef120727c 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/service/service_parachain.rs b/node/src/service/service_parachain.rs index 34f298897..b7aab566a 100644 --- a/node/src/service/service_parachain.rs +++ b/node/src/service/service_parachain.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/node/src/service/service_standalone.rs b/node/src/service/service_standalone.rs index 235284feb..e35731387 100644 --- a/node/src/service/service_standalone.rs +++ b/node/src/service/service_standalone.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/asset.rs b/primitives/src/asset.rs index 92a99dc23..094f718c9 100644 --- a/primitives/src/asset.rs +++ b/primitives/src/asset.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/constants.rs b/primitives/src/constants.rs index 56477030c..909db474f 100644 --- a/primitives/src/constants.rs +++ b/primitives/src/constants.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/constants/mock.rs b/primitives/src/constants/mock.rs index 0c8c078e2..af8d6888e 100644 --- a/primitives/src/constants/mock.rs +++ b/primitives/src/constants/mock.rs @@ -1,3 +1,21 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. +// Copyright 2022 Zeitgeist PM LLC. +// +// This file is part of Zeitgeist. +// +// Zeitgeist is free software: you can redistribute it and/or modify it +// under the terms of the GNU General Public License as published by the +// Free Software Foundation, either version 3 of the License, or (at +// your option) any later version. +// +// Zeitgeist is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Zeitgeist. If not, see . + #![cfg(feature = "mock")] pub use super::*; diff --git a/primitives/src/constants/ztg.rs b/primitives/src/constants/ztg.rs index cdb5b90d9..c46c63420 100644 --- a/primitives/src/constants/ztg.rs +++ b/primitives/src/constants/ztg.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/market.rs b/primitives/src/market.rs index 0718766cd..7a2cc3127 100644 --- a/primitives/src/market.rs +++ b/primitives/src/market.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/traits.rs b/primitives/src/traits.rs index 1fc14cba1..fe7ec219f 100644 --- a/primitives/src/traits.rs +++ b/primitives/src/traits.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/traits/dispute_api.rs b/primitives/src/traits/dispute_api.rs index 584a3193e..caa7b94f3 100644 --- a/primitives/src/traits/dispute_api.rs +++ b/primitives/src/traits/dispute_api.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/traits/market_commons_pallet_api.rs b/primitives/src/traits/market_commons_pallet_api.rs index d246e9f0c..280808028 100644 --- a/primitives/src/traits/market_commons_pallet_api.rs +++ b/primitives/src/traits/market_commons_pallet_api.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/traits/zeitgeist_multi_reservable_currency.rs b/primitives/src/traits/zeitgeist_multi_reservable_currency.rs index 73f5bad68..5348bb01a 100644 --- a/primitives/src/traits/zeitgeist_multi_reservable_currency.rs +++ b/primitives/src/traits/zeitgeist_multi_reservable_currency.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/primitives/src/types.rs b/primitives/src/types.rs index b8cb3b891..a380cf656 100644 --- a/primitives/src/types.rs +++ b/primitives/src/types.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/battery-station/src/integration_tests/mod.rs b/runtime/battery-station/src/integration_tests/mod.rs index 64f89683b..31216c4f4 100644 --- a/runtime/battery-station/src/integration_tests/mod.rs +++ b/runtime/battery-station/src/integration_tests/mod.rs @@ -1,4 +1,5 @@ // Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/battery-station/src/integration_tests/xcm/mod.rs b/runtime/battery-station/src/integration_tests/xcm/mod.rs index d2226363f..d37a62036 100644 --- a/runtime/battery-station/src/integration_tests/xcm/mod.rs +++ b/runtime/battery-station/src/integration_tests/xcm/mod.rs @@ -1,4 +1,5 @@ // Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/battery-station/src/integration_tests/xcm/setup.rs b/runtime/battery-station/src/integration_tests/xcm/setup.rs index dfda13cf8..159efedcd 100644 --- a/runtime/battery-station/src/integration_tests/xcm/setup.rs +++ b/runtime/battery-station/src/integration_tests/xcm/setup.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/integration_tests/xcm/test_net.rs b/runtime/battery-station/src/integration_tests/xcm/test_net.rs index de2b6acac..16a392590 100644 --- a/runtime/battery-station/src/integration_tests/xcm/test_net.rs +++ b/runtime/battery-station/src/integration_tests/xcm/test_net.rs @@ -1,5 +1,6 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Centrifuge GmbH (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/battery-station/src/integration_tests/xcm/tests/currency_id_convert.rs b/runtime/battery-station/src/integration_tests/xcm/tests/currency_id_convert.rs index a2d744b5a..cda575235 100644 --- a/runtime/battery-station/src/integration_tests/xcm/tests/currency_id_convert.rs +++ b/runtime/battery-station/src/integration_tests/xcm/tests/currency_id_convert.rs @@ -1,5 +1,5 @@ -// Copyright 2021 Centrifuge Foundation (centrifuge.io). // Copyright 2022 Forecasting Technologies LTD. +// Copyright 2021 Centrifuge Foundation (centrifuge.io). // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs b/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs index 793d345f7..983ed021e 100644 --- a/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs +++ b/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index a9f6b6670..7d32f7f94 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/battery-station/src/parachain_params.rs b/runtime/battery-station/src/parachain_params.rs index 64b45a2fd..270e3b1f4 100644 --- a/runtime/battery-station/src/parachain_params.rs +++ b/runtime/battery-station/src/parachain_params.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/battery-station/src/parameters.rs b/runtime/battery-station/src/parameters.rs index fee8dbc3e..702fadd9a 100644 --- a/runtime/battery-station/src/parameters.rs +++ b/runtime/battery-station/src/parameters.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/battery-station/src/xcm_config/asset_registry.rs b/runtime/battery-station/src/xcm_config/asset_registry.rs index 07d62519c..1b2f16f11 100644 --- a/runtime/battery-station/src/xcm_config/asset_registry.rs +++ b/runtime/battery-station/src/xcm_config/asset_registry.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022-2023 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/xcm_config/config.rs b/runtime/battery-station/src/xcm_config/config.rs index 238537fe9..f1d1a5f87 100644 --- a/runtime/battery-station/src/xcm_config/config.rs +++ b/runtime/battery-station/src/xcm_config/config.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022-2023 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/xcm_config/fees.rs b/runtime/battery-station/src/xcm_config/fees.rs index bc188eafc..825a20f87 100644 --- a/runtime/battery-station/src/xcm_config/fees.rs +++ b/runtime/battery-station/src/xcm_config/fees.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. // diff --git a/runtime/battery-station/src/xcm_config/mod.rs b/runtime/battery-station/src/xcm_config/mod.rs index 363ac87b1..448000ebe 100644 --- a/runtime/battery-station/src/xcm_config/mod.rs +++ b/runtime/battery-station/src/xcm_config/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 58707f793..e3fb3d0b2 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // Copyright 2019-2020 Parity Technologies (UK) Ltd. // diff --git a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs index e0a20dbcd..2a79c580f 100644 --- a/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/frame_system.rs b/runtime/common/src/weights/frame_system.rs index 0fce968ea..a818f1049 100644 --- a/runtime/common/src/weights/frame_system.rs +++ b/runtime/common/src/weights/frame_system.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/mod.rs b/runtime/common/src/weights/mod.rs index 2a7825912..7651cf806 100644 --- a/runtime/common/src/weights/mod.rs +++ b/runtime/common/src/weights/mod.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/orml_currencies.rs b/runtime/common/src/weights/orml_currencies.rs index c628d5402..134ebe24e 100644 --- a/runtime/common/src/weights/orml_currencies.rs +++ b/runtime/common/src/weights/orml_currencies.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/orml_tokens.rs b/runtime/common/src/weights/orml_tokens.rs index dc982cd42..fd20584e7 100644 --- a/runtime/common/src/weights/orml_tokens.rs +++ b/runtime/common/src/weights/orml_tokens.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_author_inherent.rs b/runtime/common/src/weights/pallet_author_inherent.rs index e1689a0a6..58c692e04 100644 --- a/runtime/common/src/weights/pallet_author_inherent.rs +++ b/runtime/common/src/weights/pallet_author_inherent.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_author_mapping.rs b/runtime/common/src/weights/pallet_author_mapping.rs index 9dc310e71..c2c35e486 100644 --- a/runtime/common/src/weights/pallet_author_mapping.rs +++ b/runtime/common/src/weights/pallet_author_mapping.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_author_slot_filter.rs b/runtime/common/src/weights/pallet_author_slot_filter.rs index 9ee05ed69..b59599ff7 100644 --- a/runtime/common/src/weights/pallet_author_slot_filter.rs +++ b/runtime/common/src/weights/pallet_author_slot_filter.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 0ed3df5a3..3497719e2 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_bounties.rs b/runtime/common/src/weights/pallet_bounties.rs index 6d3e90d50..d4f205867 100644 --- a/runtime/common/src/weights/pallet_bounties.rs +++ b/runtime/common/src/weights/pallet_bounties.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_collective.rs b/runtime/common/src/weights/pallet_collective.rs index b4818d13b..6e19990f0 100644 --- a/runtime/common/src/weights/pallet_collective.rs +++ b/runtime/common/src/weights/pallet_collective.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_democracy.rs b/runtime/common/src/weights/pallet_democracy.rs index cf952bf8f..ab69d96f6 100644 --- a/runtime/common/src/weights/pallet_democracy.rs +++ b/runtime/common/src/weights/pallet_democracy.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_grandpa.rs b/runtime/common/src/weights/pallet_grandpa.rs index 24be43b6a..93c2a162b 100644 --- a/runtime/common/src/weights/pallet_grandpa.rs +++ b/runtime/common/src/weights/pallet_grandpa.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_identity.rs b/runtime/common/src/weights/pallet_identity.rs index 75988386b..21325ec38 100644 --- a/runtime/common/src/weights/pallet_identity.rs +++ b/runtime/common/src/weights/pallet_identity.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_membership.rs b/runtime/common/src/weights/pallet_membership.rs index 3f0f627bd..d5291f4cc 100644 --- a/runtime/common/src/weights/pallet_membership.rs +++ b/runtime/common/src/weights/pallet_membership.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_multisig.rs b/runtime/common/src/weights/pallet_multisig.rs index d2dce8294..15e72f97e 100644 --- a/runtime/common/src/weights/pallet_multisig.rs +++ b/runtime/common/src/weights/pallet_multisig.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_parachain_staking.rs b/runtime/common/src/weights/pallet_parachain_staking.rs index 9df5b793e..f20df184a 100644 --- a/runtime/common/src/weights/pallet_parachain_staking.rs +++ b/runtime/common/src/weights/pallet_parachain_staking.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 0536b916e..cd9b38b90 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index 216678e76..940a3f950 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index d94e83b60..81509db9a 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index 083969d6d..c93a29aa3 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_treasury.rs b/runtime/common/src/weights/pallet_treasury.rs index 66d407d9e..22d82ca1f 100644 --- a/runtime/common/src/weights/pallet_treasury.rs +++ b/runtime/common/src/weights/pallet_treasury.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index 059ae9918..fe36785fd 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/common/src/weights/pallet_vesting.rs b/runtime/common/src/weights/pallet_vesting.rs index af99820ef..09a8a1a66 100644 --- a/runtime/common/src/weights/pallet_vesting.rs +++ b/runtime/common/src/weights/pallet_vesting.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/zeitgeist/src/integration_tests/mod.rs b/runtime/zeitgeist/src/integration_tests/mod.rs index 64f89683b..31216c4f4 100644 --- a/runtime/zeitgeist/src/integration_tests/mod.rs +++ b/runtime/zeitgeist/src/integration_tests/mod.rs @@ -1,4 +1,5 @@ // Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/zeitgeist/src/integration_tests/xcm/mod.rs b/runtime/zeitgeist/src/integration_tests/xcm/mod.rs index d2226363f..d37a62036 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/mod.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/mod.rs @@ -1,4 +1,5 @@ // Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/zeitgeist/src/integration_tests/xcm/setup.rs b/runtime/zeitgeist/src/integration_tests/xcm/setup.rs index 6ce5521fa..0a643a225 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/setup.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/setup.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/integration_tests/xcm/test_net.rs b/runtime/zeitgeist/src/integration_tests/xcm/test_net.rs index db07a0ca5..22f3e2b88 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/test_net.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/test_net.rs @@ -1,5 +1,6 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Centrifuge GmbH (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. +// // This file is part of Zeitgeist. // // Zeitgeist is free software: you can redistribute it and/or modify it diff --git a/runtime/zeitgeist/src/integration_tests/xcm/tests/currency_id_convert.rs b/runtime/zeitgeist/src/integration_tests/xcm/tests/currency_id_convert.rs index 757e13be5..0737250aa 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/tests/currency_id_convert.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/tests/currency_id_convert.rs @@ -1,5 +1,5 @@ -// Copyright 2021 Centrifuge Foundation (centrifuge.io). // Copyright 2022 Forecasting Technologies LTD. +// Copyright 2021 Centrifuge Foundation (centrifuge.io). // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs b/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs index 9b7f19032..78024b55a 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/lib.rs b/runtime/zeitgeist/src/lib.rs index f8759964a..009e36a53 100644 --- a/runtime/zeitgeist/src/lib.rs +++ b/runtime/zeitgeist/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/zeitgeist/src/parachain_params.rs b/runtime/zeitgeist/src/parachain_params.rs index 7cfd9097c..ef89f038f 100644 --- a/runtime/zeitgeist/src/parachain_params.rs +++ b/runtime/zeitgeist/src/parachain_params.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/zeitgeist/src/parameters.rs b/runtime/zeitgeist/src/parameters.rs index d6eef76ad..712331c8f 100644 --- a/runtime/zeitgeist/src/parameters.rs +++ b/runtime/zeitgeist/src/parameters.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/runtime/zeitgeist/src/xcm_config/asset_registry.rs b/runtime/zeitgeist/src/xcm_config/asset_registry.rs index 07d62519c..1b2f16f11 100644 --- a/runtime/zeitgeist/src/xcm_config/asset_registry.rs +++ b/runtime/zeitgeist/src/xcm_config/asset_registry.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022-2023 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/xcm_config/config.rs b/runtime/zeitgeist/src/xcm_config/config.rs index 0b1b83b6c..b390cf765 100644 --- a/runtime/zeitgeist/src/xcm_config/config.rs +++ b/runtime/zeitgeist/src/xcm_config/config.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022-2023 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/xcm_config/fees.rs b/runtime/zeitgeist/src/xcm_config/fees.rs index bc188eafc..825a20f87 100644 --- a/runtime/zeitgeist/src/xcm_config/fees.rs +++ b/runtime/zeitgeist/src/xcm_config/fees.rs @@ -1,5 +1,5 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021 Centrifuge Foundation (centrifuge.io). -// Copyright 2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. // diff --git a/runtime/zeitgeist/src/xcm_config/mod.rs b/runtime/zeitgeist/src/xcm_config/mod.rs index 363ac87b1..448000ebe 100644 --- a/runtime/zeitgeist/src/xcm_config/mod.rs +++ b/runtime/zeitgeist/src/xcm_config/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/authorized/src/benchmarks.rs b/zrml/authorized/src/benchmarks.rs index b2f590903..d4f349161 100644 --- a/zrml/authorized/src/benchmarks.rs +++ b/zrml/authorized/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/lib.rs b/zrml/authorized/src/lib.rs index bcb064678..64619a232 100644 --- a/zrml/authorized/src/lib.rs +++ b/zrml/authorized/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/migrations.rs b/zrml/authorized/src/migrations.rs index 55d6e03fb..13a374949 100644 --- a/zrml/authorized/src/migrations.rs +++ b/zrml/authorized/src/migrations.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/mock.rs b/zrml/authorized/src/mock.rs index 49517fc84..53e3a07eb 100644 --- a/zrml/authorized/src/mock.rs +++ b/zrml/authorized/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/mock_storage.rs b/zrml/authorized/src/mock_storage.rs index c7908fa55..d4ea04efc 100644 --- a/zrml/authorized/src/mock_storage.rs +++ b/zrml/authorized/src/mock_storage.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/tests.rs b/zrml/authorized/src/tests.rs index 7cd33883c..f1a0901d1 100644 --- a/zrml/authorized/src/tests.rs +++ b/zrml/authorized/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/authorized/src/weights.rs b/zrml/authorized/src/weights.rs index 2aaa24742..685066985 100644 --- a/zrml/authorized/src/weights.rs +++ b/zrml/authorized/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/court/src/benchmarks.rs b/zrml/court/src/benchmarks.rs index e1b86b30c..d78f614d1 100644 --- a/zrml/court/src/benchmarks.rs +++ b/zrml/court/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/court/src/lib.rs b/zrml/court/src/lib.rs index 09671e0b1..cc258e378 100644 --- a/zrml/court/src/lib.rs +++ b/zrml/court/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/court/src/mock.rs b/zrml/court/src/mock.rs index fd33e1859..8152b44b7 100644 --- a/zrml/court/src/mock.rs +++ b/zrml/court/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/court/src/tests.rs b/zrml/court/src/tests.rs index a383ac109..46624e6a5 100644 --- a/zrml/court/src/tests.rs +++ b/zrml/court/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/court/src/weights.rs b/zrml/court/src/weights.rs index 48d68f719..96b5e68a9 100644 --- a/zrml/court/src/weights.rs +++ b/zrml/court/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/global-disputes/src/benchmarks.rs b/zrml/global-disputes/src/benchmarks.rs index 486d08cae..2c7788b31 100644 --- a/zrml/global-disputes/src/benchmarks.rs +++ b/zrml/global-disputes/src/benchmarks.rs @@ -1,5 +1,4 @@ -// Copyright 2022 Forecasting Technologies LTD. -// Copyright 2022 Zeitgeist PM LLC. +// Copyright 2022-2023 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/global-disputes/src/global_disputes_pallet_api.rs b/zrml/global-disputes/src/global_disputes_pallet_api.rs index b4a14cae7..26682c768 100644 --- a/zrml/global-disputes/src/global_disputes_pallet_api.rs +++ b/zrml/global-disputes/src/global_disputes_pallet_api.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/global-disputes/src/lib.rs b/zrml/global-disputes/src/lib.rs index e71ed9e76..5d442f72a 100644 --- a/zrml/global-disputes/src/lib.rs +++ b/zrml/global-disputes/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/global-disputes/src/mock.rs b/zrml/global-disputes/src/mock.rs index 94c87681d..f865ca367 100644 --- a/zrml/global-disputes/src/mock.rs +++ b/zrml/global-disputes/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/global-disputes/src/tests.rs b/zrml/global-disputes/src/tests.rs index 8c46b357d..4af2596ba 100644 --- a/zrml/global-disputes/src/tests.rs +++ b/zrml/global-disputes/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/global-disputes/src/types.rs b/zrml/global-disputes/src/types.rs index 3801890b5..63b7c42e7 100644 --- a/zrml/global-disputes/src/types.rs +++ b/zrml/global-disputes/src/types.rs @@ -1,3 +1,20 @@ +// Copyright 2022 Forecasting Technologies LTD. +// +// This file is part of Zeitgeist. +// +// Zeitgeist is free software: you can redistribute it and/or modify it +// under the terms of the GNU General Public License as published by the +// Free Software Foundation, either version 3 of the License, or (at +// your option) any later version. +// +// Zeitgeist is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Zeitgeist. If not, see . + use frame_support::pallet_prelude::{Decode, Encode, MaxEncodedLen, TypeInfo}; use sp_runtime::traits::Saturating; use zeitgeist_primitives::types::OutcomeReport; diff --git a/zrml/global-disputes/src/weights.rs b/zrml/global-disputes/src/weights.rs index 5e8a03f6d..abf1738a7 100644 --- a/zrml/global-disputes/src/weights.rs +++ b/zrml/global-disputes/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/benchmarks.rs b/zrml/liquidity-mining/src/benchmarks.rs index b710d21fd..3afa80121 100644 --- a/zrml/liquidity-mining/src/benchmarks.rs +++ b/zrml/liquidity-mining/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/lib.rs b/zrml/liquidity-mining/src/lib.rs index 76cc13ac2..186f85bf5 100644 --- a/zrml/liquidity-mining/src/lib.rs +++ b/zrml/liquidity-mining/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/mock.rs b/zrml/liquidity-mining/src/mock.rs index b4660ff92..b4b48eb69 100644 --- a/zrml/liquidity-mining/src/mock.rs +++ b/zrml/liquidity-mining/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/tests.rs b/zrml/liquidity-mining/src/tests.rs index 8486df344..818be27f0 100644 --- a/zrml/liquidity-mining/src/tests.rs +++ b/zrml/liquidity-mining/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/track_incentives_based_on_bought_shares.rs b/zrml/liquidity-mining/src/track_incentives_based_on_bought_shares.rs index 877fd8f60..b62893e30 100644 --- a/zrml/liquidity-mining/src/track_incentives_based_on_bought_shares.rs +++ b/zrml/liquidity-mining/src/track_incentives_based_on_bought_shares.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/track_incentives_based_on_sold_shares.rs b/zrml/liquidity-mining/src/track_incentives_based_on_sold_shares.rs index eb6af7b38..1efbacf0d 100644 --- a/zrml/liquidity-mining/src/track_incentives_based_on_sold_shares.rs +++ b/zrml/liquidity-mining/src/track_incentives_based_on_sold_shares.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/liquidity-mining/src/weights.rs b/zrml/liquidity-mining/src/weights.rs index 42b49e781..5a8c215f4 100644 --- a/zrml/liquidity-mining/src/weights.rs +++ b/zrml/liquidity-mining/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/market-commons/src/lib.rs b/zrml/market-commons/src/lib.rs index 3ba87e9ee..a5894c1e7 100644 --- a/zrml/market-commons/src/lib.rs +++ b/zrml/market-commons/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/market-commons/src/migrations.rs b/zrml/market-commons/src/migrations.rs index 69edb3f6a..361b3949a 100644 --- a/zrml/market-commons/src/migrations.rs +++ b/zrml/market-commons/src/migrations.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/market-commons/src/mock.rs b/zrml/market-commons/src/mock.rs index 46f374882..3613179fc 100644 --- a/zrml/market-commons/src/mock.rs +++ b/zrml/market-commons/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/market-commons/src/tests.rs b/zrml/market-commons/src/tests.rs index e0d9cbabf..2d027bb95 100644 --- a/zrml/market-commons/src/tests.rs +++ b/zrml/market-commons/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/orderbook-v1/src/benchmarks.rs b/zrml/orderbook-v1/src/benchmarks.rs index d6e63dd92..64a88e9d3 100644 --- a/zrml/orderbook-v1/src/benchmarks.rs +++ b/zrml/orderbook-v1/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/orderbook-v1/src/mock.rs b/zrml/orderbook-v1/src/mock.rs index 6b71f3c2d..6cecf478d 100644 --- a/zrml/orderbook-v1/src/mock.rs +++ b/zrml/orderbook-v1/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/orderbook-v1/src/weights.rs b/zrml/orderbook-v1/src/weights.rs index a02f0b030..bd6a5ea3a 100644 --- a/zrml/orderbook-v1/src/weights.rs +++ b/zrml/orderbook-v1/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/fuzz/pm_full_workflow.rs b/zrml/prediction-markets/fuzz/pm_full_workflow.rs index 0ca237096..920f748cb 100644 --- a/zrml/prediction-markets/fuzz/pm_full_workflow.rs +++ b/zrml/prediction-markets/fuzz/pm_full_workflow.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/benchmarks.rs b/zrml/prediction-markets/src/benchmarks.rs index f6e0cebe4..b53f53d07 100644 --- a/zrml/prediction-markets/src/benchmarks.rs +++ b/zrml/prediction-markets/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies Ltd. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/lib.rs b/zrml/prediction-markets/src/lib.rs index bf8ff9213..7fda9ce26 100644 --- a/zrml/prediction-markets/src/lib.rs +++ b/zrml/prediction-markets/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/migrations.rs b/zrml/prediction-markets/src/migrations.rs index 1f6fab770..15c18bf56 100644 --- a/zrml/prediction-markets/src/migrations.rs +++ b/zrml/prediction-markets/src/migrations.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/mock.rs b/zrml/prediction-markets/src/mock.rs index b537658c6..792a425b9 100644 --- a/zrml/prediction-markets/src/mock.rs +++ b/zrml/prediction-markets/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/orml_asset_registry.rs b/zrml/prediction-markets/src/orml_asset_registry.rs index 6b277518e..ebabafa10 100644 --- a/zrml/prediction-markets/src/orml_asset_registry.rs +++ b/zrml/prediction-markets/src/orml_asset_registry.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Forecasting Technologies Ltd. +// Copyright 2023 Forecasting Technologies Ltd. // Copyright 2021 Centrifuge Foundation (centrifuge.io). // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/tests.rs b/zrml/prediction-markets/src/tests.rs index 576e34ea1..35b15307b 100644 --- a/zrml/prediction-markets/src/tests.rs +++ b/zrml/prediction-markets/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies Ltd. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/prediction-markets/src/weights.rs b/zrml/prediction-markets/src/weights.rs index bc8659033..4480c5ea7 100644 --- a/zrml/prediction-markets/src/weights.rs +++ b/zrml/prediction-markets/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies Ltd. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/rikiddo/src/tests/pallet.rs b/zrml/rikiddo/src/tests/pallet.rs index b7242b4bb..c734068d2 100644 --- a/zrml/rikiddo/src/tests/pallet.rs +++ b/zrml/rikiddo/src/tests/pallet.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/simple-disputes/src/lib.rs b/zrml/simple-disputes/src/lib.rs index f0e7a5f5c..fb4308b53 100644 --- a/zrml/simple-disputes/src/lib.rs +++ b/zrml/simple-disputes/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/simple-disputes/src/mock.rs b/zrml/simple-disputes/src/mock.rs index a127cf5a8..af96ecece 100644 --- a/zrml/simple-disputes/src/mock.rs +++ b/zrml/simple-disputes/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/simple-disputes/src/tests.rs b/zrml/simple-disputes/src/tests.rs index 05b93a356..f9e9d87af 100644 --- a/zrml/simple-disputes/src/tests.rs +++ b/zrml/simple-disputes/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/styx/src/benchmarks.rs b/zrml/styx/src/benchmarks.rs index 684663da9..cfd7ffcde 100644 --- a/zrml/styx/src/benchmarks.rs +++ b/zrml/styx/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/styx/src/weights.rs b/zrml/styx/src/weights.rs index ec465bab8..76ca25625 100644 --- a/zrml/styx/src/weights.rs +++ b/zrml/styx/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/rpc/src/lib.rs b/zrml/swaps/rpc/src/lib.rs index 7d62e1da9..a694d908d 100644 --- a/zrml/swaps/rpc/src/lib.rs +++ b/zrml/swaps/rpc/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/runtime-api/src/lib.rs b/zrml/swaps/runtime-api/src/lib.rs index bd7fc3c48..50aa9264e 100644 --- a/zrml/swaps/runtime-api/src/lib.rs +++ b/zrml/swaps/runtime-api/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/arbitrage.rs b/zrml/swaps/src/arbitrage.rs index 3b9f1c680..6d1878083 100644 --- a/zrml/swaps/src/arbitrage.rs +++ b/zrml/swaps/src/arbitrage.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/swaps/src/benchmarks.rs b/zrml/swaps/src/benchmarks.rs index 7698325d5..a8e8990d4 100644 --- a/zrml/swaps/src/benchmarks.rs +++ b/zrml/swaps/src/benchmarks.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/lib.rs b/zrml/swaps/src/lib.rs index 2b14990c7..b2a56dc16 100644 --- a/zrml/swaps/src/lib.rs +++ b/zrml/swaps/src/lib.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/mock.rs b/zrml/swaps/src/mock.rs index 527f311da..19b7031a0 100644 --- a/zrml/swaps/src/mock.rs +++ b/zrml/swaps/src/mock.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/root.rs b/zrml/swaps/src/root.rs index c1cc94175..4e1222e4f 100644 --- a/zrml/swaps/src/root.rs +++ b/zrml/swaps/src/root.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Zeitgeist PM LLC. +// Copyright 2022 Forecasting Technologies LTD. // // This file is part of Zeitgeist. // diff --git a/zrml/swaps/src/tests.rs b/zrml/swaps/src/tests.rs index f6976cd3b..9c0cff2d7 100644 --- a/zrml/swaps/src/tests.rs +++ b/zrml/swaps/src/tests.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/utils.rs b/zrml/swaps/src/utils.rs index 893c410b0..f35314271 100644 --- a/zrml/swaps/src/utils.rs +++ b/zrml/swaps/src/utils.rs @@ -1,3 +1,4 @@ +// Copyright 2022 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist. diff --git a/zrml/swaps/src/weights.rs b/zrml/swaps/src/weights.rs index db45bbe7f..f74979c4f 100644 --- a/zrml/swaps/src/weights.rs +++ b/zrml/swaps/src/weights.rs @@ -1,3 +1,4 @@ +// Copyright 2022-2023 Forecasting Technologies LTD. // Copyright 2021-2022 Zeitgeist PM LLC. // // This file is part of Zeitgeist.