From 43bfebb150920f852c0f16e33fd8a56f9ac2a813 Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sun, 2 Feb 2020 23:08:54 +0200 Subject: [PATCH] Update copyright date to 2020 (#1746) --- docs/source/conf.py | 2 +- telegram/__init__.py | 2 +- telegram/__main__.py | 2 +- telegram/base.py | 2 +- telegram/bot.py | 2 +- telegram/callbackquery.py | 2 +- telegram/chat.py | 2 +- telegram/chataction.py | 2 +- telegram/chatmember.py | 2 +- telegram/chatpermissions.py | 2 +- telegram/choseninlineresult.py | 2 +- telegram/constants.py | 2 +- telegram/error.py | 2 +- telegram/ext/__init__.py | 2 +- telegram/ext/basepersistence.py | 2 +- telegram/ext/callbackcontext.py | 2 +- telegram/ext/callbackqueryhandler.py | 2 +- telegram/ext/choseninlineresulthandler.py | 2 +- telegram/ext/commandhandler.py | 2 +- telegram/ext/conversationhandler.py | 2 +- telegram/ext/dictpersistence.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/messagequeue.py | 2 +- telegram/ext/picklepersistence.py | 2 +- telegram/ext/precheckoutqueryhandler.py | 2 +- telegram/ext/regexhandler.py | 2 +- telegram/ext/shippingqueryhandler.py | 2 +- telegram/ext/stringcommandhandler.py | 2 +- telegram/ext/stringregexhandler.py | 2 +- telegram/ext/typehandler.py | 2 +- telegram/ext/updater.py | 2 +- telegram/files/animation.py | 2 +- telegram/files/audio.py | 2 +- telegram/files/chatphoto.py | 2 +- telegram/files/contact.py | 2 +- telegram/files/document.py | 2 +- telegram/files/file.py | 2 +- telegram/files/inputfile.py | 2 +- telegram/files/inputmedia.py | 2 +- telegram/files/location.py | 2 +- telegram/files/photosize.py | 2 +- telegram/files/sticker.py | 2 +- telegram/files/venue.py | 2 +- telegram/files/video.py | 2 +- telegram/files/videonote.py | 2 +- telegram/files/voice.py | 2 +- telegram/forcereply.py | 2 +- telegram/games/callbackgame.py | 2 +- telegram/games/game.py | 2 +- telegram/games/gamehighscore.py | 2 +- telegram/inline/inlinekeyboardbutton.py | 2 +- telegram/inline/inlinekeyboardmarkup.py | 2 +- telegram/inline/inlinequery.py | 2 +- telegram/inline/inlinequeryresult.py | 2 +- telegram/inline/inlinequeryresultarticle.py | 2 +- telegram/inline/inlinequeryresultaudio.py | 2 +- telegram/inline/inlinequeryresultcachedaudio.py | 2 +- telegram/inline/inlinequeryresultcacheddocument.py | 2 +- telegram/inline/inlinequeryresultcachedgif.py | 2 +- telegram/inline/inlinequeryresultcachedmpeg4gif.py | 2 +- telegram/inline/inlinequeryresultcachedphoto.py | 2 +- telegram/inline/inlinequeryresultcachedsticker.py | 2 +- telegram/inline/inlinequeryresultcachedvideo.py | 2 +- telegram/inline/inlinequeryresultcachedvoice.py | 2 +- telegram/inline/inlinequeryresultcontact.py | 2 +- telegram/inline/inlinequeryresultdocument.py | 2 +- telegram/inline/inlinequeryresultgame.py | 2 +- telegram/inline/inlinequeryresultgif.py | 2 +- telegram/inline/inlinequeryresultlocation.py | 2 +- telegram/inline/inlinequeryresultmpeg4gif.py | 2 +- telegram/inline/inlinequeryresultphoto.py | 2 +- telegram/inline/inlinequeryresultvenue.py | 2 +- telegram/inline/inlinequeryresultvideo.py | 2 +- telegram/inline/inlinequeryresultvoice.py | 2 +- telegram/inline/inputcontactmessagecontent.py | 2 +- telegram/inline/inputlocationmessagecontent.py | 2 +- telegram/inline/inputmessagecontent.py | 2 +- telegram/inline/inputtextmessagecontent.py | 2 +- telegram/inline/inputvenuemessagecontent.py | 2 +- telegram/keyboardbutton.py | 2 +- telegram/loginurl.py | 2 +- telegram/message.py | 2 +- telegram/messageentity.py | 2 +- telegram/parsemode.py | 2 +- telegram/passport/credentials.py | 2 +- telegram/passport/data.py | 2 +- telegram/passport/encryptedpassportelement.py | 2 +- telegram/passport/passportdata.py | 2 +- telegram/passport/passportelementerrors.py | 2 +- telegram/passport/passportfile.py | 2 +- telegram/payment/invoice.py | 2 +- telegram/payment/labeledprice.py | 2 +- telegram/payment/orderinfo.py | 2 +- telegram/payment/precheckoutquery.py | 2 +- telegram/payment/shippingaddress.py | 2 +- telegram/payment/shippingoption.py | 2 +- telegram/payment/shippingquery.py | 2 +- telegram/payment/successfulpayment.py | 2 +- telegram/poll.py | 2 +- telegram/replykeyboardmarkup.py | 2 +- telegram/replykeyboardremove.py | 2 +- telegram/replymarkup.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/utils/webhookhandler.py | 2 +- telegram/version.py | 2 +- telegram/webhookinfo.py | 2 +- tests/bots.py | 2 +- tests/conftest.py | 2 +- tests/plugin_github_group.py | 2 +- tests/test_animation.py | 2 +- tests/test_audio.py | 2 +- tests/test_bot.py | 2 +- tests/test_callbackcontext.py | 2 +- tests/test_callbackquery.py | 2 +- tests/test_callbackqueryhandler.py | 2 +- tests/test_chat.py | 2 +- tests/test_chatmember.py | 2 +- tests/test_chatpermissions.py | 2 +- tests/test_choseninlineresult.py | 2 +- tests/test_choseninlineresulthandler.py | 2 +- tests/test_commandhandler.py | 2 +- tests/test_constants.py | 2 +- tests/test_contact.py | 2 +- tests/test_conversationhandler.py | 2 +- tests/test_dispatcher.py | 2 +- tests/test_document.py | 2 +- tests/test_encryptedcredentials.py | 2 +- tests/test_encryptedpassportelement.py | 2 +- tests/test_error.py | 2 +- tests/test_file.py | 2 +- tests/test_filters.py | 2 +- tests/test_forcereply.py | 2 +- tests/test_game.py | 2 +- tests/test_gamehighscore.py | 2 +- tests/test_helpers.py | 2 +- tests/test_inlinekeyboardbutton.py | 2 +- tests/test_inlinekeyboardmarkup.py | 2 +- tests/test_inlinequery.py | 2 +- tests/test_inlinequeryhandler.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_inlinequeryresultgame.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_inputfile.py | 2 +- tests/test_inputlocationmessagecontent.py | 2 +- tests/test_inputmedia.py | 2 +- tests/test_inputtextmessagecontent.py | 2 +- tests/test_inputvenuemessagecontent.py | 2 +- tests/test_invoice.py | 2 +- tests/test_jobqueue.py | 2 +- tests/test_keyboardbutton.py | 2 +- tests/test_labeledprice.py | 2 +- tests/test_location.py | 2 +- tests/test_loginurl.py | 2 +- tests/test_message.py | 2 +- tests/test_messageentity.py | 2 +- tests/test_messagehandler.py | 2 +- tests/test_messagequeue.py | 2 +- tests/test_meta.py | 2 +- tests/test_official.py | 2 +- tests/test_orderinfo.py | 2 +- tests/test_parsemode.py | 2 +- tests/test_passport.py | 2 +- tests/test_passportelementerrordatafield.py | 2 +- tests/test_passportelementerrorfile.py | 2 +- tests/test_passportelementerrorfiles.py | 2 +- tests/test_passportelementerrorfrontside.py | 2 +- tests/test_passportelementerrorreverseside.py | 2 +- tests/test_passportelementerrorselfie.py | 2 +- tests/test_passportelementerrortranslationfile.py | 2 +- tests/test_passportelementerrortranslationfiles.py | 2 +- tests/test_passportelementerrorunspecified.py | 2 +- tests/test_passportfile.py | 2 +- tests/test_persistence.py | 2 +- tests/test_photo.py | 2 +- tests/test_poll.py | 2 +- tests/test_precheckoutquery.py | 2 +- tests/test_precheckoutqueryhandler.py | 2 +- tests/test_regexhandler.py | 2 +- tests/test_replykeyboardmarkup.py | 2 +- tests/test_replykeyboardremove.py | 2 +- tests/test_request.py | 2 +- tests/test_shippingaddress.py | 2 +- tests/test_shippingoption.py | 2 +- tests/test_shippingquery.py | 2 +- tests/test_shippingqueryhandler.py | 2 +- tests/test_sticker.py | 2 +- tests/test_stringcommandhandler.py | 2 +- tests/test_stringregexhandler.py | 2 +- tests/test_successfulpayment.py | 2 +- tests/test_telegramobject.py | 2 +- tests/test_typehandler.py | 2 +- tests/test_update.py | 2 +- tests/test_updater.py | 2 +- tests/test_user.py | 2 +- tests/test_userprofilephotos.py | 2 +- tests/test_venue.py | 2 +- tests/test_video.py | 2 +- tests/test_videonote.py | 2 +- tests/test_voice.py | 2 +- tests/travis_fold.py | 2 +- 229 files changed, 229 insertions(+), 229 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c103c2a0d..70602292f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ master_doc = 'index' # General information about the project. project = u'Python Telegram Bot' -copyright = u'2015-2018, Leandro Toledo' +copyright = u'2015-2020, 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 76ad1281a..a0e377760 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/__main__.py b/telegram/__main__.py index 75f688e74..44e92baec 100644 --- a/telegram/__main__.py +++ b/telegram/__main__.py @@ -1,7 +1,7 @@ # !/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 80259ac87..4564b5b12 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-2018 +# Copyright (C) 2015-2020 # 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 f6a5ebf01..0ff51397f 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -3,7 +3,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-2018 +# Copyright (C) 2015-2020 # 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 ac9e6570b..2aeb97b37 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-2018 +# Copyright (C) 2015-2020 # 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 2afc03ee6..f582de477 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-2018 +# Copyright (C) 2015-2020 # 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 419abac52..39be0ce7a 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-2018 +# Copyright (C) 2015-2020 # 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 9cb552638..ad9ebc4c6 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatpermissions.py b/telegram/chatpermissions.py index 70b787b09..ba52e35be 100644 --- a/telegram/chatpermissions.py +++ b/telegram/chatpermissions.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 f25f91322..27a8ee0d2 100644 --- a/telegram/choseninlineresult.py +++ b/telegram/choseninlineresult.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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/constants.py b/telegram/constants.py index ba5af0fc3..0eb4160db 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-2018 +# Copyright (C) 2015-2020 # by the python-telegram-bot contributors # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/error.py b/telegram/error.py index 8a478e88d..a10aa9000 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-2018 +# Copyright (C) 2015-2020 # 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 56d7b86b5..565883c6d 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/basepersistence.py b/telegram/ext/basepersistence.py index 834d6543f..f4e6cb586 100644 --- a/telegram/ext/basepersistence.py +++ b/telegram/ext/basepersistence.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/callbackcontext.py b/telegram/ext/callbackcontext.py index 83dd3912a..d4cfde087 100644 --- a/telegram/ext/callbackcontext.py +++ b/telegram/ext/callbackcontext.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 661f4293b..69f926bc0 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-2018 +# Copyright (C) 2015-2020 # 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 43a7e5b1d..349fd6207 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-2018 +# Copyright (C) 2015-2020 # 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 3dd4900f3..088c0fa1c 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-2018 +# Copyright (C) 2015-2020 # 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 13775f928..da1017999 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/dictpersistence.py b/telegram/ext/dictpersistence.py index 431fb82f6..3d62bf3a9 100644 --- a/telegram/ext/dictpersistence.py +++ b/telegram/ext/dictpersistence.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 c8f2964b4..5c16495c1 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-2018 +# Copyright (C) 2015-2020 # 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 3555cca9d..5ea1ee491 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-2018 +# Copyright (C) 2015-2020 # 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 3c3374250..b01aa58b7 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-2018 +# Copyright (C) 2015-2020 # 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 7c143e012..adef02cc7 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-2018 +# Copyright (C) 2015-2020 # 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 78e38d9d1..e17957342 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-2018 +# Copyright (C) 2015-2020 # 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 e5325e674..b9bc0487a 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/messagequeue.py b/telegram/ext/messagequeue.py index 440617923..f0dea5f17 100644 --- a/telegram/ext/messagequeue.py +++ b/telegram/ext/messagequeue.py @@ -4,7 +4,7 @@ # Tymofii A. Khodniev (thodnev) # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/picklepersistence.py b/telegram/ext/picklepersistence.py index 1684b685a..2c3fc0219 100644 --- a/telegram/ext/picklepersistence.py +++ b/telegram/ext/picklepersistence.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/precheckoutqueryhandler.py b/telegram/ext/precheckoutqueryhandler.py index b36859e39..900eedf8a 100644 --- a/telegram/ext/precheckoutqueryhandler.py +++ b/telegram/ext/precheckoutqueryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 b694aac84..874125c6d 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/shippingqueryhandler.py b/telegram/ext/shippingqueryhandler.py index 4d1630e29..a6d2603f1 100644 --- a/telegram/ext/shippingqueryhandler.py +++ b/telegram/ext/shippingqueryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 01e4936d5..ca8821140 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-2018 +# Copyright (C) 2015-2020 # 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 83dca93a4..f676909ae 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-2018 +# Copyright (C) 2015-2020 # 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 6d0e015f4..55506f867 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-2018 +# Copyright (C) 2015-2020 # 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 1032d343d..63e5cf8e2 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/animation.py b/telegram/files/animation.py index 6a672d8f2..d119c1f7c 100644 --- a/telegram/files/animation.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/audio.py b/telegram/files/audio.py index b743669e4..6ea7cda33 100644 --- a/telegram/files/audio.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/chatphoto.py b/telegram/files/chatphoto.py index 9bf1bac16..ae5bbfead 100644 --- a/telegram/files/chatphoto.py +++ b/telegram/files/chatphoto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/contact.py b/telegram/files/contact.py index e3cd88c49..482b3de20 100644 --- a/telegram/files/contact.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/document.py b/telegram/files/document.py index f23940c20..2a1622150 100644 --- a/telegram/files/document.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/file.py b/telegram/files/file.py index 33fa3cb61..77944666b 100644 --- a/telegram/files/file.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/inputfile.py b/telegram/files/inputfile.py index eb28c11a2..ce00d92b2 100644 --- a/telegram/files/inputfile.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/inputmedia.py b/telegram/files/inputmedia.py index d63f1b902..fcfc71085 100644 --- a/telegram/files/inputmedia.py +++ b/telegram/files/inputmedia.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/location.py b/telegram/files/location.py index f80c8e7ad..b4ca9098c 100644 --- a/telegram/files/location.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/photosize.py b/telegram/files/photosize.py index 60440a0a3..d815ba552 100644 --- a/telegram/files/photosize.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/sticker.py b/telegram/files/sticker.py index 042e39c95..01a952b2e 100644 --- a/telegram/files/sticker.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/venue.py b/telegram/files/venue.py index 27779eaa8..5ae92e222 100644 --- a/telegram/files/venue.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/video.py b/telegram/files/video.py index 8acc4bba1..1f7cbab7d 100644 --- a/telegram/files/video.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/videonote.py b/telegram/files/videonote.py index 5201a581e..26bd627bc 100644 --- a/telegram/files/videonote.py +++ b/telegram/files/videonote.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/files/voice.py b/telegram/files/voice.py index 41d5bc71c..09f2dee65 100644 --- a/telegram/files/voice.py +++ b/telegram/files/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-2018 +# Copyright (C) 2015-2020 # 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 fa89f314f..d0cfbafa7 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/games/callbackgame.py b/telegram/games/callbackgame.py index 0b88d72e8..e4928c76a 100644 --- a/telegram/games/callbackgame.py +++ b/telegram/games/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/games/game.py b/telegram/games/game.py index 089ac8dfe..68e3f5023 100644 --- a/telegram/games/game.py +++ b/telegram/games/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/games/gamehighscore.py b/telegram/games/gamehighscore.py index aea293978..f09c3b747 100644 --- a/telegram/games/gamehighscore.py +++ b/telegram/games/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinekeyboardbutton.py b/telegram/inline/inlinekeyboardbutton.py index 57212af36..3d7e1c9a3 100644 --- a/telegram/inline/inlinekeyboardbutton.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinekeyboardmarkup.py b/telegram/inline/inlinekeyboardmarkup.py index 064231b78..2679fcdb9 100644 --- a/telegram/inline/inlinekeyboardmarkup.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequery.py b/telegram/inline/inlinequery.py index 892193e0f..a52a18c92 100644 --- a/telegram/inline/inlinequery.py +++ b/telegram/inline/inlinequery.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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresult.py b/telegram/inline/inlinequeryresult.py index 6feaf5651..e68ba7f4e 100644 --- a/telegram/inline/inlinequeryresult.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultarticle.py b/telegram/inline/inlinequeryresultarticle.py index db9c973df..469fe33a6 100644 --- a/telegram/inline/inlinequeryresultarticle.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultaudio.py b/telegram/inline/inlinequeryresultaudio.py index ed5629942..fefa6e4d9 100644 --- a/telegram/inline/inlinequeryresultaudio.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedaudio.py b/telegram/inline/inlinequeryresultcachedaudio.py index d73c6a827..2e8a6daa8 100644 --- a/telegram/inline/inlinequeryresultcachedaudio.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcacheddocument.py b/telegram/inline/inlinequeryresultcacheddocument.py index 596b4e88d..2436e1e08 100644 --- a/telegram/inline/inlinequeryresultcacheddocument.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedgif.py b/telegram/inline/inlinequeryresultcachedgif.py index 60282fb16..6f98c74a8 100644 --- a/telegram/inline/inlinequeryresultcachedgif.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedmpeg4gif.py b/telegram/inline/inlinequeryresultcachedmpeg4gif.py index dd8297bbd..e6d209c37 100644 --- a/telegram/inline/inlinequeryresultcachedmpeg4gif.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedphoto.py b/telegram/inline/inlinequeryresultcachedphoto.py index 2546f56af..bab29fb50 100644 --- a/telegram/inline/inlinequeryresultcachedphoto.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedsticker.py b/telegram/inline/inlinequeryresultcachedsticker.py index 2c62dff58..6c51dafac 100644 --- a/telegram/inline/inlinequeryresultcachedsticker.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedvideo.py b/telegram/inline/inlinequeryresultcachedvideo.py index ba9d8c376..8ef8d08d0 100644 --- a/telegram/inline/inlinequeryresultcachedvideo.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcachedvoice.py b/telegram/inline/inlinequeryresultcachedvoice.py index 50e9f72b8..b3d6b65fc 100644 --- a/telegram/inline/inlinequeryresultcachedvoice.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultcontact.py b/telegram/inline/inlinequeryresultcontact.py index 3cde2f052..64b97a28e 100644 --- a/telegram/inline/inlinequeryresultcontact.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultdocument.py b/telegram/inline/inlinequeryresultdocument.py index 542e81381..7d0ddd2a6 100644 --- a/telegram/inline/inlinequeryresultdocument.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultgame.py b/telegram/inline/inlinequeryresultgame.py index 073f2a97a..4737eefae 100644 --- a/telegram/inline/inlinequeryresultgame.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultgif.py b/telegram/inline/inlinequeryresultgif.py index 96c018020..830ea628d 100644 --- a/telegram/inline/inlinequeryresultgif.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultlocation.py b/telegram/inline/inlinequeryresultlocation.py index c31549ad3..fc92eed38 100644 --- a/telegram/inline/inlinequeryresultlocation.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultmpeg4gif.py b/telegram/inline/inlinequeryresultmpeg4gif.py index 70371d818..ebeb5b4db 100644 --- a/telegram/inline/inlinequeryresultmpeg4gif.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultphoto.py b/telegram/inline/inlinequeryresultphoto.py index 6cae9032b..46c0be768 100644 --- a/telegram/inline/inlinequeryresultphoto.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultvenue.py b/telegram/inline/inlinequeryresultvenue.py index 4ac347031..0caee9151 100644 --- a/telegram/inline/inlinequeryresultvenue.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultvideo.py b/telegram/inline/inlinequeryresultvideo.py index 0767978b6..0b83548dd 100644 --- a/telegram/inline/inlinequeryresultvideo.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inlinequeryresultvoice.py b/telegram/inline/inlinequeryresultvoice.py index 0bf773bb7..f12079f35 100644 --- a/telegram/inline/inlinequeryresultvoice.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputcontactmessagecontent.py b/telegram/inline/inputcontactmessagecontent.py index c655b0fd3..f82d0ef33 100644 --- a/telegram/inline/inputcontactmessagecontent.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputlocationmessagecontent.py b/telegram/inline/inputlocationmessagecontent.py index 16010ecd5..7375e073a 100644 --- a/telegram/inline/inputlocationmessagecontent.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputmessagecontent.py b/telegram/inline/inputmessagecontent.py index f7b706580..8f45a0a0c 100644 --- a/telegram/inline/inputmessagecontent.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputtextmessagecontent.py b/telegram/inline/inputtextmessagecontent.py index 3e08d6b97..9b726bfc9 100644 --- a/telegram/inline/inputtextmessagecontent.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputvenuemessagecontent.py b/telegram/inline/inputvenuemessagecontent.py index d0f1fdc5b..267323650 100644 --- a/telegram/inline/inputvenuemessagecontent.py +++ b/telegram/inline/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-2018 +# Copyright (C) 2015-2020 # 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 a8ed639ac..3d3bbac4d 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/loginurl.py b/telegram/loginurl.py index 14b051a59..81a44abe4 100644 --- a/telegram/loginurl.py +++ b/telegram/loginurl.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2019 +# Copyright (C) 2015-2020 # 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 c9d6c679a..11a3af8a3 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-2018 +# Copyright (C) 2015-2020 # 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 9208d8c8f..6f3ba7173 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-2018 +# Copyright (C) 2015-2020 # 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 e998d5954..5fb246a2c 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/credentials.py b/telegram/passport/credentials.py index 638944d5a..110f091c4 100644 --- a/telegram/passport/credentials.py +++ b/telegram/passport/credentials.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/data.py b/telegram/passport/data.py index a0e08bc5c..a478a7882 100644 --- a/telegram/passport/data.py +++ b/telegram/passport/data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2017 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/encryptedpassportelement.py b/telegram/passport/encryptedpassportelement.py index db7332f17..1959e5244 100644 --- a/telegram/passport/encryptedpassportelement.py +++ b/telegram/passport/encryptedpassportelement.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # flake8: noqa: E501 # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/passportdata.py b/telegram/passport/passportdata.py index 67101da80..29deb6f86 100644 --- a/telegram/passport/passportdata.py +++ b/telegram/passport/passportdata.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/passportelementerrors.py b/telegram/passport/passportelementerrors.py index 7a88efaa7..d03d6cdc1 100644 --- a/telegram/passport/passportelementerrors.py +++ b/telegram/passport/passportelementerrors.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/passport/passportfile.py b/telegram/passport/passportfile.py index 4b8229467..40e173501 100644 --- a/telegram/passport/passportfile.py +++ b/telegram/passport/passportfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/invoice.py b/telegram/payment/invoice.py index cefc35a7b..4993f9b87 100644 --- a/telegram/payment/invoice.py +++ b/telegram/payment/invoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/labeledprice.py b/telegram/payment/labeledprice.py index 5ee3c27a7..7fc08d30c 100644 --- a/telegram/payment/labeledprice.py +++ b/telegram/payment/labeledprice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/orderinfo.py b/telegram/payment/orderinfo.py index 21f8657f2..3cd342003 100644 --- a/telegram/payment/orderinfo.py +++ b/telegram/payment/orderinfo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/precheckoutquery.py b/telegram/payment/precheckoutquery.py index 36eebf69a..a8f6e8d49 100644 --- a/telegram/payment/precheckoutquery.py +++ b/telegram/payment/precheckoutquery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/shippingaddress.py b/telegram/payment/shippingaddress.py index 660660547..c380a10b3 100644 --- a/telegram/payment/shippingaddress.py +++ b/telegram/payment/shippingaddress.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/shippingoption.py b/telegram/payment/shippingoption.py index 0695c4126..522fb1076 100644 --- a/telegram/payment/shippingoption.py +++ b/telegram/payment/shippingoption.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/shippingquery.py b/telegram/payment/shippingquery.py index 5f6178526..549e35f5b 100644 --- a/telegram/payment/shippingquery.py +++ b/telegram/payment/shippingquery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/payment/successfulpayment.py b/telegram/payment/successfulpayment.py index bdda7bec8..870c5b8b9 100644 --- a/telegram/payment/successfulpayment.py +++ b/telegram/payment/successfulpayment.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/poll.py b/telegram/poll.py index 0c22d1bb2..62cb7a76b 100644 --- a/telegram/poll.py +++ b/telegram/poll.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 c633a1e9c..5954b046e 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-2018 +# Copyright (C) 2015-2020 # 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 6d31bd4ba..5474e36fd 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-2018 +# Copyright (C) 2015-2020 # 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 47928b710..c037dd76b 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-2018 +# Copyright (C) 2015-2020 # 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 b05d66124..35b6d3a94 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-2018 +# Copyright (C) 2015-2020 # 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 e140cfc02..57afde685 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-2018 +# Copyright (C) 2015-2020 # 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 ec94a0ac1..5101a7f8e 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-2018 +# Copyright (C) 2015-2020 # 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 effd4df29..2ab03f320 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-2018 +# Copyright (C) 2015-2020 # 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 e11bf42a1..8a0786180 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-2018 +# Copyright (C) 2015-2020 # 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 4e3ebf934..6efa6ef53 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-2018 +# Copyright (C) 2015-2020 # 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 4c9a86dcc..a768cb2c1 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/webhookhandler.py b/telegram/utils/webhookhandler.py index f570a4352..5678146c5 100644 --- a/telegram/utils/webhookhandler.py +++ b/telegram/utils/webhookhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 92d435e2c..e6833c17a 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-2018 +# Copyright (C) 2015-2020 # 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 57b962914..e063035fc 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/bots.py b/tests/bots.py index a7cca964b..c8221fb87 100644 --- a/tests/bots.py +++ b/tests/bots.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/conftest.py b/tests/conftest.py index 314f6a142..55a046696 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/plugin_github_group.py b/tests/plugin_github_group.py index b7f4ced60..c61a6eea1 100644 --- a/tests/plugin_github_group.py +++ b/tests/plugin_github_group.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_animation.py b/tests/test_animation.py index f2a61868f..b2229b021 100644 --- a/tests/test_animation.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 6c2a28abb..a15de6f96 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-2018 +# Copyright (C) 2015-2020 # 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 586d13ccd..922449117 100644 --- a/tests/test_bot.py +++ b/tests/test_bot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_callbackcontext.py b/tests/test_callbackcontext.py index 5607fda0d..955e9ae20 100644 --- a/tests/test_callbackcontext.py +++ b/tests/test_callbackcontext.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_callbackquery.py b/tests/test_callbackquery.py index 842a8bc18..a7f3228fe 100644 --- a/tests/test_callbackquery.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_callbackqueryhandler.py b/tests/test_callbackqueryhandler.py index 8631b43e2..a1846773c 100644 --- a/tests/test_callbackqueryhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 23e95806a..800e58c1d 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatmember.py b/tests/test_chatmember.py index edd66034b..b0879e635 100644 --- a/tests/test_chatmember.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatpermissions.py b/tests/test_chatpermissions.py index 129a5252b..dbf5558e5 100644 --- a/tests/test_chatpermissions.py +++ b/tests/test_chatpermissions.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 1e72fe083..b0adb1a9e 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_choseninlineresulthandler.py b/tests/test_choseninlineresulthandler.py index 79fc35bb0..7a21d9cc6 100644 --- a/tests/test_choseninlineresulthandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_commandhandler.py b/tests/test_commandhandler.py index f3c5297d7..34bc049bd 100644 --- a/tests/test_commandhandler.py +++ b/tests/test_commandhandler.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 7974c6faa..780532f2c 100644 --- a/tests/test_constants.py +++ b/tests/test_constants.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # 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 f5cae6757..c17f75aa1 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-2018 +# Copyright (C) 2015-2020 # 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 5480ea369..4e62a15fa 100644 --- a/tests/test_conversationhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_dispatcher.py b/tests/test_dispatcher.py index 90960f92f..6a4e68632 100644 --- a/tests/test_dispatcher.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 d3af6a82c..8c4bc324b 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_encryptedcredentials.py b/tests/test_encryptedcredentials.py index 4f6e4cbec..867c4da8f 100644 --- a/tests/test_encryptedcredentials.py +++ b/tests/test_encryptedcredentials.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_encryptedpassportelement.py b/tests/test_encryptedpassportelement.py index 6db823ae8..f728ba785 100644 --- a/tests/test_encryptedpassportelement.py +++ b/tests/test_encryptedpassportelement.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_error.py b/tests/test_error.py index b48eec06d..b9179326e 100644 --- a/tests/test_error.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 6028139b8..9402522e6 100644 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 1fc101e32..e7f1515c5 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-2018 +# Copyright (C) 2015-2020 # 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 81fdd7bf2..5f4649dd1 100644 --- a/tests/test_forcereply.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 6f293a24e..94f38d69b 100644 --- a/tests/test_game.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_gamehighscore.py b/tests/test_gamehighscore.py index ecb35674b..55788a0c0 100644 --- a/tests/test_gamehighscore.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 2c8290dd7..4cec3d7f2 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-2018 +# Copyright (C) 2015-2020 # 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 98faf1734..2513959ee 100644 --- a/tests/test_inlinekeyboardbutton.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 8666ff185..9d2609b27 100644 --- a/tests/test_inlinekeyboardmarkup.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 a3f2fd481..7edf4fd18 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryhandler.py b/tests/test_inlinequeryhandler.py index 506130d7c..602c55380 100644 --- a/tests/test_inlinequeryhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 07bdd1934..da32c2e27 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-2018 +# Copyright (C) 2015-2020 # 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 0b24e6383..6de970210 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-2018 +# Copyright (C) 2015-2020 # 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 788cec06c..7c6a3eb71 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-2018 +# Copyright (C) 2015-2020 # 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 9aca101a9..1de7ffa0b 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-2018 +# Copyright (C) 2015-2020 # 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 b0f05803a..ceff8c064 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-2018 +# Copyright (C) 2015-2020 # 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 6de7be9dd..3235e3ebd 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-2018 +# Copyright (C) 2015-2020 # 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 2f356c447..938494586 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-2018 +# Copyright (C) 2015-2020 # 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 107996369..e9699e899 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-2018 +# Copyright (C) 2015-2020 # 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 fe873cddb..ae229f542 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-2018 +# Copyright (C) 2015-2020 # 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 5710be431..7e9f7f170 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-2018 +# Copyright (C) 2015-2020 # 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 350e08ec1..7b835fafe 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-2018 +# Copyright (C) 2015-2020 # 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 889c20fe4..6897e7e5d 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inlinequeryresultgame.py b/tests/test_inlinequeryresultgame.py index 6833573a8..685c60057 100644 --- a/tests/test_inlinequeryresultgame.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 673ca4ca0..87d5c12a0 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-2018 +# Copyright (C) 2015-2020 # 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 d70bad42e..1e2662770 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-2018 +# Copyright (C) 2015-2020 # 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 abc0790c0..9a0063447 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-2018 +# Copyright (C) 2015-2020 # 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 caaa67aa5..68dc106f8 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-2018 +# Copyright (C) 2015-2020 # 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 87e87dbaf..f0b7d6360 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-2018 +# Copyright (C) 2015-2020 # 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 f2b957bbe..3f805091c 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-2018 +# Copyright (C) 2015-2020 # 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 ea04dd984..9ba972d3e 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-2018 +# Copyright (C) 2015-2020 # 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 dfe5cd593..47b91f01f 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputfile.py b/tests/test_inputfile.py index 6a94d1890..9bfb78e0d 100644 --- a/tests/test_inputfile.py +++ b/tests/test_inputfile.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 f9b551752..65e02f209 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputmedia.py b/tests/test_inputmedia.py index 4cad93fff..82338b102 100644 --- a/tests/test_inputmedia.py +++ b/tests/test_inputmedia.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 477ea1967..832b48a7e 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-2018 +# Copyright (C) 2015-2020 # 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 34f456964..844bd817e 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_invoice.py b/tests/test_invoice.py index 5722e852c..16096405f 100644 --- a/tests/test_invoice.py +++ b/tests/test_invoice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 664254f4b..16edef222 100644 --- a/tests/test_jobqueue.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 69eeaf802..1c2b810da 100644 --- a/tests/test_keyboardbutton.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_labeledprice.py b/tests/test_labeledprice.py index cb742d6e4..325fa9063 100644 --- a/tests/test_labeledprice.py +++ b/tests/test_labeledprice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 f888ed851..cbac1094f 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_loginurl.py b/tests/test_loginurl.py index 4a41f0b88..c63bf0fe8 100644 --- a/tests/test_loginurl.py +++ b/tests/test_loginurl.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2019 +# Copyright (C) 2015-2020 # 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 83d50aef8..e66d55ee2 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 9cba25969..c0ad89194 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_messagehandler.py b/tests/test_messagehandler.py index bf8cdf93c..fbc2bf71a 100644 --- a/tests/test_messagehandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_messagequeue.py b/tests/test_messagequeue.py index 60260ffc2..d36101032 100644 --- a/tests/test_messagequeue.py +++ b/tests/test_messagequeue.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_meta.py b/tests/test_meta.py index 512541087..8c5b012e5 100644 --- a/tests/test_meta.py +++ b/tests/test_meta.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_official.py b/tests/test_official.py index 7557baa71..41e65514e 100644 --- a/tests/test_official.py +++ b/tests/test_official.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_orderinfo.py b/tests/test_orderinfo.py index 609812ec3..70fc20244 100644 --- a/tests/test_orderinfo.py +++ b/tests/test_orderinfo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 c015f6fda..92fc52fbe 100644 --- a/tests/test_parsemode.py +++ b/tests/test_parsemode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passport.py b/tests/test_passport.py index 276fc2a3b..0b682bcb6 100644 --- a/tests/test_passport.py +++ b/tests/test_passport.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # flake8: noqa: E501 # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrordatafield.py b/tests/test_passportelementerrordatafield.py index 8fa0de219..d5aa03f13 100644 --- a/tests/test_passportelementerrordatafield.py +++ b/tests/test_passportelementerrordatafield.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorfile.py b/tests/test_passportelementerrorfile.py index 81e112adc..2688d9fd4 100644 --- a/tests/test_passportelementerrorfile.py +++ b/tests/test_passportelementerrorfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorfiles.py b/tests/test_passportelementerrorfiles.py index 4c17a391c..506967cd2 100644 --- a/tests/test_passportelementerrorfiles.py +++ b/tests/test_passportelementerrorfiles.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorfrontside.py b/tests/test_passportelementerrorfrontside.py index 794a7776e..15f96a174 100644 --- a/tests/test_passportelementerrorfrontside.py +++ b/tests/test_passportelementerrorfrontside.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorreverseside.py b/tests/test_passportelementerrorreverseside.py index 7afb29797..bf3585ccc 100644 --- a/tests/test_passportelementerrorreverseside.py +++ b/tests/test_passportelementerrorreverseside.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorselfie.py b/tests/test_passportelementerrorselfie.py index 81a9b80c9..8244a1e50 100644 --- a/tests/test_passportelementerrorselfie.py +++ b/tests/test_passportelementerrorselfie.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrortranslationfile.py b/tests/test_passportelementerrortranslationfile.py index 7fe8d3585..168f61c86 100644 --- a/tests/test_passportelementerrortranslationfile.py +++ b/tests/test_passportelementerrortranslationfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrortranslationfiles.py b/tests/test_passportelementerrortranslationfiles.py index 81d5da07b..35072af1c 100644 --- a/tests/test_passportelementerrortranslationfiles.py +++ b/tests/test_passportelementerrortranslationfiles.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportelementerrorunspecified.py b/tests/test_passportelementerrorunspecified.py index 7418b95cc..9638cea5f 100644 --- a/tests/test_passportelementerrorunspecified.py +++ b/tests/test_passportelementerrorunspecified.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_passportfile.py b/tests/test_passportfile.py index 2306dfd73..3e3114a33 100644 --- a/tests/test_passportfile.py +++ b/tests/test_passportfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_persistence.py b/tests/test_persistence.py index c9b01d109..46868e3b2 100644 --- a/tests/test_persistence.py +++ b/tests/test_persistence.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 25d30f3b5..1bf7daa40 100644 --- a/tests/test_photo.py +++ b/tests/test_photo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_poll.py b/tests/test_poll.py index bbadf2252..9d7b5a695 100644 --- a/tests/test_poll.py +++ b/tests/test_poll.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_precheckoutquery.py b/tests/test_precheckoutquery.py index cf5a21270..cb261d1c9 100644 --- a/tests/test_precheckoutquery.py +++ b/tests/test_precheckoutquery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_precheckoutqueryhandler.py b/tests/test_precheckoutqueryhandler.py index 1f0580b78..28102af92 100644 --- a/tests/test_precheckoutqueryhandler.py +++ b/tests/test_precheckoutqueryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_regexhandler.py b/tests/test_regexhandler.py index c3adccdfb..bba6d6776 100644 --- a/tests/test_regexhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 91f997f7f..dd63a85c4 100644 --- a/tests/test_replykeyboardmarkup.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 cd6df8c23..40697e18c 100644 --- a/tests/test_replykeyboardremove.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_request.py b/tests/test_request.py index 734ac78c6..18d216c8e 100644 --- a/tests/test_request.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_shippingaddress.py b/tests/test_shippingaddress.py index 380f2d735..3558b5c86 100644 --- a/tests/test_shippingaddress.py +++ b/tests/test_shippingaddress.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_shippingoption.py b/tests/test_shippingoption.py index c629a3477..2917cd850 100644 --- a/tests/test_shippingoption.py +++ b/tests/test_shippingoption.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_shippingquery.py b/tests/test_shippingquery.py index d88bfa84e..e5eb1976f 100644 --- a/tests/test_shippingquery.py +++ b/tests/test_shippingquery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_shippingqueryhandler.py b/tests/test_shippingqueryhandler.py index fbad3c330..88a163aaf 100644 --- a/tests/test_shippingqueryhandler.py +++ b/tests/test_shippingqueryhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 99df11dad..3c1aa0f88 100644 --- a/tests/test_sticker.py +++ b/tests/test_sticker.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_stringcommandhandler.py b/tests/test_stringcommandhandler.py index e512522f6..0061a2a85 100644 --- a/tests/test_stringcommandhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_stringregexhandler.py b/tests/test_stringregexhandler.py index 3d9c36e0d..c198710b9 100644 --- a/tests/test_stringregexhandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_successfulpayment.py b/tests/test_successfulpayment.py index 6677b39b2..2c44fc456 100644 --- a/tests/test_successfulpayment.py +++ b/tests/test_successfulpayment.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_telegramobject.py b/tests/test_telegramobject.py index 58d7b6a32..66f52dbfb 100644 --- a/tests/test_telegramobject.py +++ b/tests/test_telegramobject.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_typehandler.py b/tests/test_typehandler.py index 56c33f055..6e65025de 100644 --- a/tests/test_typehandler.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 59702207a..ce74e85fe 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-2018 +# Copyright (C) 2015-2020 # 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 b0ea47c36..424de3c8c 100644 --- a/tests/test_updater.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 cdcdea50f..64db43c13 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_userprofilephotos.py b/tests/test_userprofilephotos.py index ee96c58ab..a6851b3b5 100644 --- a/tests/test_userprofilephotos.py +++ b/tests/test_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-2018 +# Copyright (C) 2015-2020 # 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 35d16a0ba..3505e88e9 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-2018 +# Copyright (C) 2015-2020 # 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 7b2154bc1..a29726f2f 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_videonote.py b/tests/test_videonote.py index ffbbffb31..9e3498c13 100644 --- a/tests/test_videonote.py +++ b/tests/test_videonote.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # 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 22efc9ac1..27412aeef 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-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/travis_fold.py b/tests/travis_fold.py index b10fef115..71f8754cc 100644 --- a/tests/travis_fold.py +++ b/tests/travis_fold.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2018 +# Copyright (C) 2015-2020 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify