diff options
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/lib.rs | 2 | ||||
| -rw-r--r-- | common/src/node.rs | 2 |
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}; |