aboutsummaryrefslogtreecommitdiff
path: root/server/src/logic
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/logic')
-rw-r--r--server/src/logic/mod.rs2
-rw-r--r--server/src/logic/stream.rs2
-rw-r--r--server/src/logic/userdata.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/server/src/logic/mod.rs b/server/src/logic/mod.rs
index a7991f7..24d58f8 100644
--- a/server/src/logic/mod.rs
+++ b/server/src/logic/mod.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2025 metamuffin <metamuffin.org>
+ Copyright (C) 2026 metamuffin <metamuffin.org>
*/
pub mod playersync;
pub mod stream;
diff --git a/server/src/logic/stream.rs b/server/src/logic/stream.rs
index 782cbcc..36d2ec1 100644
--- a/server/src/logic/stream.rs
+++ b/server/src/logic/stream.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2025 metamuffin <metamuffin.org>
+ Copyright (C) 2026 metamuffin <metamuffin.org>
*/
use crate::{helper::A, ui::error::MyError};
use anyhow::{anyhow, Result};
diff --git a/server/src/logic/userdata.rs b/server/src/logic/userdata.rs
index 52c3688..2dd3a85 100644
--- a/server/src/logic/userdata.rs
+++ b/server/src/logic/userdata.rs
@@ -1,7 +1,7 @@
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2025 metamuffin <metamuffin.org>
+ Copyright (C) 2026 metamuffin <metamuffin.org>
*/
use crate::{helper::A, ui::error::MyResult};
use jellycommon::{