Skip to content

Commit

Permalink
chore: add Edge & Node to copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Nov 2, 2023
1 parent 407c17d commit f478dbf
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 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/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::Address;
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::{collections::HashMap, time::Duration};
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_primitives::{Address, U256};
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 alloy_primitives::Address;
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::{collections::HashMap, time::Duration};
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/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 allocations;
Expand Down
2 changes: 1 addition & 1 deletion common/src/signature_verification.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 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 anyhow::anyhow;
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_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 alloy_primitives::Address;
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 service/src/common/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 ethers::signers::{
Expand Down
2 changes: 1 addition & 1 deletion service/src/common/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 sqlx::{postgres::PgPoolOptions, PgPool};
Expand Down
2 changes: 1 addition & 1 deletion service/src/common/indexer_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 std::{
Expand Down
2 changes: 1 addition & 1 deletion service/src/common/indexer_management/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 std::{collections::HashSet, str::FromStr};
Expand Down
2 changes: 1 addition & 1 deletion service/src/common/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 address;
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 clap::{command, Args, Parser, ValueEnum};
Expand Down
2 changes: 1 addition & 1 deletion service/src/graph_node.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 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 alloy_sol_types::eip712_domain;
Expand Down
2 changes: 1 addition & 1 deletion service/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 autometrics::{encode_global_metrics, global_metrics_exporter};
Expand Down
2 changes: 1 addition & 1 deletion service/src/query_processor.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 service/src/server/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(crate) use axum::{
Expand Down
2 changes: 1 addition & 1 deletion service/src/server/routes/basic.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::{extract::Extension, routing::get, Router};
Expand Down
2 changes: 1 addition & 1 deletion service/src/server/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/server/routes/deployment.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::{http::StatusCode, response::IntoResponse, Extension, Json};
Expand Down
2 changes: 1 addition & 1 deletion service/src/server/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

use crate::common::indexer_error::{IndexerError, IndexerErrorCause};
Expand Down
2 changes: 1 addition & 1 deletion service/src/server/routes/network.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::{
Expand Down
2 changes: 1 addition & 1 deletion service/src/server/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/server/routes/subgraphs.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::{
Expand Down
2 changes: 1 addition & 1 deletion service/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::str::FromStr;
Expand Down
2 changes: 1 addition & 1 deletion service/src/util.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 ethers::signers::WalletError;
Expand Down

0 comments on commit f478dbf

Please sign in to comment.