Skip to content

Commit

Permalink
style: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Jan 24, 2025
1 parent 34313f8 commit f1a2c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/tap-agent/tests/sender_account_manager_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{collections::HashSet, str::FromStr};

use indexer_tap_agent::{
Expand Down
3 changes: 3 additions & 0 deletions crates/tap-agent/tests/sender_account_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{collections::HashSet, str::FromStr, sync::atomic::AtomicU32};

use indexer_tap_agent::{
Expand Down

0 comments on commit f1a2c93

Please sign in to comment.