diff --git a/telegram/__init__.py b/telegram/__init__.py index 4a9198f9ff4..c0b36de97a7 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-2021 +# Copyright (C) 2015-2022 # 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 0e8db82761e..2e7a7de1d96 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-2021 +# Copyright (C) 2015-2022 # 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 0f906e9a4ad..f119d96248d 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-2021 +# Copyright (C) 2015-2022 # 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 98925288a84..ab843f14e54 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -2,7 +2,7 @@ # pylint: disable=E0611,E0213,E1102,E1101,R0913,R0904 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/botcommand.py b/telegram/botcommand.py index 18a40892de3..7d0f2da3072 100644 --- a/telegram/botcommand.py +++ b/telegram/botcommand.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/botcommandscope.py b/telegram/botcommandscope.py index b4729290bd0..283f7682b20 100644 --- a/telegram/botcommandscope.py +++ b/telegram/botcommandscope.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 a47a7280f37..b783636045f 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-2021 +# Copyright (C) 2015-2022 # 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 84ef53909f4..b5dbfe45225 100644 --- a/telegram/chat.py +++ b/telegram/chat.py @@ -2,7 +2,7 @@ # pylint: disable=W0622 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 0e30ce3f086..335ab39ac89 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatinvitelink.py b/telegram/chatinvitelink.py index b25f0876fd7..6852b559988 100644 --- a/telegram/chatinvitelink.py +++ b/telegram/chatinvitelink.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatjoinrequest.py b/telegram/chatjoinrequest.py index 98c419f45c7..ec89c6614ba 100644 --- a/telegram/chatjoinrequest.py +++ b/telegram/chatjoinrequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatlocation.py b/telegram/chatlocation.py index dcdbb6f0024..f88c7080816 100644 --- a/telegram/chatlocation.py +++ b/telegram/chatlocation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 254836bd0e1..06968d4d6b0 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/chatmemberupdated.py b/telegram/chatmemberupdated.py index 4d49a6c7eca..cd6c76e3e02 100644 --- a/telegram/chatmemberupdated.py +++ b/telegram/chatmemberupdated.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 0b5a7b956bb..44b989a0013 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-2021 +# Copyright (C) 2015-2022 # 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 384d57e638e..b931553eb0a 100644 --- a/telegram/choseninlineresult.py +++ b/telegram/choseninlineresult.py @@ -2,7 +2,7 @@ # pylint: disable=R0902,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 a9f3464a466..a7628cdef58 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-2021 +# Copyright (C) 2015-2022 # by the python-telegram-bot contributors # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/dice.py b/telegram/dice.py index 3406ceedad8..8836529b151 100644 --- a/telegram/dice.py +++ b/telegram/dice.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/error.py b/telegram/error.py index 5e597cd2b77..3cf41d5879f 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-2021 +# Copyright (C) 2015-2022 # 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 da3c4894178..1d3a8feff4e 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-2021 +# Copyright (C) 2015-2022 # 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 974b97f8f8c..20afa1dbda0 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-2021 +# Copyright (C) 2015-2022 # 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 5c5e9bedfe2..607ca9277eb 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/callbackdatacache.py b/telegram/ext/callbackdatacache.py index ac60e47be55..df640057a7f 100644 --- a/telegram/ext/callbackdatacache.py +++ b/telegram/ext/callbackdatacache.py @@ -1,8 +1,7 @@ #!/usr/bin/env python - # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify @@ -17,24 +16,6 @@ # # You should have received a copy of the GNU Lesser Public License # along with this program. If not, see [http://www.gnu.org/licenses/]. - -# -# A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 -# Leandro Toledo de Souza -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser Public License for more details. -# -# You should have received a copy of the GNU Lesser Public License -# along with this program. If not, see [http://www.gnu.org/licenses/]. """This module contains the CallbackDataCache class.""" import logging import time diff --git a/telegram/ext/callbackqueryhandler.py b/telegram/ext/callbackqueryhandler.py index beea75fe7dd..bb19fa73eb3 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/chatjoinrequesthandler.py b/telegram/ext/chatjoinrequesthandler.py index 2a00f05623b..aafed54c075 100644 --- a/telegram/ext/chatjoinrequesthandler.py +++ b/telegram/ext/chatjoinrequesthandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/chatmemberhandler.py b/telegram/ext/chatmemberhandler.py index 9499cfd2472..eb9d91b0de5 100644 --- a/telegram/ext/chatmemberhandler.py +++ b/telegram/ext/chatmemberhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2019-2021 +# Copyright (C) 2015-2022 # 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 ec3528945d9..1d94b79a5af 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-2021 +# Copyright (C) 2015-2022 # 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 1f0a32118a9..6f53d23c5cd 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/contexttypes.py b/telegram/ext/contexttypes.py index badf7331a7a..ee03037a9b2 100644 --- a/telegram/ext/contexttypes.py +++ b/telegram/ext/contexttypes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020 +# Copyright (C) 2015-2022 # 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 ba621fdeaa5..23edf2f7576 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/defaults.py b/telegram/ext/defaults.py index 8546f717536..1e08255ddb4 100644 --- a/telegram/ext/defaults.py +++ b/telegram/ext/defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020-2021 +# Copyright (C) 2015-2022 # 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 72c767d74fa..e3071232d2b 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-2021 +# Copyright (C) 2015-2022 # 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 3322acfe5a0..af241882e6c 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify @@ -356,7 +356,7 @@ def get_instance(cls) -> 'Dispatcher': raise RuntimeError(f'{cls.__name__} not initialized or multiple instances exist') def _pooled(self) -> None: - thr_name = current_thread().getName() + thr_name = current_thread().name while 1: promise = self.__async_queue.get() diff --git a/telegram/ext/extbot.py b/telegram/ext/extbot.py index 6831fba21a2..f026191ee0c 100644 --- a/telegram/ext/extbot.py +++ b/telegram/ext/extbot.py @@ -2,7 +2,7 @@ # pylint: disable=E0611,E0213,E1102,C0103,E1101,R0913,R0904 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 2bb0ed9e30a..519c73a30d7 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-2021 +# Copyright (C) 2015-2022 # 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 befaf413979..b6e3a636dd7 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-2021 +# Copyright (C) 2015-2022 # 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 11103e71ff6..de43431b839 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-2021 +# Copyright (C) 2015-2022 # 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 da2dea4f210..f0c1fba0286 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-2021 +# Copyright (C) 2015-2022 # 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 c3f0c015cd1..57faa3f0ea6 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-2021 +# Copyright (C) 2015-2022 # 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 ece0bc38908..da2a7348d46 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-2021 +# Copyright (C) 2015-2022 # 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 cf0059ad1ba..c3e4ba8ab91 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/pollanswerhandler.py b/telegram/ext/pollanswerhandler.py index 199bcb3ad2b..53172b2b908 100644 --- a/telegram/ext/pollanswerhandler.py +++ b/telegram/ext/pollanswerhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2019-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify @@ -14,8 +14,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser Public License for more details. # -# You should have received a copy of the GNU Lesser Public License -# along with this program. If not, see [http://www.gnu.org/licenses/]. +# You should have received a copy of the GNU Lesser Public License +# along with this program. If not, see [http://www.gnu.org/licenses/]. """This module contains the PollAnswerHandler class.""" diff --git a/telegram/ext/pollhandler.py b/telegram/ext/pollhandler.py index 7b67e76ffb1..0e2dee60009 100644 --- a/telegram/ext/pollhandler.py +++ b/telegram/ext/pollhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2019-2021 +# Copyright (C) 2015-2022 # 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 3a2eee30d0a..bbef18efc2b 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-2021 +# Copyright (C) 2015-2022 # 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 399e4df7d94..8211d83f5ad 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-2021 +# Copyright (C) 2015-2022 # 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 e4229ceb738..d8b0218dab2 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-2021 +# Copyright (C) 2015-2022 # 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 1d84892e444..e3945aec2a6 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-2021 +# Copyright (C) 2015-2022 # 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 282c48ad70e..9be6b3632cf 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-2021 +# Copyright (C) 2015-2022 # 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 531d10c30fa..14029ab3262 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-2021 +# Copyright (C) 2015-2022 # 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 37a2e7e526a..b2c05125691 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/utils/__init__.py b/telegram/ext/utils/__init__.py index 85c96bce23f..b624e1e0a48 100644 --- a/telegram/ext/utils/__init__.py +++ b/telegram/ext/utils/__init__.py @@ -1,6 +1,6 @@ # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/utils/promise.py b/telegram/ext/utils/promise.py index 6b548242972..86b3981c1eb 100644 --- a/telegram/ext/utils/promise.py +++ b/telegram/ext/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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/utils/types.py b/telegram/ext/utils/types.py index b7152f6e142..a63e528a87c 100644 --- a/telegram/ext/utils/types.py +++ b/telegram/ext/utils/types.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/ext/utils/webhookhandler.py b/telegram/ext/utils/webhookhandler.py index ddf5e6904e9..64e639b12c8 100644 --- a/telegram/ext/utils/webhookhandler.py +++ b/telegram/ext/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-2021 +# Copyright (C) 2015-2022 # 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 199cf332826..a9f2ab5e3c3 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-2021 +# Copyright (C) 2015-2022 # 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 d95711acd96..af6683cd031 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-2021 +# Copyright (C) 2015-2022 # 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 5302c7e9826..2f55bf9a93d 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-2021 +# Copyright (C) 2015-2022 # 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 257fdf474be..cee769f28b6 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-2021 +# Copyright (C) 2015-2022 # 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 dad9f9bf37f..a0ffcefb4be 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-2021 +# Copyright (C) 2015-2022 # 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 c3391bd95ca..ca77f9d1e43 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-2021 +# Copyright (C) 2015-2022 # 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 583f4a60d61..2c3196fc106 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-2021 +# Copyright (C) 2015-2022 # 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 f59cf4d01bd..c4899fbda64 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-2021 +# Copyright (C) 2015-2022 # 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 8f5c1c63daa..a5f5065a77f 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-2021 +# Copyright (C) 2015-2022 # 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 831a7c01194..9a7988bb8ac 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-2021 +# Copyright (C) 2015-2022 # 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 681c7087b24..5cce2af2e11 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-2021 +# Copyright (C) 2015-2022 # 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 3ba2c53a376..aad46db9de1 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-2021 +# Copyright (C) 2015-2022 # 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 76bb07cda7a..92e7c5ea385 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-2021 +# Copyright (C) 2015-2022 # 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 8c704069ed7..17d6207eaf1 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-2021 +# Copyright (C) 2015-2022 # 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 f65c5c590ca..c8782821f8f 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-2021 +# Copyright (C) 2015-2022 # 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 baa9782810e..792b211ac42 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-2021 +# Copyright (C) 2015-2022 # 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 8a116dab52f..6803a44ac8a 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-2021 +# Copyright (C) 2015-2022 # 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 d56bebe0275..86eb2ab833c 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-2021 +# Copyright (C) 2015-2022 # 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 bfa7cbfbf15..5967ddaf1f3 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-2021 +# Copyright (C) 2015-2022 # 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 5aa32cba603..49b6e071ce6 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-2021 +# Copyright (C) 2015-2022 # 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 a917d96f3e9..61724f089d0 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-2021 +# Copyright (C) 2015-2022 # 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 412188db49b..12301512b3c 100644 --- a/telegram/inline/inlinequery.py +++ b/telegram/inline/inlinequery.py @@ -2,7 +2,7 @@ # pylint: disable=R0902,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 756e2fb9ce8..f3227d485d2 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-2021 +# Copyright (C) 2015-2022 # 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 3827ae305e0..ecc975cc34d 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-2021 +# Copyright (C) 2015-2022 # 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 93eaa164948..9f06c626c13 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-2021 +# Copyright (C) 2015-2022 # 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 41222bbb680..f92096aa55d 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-2021 +# Copyright (C) 2015-2022 # 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 784ccaffb9c..4b76b747e34 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-2021 +# Copyright (C) 2015-2022 # 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 ca2fc42106c..8cd3ad7ca36 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-2021 +# Copyright (C) 2015-2022 # 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 4f0f85cf59c..8f1d457979d 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-2021 +# Copyright (C) 2015-2022 # 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 4a929dd2bb3..8bba69b8ecc 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-2021 +# Copyright (C) 2015-2022 # 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 f369bdd4aa5..0425fa5bbde 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-2021 +# Copyright (C) 2015-2022 # 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 ee91515f1eb..32837943c8b 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-2021 +# Copyright (C) 2015-2022 # 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 ff2ef227087..f5ff9bfca0f 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-2021 +# Copyright (C) 2015-2022 # 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 42dd75d4bb9..df4f6c98018 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-2021 +# Copyright (C) 2015-2022 # 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 4e3c0b0b228..42555aa5126 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-2021 +# Copyright (C) 2015-2022 # 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 f8535b44b1c..02e4a7dd4b2 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-2021 +# Copyright (C) 2015-2022 # 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 619af4508d5..e879dc04c11 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-2021 +# Copyright (C) 2015-2022 # 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 2591b6361b1..e55d90bfc29 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-2021 +# Copyright (C) 2015-2022 # 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 3eb1c21f344..5f73218f122 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-2021 +# Copyright (C) 2015-2022 # 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 98f71856296..e6de727f081 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-2021 +# Copyright (C) 2015-2022 # 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 9930f7ab72e..4a64a1068fe 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-2021 +# Copyright (C) 2015-2022 # 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 b84a3f2b963..098e3b0a9f4 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-2021 +# Copyright (C) 2015-2022 # 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 531f04b2354..960f41bd502 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-2021 +# Copyright (C) 2015-2022 # 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 22e9460c76a..fe7b9d7dd5a 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/inline/inputinvoicemessagecontent.py b/telegram/inline/inputinvoicemessagecontent.py index 2cbbcb8f437..622f0ed36ff 100644 --- a/telegram/inline/inputinvoicemessagecontent.py +++ b/telegram/inline/inputinvoicemessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 fe8662882be..22760bfb3dc 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-2021 +# Copyright (C) 2015-2022 # 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 44fd6811ac1..4362c722fe1 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-2021 +# Copyright (C) 2015-2022 # 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 3d60f456c0d..c068aa77dcd 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-2021 +# Copyright (C) 2015-2022 # 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 55652d2a9a9..c13107d5bb2 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-2021 +# Copyright (C) 2015-2022 # 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 590801b2c42..fe2bd87040f 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/keyboardbuttonpolltype.py b/telegram/keyboardbuttonpolltype.py index 89be62a0213..813ce97a16e 100644 --- a/telegram/keyboardbuttonpolltype.py +++ b/telegram/keyboardbuttonpolltype.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020-2021 +# Copyright (C) 2015-2022 # 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 a5f38300a61..7d6dc561e51 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-2021 +# Copyright (C) 2015-2022 # 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 ce15d2aa6f7..74d750f28c4 100644 --- a/telegram/message.py +++ b/telegram/message.py @@ -2,7 +2,7 @@ # pylint: disable=R0902,R0913 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/messageautodeletetimerchanged.py b/telegram/messageautodeletetimerchanged.py index 3fb1ce91913..21af1fb8e17 100644 --- a/telegram/messageautodeletetimerchanged.py +++ b/telegram/messageautodeletetimerchanged.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 992a099fc3a..d4e162044d6 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/messageid.py b/telegram/messageid.py index 56eca3a19e6..df7f47c3d21 100644 --- a/telegram/messageid.py +++ b/telegram/messageid.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020-2021 +# Copyright (C) 2015-2022 # 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 86bc07b368a..38cf051fde4 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-2021 +# Copyright (C) 2015-2022 # 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 156c79de883..d27bd311789 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-2021 +# Copyright (C) 2015-2022 # 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 b17f5d87f9c..e1d38b536e1 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-2021 +# Copyright (C) 2015-2022 # 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 74e3aaf6719..78b69720c22 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-2021 +# Copyright (C) 2015-2022 # 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 a8d1ede0202..40f7e72581b 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-2021 +# Copyright (C) 2015-2022 # 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 4d61f962b42..fd38ff369ee 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-2021 +# Copyright (C) 2015-2022 # 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 b5f21220044..59f60c8e4a1 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-2021 +# Copyright (C) 2015-2022 # 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 dea274035b0..18fda43a282 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-2021 +# Copyright (C) 2015-2022 # 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 221c62dbc05..37b58e304f9 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-2021 +# Copyright (C) 2015-2022 # 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 7ebe35851ed..902b324d0f0 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-2021 +# Copyright (C) 2015-2022 # 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 a8f2eb29304..65b5e300493 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-2021 +# Copyright (C) 2015-2022 # 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 2ea5a458ee0..ae16d9fdc60 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-2021 +# Copyright (C) 2015-2022 # 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 6ddbb0bc23d..5bca48a3773 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-2021 +# Copyright (C) 2015-2022 # 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 bcde858b636..2a0d1403a3d 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-2021 +# Copyright (C) 2015-2022 # 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 6997ca7354a..7240fb8e5ac 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-2021 +# Copyright (C) 2015-2022 # 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 9c28ce57d57..a7c51b2f624 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/proximityalerttriggered.py b/telegram/proximityalerttriggered.py index 507fb779f81..df4cb557f97 100644 --- a/telegram/proximityalerttriggered.py +++ b/telegram/proximityalerttriggered.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 1f365e6aba6..cc6f98590aa 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-2021 +# Copyright (C) 2015-2022 # 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 5f3c255a63e..276214126e5 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-2021 +# Copyright (C) 2015-2022 # 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 4f2c01d2710..081a73a9a5f 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-2021 +# Copyright (C) 2015-2022 # 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 5518bc4aaa0..7c7b2103970 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-2021 +# Copyright (C) 2015-2022 # 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 7676faf11ac..0a50895d0a0 100644 --- a/telegram/user.py +++ b/telegram/user.py @@ -2,7 +2,7 @@ # pylint: disable=W0622 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 bd277bf1fb7..aa3e6ec741a 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-2021 +# Copyright (C) 2015-2022 # 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 ebccc6eb922..bc9f5199b11 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-2021 +# Copyright (C) 2015-2022 # 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 6705cc90662..194a4617512 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-2021 +# Copyright (C) 2015-2022 # 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 c25d56d46e3..01bef334896 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-2021 +# Copyright (C) 2015-2022 # 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 7362be590c9..4b8de7b4ece 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/utils/types.py b/telegram/utils/types.py index 2f9ff8f20e9..a3e1f425c02 100644 --- a/telegram/utils/types.py +++ b/telegram/utils/types.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 727eecbc7b2..88e3c5ac43e 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-2021 +# Copyright (C) 2015-2022 # 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 2b3fbabcdae..83355917ed3 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/telegram/voicechat.py b/telegram/voicechat.py index 4fb7b539891..1430f5d2cab 100644 --- a/telegram/voicechat.py +++ b/telegram/voicechat.py @@ -2,7 +2,7 @@ # pylint: disable=R0903 # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 0fc6741e498..1611d6c2060 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-2021 +# Copyright (C) 2015-2022 # 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 7d5c4d3820f..5c8f0fbed2c 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-2021 +# Copyright (C) 2015-2022 # 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 6eae0a71fc8..641430b5606 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-2021 +# Copyright (C) 2015-2022 # 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 cb0430987df..572f3b4c3b2 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-2021 +# Copyright (C) 2015-2022 # 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 28d007ee49a..ef046b862a8 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-2021 +# Copyright (C) 2015-2022 # 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 c3da58b845d..e42974455fb 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-2021 +# Copyright (C) 2015-2022 # 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 27ad4971f67..d25442eedb4 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_botcommand.py b/tests/test_botcommand.py index 1b750d99601..a92f492c84f 100644 --- a/tests/test_botcommand.py +++ b/tests/test_botcommand.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_botcommandscope.py b/tests/test_botcommandscope.py index 25e5d5877b6..6a6e07b0260 100644 --- a/tests/test_botcommandscope.py +++ b/tests/test_botcommandscope.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 7e6b73b78f2..c6e2307189f 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_callbackdatacache.py b/tests/test_callbackdatacache.py index 318071328d0..ac08f81c187 100644 --- a/tests/test_callbackdatacache.py +++ b/tests/test_callbackdatacache.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 56aede6708b..0305e02511c 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-2021 +# Copyright (C) 2015-2022 # 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 1f65ffd0ca0..0f1c7e6662f 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-2021 +# Copyright (C) 2015-2022 # 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 00190e7fca7..22034226115 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chataction.py b/tests/test_chataction.py index 61903992872..b081549d07c 100644 --- a/tests/test_chataction.py +++ b/tests/test_chataction.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatinvitelink.py b/tests/test_chatinvitelink.py index 6d18c2cb640..9201a56d545 100644 --- a/tests/test_chatinvitelink.py +++ b/tests/test_chatinvitelink.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatjoinrequest.py b/tests/test_chatjoinrequest.py index a187b22efc2..b98d12e7205 100644 --- a/tests/test_chatjoinrequest.py +++ b/tests/test_chatjoinrequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatjoinrequesthandler.py b/tests/test_chatjoinrequesthandler.py index dcd7a75743c..00c7a5f8496 100644 --- a/tests/test_chatjoinrequesthandler.py +++ b/tests/test_chatjoinrequesthandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatlocation.py b/tests/test_chatlocation.py index 1facfde2e63..07fbad49428 100644 --- a/tests/test_chatlocation.py +++ b/tests/test_chatlocation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 ce4f0757c61..f4a4e60684a 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatmemberhandler.py b/tests/test_chatmemberhandler.py index 1fc75c71d61..003dbd3cbed 100644 --- a/tests/test_chatmemberhandler.py +++ b/tests/test_chatmemberhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatmemberupdated.py b/tests/test_chatmemberupdated.py index d90e83761f1..c72894a8906 100644 --- a/tests/test_chatmemberupdated.py +++ b/tests/test_chatmemberupdated.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 c47ae6669c3..9a927374812 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_chatphoto.py b/tests/test_chatphoto.py index 3676b0e1b81..c71cc0fa273 100644 --- a/tests/test_chatphoto.py +++ b/tests/test_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-2021 +# Copyright (C) 2015-2022 # 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 a6a797ce076..8ef6b527a67 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-2021 +# Copyright (C) 2015-2022 # 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 1803a291b9c..395666305c8 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-2021 +# Copyright (C) 2015-2022 # 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 6c6262545b2..2e5aba44d25 100644 --- a/tests/test_commandhandler.py +++ b/tests/test_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-2021 +# Copyright (C) 2015-2022 # 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 58d1cbc9732..96884249fd3 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-2021 +# Copyright (C) 2015-2022 # 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 4ad6b699a97..b4a00a4f382 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_contexttypes.py b/tests/test_contexttypes.py index 20dd405f9fe..ee9292d4232 100644 --- a/tests/test_contexttypes.py +++ b/tests/test_contexttypes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 eaee2afa31d..57bbd63a8f9 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_defaults.py b/tests/test_defaults.py index 99a85bae481..876ef5ce8ab 100644 --- a/tests/test_defaults.py +++ b/tests/test_defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_dice.py b/tests/test_dice.py index cced0400199..13b751dfc6a 100644 --- a/tests/test_dice.py +++ b/tests/test_dice.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 4c25f8a3ab1..d1e38a394cd 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-2021 +# Copyright (C) 2015-2022 # 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 82d8f55241c..c4c41ca1f82 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-2021 +# Copyright (C) 2015-2022 # 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 085f82f12e4..dc36b34ccee 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-2021 +# Copyright (C) 2015-2022 # 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 0505c5ad0e6..911e1d696b2 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-2021 +# Copyright (C) 2015-2022 # 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 1b2eebac1d9..63a02f4d163 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-2021 +# Copyright (C) 2015-2022 # 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 953be29e9ab..a43cd4cf716 100644 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 364053f4a33..32cb106ad0c 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-2021 +# Copyright (C) 2015-2022 # 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 f5f09b26d44..7fa605ba30e 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-2021 +# Copyright (C) 2015-2022 # 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 8207cd70855..78735b70ecc 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-2021 +# Copyright (C) 2015-2022 # 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 166e22cf617..a9781250269 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_handler.py b/tests/test_handler.py index b4a43c10ff2..ea39e01ad22 100644 --- a/tests/test_handler.py +++ b/tests/test_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-2021 +# Copyright (C) 2015-2022 # 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 b95588ab27f..75985e78a44 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-2021 +# Copyright (C) 2015-2022 # 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 f60fced6d02..d1b0cc4a286 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-2021 +# Copyright (C) 2015-2022 # 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 719adaa4c04..bb7e20c2080 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-2021 +# Copyright (C) 2015-2022 # 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 3e80b27c544..44172afe22c 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-2021 +# Copyright (C) 2015-2022 # 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 4688a8004ea..b95a7176e1d 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-2021 +# Copyright (C) 2015-2022 # 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 a5a383d1d35..d677791e93c 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-2021 +# Copyright (C) 2015-2022 # 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 5071a49a169..c85af456424 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-2021 +# Copyright (C) 2015-2022 # 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 33ee9b858bb..f09998d691c 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-2021 +# Copyright (C) 2015-2022 # 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 a25d089df91..20a73b7f2c7 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-2021 +# Copyright (C) 2015-2022 # 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 83bf386dd03..e6aa7081d7a 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-2021 +# Copyright (C) 2015-2022 # 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 edd48538888..70906076ddf 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-2021 +# Copyright (C) 2015-2022 # 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 30f6b6c0485..12d448324e4 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-2021 +# Copyright (C) 2015-2022 # 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 42615fc66f3..0fbc8124392 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-2021 +# Copyright (C) 2015-2022 # 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 7a933e279e7..8c53869759c 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-2021 +# Copyright (C) 2015-2022 # 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 a87239bd9e8..347620b3781 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-2021 +# Copyright (C) 2015-2022 # 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 c8f74e2b095..acf9853d09d 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-2021 +# Copyright (C) 2015-2022 # 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 983ddbab87d..8bcffb28ae8 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-2021 +# Copyright (C) 2015-2022 # 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 11fe9528015..2e079801187 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-2021 +# Copyright (C) 2015-2022 # 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 a5e25168547..0da8c3d2aec 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-2021 +# Copyright (C) 2015-2022 # 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 5b4142eee23..00df4ab8d7d 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-2021 +# Copyright (C) 2015-2022 # 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 cd5d2ec3b0c..77a2bde6b9b 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-2021 +# Copyright (C) 2015-2022 # 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 5fd21bd63ef..990af4b538e 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-2021 +# Copyright (C) 2015-2022 # 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 b6144657091..6ef5c595a3f 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-2021 +# Copyright (C) 2015-2022 # 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 5e9442a1c2f..b60e767c82a 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-2021 +# Copyright (C) 2015-2022 # 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 ae86a48fb74..109b01214ff 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-2021 +# Copyright (C) 2015-2022 # 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 b577059a63b..d3f4f0852b9 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-2021 +# Copyright (C) 2015-2022 # 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 3b0b4ebd24c..40b473c7836 100644 --- a/tests/test_inputfile.py +++ b/tests/test_inputfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_inputinvoicemessagecontent.py b/tests/test_inputinvoicemessagecontent.py index 40b0ce0be61..95338799ee8 100644 --- a/tests/test_inputinvoicemessagecontent.py +++ b/tests/test_inputinvoicemessagecontent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 11f679c04ee..f730167e300 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-2021 +# Copyright (C) 2015-2022 # 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 7eccd141071..d3d0715fa69 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-2021 +# Copyright (C) 2015-2022 # 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 c996d8fe3f9..5b57746f749 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-2021 +# Copyright (C) 2015-2022 # 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 1168b91e20c..de339293128 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-2021 +# Copyright (C) 2015-2022 # 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 47b9e5385c9..6ed2f3c3011 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-2021 +# Copyright (C) 2015-2022 # 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 2851827dc63..384f16eca0c 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-2021 +# Copyright (C) 2015-2022 # 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 3c3fd4c04f0..221c2a77be2 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_keyboardbuttonpolltype.py b/tests/test_keyboardbuttonpolltype.py index dafe0d9f344..d7e70fc0616 100644 --- a/tests/test_keyboardbuttonpolltype.py +++ b/tests/test_keyboardbuttonpolltype.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2020-2021 +# Copyright (C) 2015-2022 # 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 bfcd72edda2..abe5a09ee53 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-2021 +# Copyright (C) 2015-2022 # 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 d58da13c6ba..113c70e78b5 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-2021 +# Copyright (C) 2015-2022 # 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 c638c9234d5..1c09c255a9e 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-2021 +# Copyright (C) 2015-2022 # 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 95085196ff4..6c0169712e6 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_messageautodeletetimerchanged.py b/tests/test_messageautodeletetimerchanged.py index 15a62f73e06..89b15ac0fcc 100644 --- a/tests/test_messageautodeletetimerchanged.py +++ b/tests/test_messageautodeletetimerchanged.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 124d92c56b9..1c131ff06e2 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-2021 +# Copyright (C) 2015-2022 # 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 29d0c3d1ca3..302df24cbac 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_messageid.py b/tests/test_messageid.py index 2573c13d8e5..3dee1fc46c6 100644 --- a/tests/test_messageid.py +++ b/tests/test_messageid.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 122207b9f04..606e19f629e 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-2021 +# Copyright (C) 2015-2022 # 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 35b1f80a2a1..7aceda7f936 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_no_passport.py b/tests/test_no_passport.py index 8345f6ced61..ddb3485c5c8 100644 --- a/tests/test_no_passport.py +++ b/tests/test_no_passport.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2021 +# Copyright (C) 2015-2022 # 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 f522ee266e6..1127ccba409 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-2021 +# Copyright (C) 2015-2022 # 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 90faeafaecb..b52a7032558 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-2021 +# Copyright (C) 2015-2022 # 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 3c7644877bb..d3a53d8d8e6 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-2021 +# Copyright (C) 2015-2022 # 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 38687f9651b..e78b95f9f70 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-2021 +# Copyright (C) 2015-2022 # 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 2073df2ab45..bdcc816fa80 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-2021 +# Copyright (C) 2015-2022 # 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 f7dd0c5d85b..f02dd498a2a 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-2021 +# Copyright (C) 2015-2022 # 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 5dcab832d63..779f942f16d 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-2021 +# Copyright (C) 2015-2022 # 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 fed480e0b17..7f15c03d80c 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-2021 +# Copyright (C) 2015-2022 # 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 a4172e76d69..260ca3d0a4c 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-2021 +# Copyright (C) 2015-2022 # 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 ea804012fcd..f0e3591bea9 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-2021 +# Copyright (C) 2015-2022 # 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 e30d0af768a..b7fd67ccf60 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-2021 +# Copyright (C) 2015-2022 # 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 5911d59e488..8db3d5181d7 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-2021 +# Copyright (C) 2015-2022 # 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 7a9d67d59fd..202bfa72f3b 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-2021 +# Copyright (C) 2015-2022 # 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 ef3b54f6b8a..8a5ef9bab6a 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-2021 +# Copyright (C) 2015-2022 # 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 56e797219df..c0bcaef2d96 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-2021 +# Copyright (C) 2015-2022 # 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 a27d00bfab3..27cdd19f9a0 100644 --- a/tests/test_photo.py +++ b/tests/test_photo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 cd93f907ca1..a36a8319b7a 100644 --- a/tests/test_poll.py +++ b/tests/test_poll.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_pollanswerhandler.py b/tests/test_pollanswerhandler.py index a944c09a308..d25f233e74a 100644 --- a/tests/test_pollanswerhandler.py +++ b/tests/test_pollanswerhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_pollhandler.py b/tests/test_pollhandler.py index e4b52148b91..442e30379d8 100644 --- a/tests/test_pollhandler.py +++ b/tests/test_pollhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 d9efd8e07ad..c95bbadf234 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-2021 +# Copyright (C) 2015-2022 # 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 642a77e3623..1bca64e3775 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_promise.py b/tests/test_promise.py index ceb9f196e7d..6a59a2f7a43 100644 --- a/tests/test_promise.py +++ b/tests/test_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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_proximityalerttriggered.py b/tests/test_proximityalerttriggered.py index 8e09cc00d2b..f4d7e3285e5 100644 --- a/tests/test_proximityalerttriggered.py +++ b/tests/test_proximityalerttriggered.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 03ee1751fec..a61af5e71ff 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-2021 +# Copyright (C) 2015-2022 # 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 67587a49bd7..b3e813cf411 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-2021 +# Copyright (C) 2015-2022 # 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 c948b04e3dd..174b6576775 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-2021 +# Copyright (C) 2015-2022 # 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 4442320c855..b0ce3b19798 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-2021 +# Copyright (C) 2015-2022 # 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 4146cdad019..2ada90b0eff 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-2021 +# Copyright (C) 2015-2022 # 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 7f0f0f3fbd0..4a29d0d1a04 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-2021 +# Copyright (C) 2015-2022 # 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 58a4783ed58..2ca3626dbfb 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-2021 +# Copyright (C) 2015-2022 # 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 cfa9ecbbdca..f0290ff8a6d 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_slots.py b/tests/test_slots.py index f7579b08e7c..411f1bdf06b 100644 --- a/tests/test_slots.py +++ b/tests/test_slots.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 aa81a5f82d5..6fe348870cd 100644 --- a/tests/test_sticker.py +++ b/tests/test_sticker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 1fd7ea04881..bcad4809440 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-2021 +# Copyright (C) 2015-2022 # 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 160514c4e8c..e526abe352e 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-2021 +# Copyright (C) 2015-2022 # 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 471f695587b..c44b783a553 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-2021 +# Copyright (C) 2015-2022 # 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 96ae1bd3edc..880d0417b04 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-2021 +# Copyright (C) 2015-2022 # 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 c550dee9fce..83fbfb479bc 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-2021 +# Copyright (C) 2015-2022 # 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 12d55662339..d7f4e9ee079 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-2021 +# Copyright (C) 2015-2022 # 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 b574319f0f8..a861acabb02 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-2021 +# Copyright (C) 2015-2022 # 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 14f4f50eec8..e3972963b25 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-2021 +# Copyright (C) 2015-2022 # 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 84a428da18c..05bf83c33f0 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_utils.py b/tests/test_utils.py index c8a92d9b223..9b70239fe81 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # 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 185318211ff..c5ffc4e5068 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-2021 +# Copyright (C) 2015-2022 # 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 210555576dd..3d7821a5b40 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-2021 +# Copyright (C) 2015-2022 # 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 a59903cef2c..ea9c4eff63d 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-2021 +# Copyright (C) 2015-2022 # 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 b5a3014f52e..73085b74619 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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_voicechat.py b/tests/test_voicechat.py index 8969a2e01b2..159638500c9 100644 --- a/tests/test_voicechat.py +++ b/tests/test_voicechat.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # A library that provides a Python interface to the Telegram Bot API -# Copyright (C) 2015-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify diff --git a/tests/test_webhookinfo.py b/tests/test_webhookinfo.py index 9b07932f508..a2134907075 100644 --- a/tests/test_webhookinfo.py +++ b/tests/test_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-2021 +# Copyright (C) 2015-2022 # Leandro Toledo de Souza # # This program is free software: you can redistribute it and/or modify