aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/src')
-rw-r--r--transcoder/src/image.rs2
-rw-r--r--transcoder/src/lib.rs2
-rw-r--r--transcoder/src/snippet.rs2
-rw-r--r--transcoder/src/subtitles.rs2
4 files changed, 4 insertions, 4 deletions
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;