aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-22 15:41:11 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-22 15:41:11 +0100
commitd7099ef522123840c8726b6c3f0ffab249fae0f6 (patch)
tree3431e8c1d06f23ad5d96b68251947651b541f6a0 /common/src
parent3e8e4f8496425a08427a73a0f93652f5f739ab15 (diff)
downloadjellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar
jellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar.bz2
jellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar.zst
minor adjustments here and there
Diffstat (limited to 'common/src')
-rw-r--r--common/src/lib.rs2
-rw-r--r--common/src/node.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index d94c72c..5ade59d 100644
--- a/common/src/lib.rs
+++ b/common/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 api;
pub mod internal;
diff --git a/common/src/node.rs b/common/src/node.rs
index c5311cf..787f6a0 100644
--- a/common/src/node.rs
+++ b/common/src/node.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 jellyobject::{Object, Tag, enums, fields};