aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/object/src/lib.rs2
-rw-r--r--common/object/src/value.rs2
-rw-r--r--common/src/api.rs2
-rw-r--r--common/src/config.rs2
-rw-r--r--common/src/helpers.rs2
-rw-r--r--common/src/impl.rs2
-rw-r--r--common/src/jhls.rs2
-rw-r--r--common/src/lib.rs2
-rw-r--r--common/src/routes.rs2
-rw-r--r--common/src/user.rs2
10 files changed, 10 insertions, 10 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;
diff --git a/common/src/api.rs b/common/src/api.rs
index c4751a3..04e221e 100644
--- a/common/src/api.rs
+++ b/common/src/api.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::{
url_enum,
diff --git a/common/src/config.rs b/common/src/config.rs
index 016bdeb..73e2a08 100644
--- a/common/src/config.rs
+++ b/common/src/config.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::user::PermissionSet;
diff --git a/common/src/helpers.rs b/common/src/helpers.rs
index 13c69a1..e8489c4 100644
--- a/common/src/helpers.rs
+++ b/common/src/helpers.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::{CreditCategory, IdentifierType, PictureSlot};
diff --git a/common/src/impl.rs b/common/src/impl.rs
index 585c778..422d26a 100644
--- a/common/src/impl.rs
+++ b/common/src/impl.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::{Node, NodeID, NodeIDOrSlug, SourceTrack, SourceTrackKind};
use serde::{Deserialize, Serialize};
diff --git a/common/src/jhls.rs b/common/src/jhls.rs
index 104d9a5..36a6db6 100644
--- a/common/src/jhls.rs
+++ b/common/src/jhls.rs
@@ -1,5 +1,5 @@
/*
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>
*/
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 209aeef..f73130f 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>
*/
#![feature(array_try_map)]
pub mod api;
diff --git a/common/src/routes.rs b/common/src/routes.rs
index cdccf9d..1605624 100644
--- a/common/src/routes.rs
+++ b/common/src/routes.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::{CreditCategory, NodeID, PictureSlot, api::NodeFilterSort, user::ApiWatchedState};
diff --git a/common/src/user.rs b/common/src/user.rs
index 481732b..9b90ec9 100644
--- a/common/src/user.rs
+++ b/common/src/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 serde::{Deserialize, Serialize};
use std::{