From f1e4ece4f595b1394cbca7bdaef7ee03c006fda3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 19 May 2024 20:01:00 +0200 Subject: [PATCH] Change license name in printed text --- youtubedlez/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtubedlez/__main__.py b/youtubedlez/__main__.py index f6e0218..8b12c14 100644 --- a/youtubedlez/__main__.py +++ b/youtubedlez/__main__.py @@ -8,7 +8,7 @@ audio_formats = ['best', 'aac', 'flac', 'mp3', 'm4a', 'opus', 'vorbis', 'wav'] def main(): print(f"Easy Youtube Downloader") print("(c) Stefano Pigozzi") - print("Licensed under the GNU-GPL-3.0-or-later") + print("Licensed under the EUPL-1.2") print("-" * 80) print()