Skip to content

Commit

Permalink
chore: update copyright headers (#307)
Browse files Browse the repository at this point in the history
* chore: update copyright headers

* ci: update header license check
  • Loading branch information
carlosvdr authored Sep 17, 2024
1 parent cbbe1f5 commit 984637b
Show file tree
Hide file tree
Showing 70 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license_headers_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: >
addlicense \
-check \
-c "GraphOps and Semiotic Labs." \
-c "Edge & Node, GraphOps, and Semiotic Labs." \
-l "apache" \
-s=only \
-ignore '.github/workflows/*.yml' \
Expand Down
2 changes: 1 addition & 1 deletion common/src/address.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::signers::local::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/allocations/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::primitives::U256;
Expand Down
2 changes: 1 addition & 1 deletion common/src/allocations/monitor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/attestations/dispute_manager.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion common/src/attestations/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

pub mod dispute_manager;
Expand Down
2 changes: 1 addition & 1 deletion common/src/attestations/signer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/attestations/signers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use eventuals::{join, Eventual, EventualExt};
Expand Down
2 changes: 1 addition & 1 deletion common/src/escrow_accounts.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/graphql.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::collections::HashSet;
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::net::SocketAddr;
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/indexer_service.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use prometheus::{register_int_counter_vec, IntCounterVec};
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

mod config;
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/request_handler.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/static_subgraph.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use axum::{body::Bytes, http::HeaderMap, response::IntoResponse, Extension};
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/tap_receipt_header.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::ops::Deref;
Expand Down
2 changes: 1 addition & 1 deletion common/src/indexer_service/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

pub mod http;
2 changes: 1 addition & 1 deletion common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

pub mod address;
Expand Down
2 changes: 1 addition & 1 deletion common/src/metrics/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps, and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use lazy_static::lazy_static;
Expand Down
2 changes: 1 addition & 1 deletion common/src/subgraph_client/client.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use super::monitor::{monitor_deployment_status, DeploymentStatus};
Expand Down
2 changes: 1 addition & 1 deletion common/src/subgraph_client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

mod client;
Expand Down
2 changes: 1 addition & 1 deletion common/src/subgraph_client/monitor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use crate::tap::checks::allocation_eligible::AllocationEligible;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

pub mod allocation_eligible;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks/allocation_eligible.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::collections::HashMap;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks/deny_list_check.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use crate::escrow_accounts::EscrowAccounts;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks/receipt_max_val_check.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;

Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks/sender_balance_check.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use crate::escrow_accounts::EscrowAccounts;
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/checks/timestamp_check.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0
use anyhow::anyhow;
use std::time::{Duration, SystemTime};
Expand Down
2 changes: 1 addition & 1 deletion common/src/tap/receipt_store.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::{dyn_abi::Eip712Domain, hex::ToHexExt};
Expand Down
2 changes: 1 addition & 1 deletion common/src/test_vectors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{collections::HashMap, str::FromStr};
Expand Down
2 changes: 1 addition & 1 deletion config/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use bigdecimal::{BigDecimal, FromPrimitive, ToPrimitive};
Expand Down
2 changes: 1 addition & 1 deletion config/src/grt.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use bigdecimal::{BigDecimal, ToPrimitive};
Expand Down
2 changes: 1 addition & 1 deletion config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

mod config;
Expand Down
2 changes: 1 addition & 1 deletion service/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use build_info_build::DependencyDepth;
Expand Down
2 changes: 1 addition & 1 deletion service/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::path::PathBuf;
Expand Down
2 changes: 1 addition & 1 deletion service/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};
Expand Down
2 changes: 1 addition & 1 deletion service/src/database.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion service/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use anyhow::Error;
Expand Down
2 changes: 1 addition & 1 deletion service/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

mod cli;
Expand Down
2 changes: 1 addition & 1 deletion service/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::process::ExitCode;
Expand Down
2 changes: 1 addition & 1 deletion service/src/routes/cost.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::str::FromStr;
Expand Down
2 changes: 1 addition & 1 deletion service/src/routes/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

pub mod cost;
Expand Down
2 changes: 1 addition & 1 deletion service/src/routes/status.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::collections::HashSet;
Expand Down
2 changes: 1 addition & 1 deletion service/src/service.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent/sender_account.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::hex::ToHexExt;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent/sender_accounts_manager.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::collections::HashSet;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent/sender_allocation.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent/sender_fee_tracker.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::primitives::Address;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/agent/unaggregated_receipts.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

#[derive(Default, Debug, Clone, Eq, PartialEq)]
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use clap::Parser;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/database.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::{dyn_abi::Eip712Domain, sol_types::eip712_domain};
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use anyhow::Result;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, Semiotic AI, Inc.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{net::SocketAddr, panic};
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0
use alloy::primitives::Address;
use eventuals::Eventual;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/checks.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

mod allocation_id;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/checks/allocation_id.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/checks/signature.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::{dyn_abi::Eip712Domain, primitives::U256};
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/checks/value.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::{
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use alloy::primitives::Address;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/escrow.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use async_trait::async_trait;
Expand Down
2 changes: 1 addition & 1 deletion tap-agent/src/tap/context/rav.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-, GraphOps and Semiotic Labs.
// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
// SPDX-License-Identifier: Apache-2.0

use std::str::FromStr;
Expand Down
Loading

0 comments on commit 984637b

Please sign in to comment.