From e585ab590a9b312971acc3566eca6dee7ccd6624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org> Date: Thu, 8 Sep 2022 14:23:23 +0200 Subject: [PATCH] Fix homepage in Cargo.toml, project name in license (!106) * docs(all): fix homepage & name in license --- Cargo.toml | 2 +- end2end-tests/Cargo.toml | 2 +- end2end-tests/src/lib.rs | 8 ++++---- end2end-tests/tests/common/balances.rs | 8 ++++---- end2end-tests/tests/common/cert.rs | 8 ++++---- end2end-tests/tests/common/mod.rs | 8 ++++---- end2end-tests/tests/common/oneshot.rs | 8 ++++---- end2end-tests/tests/cucumber_tests.rs | 8 ++++---- live-tests/Cargo.toml | 2 +- live-tests/src/lib.rs | 8 ++++---- node/build.rs | 8 ++++---- node/src/chain_spec.rs | 8 ++++---- node/src/chain_spec/g1.rs | 8 ++++---- node/src/chain_spec/gdev.rs | 8 ++++---- node/src/chain_spec/gen_genesis_data.rs | 8 ++++---- node/src/chain_spec/gtest.rs | 8 ++++---- node/src/cli.rs | 8 ++++---- node/src/command/key.rs | 8 ++++---- node/src/command/utils.rs | 8 ++++---- node/src/lib.rs | 8 ++++---- node/src/main.rs | 8 ++++---- node/src/rpc.rs | 8 ++++---- node/src/service.rs | 8 ++++---- node/src/service/client.rs | 8 ++++---- pallets/authority-members/Cargo.toml | 2 +- pallets/authority-members/src/lib.rs | 8 ++++---- pallets/authority-members/src/mock.rs | 8 ++++---- pallets/authority-members/src/tests.rs | 8 ++++---- pallets/authority-members/src/traits.rs | 8 ++++---- pallets/authority-members/src/types.rs | 8 ++++---- pallets/certification/Cargo.toml | 2 +- pallets/certification/src/lib.rs | 8 ++++---- pallets/certification/src/mock.rs | 8 ++++---- pallets/certification/src/tests.rs | 8 ++++---- pallets/certification/src/traits.rs | 8 ++++---- pallets/certification/src/types.rs | 8 ++++---- pallets/duniter-account/Cargo.toml | 2 +- pallets/duniter-account/src/lib.rs | 8 ++++---- pallets/duniter-account/src/types.rs | 8 ++++---- pallets/duniter-test-parameters/Cargo.toml | 2 +- pallets/duniter-test-parameters/macro/Cargo.toml | 2 +- pallets/duniter-test-parameters/macro/src/lib.rs | 8 ++++---- pallets/duniter-test-parameters/src/lib.rs | 8 ++++---- pallets/duniter-wot/Cargo.toml | 2 +- pallets/duniter-wot/src/lib.rs | 8 ++++---- pallets/duniter-wot/src/mock.rs | 8 ++++---- pallets/duniter-wot/src/tests.rs | 8 ++++---- pallets/identity/Cargo.toml | 2 +- pallets/identity/src/lib.rs | 8 ++++---- pallets/identity/src/mock.rs | 8 ++++---- pallets/identity/src/tests.rs | 8 ++++---- pallets/identity/src/traits.rs | 8 ++++---- pallets/identity/src/types.rs | 8 ++++---- pallets/membership/Cargo.toml | 2 +- pallets/membership/src/lib.rs | 8 ++++---- pallets/membership/src/mock.rs | 8 ++++---- pallets/membership/src/tests.rs | 8 ++++---- pallets/oneshot-account/Cargo.toml | 2 +- pallets/oneshot-account/src/check_nonce.rs | 8 ++++---- pallets/oneshot-account/src/lib.rs | 8 ++++---- pallets/oneshot-account/src/mock.rs | 8 ++++---- pallets/oneshot-account/src/types.rs | 8 ++++---- pallets/provide-randomness/Cargo.toml | 2 +- pallets/provide-randomness/src/lib.rs | 8 ++++---- pallets/provide-randomness/src/types.rs | 8 ++++---- pallets/universal-dividend/Cargo.toml | 2 +- pallets/universal-dividend/src/compute_claim_uds.rs | 8 ++++---- pallets/universal-dividend/src/lib.rs | 8 ++++---- pallets/universal-dividend/src/mock.rs | 8 ++++---- pallets/universal-dividend/src/tests.rs | 8 ++++---- pallets/universal-dividend/src/types.rs | 8 ++++---- pallets/upgrade-origin/Cargo.toml | 2 +- pallets/upgrade-origin/src/lib.rs | 8 ++++---- primitives/duniter/Cargo.toml | 2 +- primitives/duniter/src/lib.rs | 8 ++++---- primitives/membership/Cargo.toml | 2 +- primitives/membership/src/lib.rs | 8 ++++---- primitives/membership/src/traits.rs | 8 ++++---- runtime/common/src/apis.rs | 8 ++++---- runtime/common/src/constants.rs | 8 ++++---- runtime/common/src/entities.rs | 8 ++++---- runtime/common/src/fees.rs | 8 ++++---- runtime/common/src/handlers.rs | 8 ++++---- runtime/common/src/lib.rs | 8 ++++---- runtime/common/src/pallets_config.rs | 8 ++++---- runtime/common/src/providers.rs | 8 ++++---- runtime/common/src/weights.rs | 8 ++++---- runtime/common/src/weights/pallet_babe.rs | 8 ++++---- runtime/common/src/weights/pallet_grandpa.rs | 8 ++++---- runtime/g1/Cargo.toml | 2 +- runtime/g1/build.rs | 8 ++++---- runtime/g1/src/lib.rs | 8 ++++---- runtime/g1/src/parameters.rs | 8 ++++---- runtime/gdev/Cargo.toml | 2 +- runtime/gdev/build.rs | 8 ++++---- runtime/gdev/src/lib.rs | 8 ++++---- runtime/gdev/src/parameters.rs | 8 ++++---- runtime/gdev/tests/common/mod.rs | 8 ++++---- runtime/gdev/tests/integration_tests.rs | 8 ++++---- runtime/gtest/Cargo.toml | 2 +- runtime/gtest/build.rs | 8 ++++---- runtime/gtest/src/lib.rs | 8 ++++---- runtime/gtest/src/parameters.rs | 8 ++++---- xtask/src/gen_calls_doc.rs | 8 ++++---- xtask/src/main.rs | 8 ++++---- xtask/src/release_runtime.rs | 8 ++++---- xtask/src/release_runtime/create_release.rs | 8 ++++---- xtask/src/release_runtime/get_changes.rs | 8 ++++---- 108 files changed, 372 insertions(+), 372 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64be16415..16e11ef45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ['Axiom-Team Developers <https://axiom-team.fr>'] build = 'node/build.rs' description = 'Crypto-currency software (based on Substrate framework) to operate Äž1 libre currency' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'duniter' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/end2end-tests/Cargo.toml b/end2end-tests/Cargo.toml index fa87b7954..03a09ea47 100644 --- a/end2end-tests/Cargo.toml +++ b/end2end-tests/Cargo.toml @@ -2,7 +2,7 @@ authors = ['Axiom-Team Developers <https://axiom-team.fr>'] description = 'duniter end2end tests.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'duniter-end2end-tests' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/end2end-tests/src/lib.rs b/end2end-tests/src/lib.rs index 86934326a..b7c9b18c4 100644 --- a/end2end-tests/src/lib.rs +++ b/end2end-tests/src/lib.rs @@ -1,15 +1,15 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. diff --git a/end2end-tests/tests/common/balances.rs b/end2end-tests/tests/common/balances.rs index 4a343b9e9..8149199de 100644 --- a/end2end-tests/tests/common/balances.rs +++ b/end2end-tests/tests/common/balances.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::gdev; use super::gdev::runtime_types::pallet_balances; diff --git a/end2end-tests/tests/common/cert.rs b/end2end-tests/tests/common/cert.rs index 05b77d7a7..d380720a9 100644 --- a/end2end-tests/tests/common/cert.rs +++ b/end2end-tests/tests/common/cert.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::gdev; use super::gdev::runtime_types::pallet_certification; diff --git a/end2end-tests/tests/common/mod.rs b/end2end-tests/tests/common/mod.rs index c7fcdad21..993e290ed 100644 --- a/end2end-tests/tests/common/mod.rs +++ b/end2end-tests/tests/common/mod.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![allow(clippy::enum_variant_names, dead_code, unused_imports)] diff --git a/end2end-tests/tests/common/oneshot.rs b/end2end-tests/tests/common/oneshot.rs index 4d545e1ea..fcd941937 100644 --- a/end2end-tests/tests/common/oneshot.rs +++ b/end2end-tests/tests/common/oneshot.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::gdev; use super::gdev::runtime_types::pallet_balances; diff --git a/end2end-tests/tests/cucumber_tests.rs b/end2end-tests/tests/cucumber_tests.rs index f65142545..8f1f7f66d 100644 --- a/end2end-tests/tests/cucumber_tests.rs +++ b/end2end-tests/tests/cucumber_tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. mod common; diff --git a/live-tests/Cargo.toml b/live-tests/Cargo.toml index a9eac5508..573ad3ebe 100644 --- a/live-tests/Cargo.toml +++ b/live-tests/Cargo.toml @@ -2,7 +2,7 @@ authors = ['Axiom-Team Developers <https://axiom-team.fr>'] description = 'duniter live tests.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'duniter-live-tests' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/live-tests/src/lib.rs b/live-tests/src/lib.rs index 86934326a..b7c9b18c4 100644 --- a/live-tests/src/lib.rs +++ b/live-tests/src/lib.rs @@ -1,15 +1,15 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. diff --git a/node/build.rs b/node/build.rs index 934af5280..27abeab85 100644 --- a/node/build.rs +++ b/node/build.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. fn main() { //cli::main(); diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index 38dc68b41..61d6ee4ca 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub mod gen_genesis_data; diff --git a/node/src/chain_spec/g1.rs b/node/src/chain_spec/g1.rs index e556f7fd1..952f493e9 100644 --- a/node/src/chain_spec/g1.rs +++ b/node/src/chain_spec/g1.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub type ChainSpec = sc_service::GenericChainSpec<g1_runtime::GenesisConfig>; diff --git a/node/src/chain_spec/gdev.rs b/node/src/chain_spec/gdev.rs index 7f1551147..9f5121312 100644 --- a/node/src/chain_spec/gdev.rs +++ b/node/src/chain_spec/gdev.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use common_runtime::constants::*; diff --git a/node/src/chain_spec/gen_genesis_data.rs b/node/src/chain_spec/gen_genesis_data.rs index 800f28eb5..065c6c891 100644 --- a/node/src/chain_spec/gen_genesis_data.rs +++ b/node/src/chain_spec/gen_genesis_data.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use common_runtime::*; use serde::{de::DeserializeOwned, Deserialize, Serialize}; diff --git a/node/src/chain_spec/gtest.rs b/node/src/chain_spec/gtest.rs index 5d2ea9201..b61648a63 100644 --- a/node/src/chain_spec/gtest.rs +++ b/node/src/chain_spec/gtest.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use common_runtime::constants::*; diff --git a/node/src/cli.rs b/node/src/cli.rs index a93bb6b85..61d9d8977 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #[derive(Debug, clap::Parser)] pub struct Cli { diff --git a/node/src/command/key.rs b/node/src/command/key.rs index e09436326..d19945d4f 100644 --- a/node/src/command/key.rs +++ b/node/src/command/key.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use sc_cli::{ utils, with_crypto_scheme, CryptoScheme, Error, KeystoreParams, SharedParams, SubstrateCli, diff --git a/node/src/command/utils.rs b/node/src/command/utils.rs index 4c4c67494..3ee858edc 100644 --- a/node/src/command/utils.rs +++ b/node/src/command/utils.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use sc_cli::{Error, SubstrateCli}; use sp_io::hashing::twox_128; diff --git a/node/src/lib.rs b/node/src/lib.rs index 25f475257..caf6e6f32 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub mod chain_spec; pub mod cli; diff --git a/node/src/main.rs b/node/src/main.rs index 98cc72d6b..49614a266 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Duniter Node CLI. diff --git a/node/src/rpc.rs b/node/src/rpc.rs index df13e51e2..36dee008a 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! A collection of node-specific RPC methods. //! Substrate provides the `sc-rpc` crate, which defines the core RPC layer diff --git a/node/src/service.rs b/node/src/service.rs index ca6d2cd1e..e668b5383 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Service and ServiceFactory implementation. Specialized wrapper over substrate service. diff --git a/node/src/service/client.rs b/node/src/service/client.rs index dd8023e05..9c5d63ae5 100644 --- a/node/src/service/client.rs +++ b/node/src/service/client.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use common_runtime::{AccountId, Balance, Block, BlockNumber, Hash, Header, Index}; use sc_client_api::{AuxStore, Backend as BackendT, BlockchainEvents, KeyIterator, UsageProvider}; diff --git a/pallets/authority-members/Cargo.toml b/pallets/authority-members/Cargo.toml index 46b332a7d..b3405d6e1 100644 --- a/pallets/authority-members/Cargo.toml +++ b/pallets/authority-members/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet authority members.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-authority-members' readme = 'README.md' diff --git a/pallets/authority-members/src/lib.rs b/pallets/authority-members/src/lib.rs index 2238d8722..941a0af7d 100644 --- a/pallets/authority-members/src/lib.rs +++ b/pallets/authority-members/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] diff --git a/pallets/authority-members/src/mock.rs b/pallets/authority-members/src/mock.rs index 0d1ae96c8..288fc07b6 100644 --- a/pallets/authority-members/src/mock.rs +++ b/pallets/authority-members/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use crate::{self as pallet_authority_members}; diff --git a/pallets/authority-members/src/tests.rs b/pallets/authority-members/src/tests.rs index 0c9ac2971..3b9670a65 100644 --- a/pallets/authority-members/src/tests.rs +++ b/pallets/authority-members/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use crate::mock::*; diff --git a/pallets/authority-members/src/traits.rs b/pallets/authority-members/src/traits.rs index 1cfb55dcf..ea29f90b5 100644 --- a/pallets/authority-members/src/traits.rs +++ b/pallets/authority-members/src/traits.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::SessionIndex; use frame_support::pallet_prelude::Weight; diff --git a/pallets/authority-members/src/types.rs b/pallets/authority-members/src/types.rs index b9e4bb87e..594cbc36c 100644 --- a/pallets/authority-members/src/types.rs +++ b/pallets/authority-members/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Various basic types for use in the certification pallet. diff --git a/pallets/certification/Cargo.toml b/pallets/certification/Cargo.toml index f7aff3249..1ce99de35 100644 --- a/pallets/certification/Cargo.toml +++ b/pallets/certification/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet certification.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-certification' readme = 'README.md' diff --git a/pallets/certification/src/lib.rs b/pallets/certification/src/lib.rs index 736012934..1daa79721 100644 --- a/pallets/certification/src/lib.rs +++ b/pallets/certification/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/certification/src/mock.rs b/pallets/certification/src/mock.rs index 96e919f7c..066d3ebb0 100644 --- a/pallets/certification/src/mock.rs +++ b/pallets/certification/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::{self as pallet_certification}; use frame_support::{ diff --git a/pallets/certification/src/tests.rs b/pallets/certification/src/tests.rs index fd4632bcd..592f17333 100644 --- a/pallets/certification/src/tests.rs +++ b/pallets/certification/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::mock::Event as RuntimeEvent; use crate::mock::*; diff --git a/pallets/certification/src/traits.rs b/pallets/certification/src/traits.rs index ebcd7aef4..6c41d8c90 100644 --- a/pallets/certification/src/traits.rs +++ b/pallets/certification/src/traits.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub trait IsCertAllowed<IdtyIndex> { fn is_cert_allowed(issuer: IdtyIndex, receiver: IdtyIndex) -> bool; diff --git a/pallets/certification/src/types.rs b/pallets/certification/src/types.rs index 6681fa8b6..4ab2c51cd 100644 --- a/pallets/certification/src/types.rs +++ b/pallets/certification/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Various basic types for use in the certification pallet. diff --git a/pallets/duniter-account/Cargo.toml b/pallets/duniter-account/Cargo.toml index 6bc1c7dfa..5f5fe87e5 100644 --- a/pallets/duniter-account/Cargo.toml +++ b/pallets/duniter-account/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet duniter account.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-duniter-account' readme = 'README.md' diff --git a/pallets/duniter-account/src/lib.rs b/pallets/duniter-account/src/lib.rs index ea0ab03c8..329997d50 100644 --- a/pallets/duniter-account/src/lib.rs +++ b/pallets/duniter-account/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/duniter-account/src/types.rs b/pallets/duniter-account/src/types.rs index 25135c3f6..cf833bdab 100644 --- a/pallets/duniter-account/src/types.rs +++ b/pallets/duniter-account/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use codec::{Decode, Encode, MaxEncodedLen}; use frame_support::pallet_prelude::*; diff --git a/pallets/duniter-test-parameters/Cargo.toml b/pallets/duniter-test-parameters/Cargo.toml index 0177feb5c..a68092c74 100644 --- a/pallets/duniter-test-parameters/Cargo.toml +++ b/pallets/duniter-test-parameters/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'Duniter test parameters.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-duniter-test-parameters' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/pallets/duniter-test-parameters/macro/Cargo.toml b/pallets/duniter-test-parameters/macro/Cargo.toml index a1a6226e9..4faec3d4b 100644 --- a/pallets/duniter-test-parameters/macro/Cargo.toml +++ b/pallets/duniter-test-parameters/macro/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'Duniter test parameters macro.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-duniter-test-parameters-macro' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/pallets/duniter-test-parameters/macro/src/lib.rs b/pallets/duniter-test-parameters/macro/src/lib.rs index e969ef8e1..e7099f54b 100644 --- a/pallets/duniter-test-parameters/macro/src/lib.rs +++ b/pallets/duniter-test-parameters/macro/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![crate_type = "proc-macro"] extern crate proc_macro; diff --git a/pallets/duniter-test-parameters/src/lib.rs b/pallets/duniter-test-parameters/src/lib.rs index d7232aa03..a63e97654 100644 --- a/pallets/duniter-test-parameters/src/lib.rs +++ b/pallets/duniter-test-parameters/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/duniter-wot/Cargo.toml b/pallets/duniter-wot/Cargo.toml index 1f631fece..73a38389c 100644 --- a/pallets/duniter-wot/Cargo.toml +++ b/pallets/duniter-wot/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet duniter wot.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-duniter-wot' readme = 'README.md' diff --git a/pallets/duniter-wot/src/lib.rs b/pallets/duniter-wot/src/lib.rs index 1ef8df68d..cbcf635ee 100644 --- a/pallets/duniter-wot/src/lib.rs +++ b/pallets/duniter-wot/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] diff --git a/pallets/duniter-wot/src/mock.rs b/pallets/duniter-wot/src/mock.rs index 56d836673..d155b350d 100644 --- a/pallets/duniter-wot/src/mock.rs +++ b/pallets/duniter-wot/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use crate::{self as pallet_duniter_wot}; diff --git a/pallets/duniter-wot/src/tests.rs b/pallets/duniter-wot/src/tests.rs index 100d50469..84dde6a14 100644 --- a/pallets/duniter-wot/src/tests.rs +++ b/pallets/duniter-wot/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::mock::*; use crate::mock::{Identity, System}; diff --git a/pallets/identity/Cargo.toml b/pallets/identity/Cargo.toml index 8c6b7d952..98d9a68ed 100644 --- a/pallets/identity/Cargo.toml +++ b/pallets/identity/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet identity.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-identity' readme = 'README.md' diff --git a/pallets/identity/src/lib.rs b/pallets/identity/src/lib.rs index feebdbfc7..fea93ed3c 100644 --- a/pallets/identity/src/lib.rs +++ b/pallets/identity/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] diff --git a/pallets/identity/src/mock.rs b/pallets/identity/src/mock.rs index 38c358510..535e06726 100644 --- a/pallets/identity/src/mock.rs +++ b/pallets/identity/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use crate::{self as pallet_identity}; diff --git a/pallets/identity/src/tests.rs b/pallets/identity/src/tests.rs index 77624e10c..ef3f2dd19 100644 --- a/pallets/identity/src/tests.rs +++ b/pallets/identity/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::mock::*; use crate::{ diff --git a/pallets/identity/src/traits.rs b/pallets/identity/src/traits.rs index f196bda37..da9ddf71c 100644 --- a/pallets/identity/src/traits.rs +++ b/pallets/identity/src/traits.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::*; use frame_support::pallet_prelude::*; diff --git a/pallets/identity/src/types.rs b/pallets/identity/src/types.rs index 824c743f4..ba1cdf8d0 100644 --- a/pallets/identity/src/types.rs +++ b/pallets/identity/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Various basic types for use in the identity pallet. diff --git a/pallets/membership/Cargo.toml b/pallets/membership/Cargo.toml index 2f3ae62e5..4afafd852 100644 --- a/pallets/membership/Cargo.toml +++ b/pallets/membership/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet membership.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-membership' readme = 'README.md' diff --git a/pallets/membership/src/lib.rs b/pallets/membership/src/lib.rs index 807a4966f..4c9d84b24 100644 --- a/pallets/membership/src/lib.rs +++ b/pallets/membership/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] diff --git a/pallets/membership/src/mock.rs b/pallets/membership/src/mock.rs index afbe52f97..7002e13db 100644 --- a/pallets/membership/src/mock.rs +++ b/pallets/membership/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::{self as pallet_membership}; use frame_support::{ diff --git a/pallets/membership/src/tests.rs b/pallets/membership/src/tests.rs index 723605be8..f78b62fe3 100644 --- a/pallets/membership/src/tests.rs +++ b/pallets/membership/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::mock::Event as RuntimeEvent; use crate::mock::*; diff --git a/pallets/oneshot-account/Cargo.toml b/pallets/oneshot-account/Cargo.toml index 5b011dcd9..da1f4189c 100644 --- a/pallets/oneshot-account/Cargo.toml +++ b/pallets/oneshot-account/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet oneshot account.' edition = '2018' -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-oneshot-account' readme = 'README.md' diff --git a/pallets/oneshot-account/src/check_nonce.rs b/pallets/oneshot-account/src/check_nonce.rs index d6325ab4d..2643a9ff0 100644 --- a/pallets/oneshot-account/src/check_nonce.rs +++ b/pallets/oneshot-account/src/check_nonce.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::Config; diff --git a/pallets/oneshot-account/src/lib.rs b/pallets/oneshot-account/src/lib.rs index 0a65c42ba..4381f1543 100644 --- a/pallets/oneshot-account/src/lib.rs +++ b/pallets/oneshot-account/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/oneshot-account/src/mock.rs b/pallets/oneshot-account/src/mock.rs index c5d776608..435ef5883 100644 --- a/pallets/oneshot-account/src/mock.rs +++ b/pallets/oneshot-account/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::{self as pallet_oneshot_account}; use frame_support::{parameter_types, traits::Everything, weights::IdentityFee}; diff --git a/pallets/oneshot-account/src/types.rs b/pallets/oneshot-account/src/types.rs index 753448465..ee8b45bd0 100644 --- a/pallets/oneshot-account/src/types.rs +++ b/pallets/oneshot-account/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use codec::{Decode, Encode}; use frame_support::pallet_prelude::*; diff --git a/pallets/provide-randomness/Cargo.toml b/pallets/provide-randomness/Cargo.toml index f076e6e51..cbbfe53e4 100644 --- a/pallets/provide-randomness/Cargo.toml +++ b/pallets/provide-randomness/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet to provide randomness to users.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-provide-randomness' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/pallets/provide-randomness/src/lib.rs b/pallets/provide-randomness/src/lib.rs index 2cf03b426..ddaaea3e3 100644 --- a/pallets/provide-randomness/src/lib.rs +++ b/pallets/provide-randomness/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::boxed_local)] diff --git a/pallets/provide-randomness/src/types.rs b/pallets/provide-randomness/src/types.rs index cb6c3d2a6..8e7b88301 100644 --- a/pallets/provide-randomness/src/types.rs +++ b/pallets/provide-randomness/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Various basic types for use in pallet provide randomness diff --git a/pallets/universal-dividend/Cargo.toml b/pallets/universal-dividend/Cargo.toml index f6f539310..8e94b6cf7 100644 --- a/pallets/universal-dividend/Cargo.toml +++ b/pallets/universal-dividend/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet universal dividend.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-universal-dividend' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/pallets/universal-dividend/src/compute_claim_uds.rs b/pallets/universal-dividend/src/compute_claim_uds.rs index 8172ca171..19415e594 100644 --- a/pallets/universal-dividend/src/compute_claim_uds.rs +++ b/pallets/universal-dividend/src/compute_claim_uds.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::UdIndex; use core::iter::DoubleEndedIterator; diff --git a/pallets/universal-dividend/src/lib.rs b/pallets/universal-dividend/src/lib.rs index faf5749d2..5a887d16b 100644 --- a/pallets/universal-dividend/src/lib.rs +++ b/pallets/universal-dividend/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/universal-dividend/src/mock.rs b/pallets/universal-dividend/src/mock.rs index a53a0fe96..56e88c732 100644 --- a/pallets/universal-dividend/src/mock.rs +++ b/pallets/universal-dividend/src/mock.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::*; use crate::{self as pallet_universal_dividend}; diff --git a/pallets/universal-dividend/src/tests.rs b/pallets/universal-dividend/src/tests.rs index 9cfbfe1a7..cf246f0cf 100644 --- a/pallets/universal-dividend/src/tests.rs +++ b/pallets/universal-dividend/src/tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::mock::*; use frame_support::{assert_err, assert_ok, assert_storage_noop}; diff --git a/pallets/universal-dividend/src/types.rs b/pallets/universal-dividend/src/types.rs index 0f4564e65..000ac0017 100644 --- a/pallets/universal-dividend/src/types.rs +++ b/pallets/universal-dividend/src/types.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use codec::{Decode, Encode, Error, Input, MaxEncodedLen, Output}; use core::num::NonZeroU16; diff --git a/pallets/upgrade-origin/Cargo.toml b/pallets/upgrade-origin/Cargo.toml index 9dd1354dc..b4b3ed2c3 100644 --- a/pallets/upgrade-origin/Cargo.toml +++ b/pallets/upgrade-origin/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'FRAME pallet to upgrade specified origin to root.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'pallet-upgrade-origin' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/pallets/upgrade-origin/src/lib.rs b/pallets/upgrade-origin/src/lib.rs index 8636c6fa5..56ef25bea 100644 --- a/pallets/upgrade-origin/src/lib.rs +++ b/pallets/upgrade-origin/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::boxed_local)] diff --git a/primitives/duniter/Cargo.toml b/primitives/duniter/Cargo.toml index 2faec80d2..93dbdf1ed 100644 --- a/primitives/duniter/Cargo.toml +++ b/primitives/duniter/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'primitives for duniter runtime.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'duniter-primitives' readme = 'README.md' diff --git a/primitives/duniter/src/lib.rs b/primitives/duniter/src/lib.rs index 916c97a4d..8e4b99cc7 100644 --- a/primitives/duniter/src/lib.rs +++ b/primitives/duniter/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/primitives/membership/Cargo.toml b/primitives/membership/Cargo.toml index 07a966275..599847670 100644 --- a/primitives/membership/Cargo.toml +++ b/primitives/membership/Cargo.toml @@ -2,7 +2,7 @@ authors = ['librelois <c@elo.tf>'] description = 'primitives for pallet membership.' edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'sp-membership' readme = 'README.md' diff --git a/primitives/membership/src/lib.rs b/primitives/membership/src/lib.rs index 97194ce0d..2d74c6230 100644 --- a/primitives/membership/src/lib.rs +++ b/primitives/membership/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Defines types and traits for users of pallet membership. diff --git a/primitives/membership/src/traits.rs b/primitives/membership/src/traits.rs index a6e7d6ad6..eaaeb98fb 100644 --- a/primitives/membership/src/traits.rs +++ b/primitives/membership/src/traits.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use frame_support::pallet_prelude::Weight; diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 1aaf5690c..dcd38e6e1 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #[macro_export] macro_rules! runtime_apis { diff --git a/runtime/common/src/constants.rs b/runtime/common/src/constants.rs index 5eeb8b20c..c9206faad 100644 --- a/runtime/common/src/constants.rs +++ b/runtime/common/src/constants.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::{Balance, BlockNumber}; use frame_support::weights::constants::WEIGHT_PER_MICROS; diff --git a/runtime/common/src/entities.rs b/runtime/common/src/entities.rs index 1680f7b16..5b328d843 100644 --- a/runtime/common/src/entities.rs +++ b/runtime/common/src/entities.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::AccountId; use frame_support::pallet_prelude::*; diff --git a/runtime/common/src/fees.rs b/runtime/common/src/fees.rs index fbdf06895..1d16135ed 100644 --- a/runtime/common/src/fees.rs +++ b/runtime/common/src/fees.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub use frame_support::weights::{Weight, WeightToFee}; use sp_arithmetic::traits::{BaseArithmetic, One, Unsigned}; diff --git a/runtime/common/src/handlers.rs b/runtime/common/src/handlers.rs index 3726d216e..e09b1d30f 100644 --- a/runtime/common/src/handlers.rs +++ b/runtime/common/src/handlers.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::entities::*; use super::{AccountId, IdtyIndex}; diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index c1d3becf4..d03759d4c 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs index 5950b43f9..cdcaa4944 100644 --- a/runtime/common/src/pallets_config.rs +++ b/runtime/common/src/pallets_config.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #[macro_export] macro_rules! pallets_config { diff --git a/runtime/common/src/providers.rs b/runtime/common/src/providers.rs index 9a20e56a2..4582513b9 100644 --- a/runtime/common/src/providers.rs +++ b/runtime/common/src/providers.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::{entities::IdtyData, AccountId, IdtyIndex}; use core::marker::PhantomData; diff --git a/runtime/common/src/weights.rs b/runtime/common/src/weights.rs index f4e6ad7b6..122f6811d 100644 --- a/runtime/common/src/weights.rs +++ b/runtime/common/src/weights.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. pub mod frame_system; pub mod pallet_babe; diff --git a/runtime/common/src/weights/pallet_babe.rs b/runtime/common/src/weights/pallet_babe.rs index ecea61a64..05237c914 100644 --- a/runtime/common/src/weights/pallet_babe.rs +++ b/runtime/common/src/weights/pallet_babe.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Manual weights for the GRANDPA Pallet in duniter runtimes //! This file was not auto-generated. diff --git a/runtime/common/src/weights/pallet_grandpa.rs b/runtime/common/src/weights/pallet_grandpa.rs index 06200adc1..4ab77c5bf 100644 --- a/runtime/common/src/weights/pallet_grandpa.rs +++ b/runtime/common/src/weights/pallet_grandpa.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. //! Manual weights for the GRANDPA Pallet in duniter runtimes //! This file was not auto-generated. diff --git a/runtime/g1/Cargo.toml b/runtime/g1/Cargo.toml index 36fab9f71..d61823cd3 100644 --- a/runtime/g1/Cargo.toml +++ b/runtime/g1/Cargo.toml @@ -5,7 +5,7 @@ branch = 'duniter-substrate-v0.9.26' [package] authors = ['Axiom-Team Developers <https://axiom-team.fr>'] edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'g1-runtime' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/runtime/g1/build.rs b/runtime/g1/build.rs index 83edf9ee8..decf500c1 100644 --- a/runtime/g1/build.rs +++ b/runtime/g1/build.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use substrate_wasm_builder::WasmBuilder; diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index 00ca24a42..30289b1aa 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. diff --git a/runtime/g1/src/parameters.rs b/runtime/g1/src/parameters.rs index 6b30de42e..5444c2fef 100644 --- a/runtime/g1/src/parameters.rs +++ b/runtime/g1/src/parameters.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::*; use common_runtime::constants::*; diff --git a/runtime/gdev/Cargo.toml b/runtime/gdev/Cargo.toml index 6f10b69d5..65d3ec9af 100644 --- a/runtime/gdev/Cargo.toml +++ b/runtime/gdev/Cargo.toml @@ -5,7 +5,7 @@ branch = 'duniter-substrate-v0.9.26' [package] authors = ['Axiom-Team Developers <https://axiom-team.fr>'] edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'gdev-runtime' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/runtime/gdev/build.rs b/runtime/gdev/build.rs index 83edf9ee8..decf500c1 100644 --- a/runtime/gdev/build.rs +++ b/runtime/gdev/build.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use substrate_wasm_builder::WasmBuilder; diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index 798fe3dae..eec2dc9c2 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. diff --git a/runtime/gdev/src/parameters.rs b/runtime/gdev/src/parameters.rs index cbc1a22c3..1fce1bd73 100644 --- a/runtime/gdev/src/parameters.rs +++ b/runtime/gdev/src/parameters.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::*; use common_runtime::constants::*; diff --git a/runtime/gdev/tests/common/mod.rs b/runtime/gdev/tests/common/mod.rs index 5d64a4cef..67278257c 100644 --- a/runtime/gdev/tests/common/mod.rs +++ b/runtime/gdev/tests/common/mod.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![allow(dead_code, unused_imports)] // TODO remove this line when we will have more tests diff --git a/runtime/gdev/tests/integration_tests.rs b/runtime/gdev/tests/integration_tests.rs index 262f8977a..5a56c4ef3 100644 --- a/runtime/gdev/tests/integration_tests.rs +++ b/runtime/gdev/tests/integration_tests.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. mod common; diff --git a/runtime/gtest/Cargo.toml b/runtime/gtest/Cargo.toml index b7a0f29b5..db8c2be24 100644 --- a/runtime/gtest/Cargo.toml +++ b/runtime/gtest/Cargo.toml @@ -5,7 +5,7 @@ branch = 'duniter-substrate-v0.9.26' [package] authors = ['Axiom-Team Developers <https://axiom-team.fr>'] edition = "2021" -homepage = 'https://substrate.dev' +homepage = 'https://duniter.org' license = 'AGPL-3.0' name = 'gtest-runtime' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' diff --git a/runtime/gtest/build.rs b/runtime/gtest/build.rs index 83edf9ee8..decf500c1 100644 --- a/runtime/gtest/build.rs +++ b/runtime/gtest/build.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use substrate_wasm_builder::WasmBuilder; diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 8ea705ef6..7d1a7fa17 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. diff --git a/runtime/gtest/src/parameters.rs b/runtime/gtest/src/parameters.rs index 792dae050..b2290c84e 100644 --- a/runtime/gtest/src/parameters.rs +++ b/runtime/gtest/src/parameters.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use crate::*; use common_runtime::constants::*; diff --git a/xtask/src/gen_calls_doc.rs b/xtask/src/gen_calls_doc.rs index 5b14ad445..af07b82e4 100644 --- a/xtask/src/gen_calls_doc.rs +++ b/xtask/src/gen_calls_doc.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use anyhow::{bail, Context, Result}; use codec::Decode; diff --git a/xtask/src/main.rs b/xtask/src/main.rs index c14b004c6..27a971e7b 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. mod gen_calls_doc; mod release_runtime; diff --git a/xtask/src/release_runtime.rs b/xtask/src/release_runtime.rs index 278c112c6..a08f03e39 100644 --- a/xtask/src/release_runtime.rs +++ b/xtask/src/release_runtime.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. mod create_release; mod get_changes; diff --git a/xtask/src/release_runtime/create_release.rs b/xtask/src/release_runtime/create_release.rs index 11d0b3afa..dc081661f 100644 --- a/xtask/src/release_runtime/create_release.rs +++ b/xtask/src/release_runtime/create_release.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use anyhow::{anyhow, Result}; use graphql_client::{GraphQLQuery, Response}; diff --git a/xtask/src/release_runtime/get_changes.rs b/xtask/src/release_runtime/get_changes.rs index 9350efa4a..097a3fabc 100644 --- a/xtask/src/release_runtime/get_changes.rs +++ b/xtask/src/release_runtime/get_changes.rs @@ -1,18 +1,18 @@ // Copyright 2021 Axiom-Team // -// This file is part of Substrate-Libre-Currency. +// This file is part of Duniter-v2S. // -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify +// Duniter-v2S is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, version 3 of the License. // -// Substrate-Libre-Currency is distributed in the hope that it will be useful, +// Duniter-v2S 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 Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. +// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use anyhow::{anyhow, Result}; use graphql_client::{GraphQLQuery, Response}; -- GitLab