diff --git a/LICENSE b/LICENSE index 11770fa..15a0bbb 100644 --- a/LICENSE +++ b/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 remotely (through a network) to obtain the source code, for example 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 diff --git a/README.md b/README.md index 49d6fc9..ef5d76c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # telegram_ytdlp_node.js + ## Description + 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 ### Step 1 diff --git a/src/package.json b/src/package.json index e534988..3f91f54 100644 --- a/src/package.json +++ b/src/package.json @@ -24,5 +24,5 @@ "bot" ], "author": "FullGreaM", - "license": "AGPL-3.0-or-later" + "license": "AGPL-3.0-or-later OR Commercial" }