diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 09:09:55 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 09:09:55 +0200 |
commit | d847968fab7dc55b30f8a137dbce2bae07112c82 (patch) | |
tree | f3845c39af0dc36444673034bd2ae8cf5dae145a /crates/yt_dlp/src/options.rs | |
parent | build({Cargo,flake}.lock): Update (diff) | |
download | yt-d847968fab7dc55b30f8a137dbce2bae07112c82.zip |
chore(treewide): Assure that `nix fmt` and `reuse lint` are happy
Diffstat (limited to 'crates/yt_dlp/src/options.rs')
-rw-r--r-- | crates/yt_dlp/src/options.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/yt_dlp/src/options.rs b/crates/yt_dlp/src/options.rs index 34612ac..182b8a1 100644 --- a/crates/yt_dlp/src/options.rs +++ b/crates/yt_dlp/src/options.rs @@ -1,3 +1,13 @@ +// yt - A fully featured command line YouTube client +// +// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// 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 <https://www.gnu.org/licenses/gpl-3.0.txt>. + use std::env; use indexmap::IndexMap; |