Skip to content

Commit

Permalink
linera-client: add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Jun 17, 2024
1 parent 760e377 commit 789acac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linera-client/src/chain_clients.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

use std::{collections::BTreeMap, sync::Arc};

use async_graphql::Error;
Expand Down
3 changes: 3 additions & 0 deletions linera-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

pub mod chain_clients;
pub mod chain_listener;
pub mod client_context;
Expand Down

0 comments on commit 789acac

Please sign in to comment.