diff options
Diffstat (limited to 'server/src/compat')
| -rw-r--r-- | server/src/compat/jellyfin/mod.rs | 2 | ||||
| -rw-r--r-- | server/src/compat/jellyfin/models.rs | 2 | ||||
| -rw-r--r-- | server/src/compat/mod.rs | 2 | ||||
| -rw-r--r-- | server/src/compat/youtube.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/server/src/compat/jellyfin/mod.rs b/server/src/compat/jellyfin/mod.rs index b18d304..7978f3b 100644 --- a/server/src/compat/jellyfin/mod.rs +++ b/server/src/compat/jellyfin/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 models; diff --git a/server/src/compat/jellyfin/models.rs b/server/src/compat/jellyfin/models.rs index 9dbad9c..0a41461 100644 --- a/server/src/compat/jellyfin/models.rs +++ b/server/src/compat/jellyfin/models.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 serde::{Deserialize, Serialize}; use serde_json::Value; diff --git a/server/src/compat/mod.rs b/server/src/compat/mod.rs index a7b8c0d..85fb566 100644 --- a/server/src/compat/mod.rs +++ b/server/src/compat/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 jellyfin; pub mod youtube; diff --git a/server/src/compat/youtube.rs b/server/src/compat/youtube.rs index 5bbcf77..ef9e09d 100644 --- a/server/src/compat/youtube.rs +++ b/server/src/compat/youtube.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 anyhow::anyhow; |