Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit cb6cef3

Browse files
committed
Update copyright year
1 parent 44228f2 commit cb6cef3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pyrogram/crypto/mtproto.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Pyrogram - Telegram MTProto API Client Library for Python
2-
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
1+
# Pyrogram - Telegram MTProto API Client Library for Python
2+
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
33
#
4-
# This file is part of Pyrogram.
4+
# This file is part of Pyrogram.
55
#
6-
# Pyrogram is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU Lesser General Public License as published
8-
# by the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
6+
# Pyrogram is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU Lesser General Public License as published
8+
# by the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
1010
#
11-
# Pyrogram is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU Lesser General Public License for more details.
11+
# Pyrogram is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU Lesser General Public License for more details.
1515
#
16-
# You should have received a copy of the GNU Lesser General Public License
17-
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
16+
# You should have received a copy of the GNU Lesser General Public License
17+
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
import bisect
2020
from hashlib import sha256

pyrogram/types/inline_mode/inline_query_result_audio.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)