summaryrefslogtreecommitdiffstats
path: root/src/components/chat_header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chat_header.rs')
-rw-r--r--src/components/chat_header.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/chat_header.rs b/src/components/chat_header.rs
index 47367dc..3fb5df8 100644
--- a/src/components/chat_header.rs
+++ b/src/components/chat_header.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use filamento::user::UserStoreFields;
use leptos::prelude::*;
use reactive_stores::ArcStore;