forked from firedm/FireDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
39 lines (36 loc) · 4.09 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Copyright (c) 2019, 2020 PyIDM, by Mahmoud Elshahat, "info.pyidm@gmail.com"
# ###################################################################################################################
# copyright notice #
# ###################################################################################################################
# PyIDM is an open source multi-connections download manager. #
# it downloads general files, support downloading Videos, and PlayLists from youtube, and other media websites. #
# Developed in Python, based on "pyCuRL/LibCurl", "youtube_dl", and "PySimpleGUI" #
# #
# This application is free for use, in hope to be useful for someone. #
# Conditions and usage restrictions: #
# - videos / streams / contents that are not allowed to be downloaded using this application are: #
# - DRM "Digital rights management", protected videos / streams or Copyright materials. #
# - Porn videos/streams or any pornography materials. #
# - Illegal contents. #
# - Any contents that encourage/promote violence or criminal/illegal behaviours #
# - This Software/application is provided "AS IS" without any warranty, it is under no circumstances the #
# PyIDM author could be held liable for any claim, or damages or responsible for any misuse of this application. #
# #
# #
# Project url: https://github.com/pyIDM/pyIDM #
# #
# Author, #
# Mahmoud Elshahat #
# email: info.pyidm@gmail.com #
# 2019, 2020 #
# ###################################################################################################################
# ###################################################################################################################
# License GNU LGPLv3 #
# ###################################################################################################################
# This software can be used under "GNU LGPLv3" License, this means: #
# you have permission for: Commercial use, Distribution, Modification, Patent use, Private use #
# subject to the following conditions: #
# - Source code must be made available when the software is distributed. #
# - Changes made to the code must be documented #
# - A copy of this license and above copyright notice must be included with the software. #
# ###################################################################################################################