Dual License add
This commit is contained in:
parent
2c01fe389d
commit
2b4da355f8
18
LICENSE
18
LICENSE
@ -686,3 +686,21 @@ Attach the following notice to the start of each source file:
|
|||||||
Make sure to provide a way for users interacting with your program
|
Make sure to provide a way for users interacting with your program
|
||||||
remotely (through a network) to obtain the source code, for example
|
remotely (through a network) to obtain the source code, for example
|
||||||
by providing a link to a repository or downloadable archive.
|
by providing a link to a repository or downloadable archive.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
Dual License Notice:
|
||||||
|
|
||||||
|
This software is available under the following two licenses:
|
||||||
|
|
||||||
|
1. GNU Affero General Public License version 3 (AGPLv3 or later)
|
||||||
|
- This license allows you to use, modify, and distribute the software freely
|
||||||
|
under the terms of AGPLv3. You must provide source code to users interacting
|
||||||
|
with your software remotely, as required by AGPLv3.
|
||||||
|
|
||||||
|
2. Commercial License
|
||||||
|
- For commercial use (for example, integrating this software into
|
||||||
|
paid services or monetizing it in any way), you must obtain a separate
|
||||||
|
commercial license from the copyright holder.
|
||||||
|
|
||||||
|
For inquiries regarding commercial licensing, contact: fullgream@i2pmail.org
|
||||||
|
|||||||
@ -1,6 +1,14 @@
|
|||||||
# telegram_ytdlp_node.js
|
# telegram_ytdlp_node.js
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This bot can download music and videos from youtube.
|
This bot can download music and videos from youtube.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This software is available under AGPLv3 for open-source use.
|
||||||
|
For commercial use, please contact fullgream@i2pmail.org for a commercial license.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Step 1
|
### Step 1
|
||||||
|
|||||||
@ -24,5 +24,5 @@
|
|||||||
"bot"
|
"bot"
|
||||||
],
|
],
|
||||||
"author": "FullGreaM",
|
"author": "FullGreaM",
|
||||||
"license": "AGPL-3.0-or-later"
|
"license": "AGPL-3.0-or-later OR Commercial"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user