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/info_json.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crates/yt_dlp/src/info_json.rs') diff --git a/crates/yt_dlp/src/info_json.rs b/crates/yt_dlp/src/info_json.rs index db4616d..31f4a69 100644 --- a/crates/yt_dlp/src/info_json.rs +++ b/crates/yt_dlp/src/info_json.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 rustpython::vm::{ PyRef, VirtualMachine, builtins::{PyDict, PyStr}, -- cgit 1.4.1