Skip to content

Commit

Permalink
copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Dec 17, 2024
1 parent 6c06c31 commit f616cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions applogic/src/util/cubit_sinks.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Phoenix R&D GmbH <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;

Expand Down
1 change: 0 additions & 1 deletion applogic/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ mod fibonacci_backoff;
mod spawn;

pub(crate) use cubit_sinks::SharedCubitSinks;
pub(crate) use fibonacci_backoff::FibonacciBackoff;
pub(crate) use spawn::spawn_from_sync;

0 comments on commit f616cfd

Please sign in to comment.