mirror of
https://github.com/Steffo99/youtubedlez.git
synced 2025-02-16 22:24:01 +00:00
Change license name in printed text
This commit is contained in:
parent
069261502f
commit
f1e4ece4f5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ audio_formats = ['best', 'aac', 'flac', 'mp3', 'm4a', 'opus', 'vorbis', 'wav']
|
||||||
def main():
|
def main():
|
||||||
print(f"Easy Youtube Downloader")
|
print(f"Easy Youtube Downloader")
|
||||||
print("(c) Stefano Pigozzi")
|
print("(c) Stefano Pigozzi")
|
||||||
print("Licensed under the GNU-GPL-3.0-or-later")
|
print("Licensed under the EUPL-1.2")
|
||||||
print("-" * 80)
|
print("-" * 80)
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue