Skip to content

Commit 92fa738

Browse files
committed
add license
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 4cf7b59 commit 92fa738

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

tap_aggregator/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, Semiotic AI, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
fn main() -> Result<(), Box<dyn std::error::Error>> {
25
println!("Running build.rs...");
36
let out_dir = std::env::var("OUT_DIR").expect("OUT_DIR not set by Cargo");

tap_aggregator/proto/tap_aggregator.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
// Copyright 2023-, Semiotic AI, Inc.
3+
// SPDX-License-Identifier: Apache-2.0
4+
5+
16
syntax = "proto3";
27
package tap_aggregator.v1;
38

tap_aggregator/src/grpc.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, Semiotic AI, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use anyhow::anyhow;
25
use tap_core::signed_message::EIP712SignedMessage;
36

tap_aggregator/tests/aggregate_test.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, Semiotic AI, Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use std::{collections::HashSet, str::FromStr};
25

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

0 commit comments

Comments
 (0)