Skip to content

Commit 2e6aa80

Browse files
authored
chore: licence (#860)
KILT Foundation
1 parent 7679535 commit 2e6aa80

File tree

552 files changed

+1656
-1656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+1656
-1656
lines changed

HEADER-GPL

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,4 +14,4 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>

crates/assets/src/asset.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
// Exported types. This will always only re-export the latest version by
2020
// default.

crates/assets/src/chain.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
// Exported types. This will always only re-export the latest version by
2020
// default.

crates/assets/src/errors.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use frame_support::sp_runtime::RuntimeDebug;
2020

crates/assets/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
//! Library to parse the raw byte vectors into supported Asset DIDs, according
2020
//! to the spec.

crates/assets/src/v1.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818
use hex_literal::hex;
1919
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
2020
use scale_info::TypeInfo;

crates/kilt-dip-primitives/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
//! Collection of support traits, types, and functions for integrating KILT as
2020
//! an identity provider following the Decentralized Identity Provider (DIP)

crates/kilt-dip-primitives/src/merkle_proofs/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
pub mod v0;
2020

crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use did::{
2020
did_details::{DidPublicKey, DidPublicKeyDetails},

crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
mod dip_revealed_details_and_unverified_did_signature {
2020
use frame_support::{assert_err, assert_ok};

crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use scale_info::TypeInfo;
2020

crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use did::DidSignature;
2020
use parity_scale_codec::{Decode, Encode};

crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
//! Module to deal with cross-chain Merkle proof as generated by the KILT chain.
2020

crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use did::{did_details::DidPublicKeyDetails, DidVerificationKeyRelationship};
2020
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};

crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use frame_support::ensure;
2020
use pallet_dip_provider::IdentityCommitmentOf;

crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
// These test cases are, for now, the same as the ones in
2020
// [`super::relay_state::relay_dip_did_proof_with_verified_relay_state_root`],

crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use parity_scale_codec::{Codec, Decode, Encode};
2020
use scale_info::TypeInfo;

crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
mod relay_did_dip_proof {
2020
use frame_support::assert_err;

crates/kilt-dip-primitives/src/state_proofs/error.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use scale_info::TypeInfo;
2020

crates/kilt-dip-primitives/src/state_proofs/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use parity_scale_codec::Decode;
2020
use sp_runtime::traits::Hash;

crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use hash_db::EMPTY_PREFIX;
2020
use parity_scale_codec::Codec;

crates/kilt-dip-primitives/src/traits.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
use sp_core::H256;
2020
use sp_runtime::traits::{CheckedAdd, One, Zero};

crates/kilt-dip-primitives/src/utils.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// KILT Blockchain – https://botlabs.org
2-
// Copyright (C) 2019-2024 BOTLabs GmbH
1+
// KILT Blockchain – <https://kilt.io>
2+
// Copyright (C) 2025, KILT Foundation
33

44
// The KILT Blockchain is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
// If you feel like getting in touch with us, you can do so at info@botlabs.org
17+
// If you feel like getting in touch with us, you can do so at <hello@kilt.org>
1818

1919
/// The output of a type implementing the [`sp_runtime::traits::Hash`] trait.
2020
pub type OutputOf<Hasher> = <Hasher as sp_runtime::traits::Hash>::Output;

0 commit comments

Comments
 (0)