aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-24 18:12:41 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-24 18:47:29 +0100
commit27f4c3ff8f21282eac98583e2e1c41f7fec1f946 (patch)
tree0bfe258313bdbf7efa901e384d28c14b8805e866 /common/src
parent7323709537c6ff14136cd79fb07606cd79391758 (diff)
downloadjellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar
jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.bz2
jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.zst
update year
Diffstat (limited to 'common/src')
-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/seek_index.rs2
-rw-r--r--common/src/stream.rs2
-rw-r--r--common/src/user.rs2
8 files changed, 8 insertions, 8 deletions
diff --git a/common/src/config.rs b/common/src/config.rs
index d9f2a8e..0b1c576 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::{jhls::EncodingProfile, user::PermissionSet};
diff --git a/common/src/helpers.rs b/common/src/helpers.rs
index 86072cc..92595e0 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use std::ops::Deref;
diff --git a/common/src/impl.rs b/common/src/impl.rs
index ff2ce22..009b7c7 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::{AssetRole, SourceTrack, SourceTrackKind};
diff --git a/common/src/jhls.rs b/common/src/jhls.rs
index 33c67d2..b365b3f 100644
--- a/common/src/jhls.rs
+++ b/common/src/jhls.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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use serde::{Deserialize, Serialize};
use std::ops::Range;
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 7e5b68c..8904a66 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
pub mod config;
pub mod helpers;
diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs
index 98afcca..07710a9 100644
--- a/common/src/seek_index.rs
+++ b/common/src/seek_index.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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use bincode::{Decode, Encode};
diff --git a/common/src/stream.rs b/common/src/stream.rs
index 7b56d0e..151d497 100644
--- a/common/src/stream.rs
+++ b/common/src/stream.rs
@@ -2,7 +2,7 @@ use bincode::{Decode, Encode};
/*
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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
#[cfg(feature = "rocket")]
use rocket::{FromForm, FromFormField, UriDisplayQuery};
diff --git a/common/src/user.rs b/common/src/user.rs
index b3360c2..f6c955b 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::{stream::StreamFormat, user};
use bincode::{Decode, Encode};