From 27f4c3ff8f21282eac98583e2e1c41f7fec1f946 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 24 Jan 2024 18:12:41 +0100 Subject: update year --- transcoder/src/image.rs | 2 +- transcoder/src/lib.rs | 2 +- transcoder/src/snippet.rs | 2 +- transcoder/src/subtitles.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'transcoder') 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 + Copyright (C) 2024 metamuffin */ 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 + Copyright (C) 2024 metamuffin */ #![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 + Copyright (C) 2024 metamuffin */ 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 + Copyright (C) 2024 metamuffin */ use anyhow::anyhow; use std::fmt::Write; -- cgit v1.2.3-70-g09d2