Skip to content

Commit

Permalink
Add missing copyright license comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgitiota committed Jan 9, 2025
1 parent f8e2435 commit 8d993b3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bindings/wasm/identity_wasm/tests/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod identity;
mod identity_client;
mod identity_client_builder;
Expand Down
3 changes: 3 additions & 0 deletions bindings/wasm/iota_interaction_ts/src/bindings/wasm_types.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use identity_iota_interaction::rpc_types::OwnedObjectRef;
use identity_iota_interaction::types::base_types::IotaAddress;
use identity_iota_interaction::types::execution_status::ExecutionStatus;
Expand Down
3 changes: 3 additions & 0 deletions bindings/wasm/iota_interaction_ts/src/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

#[macro_use]
pub mod macros;

Expand Down
4 changes: 2 additions & 2 deletions bindings/wasm/iota_interaction_ts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2020-2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0pub mod iota_client_ts_sdk;
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

#[cfg(target_arch = "wasm32")]
pub(crate) mod bindings;
Expand Down
3 changes: 3 additions & 0 deletions bindings/wasm/iota_interaction_ts/src/migration_move_calls.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use identity_iota_interaction::ident_str;
use identity_iota_interaction::rpc_types::OwnedObjectRef;
use identity_iota_interaction::types::base_types::ObjectID;
Expand Down
3 changes: 3 additions & 0 deletions identity_iota_core/src/iota_interaction_adapter.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

// The following platform compile switch provides all the
// ...Adapter types from iota_interaction_rust or iota_interaction_ts
// like IotaClientAdapter, AssetMoveCallsAdapter, IdentityMoveCallsAdapter,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use identity_iota_interaction::types::programmable_transaction_builder::ProgrammableTransactionBuilder as Ptb;

use identity_iota_interaction::ident_str;
Expand Down
3 changes: 3 additions & 0 deletions identity_iota_interaction/src/iota_verifiable_credential.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use crate::move_types::language_storage::TypeTag;
use crate::types::base_types::ObjectID;
use crate::{MoveType, TypedValue};
Expand Down
3 changes: 3 additions & 0 deletions identity_iota_interaction/src/move_type.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2025 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use crate::types::base_types::IotaAddress;
use crate::types::base_types::ObjectID;
use crate::types::TypeTag;
Expand Down

0 comments on commit 8d993b3

Please sign in to comment.