diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-06 02:53:56 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-06 02:53:56 +0100 |
| commit | 1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 (patch) | |
| tree | d17dc16bb14772c184c1b539f51e548bc8e452d0 /ui/src/admin | |
| parent | bb7aa0604d1928ec435e97f6e58521597bc61c3b (diff) | |
| download | jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.bz2 jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.zst | |
Update copyright year
Diffstat (limited to 'ui/src/admin')
| -rw-r--r-- | ui/src/admin/import.rs | 2 | ||||
| -rw-r--r-- | ui/src/admin/log.rs | 2 | ||||
| -rw-r--r-- | ui/src/admin/mod.rs | 2 | ||||
| -rw-r--r-- | ui/src/admin/user.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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::{ |