aboutsummaryrefslogtreecommitdiff
path: root/common/object
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-06 02:53:56 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-06 02:53:56 +0100
commit1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 (patch)
treed17dc16bb14772c184c1b539f51e548bc8e452d0 /common/object
parentbb7aa0604d1928ec435e97f6e58521597bc61c3b (diff)
downloadjellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar
jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.bz2
jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.zst
Update copyright year
Diffstat (limited to 'common/object')
-rw-r--r--common/object/src/lib.rs2
-rw-r--r--common/object/src/value.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs
index 90ddef5..97d2650 100644
--- a/common/object/src/lib.rs
+++ b/common/object/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>
*/
mod value;
diff --git a/common/object/src/value.rs b/common/object/src/value.rs
index 18aae97..3a8b7df 100644
--- a/common/object/src/value.rs
+++ b/common/object/src/value.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::Object;