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