aboutsummaryrefslogtreecommitdiff
path: root/common/object/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/object/src')
-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;