From 1b7f83625cca334462451079d0aa4deb4cab684d Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Sun, 14 May 2017 12:18:29 +0200 Subject: [PATCH] Update copyright notice to include 2017 Not strictly needed, but it helps show that the project is being actively developed which I find important. --- docs/source/conf.py | 2 +- telegram/__init__.py | 2 +- telegram/animation.py | 2 +- telegram/audio.py | 2 +- telegram/base.py | 2 +- telegram/bot.py | 2 +- telegram/callbackgame.py | 2 +- telegram/callbackquery.py | 2 +- telegram/chat.py | 2 +- telegram/chataction.py | 2 +- telegram/chatmember.py | 2 +- telegram/choseninlineresult.py | 3 ++- telegram/constants.py | 2 +- telegram/contact.py | 2 +- telegram/document.py | 2 +- telegram/emoji.py | 2 +- telegram/error.py | 2 +- telegram/ext/__init__.py | 2 +- telegram/ext/callbackqueryhandler.py | 2 +- telegram/ext/choseninlineresulthandler.py | 2 +- telegram/ext/commandhandler.py | 2 +- telegram/ext/conversationhandler.py | 2 +- telegram/ext/dispatcher.py | 2 +- telegram/ext/filters.py | 2 +- telegram/ext/handler.py | 2 +- telegram/ext/inlinequeryhandler.py | 2 +- telegram/ext/jobqueue.py | 2 +- telegram/ext/messagehandler.py | 2 +- telegram/ext/regexhandler.py | 2 +- telegram/ext/stringcommandhandler.py | 2 +- telegram/ext/stringregexhandler.py | 2 +- telegram/ext/typehandler.py | 2 +- telegram/ext/updater.py | 2 +- telegram/file.py | 2 +- telegram/forcereply.py | 2 +- telegram/game.py | 2 +- telegram/gamehighscore.py | 2 +- telegram/inlinekeyboardbutton.py | 2 +- telegram/inlinekeyboardmarkup.py | 2 +- telegram/inlinequery.py | 3 ++- telegram/inlinequeryresult.py | 2 +- telegram/inlinequeryresultarticle.py | 2 +- telegram/inlinequeryresultaudio.py | 2 +- telegram/inlinequeryresultcachedaudio.py | 2 +- telegram/inlinequeryresultcacheddocument.py | 2 +- telegram/inlinequeryresultcachedgif.py | 2 +- telegram/inlinequeryresultcachedmpeg4gif.py | 2 +- telegram/inlinequeryresultcachedphoto.py | 2 +- telegram/inlinequeryresultcachedsticker.py | 2 +- telegram/inlinequeryresultcachedvideo.py | 2 +- telegram/inlinequeryresultcachedvoice.py | 2 +- telegram/inlinequeryresultcontact.py | 2 +- telegram/inlinequeryresultdocument.py | 2 +- telegram/inlinequeryresultgame.py | 2 +- telegram/inlinequeryresultgif.py | 2 +- telegram/inlinequeryresultlocation.py | 2 +- telegram/inlinequeryresultmpeg4gif.py | 2 +- telegram/inlinequeryresultphoto.py | 2 +- telegram/inlinequeryresultvenue.py | 2 +- telegram/inlinequeryresultvideo.py | 2 +- telegram/inlinequeryresultvoice.py | 2 +- telegram/inputcontactmessagecontent.py | 2 +- telegram/inputfile.py | 2 +- telegram/inputlocationmessagecontent.py | 2 +- telegram/inputmessagecontent.py | 2 +- telegram/inputtextmessagecontent.py | 2 +- telegram/inputvenuemessagecontent.py | 2 +- telegram/keyboardbutton.py | 2 +- telegram/location.py | 2 +- telegram/message.py | 2 +- telegram/messageentity.py | 2 +- telegram/parsemode.py | 2 +- telegram/photosize.py | 2 +- telegram/replykeyboardmarkup.py | 2 +- telegram/replykeyboardremove.py | 2 +- telegram/replymarkup.py | 2 +- telegram/sticker.py | 2 +- telegram/update.py | 2 +- telegram/user.py | 2 +- telegram/userprofilephotos.py | 2 +- telegram/utils/deprecate.py | 2 +- telegram/utils/helpers.py | 2 +- telegram/utils/promise.py | 2 +- telegram/utils/request.py | 2 +- telegram/venue.py | 2 +- telegram/version.py | 2 +- telegram/video.py | 2 +- telegram/voice.py | 2 +- telegram/webhookinfo.py | 2 +- tests/base.py | 2 +- tests/test_audio.py | 2 +- tests/test_bot.py | 2 +- tests/test_chat.py | 2 +- tests/test_choseninlineresult.py | 2 +- tests/test_constants.py | 2 +- tests/test_contact.py | 2 +- tests/test_conversationhandler.py | 2 +- tests/test_document.py | 2 +- tests/test_file.py | 2 +- tests/test_filters.py | 2 +- tests/test_forcereply.py | 2 +- tests/test_game.py | 2 +- tests/test_helpers.py | 2 +- tests/test_inlinekeyboardbutton.py | 2 +- tests/test_inlinekeyboardmarkup.py | 2 +- tests/test_inlinequery.py | 2 +- tests/test_inlinequeryresultarticle.py | 2 +- tests/test_inlinequeryresultaudio.py | 2 +- tests/test_inlinequeryresultcachedaudio.py | 2 +- tests/test_inlinequeryresultcacheddocument.py | 2 +- tests/test_inlinequeryresultcachedgif.py | 2 +- tests/test_inlinequeryresultcachedmpeg4gif.py | 2 +- tests/test_inlinequeryresultcachedphoto.py | 2 +- tests/test_inlinequeryresultcachedsticker.py | 2 +- tests/test_inlinequeryresultcachedvideo.py | 2 +- tests/test_inlinequeryresultcachedvoice.py | 2 +- tests/test_inlinequeryresultcontact.py | 2 +- tests/test_inlinequeryresultdocument.py | 2 +- tests/test_inlinequeryresultgif.py | 2 +- tests/test_inlinequeryresultlocation.py | 2 +- tests/test_inlinequeryresultmpeg4gif.py | 2 +- tests/test_inlinequeryresultphoto.py | 2 +- tests/test_inlinequeryresultvenue.py | 2 +- tests/test_inlinequeryresultvideo.py | 2 +- tests/test_inlinequeryresultvoice.py | 2 +- tests/test_inputcontactmessagecontent.py | 2 +- tests/test_inputlocationmessagecontent.py | 2 +- tests/test_inputmessagecontent.py | 2 +- tests/test_inputtextmessagecontent.py | 2 +- tests/test_inputvenuemessagecontent.py | 2 +- tests/test_jobqueue.py | 2 +- tests/test_keyboardbutton.py | 2 +- tests/test_location.py | 2 +- tests/test_message.py | 2 +- tests/test_messageentity.py | 2 +- tests/test_parsemode.py | 2 +- tests/test_photo.py | 2 +- tests/test_replykeyboardmarkup.py | 2 +- tests/test_replykeyboardremove.py | 2 +- tests/test_replymarkup.py | 2 +- tests/test_sticker.py | 2 +- tests/test_update.py | 2 +- tests/test_updater.py | 2 +- tests/test_user.py | 2 +- tests/test_venue.py | 2 +- tests/test_video.py | 2 +- tests/test_voice.py | 2 +- 147 files changed, 149 insertions(+), 147 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aa4fa8e44..13f1adb34 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'Python Telegram Bot' -copyright = u'2015-2016, Leandro Toledo' +copyright = u'2015-2017, Leandro Toledo' author = u'Leandro Toledo' # The version info for the project you're documenting, acts as replacement for diff --git a/telegram/__init__.py b/telegram/__init__.py index 13060b61d..b6929e838 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/animation.py b/telegram/animation.py index 62d6a2a06..3a2763b7c 100644 --- a/telegram/animation.py +++ b/telegram/animation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/audio.py b/telegram/audio.py index acfbf69a4..2500fd1ac 100644 --- a/telegram/audio.py +++ b/telegram/audio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/base.py b/telegram/base.py index a420534b3..0aa6c0b81 100644 --- a/telegram/base.py +++ b/telegram/base.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/bot.py b/telegram/bot.py index 43a3e4450..293eddf15 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -2,7 +2,7 @@ # pylint: disable=E0611,E0213,E1102,C0103,E1101,W0613,R0913,R0904 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/callbackgame.py b/telegram/callbackgame.py index 15df83eaa..40dcdb92a 100644 --- a/telegram/callbackgame.py +++ b/telegram/callbackgame.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/callbackquery.py b/telegram/callbackquery.py index 2b96b8a64..3a0a0b181 100644 --- a/telegram/callbackquery.py +++ b/telegram/callbackquery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chat.py b/telegram/chat.py index 54450be28..68603e653 100644 --- a/telegram/chat.py +++ b/telegram/chat.py @@ -2,7 +2,7 @@ # pylint: disable=C0103,W0622 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chataction.py b/telegram/chataction.py index 2e784bc1b..99b39139f 100644 --- a/telegram/chataction.py +++ b/telegram/chataction.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatmember.py b/telegram/chatmember.py index f08846bff..1ec9377c0 100644 --- a/telegram/chatmember.py +++ b/telegram/chatmember.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/choseninlineresult.py b/telegram/choseninlineresult.py index df6d2ef99..b07a11933 100644 --- a/telegram/choseninlineresult.py +++ b/telegram/choseninlineresult.py @@ -2,7 +2,8 @@ # pylint: disable=R0902,R0912,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015 Leandro Toledo de Souza +# Copyright (C) 2015-2017 +# Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser Public License as published by diff --git a/telegram/constants.py b/telegram/constants.py index e79beb5c0..643fdfc4e 100644 --- a/telegram/constants.py +++ b/telegram/constants.py @@ -1,5 +1,5 @@ # python-telegram-bot - a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # by the python-telegram-bot contributors # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/contact.py b/telegram/contact.py index f493c5a80..c9864f96a 100644 --- a/telegram/contact.py +++ b/telegram/contact.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/document.py b/telegram/document.py index af64dce4c..a5aab2bbc 100644 --- a/telegram/document.py +++ b/telegram/document.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/emoji.py b/telegram/emoji.py index 19fa0d4d4..acf334728 100644 --- a/telegram/emoji.py +++ b/telegram/emoji.py @@ -3,7 +3,7 @@ # pylint: disable=C0103,R0903,E0213 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/error.py b/telegram/error.py index 9f0f77a40..964674dde 100644 --- a/telegram/error.py +++ b/telegram/error.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/__init__.py b/telegram/ext/__init__.py index 451354abe..d159f9c76 100644 --- a/telegram/ext/__init__.py +++ b/telegram/ext/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/callbackqueryhandler.py b/telegram/ext/callbackqueryhandler.py index 3f7d1e69f..984ef3795 100644 --- a/telegram/ext/callbackqueryhandler.py +++ b/telegram/ext/callbackqueryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/choseninlineresulthandler.py b/telegram/ext/choseninlineresulthandler.py index 060a2df2f..eb1f7b614 100644 --- a/telegram/ext/choseninlineresulthandler.py +++ b/telegram/ext/choseninlineresulthandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/commandhandler.py b/telegram/ext/commandhandler.py index 9e7638c47..4bd28c0bf 100644 --- a/telegram/ext/commandhandler.py +++ b/telegram/ext/commandhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/conversationhandler.py b/telegram/ext/conversationhandler.py index 710b557b6..bfe880047 100644 --- a/telegram/ext/conversationhandler.py +++ b/telegram/ext/conversationhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/dispatcher.py b/telegram/ext/dispatcher.py index 24658798d..f7f21be4a 100644 --- a/telegram/ext/dispatcher.py +++ b/telegram/ext/dispatcher.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/filters.py b/telegram/ext/filters.py index 444feee66..d61b79d2f 100644 --- a/telegram/ext/filters.py +++ b/telegram/ext/filters.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/handler.py b/telegram/ext/handler.py index ecca8a41b..97a544f1a 100644 --- a/telegram/ext/handler.py +++ b/telegram/ext/handler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/inlinequeryhandler.py b/telegram/ext/inlinequeryhandler.py index 8827524bb..ace1137f1 100644 --- a/telegram/ext/inlinequeryhandler.py +++ b/telegram/ext/inlinequeryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/jobqueue.py b/telegram/ext/jobqueue.py index 15492cea6..696341795 100644 --- a/telegram/ext/jobqueue.py +++ b/telegram/ext/jobqueue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/messagehandler.py b/telegram/ext/messagehandler.py index 85ab1b72e..f19778da4 100644 --- a/telegram/ext/messagehandler.py +++ b/telegram/ext/messagehandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/regexhandler.py b/telegram/ext/regexhandler.py index e610a29d2..9c8755e78 100644 --- a/telegram/ext/regexhandler.py +++ b/telegram/ext/regexhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/stringcommandhandler.py b/telegram/ext/stringcommandhandler.py index 648467701..2fc6a32c0 100644 --- a/telegram/ext/stringcommandhandler.py +++ b/telegram/ext/stringcommandhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/stringregexhandler.py b/telegram/ext/stringregexhandler.py index dce4f7a86..6c59b8b8b 100644 --- a/telegram/ext/stringregexhandler.py +++ b/telegram/ext/stringregexhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/typehandler.py b/telegram/ext/typehandler.py index eab95c6f2..13eee580c 100644 --- a/telegram/ext/typehandler.py +++ b/telegram/ext/typehandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/updater.py b/telegram/ext/updater.py index 4edd36d91..32deebf98 100644 --- a/telegram/ext/updater.py +++ b/telegram/ext/updater.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/file.py b/telegram/file.py index a1ac5c127..a5fe7d660 100644 --- a/telegram/file.py +++ b/telegram/file.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/forcereply.py b/telegram/forcereply.py index 35b2d0536..981fed16c 100644 --- a/telegram/forcereply.py +++ b/telegram/forcereply.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/game.py b/telegram/game.py index d634477fb..0313e8c42 100644 --- a/telegram/game.py +++ b/telegram/game.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/gamehighscore.py b/telegram/gamehighscore.py index bd560db69..e49d185e4 100644 --- a/telegram/gamehighscore.py +++ b/telegram/gamehighscore.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinekeyboardbutton.py b/telegram/inlinekeyboardbutton.py index 66d0ae42b..416bbd09c 100644 --- a/telegram/inlinekeyboardbutton.py +++ b/telegram/inlinekeyboardbutton.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinekeyboardmarkup.py b/telegram/inlinekeyboardmarkup.py index 4916bb420..2d9574a34 100644 --- a/telegram/inlinekeyboardmarkup.py +++ b/telegram/inlinekeyboardmarkup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequery.py b/telegram/inlinequery.py index 732e23fe8..e8716cfd2 100644 --- a/telegram/inlinequery.py +++ b/telegram/inlinequery.py @@ -2,7 +2,8 @@ # pylint: disable=R0902,R0912,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015 Leandro Toledo de Souza +# Copyright (C) 2015-2017 +# Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser Public License as published by diff --git a/telegram/inlinequeryresult.py b/telegram/inlinequeryresult.py index f4898bb5b..be6fc3003 100644 --- a/telegram/inlinequeryresult.py +++ b/telegram/inlinequeryresult.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultarticle.py b/telegram/inlinequeryresultarticle.py index 324916a45..1f6073062 100644 --- a/telegram/inlinequeryresultarticle.py +++ b/telegram/inlinequeryresultarticle.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultaudio.py b/telegram/inlinequeryresultaudio.py index 570b3872b..09ccd51b5 100644 --- a/telegram/inlinequeryresultaudio.py +++ b/telegram/inlinequeryresultaudio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedaudio.py b/telegram/inlinequeryresultcachedaudio.py index 458563dd7..0d25eaf3f 100644 --- a/telegram/inlinequeryresultcachedaudio.py +++ b/telegram/inlinequeryresultcachedaudio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcacheddocument.py b/telegram/inlinequeryresultcacheddocument.py index 26af1db4f..f9e3cd4ae 100644 --- a/telegram/inlinequeryresultcacheddocument.py +++ b/telegram/inlinequeryresultcacheddocument.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedgif.py b/telegram/inlinequeryresultcachedgif.py index ec6a12ce7..eeda9c618 100644 --- a/telegram/inlinequeryresultcachedgif.py +++ b/telegram/inlinequeryresultcachedgif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedmpeg4gif.py b/telegram/inlinequeryresultcachedmpeg4gif.py index d13de13d5..776e1a9d1 100644 --- a/telegram/inlinequeryresultcachedmpeg4gif.py +++ b/telegram/inlinequeryresultcachedmpeg4gif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedphoto.py b/telegram/inlinequeryresultcachedphoto.py index 98a9fa30c..da3e6bc46 100644 --- a/telegram/inlinequeryresultcachedphoto.py +++ b/telegram/inlinequeryresultcachedphoto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedsticker.py b/telegram/inlinequeryresultcachedsticker.py index cdf644e77..39e94e7f6 100644 --- a/telegram/inlinequeryresultcachedsticker.py +++ b/telegram/inlinequeryresultcachedsticker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedvideo.py b/telegram/inlinequeryresultcachedvideo.py index a8033d240..7490b4d6e 100644 --- a/telegram/inlinequeryresultcachedvideo.py +++ b/telegram/inlinequeryresultcachedvideo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcachedvoice.py b/telegram/inlinequeryresultcachedvoice.py index 8cb8d3abd..b3f1929ef 100644 --- a/telegram/inlinequeryresultcachedvoice.py +++ b/telegram/inlinequeryresultcachedvoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultcontact.py b/telegram/inlinequeryresultcontact.py index d6df97718..f29e7a999 100644 --- a/telegram/inlinequeryresultcontact.py +++ b/telegram/inlinequeryresultcontact.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultdocument.py b/telegram/inlinequeryresultdocument.py index 30a79af01..36182c865 100644 --- a/telegram/inlinequeryresultdocument.py +++ b/telegram/inlinequeryresultdocument.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultgame.py b/telegram/inlinequeryresultgame.py index 55412d7d8..71a62dde8 100644 --- a/telegram/inlinequeryresultgame.py +++ b/telegram/inlinequeryresultgame.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultgif.py b/telegram/inlinequeryresultgif.py index 42cfd2015..e5f8961a7 100644 --- a/telegram/inlinequeryresultgif.py +++ b/telegram/inlinequeryresultgif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultlocation.py b/telegram/inlinequeryresultlocation.py index 3c442e317..2483642ae 100644 --- a/telegram/inlinequeryresultlocation.py +++ b/telegram/inlinequeryresultlocation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultmpeg4gif.py b/telegram/inlinequeryresultmpeg4gif.py index 9d4f23bf0..3656a7b37 100644 --- a/telegram/inlinequeryresultmpeg4gif.py +++ b/telegram/inlinequeryresultmpeg4gif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultphoto.py b/telegram/inlinequeryresultphoto.py index 6606b2ae1..afbd7e21c 100644 --- a/telegram/inlinequeryresultphoto.py +++ b/telegram/inlinequeryresultphoto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultvenue.py b/telegram/inlinequeryresultvenue.py index 2d19469a1..b38c59871 100644 --- a/telegram/inlinequeryresultvenue.py +++ b/telegram/inlinequeryresultvenue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultvideo.py b/telegram/inlinequeryresultvideo.py index e4463d438..d40461260 100644 --- a/telegram/inlinequeryresultvideo.py +++ b/telegram/inlinequeryresultvideo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inlinequeryresultvoice.py b/telegram/inlinequeryresultvoice.py index a0973264b..3afa05a56 100644 --- a/telegram/inlinequeryresultvoice.py +++ b/telegram/inlinequeryresultvoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputcontactmessagecontent.py b/telegram/inputcontactmessagecontent.py index d907357ac..2174ab254 100644 --- a/telegram/inputcontactmessagecontent.py +++ b/telegram/inputcontactmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputfile.py b/telegram/inputfile.py index 0cd6a7f39..e73115f79 100644 --- a/telegram/inputfile.py +++ b/telegram/inputfile.py @@ -2,7 +2,7 @@ # pylint: disable=W0622,E0611 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputlocationmessagecontent.py b/telegram/inputlocationmessagecontent.py index 1c7fb4a8f..8a3b3e76a 100644 --- a/telegram/inputlocationmessagecontent.py +++ b/telegram/inputlocationmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputmessagecontent.py b/telegram/inputmessagecontent.py index 5f6fcc164..0938e8e50 100644 --- a/telegram/inputmessagecontent.py +++ b/telegram/inputmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputtextmessagecontent.py b/telegram/inputtextmessagecontent.py index 029d95e3b..39545b59d 100644 --- a/telegram/inputtextmessagecontent.py +++ b/telegram/inputtextmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inputvenuemessagecontent.py b/telegram/inputvenuemessagecontent.py index 34f4ea3d7..0b3e237b3 100644 --- a/telegram/inputvenuemessagecontent.py +++ b/telegram/inputvenuemessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/keyboardbutton.py b/telegram/keyboardbutton.py index 03cf1da98..48eb4bb71 100644 --- a/telegram/keyboardbutton.py +++ b/telegram/keyboardbutton.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/location.py b/telegram/location.py index c799e32ee..72d78e2c6 100644 --- a/telegram/location.py +++ b/telegram/location.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/message.py b/telegram/message.py index e5f8b67f7..2122134bf 100644 --- a/telegram/message.py +++ b/telegram/message.py @@ -2,7 +2,7 @@ # pylint: disable=R0902,R0912,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/messageentity.py b/telegram/messageentity.py index ca0127ec8..a0ce2fc32 100644 --- a/telegram/messageentity.py +++ b/telegram/messageentity.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/parsemode.py b/telegram/parsemode.py index a3414caf7..f72fdd762 100644 --- a/telegram/parsemode.py +++ b/telegram/parsemode.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/photosize.py b/telegram/photosize.py index 2371913ef..bdcc8aac4 100644 --- a/telegram/photosize.py +++ b/telegram/photosize.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/replykeyboardmarkup.py b/telegram/replykeyboardmarkup.py index 1c0858028..e9da71c66 100644 --- a/telegram/replykeyboardmarkup.py +++ b/telegram/replykeyboardmarkup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/replykeyboardremove.py b/telegram/replykeyboardremove.py index 3bab6162c..ca44d5f40 100644 --- a/telegram/replykeyboardremove.py +++ b/telegram/replykeyboardremove.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/replymarkup.py b/telegram/replymarkup.py index a5a7bf84a..b493d87e6 100644 --- a/telegram/replymarkup.py +++ b/telegram/replymarkup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/sticker.py b/telegram/sticker.py index 89f27b447..3ad17d906 100644 --- a/telegram/sticker.py +++ b/telegram/sticker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/update.py b/telegram/update.py index e768ab223..9da64229d 100644 --- a/telegram/update.py +++ b/telegram/update.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/user.py b/telegram/user.py index 48410ae22..73f27b97d 100644 --- a/telegram/user.py +++ b/telegram/user.py @@ -2,7 +2,7 @@ # pylint: disable=C0103,W0622 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/userprofilephotos.py b/telegram/userprofilephotos.py index eb7c77ef0..3e47fa331 100644 --- a/telegram/userprofilephotos.py +++ b/telegram/userprofilephotos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/deprecate.py b/telegram/utils/deprecate.py index 225cd31f1..af06e1b02 100644 --- a/telegram/utils/deprecate.py +++ b/telegram/utils/deprecate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/helpers.py b/telegram/utils/helpers.py index 5cfdd4625..e97e9b704 100644 --- a/telegram/utils/helpers.py +++ b/telegram/utils/helpers.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/promise.py b/telegram/utils/promise.py index ca83846b5..15c474e10 100644 --- a/telegram/utils/promise.py +++ b/telegram/utils/promise.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/request.py b/telegram/utils/request.py index f08ffc370..14c114334 100644 --- a/telegram/utils/request.py +++ b/telegram/utils/request.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/venue.py b/telegram/venue.py index 19d5f1564..51376f405 100644 --- a/telegram/venue.py +++ b/telegram/venue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/version.py b/telegram/version.py index 650e50c21..508ad5e16 100644 --- a/telegram/version.py +++ b/telegram/version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/video.py b/telegram/video.py index a6904215d..cd0b5d917 100644 --- a/telegram/video.py +++ b/telegram/video.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/voice.py b/telegram/voice.py index 9bf5f8933..ae5ecba20 100644 --- a/telegram/voice.py +++ b/telegram/voice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/webhookinfo.py b/telegram/webhookinfo.py index 3d90d223f..ac8c91886 100644 --- a/telegram/webhookinfo.py +++ b/telegram/webhookinfo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/base.py b/tests/base.py index 68c566d9d..c96f0191e 100644 --- a/tests/base.py +++ b/tests/base.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_audio.py b/tests/test_audio.py index 6eb74bb7f..404b7979b 100644 --- a/tests/test_audio.py +++ b/tests/test_audio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_bot.py b/tests/test_bot.py index dd414261a..a9d5b6ba8 100644 --- a/tests/test_bot.py +++ b/tests/test_bot.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chat.py b/tests/test_chat.py index 233be7267..54e77ff75 100644 --- a/tests/test_chat.py +++ b/tests/test_chat.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_choseninlineresult.py b/tests/test_choseninlineresult.py index 130057ced..a0396018c 100644 --- a/tests/test_choseninlineresult.py +++ b/tests/test_choseninlineresult.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_constants.py b/tests/test_constants.py index f532f4443..1ed8f58f9 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,5 +1,5 @@ # python-telegram-bot - a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # by the python-telegram-bot contributors # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_contact.py b/tests/test_contact.py index f3a7c4338..3ae015e90 100644 --- a/tests/test_contact.py +++ b/tests/test_contact.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_conversationhandler.py b/tests/test_conversationhandler.py index 6f5b632ad..f15f28df6 100644 --- a/tests/test_conversationhandler.py +++ b/tests/test_conversationhandler.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_document.py b/tests/test_document.py index ec908b003..ff9afa4a5 100644 --- a/tests/test_document.py +++ b/tests/test_document.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_file.py b/tests/test_file.py index 8443dece7..bb9183887 100644 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_filters.py b/tests/test_filters.py index 770d6532c..2ed4b7ebe 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_forcereply.py b/tests/test_forcereply.py index 6d12171b8..e4898ab51 100644 --- a/tests/test_forcereply.py +++ b/tests/test_forcereply.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_game.py b/tests/test_game.py index 2ee540631..494e0cde0 100644 --- a/tests/test_game.py +++ b/tests/test_game.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_helpers.py b/tests/test_helpers.py index ccc5b51be..b96ce4372 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinekeyboardbutton.py b/tests/test_inlinekeyboardbutton.py index 2a21eafbb..c6ce97a7a 100644 --- a/tests/test_inlinekeyboardbutton.py +++ b/tests/test_inlinekeyboardbutton.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinekeyboardmarkup.py b/tests/test_inlinekeyboardmarkup.py index de807a477..58b1b0d5b 100644 --- a/tests/test_inlinekeyboardmarkup.py +++ b/tests/test_inlinekeyboardmarkup.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequery.py b/tests/test_inlinequery.py index b13bce90a..b9de97384 100644 --- a/tests/test_inlinequery.py +++ b/tests/test_inlinequery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultarticle.py b/tests/test_inlinequeryresultarticle.py index 18e5aaa39..813ee1e30 100644 --- a/tests/test_inlinequeryresultarticle.py +++ b/tests/test_inlinequeryresultarticle.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultaudio.py b/tests/test_inlinequeryresultaudio.py index 3f008ea39..f2efa417a 100644 --- a/tests/test_inlinequeryresultaudio.py +++ b/tests/test_inlinequeryresultaudio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedaudio.py b/tests/test_inlinequeryresultcachedaudio.py index 5d797006a..7b4c58c3a 100644 --- a/tests/test_inlinequeryresultcachedaudio.py +++ b/tests/test_inlinequeryresultcachedaudio.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcacheddocument.py b/tests/test_inlinequeryresultcacheddocument.py index 8ff83c820..9b2885f2f 100644 --- a/tests/test_inlinequeryresultcacheddocument.py +++ b/tests/test_inlinequeryresultcacheddocument.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedgif.py b/tests/test_inlinequeryresultcachedgif.py index c3e2166b1..c054dd33a 100644 --- a/tests/test_inlinequeryresultcachedgif.py +++ b/tests/test_inlinequeryresultcachedgif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedmpeg4gif.py b/tests/test_inlinequeryresultcachedmpeg4gif.py index 1e4a21ed6..def2d4153 100644 --- a/tests/test_inlinequeryresultcachedmpeg4gif.py +++ b/tests/test_inlinequeryresultcachedmpeg4gif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedphoto.py b/tests/test_inlinequeryresultcachedphoto.py index 8606afa6a..a6872f741 100644 --- a/tests/test_inlinequeryresultcachedphoto.py +++ b/tests/test_inlinequeryresultcachedphoto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedsticker.py b/tests/test_inlinequeryresultcachedsticker.py index 8d956e460..a8696fcb1 100644 --- a/tests/test_inlinequeryresultcachedsticker.py +++ b/tests/test_inlinequeryresultcachedsticker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedvideo.py b/tests/test_inlinequeryresultcachedvideo.py index 5cdcc0e2a..0f676fa46 100644 --- a/tests/test_inlinequeryresultcachedvideo.py +++ b/tests/test_inlinequeryresultcachedvideo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcachedvoice.py b/tests/test_inlinequeryresultcachedvoice.py index 6ca9783d6..9f099a4cb 100644 --- a/tests/test_inlinequeryresultcachedvoice.py +++ b/tests/test_inlinequeryresultcachedvoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultcontact.py b/tests/test_inlinequeryresultcontact.py index 28bb5d208..572981158 100644 --- a/tests/test_inlinequeryresultcontact.py +++ b/tests/test_inlinequeryresultcontact.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultdocument.py b/tests/test_inlinequeryresultdocument.py index 4cf4fcf23..df2b7b91a 100644 --- a/tests/test_inlinequeryresultdocument.py +++ b/tests/test_inlinequeryresultdocument.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultgif.py b/tests/test_inlinequeryresultgif.py index 6df861820..1d2d6dc48 100644 --- a/tests/test_inlinequeryresultgif.py +++ b/tests/test_inlinequeryresultgif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultlocation.py b/tests/test_inlinequeryresultlocation.py index 642594425..16a5cd6b7 100644 --- a/tests/test_inlinequeryresultlocation.py +++ b/tests/test_inlinequeryresultlocation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultmpeg4gif.py b/tests/test_inlinequeryresultmpeg4gif.py index 61ea99462..c0d1d20b5 100644 --- a/tests/test_inlinequeryresultmpeg4gif.py +++ b/tests/test_inlinequeryresultmpeg4gif.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultphoto.py b/tests/test_inlinequeryresultphoto.py index 286b18263..14a7d8d6e 100644 --- a/tests/test_inlinequeryresultphoto.py +++ b/tests/test_inlinequeryresultphoto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultvenue.py b/tests/test_inlinequeryresultvenue.py index b4ef2618a..8c012f334 100644 --- a/tests/test_inlinequeryresultvenue.py +++ b/tests/test_inlinequeryresultvenue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultvideo.py b/tests/test_inlinequeryresultvideo.py index 8ed33762a..e4838ad13 100644 --- a/tests/test_inlinequeryresultvideo.py +++ b/tests/test_inlinequeryresultvideo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultvoice.py b/tests/test_inlinequeryresultvoice.py index 6ba9330e7..67566ebea 100644 --- a/tests/test_inlinequeryresultvoice.py +++ b/tests/test_inlinequeryresultvoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputcontactmessagecontent.py b/tests/test_inputcontactmessagecontent.py index cb6ea8448..d8298087d 100644 --- a/tests/test_inputcontactmessagecontent.py +++ b/tests/test_inputcontactmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputlocationmessagecontent.py b/tests/test_inputlocationmessagecontent.py index 8a2c64aad..fc886f713 100644 --- a/tests/test_inputlocationmessagecontent.py +++ b/tests/test_inputlocationmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputmessagecontent.py b/tests/test_inputmessagecontent.py index 2312be8f3..a7485d15e 100644 --- a/tests/test_inputmessagecontent.py +++ b/tests/test_inputmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputtextmessagecontent.py b/tests/test_inputtextmessagecontent.py index 8eeef613b..77c178d42 100644 --- a/tests/test_inputtextmessagecontent.py +++ b/tests/test_inputtextmessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputvenuemessagecontent.py b/tests/test_inputvenuemessagecontent.py index 607c0075c..ff7d6629d 100644 --- a/tests/test_inputvenuemessagecontent.py +++ b/tests/test_inputvenuemessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_jobqueue.py b/tests/test_jobqueue.py index c10a7ae5e..88899f920 100644 --- a/tests/test_jobqueue.py +++ b/tests/test_jobqueue.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_keyboardbutton.py b/tests/test_keyboardbutton.py index f48f83003..fb6fd812a 100644 --- a/tests/test_keyboardbutton.py +++ b/tests/test_keyboardbutton.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_location.py b/tests/test_location.py index b903bb4d0..2c3e15644 100644 --- a/tests/test_location.py +++ b/tests/test_location.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_message.py b/tests/test_message.py index e1cceda2c..7e5a3ecc0 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_messageentity.py b/tests/test_messageentity.py index 16878f992..9a1100959 100644 --- a/tests/test_messageentity.py +++ b/tests/test_messageentity.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_parsemode.py b/tests/test_parsemode.py index c817f2de4..f487d5d3d 100644 --- a/tests/test_parsemode.py +++ b/tests/test_parsemode.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_photo.py b/tests/test_photo.py index 7844efd10..7a2163269 100644 --- a/tests/test_photo.py +++ b/tests/test_photo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_replykeyboardmarkup.py b/tests/test_replykeyboardmarkup.py index 964af77b7..799cc50f2 100644 --- a/tests/test_replykeyboardmarkup.py +++ b/tests/test_replykeyboardmarkup.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_replykeyboardremove.py b/tests/test_replykeyboardremove.py index 426d63472..06acf7601 100644 --- a/tests/test_replykeyboardremove.py +++ b/tests/test_replykeyboardremove.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_replymarkup.py b/tests/test_replymarkup.py index 5c914d5da..0c6f09d82 100644 --- a/tests/test_replymarkup.py +++ b/tests/test_replymarkup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_sticker.py b/tests/test_sticker.py index c43a6aaeb..c6d2d02fb 100644 --- a/tests/test_sticker.py +++ b/tests/test_sticker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_update.py b/tests/test_update.py index 05b8e6052..d3de195c2 100644 --- a/tests/test_update.py +++ b/tests/test_update.py @@ -1,7 +1,7 @@ # !/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_updater.py b/tests/test_updater.py index d71aae444..25e2eb062 100644 --- a/tests/test_updater.py +++ b/tests/test_updater.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_user.py b/tests/test_user.py index dca5ca9d6..fc89cbf88 100644 --- a/tests/test_user.py +++ b/tests/test_user.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_venue.py b/tests/test_venue.py index 1b08311a6..39fde3e41 100644 --- a/tests/test_venue.py +++ b/tests/test_venue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_video.py b/tests/test_video.py index dfc6370c1..d3366a870 100644 --- a/tests/test_video.py +++ b/tests/test_video.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_voice.py b/tests/test_voice.py index 344f5e449..d52e005da 100644 --- a/tests/test_voice.py +++ b/tests/test_voice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2016 +# Copyright (C) 2015-2017 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify