Skip to content

Commit 2ca7ff8

Browse files
jsmnbomtsnoam
authored andcommitted
Update headers to 2018 (python-telegram-bot#962)
Also add two missing headers. [ci skip]
1 parent a2c0431 commit 2ca7ff8

File tree

197 files changed

+248
-194
lines changed

Some content is hidden

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

197 files changed

+248
-194
lines changed

docs/source/conf.py

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

5151
# General information about the project.
5252
project = u'Python Telegram Bot'
53-
copyright = u'2015-2017, Leandro Toledo'
53+
copyright = u'2015-2018, Leandro Toledo'
5454
author = u'Leandro Toledo'
5555

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

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2017
4+
# Copyright (C) 2015-2018
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/__main__.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# !/usr/bin/env python
2+
#
3+
# A library that provides a Python interface to the Telegram Bot API
4+
# Copyright (C) 2015-2018
5+
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
6+
#
7+
# This program is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU Lesser Public License as published by
9+
# the Free Software Foundation, either version 3 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU Lesser Public License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser Public License
18+
# along with this program. If not, see [http://www.gnu.org/licenses/].
119
import sys
220

321
import certifi

telegram/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2017
4+
# Copyright (C) 2015-2018
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pylint: disable=E0611,E0213,E1102,C0103,E1101,W0613,R0913,R0904
44
#
55
# A library that provides a Python interface to the Telegram Bot API
6-
# Copyright (C) 2015-2017
6+
# Copyright (C) 2015-2018
77
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
88
#
99
# This program is free software: you can redistribute it and/or modify

telegram/callbackquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2017
4+
# Copyright (C) 2015-2018
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=C0103,W0622
33
#
44
# A library that provides a Python interface to the Telegram Bot API
5-
# Copyright (C) 2015-2017
5+
# Copyright (C) 2015-2018
66
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
77
#
88
# This program is free software: you can redistribute it and/or modify

telegram/chataction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=R0903
33
#
44
# A library that provides a Python interface to the Telegram Bot API
5-
# Copyright (C) 2015-2017
5+
# Copyright (C) 2015-2018
66
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
77
#
88
# This program is free software: you can redistribute it and/or modify

telegram/chatmember.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2017
4+
# Copyright (C) 2015-2018
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/choseninlineresult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=R0902,R0912,R0913
33
#
44
# A library that provides a Python interface to the Telegram Bot API
5-
# Copyright (C) 2015-2017
5+
# Copyright (C) 2015-2018
66
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
77
#
88
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)