From af06c52a860c3a805055b9e0365666ff66c3de3c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 24 Nov 2025 00:27:50 +0100 Subject: feat: add licensing and related annotations/file headers --- src/components/chat_header.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/chat_header.rs') 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 +// +// SPDX-License-Identifier: AGPL-3.0-or-later + use filamento::user::UserStoreFields; use leptos::prelude::*; use reactive_stores::ArcStore; -- cgit