Skip to content

Commit 41a22f2

Browse files
committed
fix(license): Add license headers
1 parent 73f00e4 commit 41a22f2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

rav_e2e/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use anyhow::Result;
25
use reqwest::Client;
36
use serde_json::json;

rav_e2e/src/metrics.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
use std::{collections::HashMap, sync::Arc};
25

36
use anyhow::Result;

rav_e2e/src/receipt.rs

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

0 commit comments

Comments
 (0)