diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-24 18:12:41 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-24 18:47:29 +0100 |
commit | 27f4c3ff8f21282eac98583e2e1c41f7fec1f946 (patch) | |
tree | 0bfe258313bdbf7efa901e384d28c14b8805e866 | |
parent | 7323709537c6ff14136cd79fb07606cd79391758 (diff) | |
download | jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.bz2 jellything-27f4c3ff8f21282eac98583e2e1c41f7fec1f946.tar.zst |
update year
92 files changed, 91 insertions, 91 deletions
@@ -1,5 +1,5 @@ Jellything media streaming software -Copyright (C) 2023 metamuffin +Copyright (C) 2024 metamuffin Copyright (C) 2023 tpart This program is free software: you can redistribute it and/or modify diff --git a/base/src/cache.rs b/base/src/cache.rs index 3c4ae81..f42df84 100644 --- a/base/src/cache.rs +++ b/base/src/cache.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::CONF; use anyhow::{anyhow, Context}; diff --git a/base/src/database.rs b/base/src/database.rs index 49645bc..ca9360f 100644 --- a/base/src/database.rs +++ b/base/src/database.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}; use jellycommon::{ diff --git a/base/src/federation.rs b/base/src/federation.rs index 542c535..75c16e7 100644 --- a/base/src/federation.rs +++ b/base/src/federation.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::SECRETS; use anyhow::anyhow; diff --git a/base/src/lib.rs b/base/src/lib.rs index 90ac27b..71fa300 100644 --- a/base/src/lib.rs +++ b/base/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> */ #![feature(lazy_cell)] pub mod cache; diff --git a/base/src/permission.rs b/base/src/permission.rs index a5a40ce..15b24a9 100644 --- a/base/src/permission.rs +++ b/base/src/permission.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::CONF; use anyhow::anyhow; diff --git a/client/src/lib.rs b/client/src/lib.rs index c770a83..50266ee 100644 --- a/client/src/lib.rs +++ b/client/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> */ use anyhow::Result; use jellycommon::user::CreateSessionParams; 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}; diff --git a/ebml_derive/src/lib.rs b/ebml_derive/src/lib.rs index 5836747..cd2d194 100644 --- a/ebml_derive/src/lib.rs +++ b/ebml_derive/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> */ use proc_macro::{token_stream, Delimiter, Span, TokenStream, TokenTree}; use quote::quote; diff --git a/import/src/infojson.rs b/import/src/infojson.rs index e6b001f..14783f7 100644 --- a/import/src/infojson.rs +++ b/import/src/infojson.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 anyhow::Context; diff --git a/import/src/lib.rs b/import/src/lib.rs index c30fe37..abb552f 100644 --- a/import/src/lib.rs +++ b/import/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> */ #![feature(lazy_cell)] pub mod infojson; diff --git a/matroska/src/bin/experiment.rs b/matroska/src/bin/experiment.rs index 4a8c420..e185787 100644 --- a/matroska/src/bin/experiment.rs +++ b/matroska/src/bin/experiment.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 jellymatroska::{ matroska::MatroskaTag, read::EbmlReader, unflatten::IterWithPos, write::EbmlWriter, diff --git a/matroska/src/bin/mkvdump.rs b/matroska/src/bin/mkvdump.rs index 0070a72..5a767af 100644 --- a/matroska/src/bin/mkvdump.rs +++ b/matroska/src/bin/mkvdump.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 jellymatroska::{ block::Block, matroska::MatroskaTag, read::EbmlReader, unflatten::IterWithPos, diff --git a/matroska/src/block.rs b/matroska/src/block.rs index 275066e..5ab398b 100644 --- a/matroska/src/block.rs +++ b/matroska/src/block.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::{read::ReadExt, write::write_vint}; use crate::Result; diff --git a/matroska/src/error.rs b/matroska/src/error.rs index e8f7c28..367b017 100644 --- a/matroska/src/error.rs +++ b/matroska/src/error.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 thiserror::Error; diff --git a/matroska/src/lib.rs b/matroska/src/lib.rs index b2d052c..09635d4 100644 --- a/matroska/src/lib.rs +++ b/matroska/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 block; pub mod error; diff --git a/matroska/src/matroska.rs b/matroska/src/matroska.rs index 614073a..6bbc5f7 100644 --- a/matroska/src/matroska.rs +++ b/matroska/src/matroska.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 ebml_derive::define_ebml; diff --git a/matroska/src/read.rs b/matroska/src/read.rs index 42f0e34..3e858f7 100644 --- a/matroska/src/read.rs +++ b/matroska/src/read.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::error::Error; use crate::Result; diff --git a/matroska/src/size.rs b/matroska/src/size.rs index e1d6d08..3027e0a 100644 --- a/matroska/src/size.rs +++ b/matroska/src/size.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> */ #[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum EbmlSize { diff --git a/matroska/src/unflatten.rs b/matroska/src/unflatten.rs index 8f40819..71089f4 100644 --- a/matroska/src/unflatten.rs +++ b/matroska/src/unflatten.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::{matroska::MatroskaTag, Master}; use crate::Result; diff --git a/matroska/src/write.rs b/matroska/src/write.rs index fb56cb9..fe6033f 100644 --- a/matroska/src/write.rs +++ b/matroska/src/write.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::error::Error; use crate::Result; diff --git a/remuxer/src/extract.rs b/remuxer/src/extract.rs index 5ec43bb..108b76c 100644 --- a/remuxer/src/extract.rs +++ b/remuxer/src/extract.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::seek_index::get_seek_index; use anyhow::{anyhow, bail}; diff --git a/remuxer/src/import/mod.rs b/remuxer/src/import/mod.rs index c6678df..2981cea 100644 --- a/remuxer/src/import/mod.rs +++ b/remuxer/src/import/mod.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 anyhow::{anyhow, bail, Context, Result}; use bincode::{Decode, Encode}; diff --git a/remuxer/src/lib.rs b/remuxer/src/lib.rs index 86ec166..ffefcae 100644 --- a/remuxer/src/lib.rs +++ b/remuxer/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 extract; pub mod import; diff --git a/remuxer/src/remux.rs b/remuxer/src/remux.rs index e645bda..f944899 100644 --- a/remuxer/src/remux.rs +++ b/remuxer/src/remux.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::{ ebml_header, ebml_track_entry, seek_index::get_seek_index, diff --git a/remuxer/src/seek_index.rs b/remuxer/src/seek_index.rs index a68051b..b2ece4b 100644 --- a/remuxer/src/seek_index.rs +++ b/remuxer/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 anyhow::{Context, Result}; use jellybase::cache::cache_memory; diff --git a/remuxer/src/segment_extractor.rs b/remuxer/src/segment_extractor.rs index 01f86f0..bc5b44f 100644 --- a/remuxer/src/segment_extractor.rs +++ b/remuxer/src/segment_extractor.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 anyhow::{anyhow, bail, Result}; use jellymatroska::{block::Block, read::EbmlReader, unflatten::IterWithPos, Master, MatroskaTag}; diff --git a/remuxer/src/snippet.rs b/remuxer/src/snippet.rs index 50df2d1..4c3c47f 100644 --- a/remuxer/src/snippet.rs +++ b/remuxer/src/snippet.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::{ diff --git a/remuxer/src/trim_writer.rs b/remuxer/src/trim_writer.rs index 5890ee9..2aea0d8 100644 --- a/remuxer/src/trim_writer.rs +++ b/remuxer/src/trim_writer.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 anyhow::anyhow; use log::{trace, warn}; diff --git a/server/build.rs b/server/build.rs index a8976a2..0c70462 100644 --- a/server/build.rs +++ b/server/build.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> */ #![feature(exit_status_error)] use std::process::{Command, Stdio}; diff --git a/server/src/main.rs b/server/src/main.rs index fbfbba6..a94fe32 100644 --- a/server/src/main.rs +++ b/server/src/main.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> */ #![feature(lazy_cell)] #![feature(int_roundings)] diff --git a/server/src/routes/api/mod.rs b/server/src/routes/api/mod.rs index d8ea167..7166273 100644 --- a/server/src/routes/api/mod.rs +++ b/server/src/routes/api/mod.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 super::ui::{ account::{login_logic, session::AdminSession}, diff --git a/server/src/routes/mod.rs b/server/src/routes/mod.rs index dec0858..ced786b 100644 --- a/server/src/routes/mod.rs +++ b/server/src/routes/mod.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::{database::DataAcid, routes::ui::error::MyResult}; use api::{r_api_account_login, r_api_node_raw, r_api_root, r_api_version}; diff --git a/server/src/routes/stream.rs b/server/src/routes/stream.rs index 11fd094..71a01df 100644 --- a/server/src/routes/stream.rs +++ b/server/src/routes/stream.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 super::ui::{account::session::Session, error::MyError}; use crate::database::DataAcid; diff --git a/server/src/routes/ui/account/mod.rs b/server/src/routes/ui/account/mod.rs index eeafce1..5298f7c 100644 --- a/server/src/routes/ui/account/mod.rs +++ b/server/src/routes/ui/account/mod.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 session; pub mod settings; diff --git a/server/src/routes/ui/account/session/guard.rs b/server/src/routes/ui/account/session/guard.rs index 6969491..39da4bc 100644 --- a/server/src/routes/ui/account/session/guard.rs +++ b/server/src/routes/ui/account/session/guard.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 super::{AdminSession, Session}; use crate::{database::DataAcid, routes::ui::error::MyError}; diff --git a/server/src/routes/ui/account/session/mod.rs b/server/src/routes/ui/account/session/mod.rs index 0de15c4..7236c63 100644 --- a/server/src/routes/ui/account/session/mod.rs +++ b/server/src/routes/ui/account/session/mod.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 chrono::{DateTime, Utc}; use jellycommon::user::{PermissionSet, User}; diff --git a/server/src/routes/ui/account/session/token.rs b/server/src/routes/ui/account/session/token.rs index 9cc0c4f..e40772a 100644 --- a/server/src/routes/ui/account/session/token.rs +++ b/server/src/routes/ui/account/session/token.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 super::SessionData; use aes_gcm_siv::{ diff --git a/server/src/routes/ui/account/settings.rs b/server/src/routes/ui/account/settings.rs index ecc0723..48e0e9f 100644 --- a/server/src/routes/ui/account/settings.rs +++ b/server/src/routes/ui/account/settings.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 super::{format_form_error, hash_password}; use crate::{ diff --git a/server/src/routes/ui/admin/log.rs b/server/src/routes/ui/admin/log.rs index 9e57bab..8c06767 100644 --- a/server/src/routes/ui/admin/log.rs +++ b/server/src/routes/ui/admin/log.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::{ routes::ui::{ diff --git a/server/src/routes/ui/admin/mod.rs b/server/src/routes/ui/admin/mod.rs index 60ed416..c34a93a 100644 --- a/server/src/routes/ui/admin/mod.rs +++ b/server/src/routes/ui/admin/mod.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 log; pub mod user; diff --git a/server/src/routes/ui/admin/user.rs b/server/src/routes/ui/admin/user.rs index 7d619c0..9a13580 100644 --- a/server/src/routes/ui/admin/user.rs +++ b/server/src/routes/ui/admin/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::{ database::DataAcid, diff --git a/server/src/routes/ui/assets.rs b/server/src/routes/ui/assets.rs index 97396f3..36d6ee3 100644 --- a/server/src/routes/ui/assets.rs +++ b/server/src/routes/ui/assets.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::routes::ui::{account::session::Session, error::MyResult, CacheControlFile}; use anyhow::{anyhow, Context}; diff --git a/server/src/routes/ui/browser.rs b/server/src/routes/ui/browser.rs index 6c18442..11ce686 100644 --- a/server/src/routes/ui/browser.rs +++ b/server/src/routes/ui/browser.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 super::{ account::session::Session, diff --git a/server/src/routes/ui/error.rs b/server/src/routes/ui/error.rs index 8154209..41a2de9 100644 --- a/server/src/routes/ui/error.rs +++ b/server/src/routes/ui/error.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 super::layout::{DynLayoutPage, LayoutPage}; use crate::{routes::ui::account::rocket_uri_macro_r_account_login, uri}; diff --git a/server/src/routes/ui/home.rs b/server/src/routes/ui/home.rs index f9994cc..a72378f 100644 --- a/server/src/routes/ui/home.rs +++ b/server/src/routes/ui/home.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 super::{ account::session::Session, diff --git a/server/src/routes/ui/layout.rs b/server/src/routes/ui/layout.rs index 3772c06..07fc70c 100644 --- a/server/src/routes/ui/layout.rs +++ b/server/src/routes/ui/layout.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::{ routes::ui::{ diff --git a/server/src/routes/ui/mod.rs b/server/src/routes/ui/mod.rs index da96103..c5062a3 100644 --- a/server/src/routes/ui/mod.rs +++ b/server/src/routes/ui/mod.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 log::debug; use markup::Render; diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs index f613bd1..1cffa06 100644 --- a/server/src/routes/ui/node.rs +++ b/server/src/routes/ui/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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 metamuffin <metamuffin.org> */ use super::{ assets::{rocket_uri_macro_r_item_assets, rocket_uri_macro_r_node_thumbnail}, diff --git a/server/src/routes/ui/player.rs b/server/src/routes/ui/player.rs index 62f014c..7e67709 100644 --- a/server/src/routes/ui/player.rs +++ b/server/src/routes/ui/player.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 super::{account::session::Session, layout::LayoutPage}; use crate::{ diff --git a/server/src/routes/ui/style.rs b/server/src/routes/ui/style.rs index 7756a2f..a185704 100644 --- a/server/src/routes/ui/style.rs +++ b/server/src/routes/ui/style.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> Copyright (C) 2023 tpart */ use rocket::{ diff --git a/server/src/routes/userdata.rs b/server/src/routes/userdata.rs index c113bb6..4eb412a 100644 --- a/server/src/routes/userdata.rs +++ b/server/src/routes/userdata.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 super::ui::{account::session::Session, error::MyResult, node::DatabaseNodeUserDataExt}; use crate::routes::ui::node::rocket_uri_macro_r_library_node; diff --git a/stream/src/hls.rs b/stream/src/hls.rs index 61d031c..c036e98 100644 --- a/stream/src/hls.rs +++ b/stream/src/hls.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 anyhow::{anyhow, Result}; diff --git a/stream/src/jhls.rs b/stream/src/jhls.rs index 7a7b3af..d5bb575 100644 --- a/stream/src/jhls.rs +++ b/stream/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 anyhow::{anyhow, Result}; use jellybase::{permission::PermissionSetExt, CONF}; diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 3d12f74..ee47857 100644 --- a/stream/src/lib.rs +++ b/stream/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> */ #![feature(iterator_try_collect)] pub mod hls; diff --git a/stream/src/segment.rs b/stream/src/segment.rs index fc4aaf4..a5162cd 100644 --- a/stream/src/segment.rs +++ b/stream/src/segment.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 anyhow::{anyhow, bail, Result}; use jellybase::{permission::PermissionSetExt, CONF}; diff --git a/stream/src/webvtt.rs b/stream/src/webvtt.rs index b1eed2f..48cf8d5 100644 --- a/stream/src/webvtt.rs +++ b/stream/src/webvtt.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 anyhow::{anyhow, bail, Context, Result}; use jellybase::CONF; diff --git a/tool/src/main.rs b/tool/src/main.rs index 113d3a7..d2518e8 100644 --- a/tool/src/main.rs +++ b/tool/src/main.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 add; diff --git a/tool/src/migrate.rs b/tool/src/migrate.rs index c774832..fdf125e 100644 --- a/tool/src/migrate.rs +++ b/tool/src/migrate.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::{Action, MigrateMode}; use anyhow::{bail, Context}; diff --git a/transcoder/src/image.rs b/transcoder/src/image.rs index 20f7e0c..c9749fc 100644 --- a/transcoder/src/image.rs +++ b/transcoder/src/image.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::LOCAL_IMAGE_TRANSCODING_TASKS; use anyhow::Context; diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs index 63d2cb8..35b5605 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/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> */ #![feature(async_closure)] #![feature(exit_status_error)] diff --git a/transcoder/src/snippet.rs b/transcoder/src/snippet.rs index 3632919..9f21bf8 100644 --- a/transcoder/src/snippet.rs +++ b/transcoder/src/snippet.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::LOCAL_VIDEO_TRANSCODING_TASKS; diff --git a/transcoder/src/subtitles.rs b/transcoder/src/subtitles.rs index 11ed2a4..a2546f4 100644 --- a/transcoder/src/subtitles.rs +++ b/transcoder/src/subtitles.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 anyhow::anyhow; use std::fmt::Write; diff --git a/web/script/backbutton.ts b/web/script/backbutton.ts index 27a7ac2..debf495 100644 --- a/web/script/backbutton.ts +++ b/web/script/backbutton.ts @@ -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> */ /// <reference lib="dom" /> import { e } from "./jshelper/mod.ts"; diff --git a/web/script/jshelper b/web/script/jshelper -Subproject 95603bb2d1ff60dea7c9c9b70d2aec0768c7be2 +Subproject a1795c9d8c0c88caa65a340a786fe432ce95ee5 diff --git a/web/script/main.ts b/web/script/main.ts index 0b4bdbd..eede963 100644 --- a/web/script/main.ts +++ b/web/script/main.ts @@ -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> */ /// <reference lib="dom" /> import "./player/mod.ts" diff --git a/web/script/player/download.ts b/web/script/player/download.ts index 2549600..e394ba3 100644 --- a/web/script/player/download.ts +++ b/web/script/player/download.ts @@ -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> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/jhls.d.ts b/web/script/player/jhls.d.ts index 2be6999..9030a88 100644 --- a/web/script/player/jhls.d.ts +++ b/web/script/player/jhls.d.ts @@ -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> */ export interface JhlsTrackIndex { diff --git a/web/script/player/mediacaps.ts b/web/script/player/mediacaps.ts index 2c58c48..77a210e 100644 --- a/web/script/player/mediacaps.ts +++ b/web/script/player/mediacaps.ts @@ -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> */ /// <reference lib="dom" /> import { EncodingProfile, SourceTrack, SourceTrackKind } from "./jhls.d.ts"; diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index 4a21480..3294540 100644 --- a/web/script/player/mod.ts +++ b/web/script/player/mod.ts @@ -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> */ /// <reference lib="dom" /> import { OVar, show } from "../jshelper/mod.ts"; diff --git a/web/script/player/player.ts b/web/script/player/player.ts index ea45e9a..677dbc8 100644 --- a/web/script/player/player.ts +++ b/web/script/player/player.ts @@ -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> */ /// <reference lib="dom" /> import { OVar, e } from "../jshelper/mod.ts"; diff --git a/web/script/player/popup.ts b/web/script/player/popup.ts index 441f8d1..d300a5c 100644 --- a/web/script/player/popup.ts +++ b/web/script/player/popup.ts @@ -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> */ /// <reference lib="dom" /> diff --git a/web/script/player/profiles.ts b/web/script/player/profiles.ts index f7fd121..726e4ba 100644 --- a/web/script/player/profiles.ts +++ b/web/script/player/profiles.ts @@ -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> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/track.ts b/web/script/player/track.ts index ef4a862..d0b7f2a 100644 --- a/web/script/player/track.ts +++ b/web/script/player/track.ts @@ -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> */ /// <reference lib="dom" /> import { JhlsTrackIndex, SourceTrack, TimeRange } from "./jhls.d.ts"; diff --git a/web/script/transition.ts b/web/script/transition.ts index 04f19f9..42dda80 100644 --- a/web/script/transition.ts +++ b/web/script/transition.ts @@ -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> */ /// <reference lib="dom" /> diff --git a/web/style/forms.css b/web/style/forms.css index 5927b4c..fca6648 100644 --- a/web/style/forms.css +++ b/web/style/forms.css @@ -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> Copyright (C) 2023 tpart */ input { diff --git a/web/style/js-player.css b/web/style/js-player.css index 98e0f7c..26545ed 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -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> */ .jsp { diff --git a/web/style/js-transition.css b/web/style/js-transition.css index 6de9005..be9d34a 100644 --- a/web/style/js-transition.css +++ b/web/style/js-transition.css @@ -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> */ @keyframes jst-fadein { from { diff --git a/web/style/layout.css b/web/style/layout.css index 0c2f25b..e7bf91e 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -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> Copyright (C) 2023 tpart */ @font-face { diff --git a/web/style/navbar.css b/web/style/navbar.css index 1cffb9e..d001292 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -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> */ nav { user-select: none; diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 3ed89da..ab25dd3 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -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> Copyright (C) 2023 tpart */ .card { diff --git a/web/style/nodepage.css b/web/style/nodepage.css index 121a397..67642e8 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -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> Copyright (C) 2023 tpart */ .backdrop { diff --git a/web/style/player.css b/web/style/player.css index 3a96182..b3e8760 100644 --- a/web/style/player.css +++ b/web/style/player.css @@ -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> Copyright (C) 2023 tpart */ diff --git a/web/style/props.css b/web/style/props.css index 6afc19d..b2f37d3 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -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> */ .props p { diff --git a/web/style/themes.css b/web/style/themes.css index e3d210c..62305cd 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -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> */ body { --video-brackground: black; |