Skip to content

Commit 0dee3fc

Browse files
committed
chore: add missing license headers
1 parent 235693f commit 0dee3fc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

common/src/subgraph_client/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, GraphOps and Semiotic Labs.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
mod client;
25
mod monitor;
36

common/src/subgraph_client/monitor.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, GraphOps and Semiotic Labs.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use std::time::Duration;
25

36
use eventuals::{timer, Eventual, EventualExt};

0 commit comments

Comments
 (0)