diff options
Diffstat (limited to 'remuxer/src/bin')
| -rw-r--r-- | remuxer/src/bin/analyze_kf_placement.rs | 2 | ||||
| -rw-r--r-- | remuxer/src/bin/average_cluster_duration.rs | 2 | ||||
| -rw-r--r-- | remuxer/src/bin/mkvinfo.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/remuxer/src/bin/analyze_kf_placement.rs b/remuxer/src/bin/analyze_kf_placement.rs index 7a5a01d..519d3b9 100644 --- a/remuxer/src/bin/analyze_kf_placement.rs +++ b/remuxer/src/bin/analyze_kf_placement.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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ use anyhow::{Result, anyhow}; diff --git a/remuxer/src/bin/average_cluster_duration.rs b/remuxer/src/bin/average_cluster_duration.rs index 41effb4..34312af 100644 --- a/remuxer/src/bin/average_cluster_duration.rs +++ b/remuxer/src/bin/average_cluster_duration.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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ use anyhow::{Result, anyhow}; diff --git a/remuxer/src/bin/mkvinfo.rs b/remuxer/src/bin/mkvinfo.rs index b5f3ae4..5c4bada 100644 --- a/remuxer/src/bin/mkvinfo.rs +++ b/remuxer/src/bin/mkvinfo.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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ use anyhow::{Result, anyhow}; |