From 71351b83af2cfb142ad536936f613a66059244f6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 24 Jul 2025 17:15:22 +0200 Subject: chore(treewide): Add missing license headers --- crates/yt_dlp/examples/main.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crates/yt_dlp/examples/main.rs') diff --git a/crates/yt_dlp/examples/main.rs b/crates/yt_dlp/examples/main.rs index b3a2dd5..e924407 100644 --- a/crates/yt_dlp/examples/main.rs +++ b/crates/yt_dlp/examples/main.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 . + fn main() { let yt_dlp = yt_dlp::options::YoutubeDLOptions::new().build().unwrap(); -- cgit 1.4.1