Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Dec 26, 2024
1 parent 4cf7b59 commit 92fa738
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_aggregator/build.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

fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("Running build.rs...");
let out_dir = std::env::var("OUT_DIR").expect("OUT_DIR not set by Cargo");
Expand Down
5 changes: 5 additions & 0 deletions tap_aggregator/proto/tap_aggregator.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

// Copyright 2023-, Semiotic AI, Inc.
// SPDX-License-Identifier: Apache-2.0


syntax = "proto3";
package tap_aggregator.v1;

Expand Down
3 changes: 3 additions & 0 deletions tap_aggregator/src/grpc.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 anyhow::anyhow;
use tap_core::signed_message::EIP712SignedMessage;

Expand Down
3 changes: 3 additions & 0 deletions tap_aggregator/tests/aggregate_test.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 std::{collections::HashSet, str::FromStr};

use alloy::{primitives::Address, signers::local::PrivateKeySigner};
Expand Down

0 comments on commit 92fa738

Please sign in to comment.