summaryrefslogtreecommitdiffstats
path: root/src/components/message_history_buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/message_history_buffer.rs')
-rw-r--r--src/components/message_history_buffer.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/message_history_buffer.rs b/src/components/message_history_buffer.rs
index 9dc0473..c733700 100644
--- a/src/components/message_history_buffer.rs
+++ b/src/components/message_history_buffer.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
+//
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
use chrono::{NaiveDateTime, TimeDelta};
use filamento::{
chat::{Chat, ChatStoreFields, MessageStoreFields},