Skip to content

Commit

Permalink
chore: add license
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio committed Mar 5, 2024
1 parent 09a15f1 commit a992181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_core/src/checks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023-, Semiotic AI, Inc.
// SPDX-License-Identifier: Apache-2.0

use crate::tap_receipt::{Checking, ReceiptError, ReceiptResult, ReceiptWithState};
use serde::{Deserialize, Serialize};
use std::sync::Arc;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023-, Semiotic AI, Inc.
// SPDX-License-Identifier: Apache-2.0

use std::{collections::HashMap, str::FromStr, sync::Arc};

use alloy_primitives::Address;
Expand Down

0 comments on commit a992181

Please sign in to comment.