about summary refs log tree commit diff stats
path: root/crates/yt_dlp/src/options.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-17 09:09:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-17 09:09:55 +0200
commitd847968fab7dc55b30f8a137dbce2bae07112c82 (patch)
treef3845c39af0dc36444673034bd2ae8cf5dae145a /crates/yt_dlp/src/options.rs
parentbuild({Cargo,flake}.lock): Update (diff)
downloadyt-d847968fab7dc55b30f8a137dbce2bae07112c82.zip
chore(treewide): Assure that `nix fmt` and `reuse lint` are happy
Diffstat (limited to '')
-rw-r--r--crates/yt_dlp/src/options.rs10
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;