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()