Skip to content

Commit 99829ef

Browse files
authored
Update copyright year in forgotten places (pyrogram#583)
1 parent c25871c commit 99829ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ pip3 install pyrogram
7171

7272
### Copyright & License
7373

74-
- Copyright (C) 2017-2020 Dan <<https://github.com/delivrance>>
74+
- Copyright (C) 2017-2021 Dan <<https://github.com/delivrance>>
7575
- Licensed under the terms of the [GNU Lesser General Public License v3 or later (LGPLv3+)](COPYING.lesser)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
FriendlyStyle.background_color = "#f3f2f1"
2929

3030
project = "Pyrogram"
31-
copyright = "2017-2020, Dan"
31+
copyright = "2017-2021, Dan"
3232
author = "Dan"
3333

3434
extensions = [

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__version__ = "1.1.9"
2020
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
21-
__copyright__ = "Copyright (C) 2017-2020 Dan <https://github.com/delivrance>"
21+
__copyright__ = "Copyright (C) 2017-2021 Dan <https://github.com/delivrance>"
2222

2323
from concurrent.futures.thread import ThreadPoolExecutor
2424

0 commit comments

Comments
 (0)