Update copyright year in forgotten places (#583)

This commit is contained in:
ポキ 2021-01-10 19:56:42 +05:00 committed by GitHub
parent c25871c452
commit 99829eff9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -71,5 +71,5 @@ pip3 install pyrogram
### Copyright & License
- Copyright (C) 2017-2020 Dan <<https://github.com/delivrance>>
- Copyright (C) 2017-2021 Dan <<https://github.com/delivrance>>
- Licensed under the terms of the [GNU Lesser General Public License v3 or later (LGPLv3+)](COPYING.lesser)

View File

@ -28,7 +28,7 @@ from pygments.styles.friendly import FriendlyStyle
FriendlyStyle.background_color = "#f3f2f1"
project = "Pyrogram"
copyright = "2017-2020, Dan"
copyright = "2017-2021, Dan"
author = "Dan"
extensions = [

View File

@ -18,7 +18,7 @@
__version__ = "1.1.9"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__copyright__ = "Copyright (C) 2017-2020 Dan <https://github.com/delivrance>"
__copyright__ = "Copyright (C) 2017-2021 Dan <https://github.com/delivrance>"
from concurrent.futures.thread import ThreadPoolExecutor