Skip to content

Commit

Permalink
chore: adding license header for newly created files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jun 29, 2024
1 parent 578f348 commit 9d0c4be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/common/src/state/backends/http.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2023 LogCraft, SAS.
// SPDX-License-Identifier: MPL-2.0

use std::collections::HashMap;
use std::str::FromStr;
use std::time::Duration;
Expand Down
3 changes: 3 additions & 0 deletions crates/common/src/state/backends/local.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2023 LogCraft, SAS.
// SPDX-License-Identifier: MPL-2.0

use crate::state::LGC_DEFAULT_STATE_PATH;
use anyhow::{anyhow, Ok, Result};
use async_trait::async_trait;
Expand Down
3 changes: 3 additions & 0 deletions crates/common/src/state/backends/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2023 LogCraft, SAS.
// SPDX-License-Identifier: MPL-2.0

use super::State;
use anyhow::Result;
use async_trait::async_trait;
Expand Down

0 comments on commit 9d0c4be

Please sign in to comment.