aboutsummaryrefslogtreecommitdiff
path: root/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src')
-rw-r--r--ui/src/account/mod.rs2
-rw-r--r--ui/src/account/settings.rs2
-rw-r--r--ui/src/admin/import.rs2
-rw-r--r--ui/src/admin/log.rs2
-rw-r--r--ui/src/admin/mod.rs2
-rw-r--r--ui/src/admin/user.rs2
-rw-r--r--ui/src/error.rs2
-rw-r--r--ui/src/filter_sort.rs2
-rw-r--r--ui/src/format.rs2
-rw-r--r--ui/src/home.rs2
-rw-r--r--ui/src/items.rs2
-rw-r--r--ui/src/lib.rs2
-rw-r--r--ui/src/locale.rs2
-rw-r--r--ui/src/node_card.rs2
-rw-r--r--ui/src/node_page.rs2
-rw-r--r--ui/src/props.rs2
-rw-r--r--ui/src/scaffold.rs2
-rw-r--r--ui/src/search.rs2
-rw-r--r--ui/src/stats.rs2
19 files changed, 19 insertions, 19 deletions
diff --git a/ui/src/account/mod.rs b/ui/src/account/mod.rs
index 2fbb6c7..255f7a1 100644
--- a/ui/src/account/mod.rs
+++ b/ui/src/account/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 settings;
diff --git a/ui/src/account/settings.rs b/ui/src/account/settings.rs
index 551e362..7184e26 100644
--- a/ui/src/account/settings.rs
+++ b/ui/src/account/settings.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::{
FlashM, Page,
diff --git a/ui/src/admin/import.rs b/ui/src/admin/import.rs
index be3801b..1233c7d 100644
--- a/ui/src/admin/import.rs
+++ b/ui/src/admin/import.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::{
diff --git a/ui/src/admin/log.rs b/ui/src/admin/log.rs
index d68be3e..7ce21eb 100644
--- a/ui/src/admin/log.rs
+++ b/ui/src/admin/log.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::Page;
diff --git a/ui/src/admin/mod.rs b/ui/src/admin/mod.rs
index 8666fbd..632bcd4 100644
--- a/ui/src/admin/mod.rs
+++ b/ui/src/admin/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 import;
diff --git a/ui/src/admin/user.rs b/ui/src/admin/user.rs
index 733cf86..86f44e1 100644
--- a/ui/src/admin/user.rs
+++ b/ui/src/admin/user.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::{
diff --git a/ui/src/error.rs b/ui/src/error.rs
index bb8b7b6..23d323a 100644
--- a/ui/src/error.rs
+++ b/ui/src/error.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::Page;
diff --git a/ui/src/filter_sort.rs b/ui/src/filter_sort.rs
index 0e9ff7b..515e4bc 100644
--- a/ui/src/filter_sort.rs
+++ b/ui/src/filter_sort.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::locale::{Language, trs};
diff --git a/ui/src/format.rs b/ui/src/format.rs
index f3dd120..cc87050 100644
--- a/ui/src/format.rs
+++ b/ui/src/format.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::locale::{Language, TrString, tr, trs};
diff --git a/ui/src/home.rs b/ui/src/home.rs
index a67298a..6d28a5d 100644
--- a/ui/src/home.rs
+++ b/ui/src/home.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::{
CONF, Page,
diff --git a/ui/src/items.rs b/ui/src/items.rs
index 3b80ecc..a1a2a45 100644
--- a/ui/src/items.rs
+++ b/ui/src/items.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::{
Page,
diff --git a/ui/src/lib.rs b/ui/src/lib.rs
index b454fc1..a33824d 100644
--- a/ui/src/lib.rs
+++ b/ui/src/lib.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 account;
pub mod admin;
diff --git a/ui/src/locale.rs b/ui/src/locale.rs
index 442bd9d..b3bf3b6 100644
--- a/ui/src/locale.rs
+++ b/ui/src/locale.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 markup::{Render, RenderAttributeValue};
use std::{borrow::Cow, collections::HashMap, sync::LazyLock};
diff --git a/ui/src/node_card.rs b/ui/src/node_card.rs
index 35c286c..bb2fe67 100644
--- a/ui/src/node_card.rs
+++ b/ui/src/node_card.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::{locale::Language, node_page::aspect_class, props::Props};
diff --git a/ui/src/node_page.rs b/ui/src/node_page.rs
index d9d2cf8..ee13d05 100644
--- a/ui/src/node_page.rs
+++ b/ui/src/node_page.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::{
diff --git a/ui/src/props.rs b/ui/src/props.rs
index ba9ff22..65ffe5c 100644
--- a/ui/src/props.rs
+++ b/ui/src/props.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::{
format::{MediaInfoExt, format_count, format_duration},
diff --git a/ui/src/scaffold.rs b/ui/src/scaffold.rs
index 2bf6f69..d68f672 100644
--- a/ui/src/scaffold.rs
+++ b/ui/src/scaffold.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::{
diff --git a/ui/src/search.rs b/ui/src/search.rs
index 9bdf4d3..eb01433 100644
--- a/ui/src/search.rs
+++ b/ui/src/search.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::{
diff --git a/ui/src/stats.rs b/ui/src/stats.rs
index 0ee2aeb..2e1f34f 100644
--- a/ui/src/stats.rs
+++ b/ui/src/stats.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::{