Skip to content

Commit 72a9135

Browse files
committed
Update copyright year
1 parent a5bf124 commit 72a9135

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pyrogram - Telegram MTProto API Client Library for Python
2-
Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
Copyright (C) 2017-present Dan <https://github.com/delivrance>
33

44
This file is part of Pyrogram.
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ print(data == cbc_decrypted) # True
157157

158158
## License
159159

160-
[LGPLv3+](COPYING.lesser) © 2017-2020 [Dan](https://github.com/delivrance)
160+
[LGPLv3+](COPYING.lesser) © 2017-present [Dan](https://github.com/delivrance)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/cbc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/cbc/test_cbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/ctr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/ctr/test_ctr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/ige/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

tests/ige/test_ige.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

0 commit comments

Comments
 (0)