diff options
Diffstat (limited to 'crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs')
-rw-r--r-- | crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs b/crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs index b16e448..3ecb123 100644 --- a/crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs +++ b/crates/yt_dlp/crates/pyo3-pylogger/src/lib.rs @@ -1,3 +1,13 @@ +// yt - A fully featured command line YouTube client +// +// Copyright (C) 2025 Dylan Bobby Storey <dylan.storey@gmail.com>, cpu <daniel@binaryparadox.net>, Warren Snipes <contact@warrensnipes.dev> +// SPDX-License-Identifier: Apache-2.0 +// +// 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::{ ffi::CString, sync::{self, OnceLock}, |