From f13651af1dc33e02fe8ad0061e996e76a46b06e8 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:05:23 +0100 Subject: [PATCH] Reword the license explanation --- docs/source/license.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/license.rst b/docs/source/license.rst index 512f2c5b..5f1d25ee 100644 --- a/docs/source/license.rst +++ b/docs/source/license.rst @@ -8,8 +8,9 @@ Pyrogram is free software and is currently licensed under the terms of the `GNU Lesser General Public License v3 or later (LGPLv3+)`_. In short: you may use, redistribute and/or modify it provided that modifications are described and licensed for free under LGPLv3+. -In other words: you can use and integrate Pyrogram into your own code --- either open source, under the same or a -different license, or even proprietary --- without being required to release the source code of your own applications. -However, any modifications to the library itself are required to be published for free under the same LGPLv3+ license. +In other words: you can use and integrate Pyrogram into your code (either open source, under the same or a different +license, or even proprietary) for any purpose whatsoever without being required to release the source code of your +applications. Derivative works, including modifications to the library itself can only be redistributed under the same +LGPLv3+ license. .. _GNU Lesser General Public License v3 or later (LGPLv3+): https://github.com/pyrogram/pyrogram/blob/develop/COPYING.lesser