Skip to content

Commit d70c2bb

Browse files
committed
Update copyright year
1 parent 0c1f16f commit d70c2bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+55
-55
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 Dan Tès <https://github.com/delivrance>
2+
Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33

44
This file is part of Pyrogram.
55

compiler/__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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

compiler/api/__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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

compiler/api/compiler.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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

compiler/error/__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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

compiler/error/compiler.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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

docs/source/conf.py

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

6060
# General information about the project.
6161
project = 'Pyrogram'
62-
copyright = '2017, Dan Tès'
62+
copyright = '2017-2018, Dan Tès'
6363
author = 'Dan Tès'
6464

6565
# The version info for the project you're documenting, acts as replacement for

pyrogram/__init__.py

Lines changed: 2 additions & 2 deletions
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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
__copyright__ = "Copyright (C) 2017 Dan Tès <https://github.com/delivrance>"
19+
__copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>"
2020
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
2121
__version__ = "0.3.0"
2222

pyrogram/api/__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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

pyrogram/api/core/__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 Dan Tès <https://github.com/delivrance>
2+
# Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>
33
#
44
# This file is part of Pyrogram.
55
#

0 commit comments

Comments
 (0)