Update copyright year in forgotten places (#583)
This commit is contained in:
parent
c25871c452
commit
99829eff9c
@ -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)
|
||||
|
@ -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 = [
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user