Skip to content

Commit bd11767

Browse files
committed
Use a shorter __license__ string
1 parent 296b866 commit bd11767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
__version__ = "1.4.16"
20-
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
20+
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2121
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2222

2323
from concurrent.futures.thread import ThreadPoolExecutor

0 commit comments

Comments
 (0)