diff options
Diffstat (limited to 'src/state_store.rs')
| -rw-r--r-- | src/state_store.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state_store.rs b/src/state_store.rs index e0ba979..1e67f34 100644 --- a/src/state_store.rs +++ b/src/state_store.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use std::{ collections::HashMap, ops::{Deref, DerefMut}, |
