Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix licenses #964

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions node/src/chain_spec/additional_chain_spec.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/chain_spec/battery_station.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/chain_spec/dev.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/chain_spec/zeitgeist.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/cli/cli_parachain.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/command.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/rpc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022 Forecasting Technologies LTD.
Chralt98 marked this conversation as resolved.
Show resolved Hide resolved
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/service.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/service/service_parachain.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions node/src/service/service_standalone.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/asset.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
18 changes: 18 additions & 0 deletions primitives/src/constants/mock.rs
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.

#![cfg(feature = "mock")]

pub use super::*;
Expand Down
1 change: 1 addition & 0 deletions primitives/src/constants/ztg.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/market.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/traits/dispute_api.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/traits/market_commons_pallet_api.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions primitives/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/battery-station/src/integration_tests/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions runtime/battery-station/src/integration_tests/xcm/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
1 change: 1 addition & 0 deletions runtime/battery-station/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/battery-station/src/parachain_params.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/battery-station/src/parameters.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
2 changes: 1 addition & 1 deletion runtime/battery-station/src/xcm_config/asset_registry.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Zeitgeist PM LLC.
// Copyright 2022-2023 Forecasting Technologies LTD.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is Zeitgeist PM LLC. removed here? I some other files such as src/parameters.rs it is kept, in others it's removed. I can't make out a pattern.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it because 2022 the change of entities happened? Is it sufficient to only name one in that case?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it because 2022 the change of entities happened?

Yes. Forecasting Technologies took over in October 2022, and the asset_registry.rs was created in November of the same year: https://github.com/zeitgeistpm/zeitgeist/commits/0e5af7f33a0445c72e72e0a1a1378c05157dd565/runtime/battery-station/src/xcm_config/asset_registry.rs.

Is it sufficient to only name one in that case?

Seem reasonable to me. Everyone working on this file was employed by Forecasting Technologies. Why would Zeitgeist PM retain a copyright? That being said, I'm making all of this up on the spot using only common sense. If you want to know for sure (including how copyright notices and licenses should be managed), you should ask a lawyer.

//
// This file is part of Zeitgeist.
//
Expand Down
2 changes: 1 addition & 1 deletion runtime/battery-station/src/xcm_config/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Zeitgeist PM LLC.
// Copyright 2022-2023 Forecasting Technologies LTD.
//
// This file is part of Zeitgeist.
//
Expand Down
2 changes: 1 addition & 1 deletion runtime/battery-station/src/xcm_config/fees.rs
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion runtime/battery-station/src/xcm_config/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Zeitgeist PM LLC.
// Copyright 2022 Forecasting Technologies LTD.
//
// This file is part of Zeitgeist.
//
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
// Copyright 2019-2020 Parity Technologies (UK) Ltd.
//
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/orml_currencies.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/orml_tokens.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_author_inherent.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_author_mapping.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_author_slot_filter.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_balances.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_bounties.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_collective.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_democracy.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_grandpa.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_identity.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_membership.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_multisig.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_parachain_staking.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_preimage.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_proxy.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_scheduler.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_timestamp.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_treasury.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_utility.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/common/src/weights/pallet_vesting.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/zeitgeist/src/integration_tests/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions runtime/zeitgeist/src/integration_tests/xcm/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime/zeitgeist/src/integration_tests/xcm/setup.rs
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
3 changes: 2 additions & 1 deletion runtime/zeitgeist/src/integration_tests/xcm/test_net.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down
1 change: 1 addition & 0 deletions runtime/zeitgeist/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/zeitgeist/src/parachain_params.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
1 change: 1 addition & 0 deletions runtime/zeitgeist/src/parameters.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2022-2023 Forecasting Technologies LTD.
// Copyright 2021-2022 Zeitgeist PM LLC.
//
// This file is part of Zeitgeist.
Expand Down
2 changes: 1 addition & 1 deletion runtime/zeitgeist/src/xcm_config/asset_registry.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Zeitgeist PM LLC.
// Copyright 2022-2023 Forecasting Technologies LTD.
//
// This file is part of Zeitgeist.
//
Expand Down
Loading