From d847968fab7dc55b30f8a137dbce2bae07112c82 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 17 Jun 2025 09:09:55 +0200 Subject: chore(treewide): Assure that `nix fmt` and `reuse lint` are happy --- crates/yt_dlp/src/python_error.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crates/yt_dlp/src/python_error.rs') diff --git a/crates/yt_dlp/src/python_error.rs b/crates/yt_dlp/src/python_error.rs index d1d5b2e..9513956 100644 --- a/crates/yt_dlp/src/python_error.rs +++ b/crates/yt_dlp/src/python_error.rs @@ -1,3 +1,13 @@ +// yt - A fully featured command line YouTube client +// +// Copyright (C) 2025 Benedikt Peetz +// SPDX-License-Identifier: GPL-3.0-or-later +// +// This file is part of Yt. +// +// You should have received a copy of the License along with this program. +// If not, see . + use std::fmt::Display; use log::{Level, debug, log_enabled}; -- cgit 1.4.1