diff --git a/README.md b/README.md index 2a497247d..d4db8ee6d 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,5 @@ ### Copyright & License 👮 -* Copyright (C) 2020 - 2022 by [UsergeTeam](https://github.com/UsergeTeam) ❤️️ +* Copyright (C) 2020 - 2023 by [UsergeTeam](https://github.com/UsergeTeam) ❤️️ * Licensed under the terms of the [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007](https://github.com/UsergeTeam/Userge/blob/master/LICENSE) diff --git a/userge/__init__.py b/userge/__init__.py index 38b17aee9..2008d85d7 100644 --- a/userge/__init__.py +++ b/userge/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/config.py b/userge/config.py index ddae7bce0..333e286fb 100644 --- a/userge/config.py +++ b/userge/config.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/__init__.py b/userge/core/__init__.py index e1d7fa95d..41e19e812 100644 --- a/userge/core/__init__.py +++ b/userge/core/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/client.py b/userge/core/client.py index f4e628fd1..638e8c65c 100644 --- a/userge/core/client.py +++ b/userge/core/client.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/database.py b/userge/core/database.py index ac528954e..1c0548030 100644 --- a/userge/core/database.py +++ b/userge/core/database.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/ext/__init__.py b/userge/core/ext/__init__.py index 40370c4ab..6a6e7659d 100644 --- a/userge/core/ext/__init__.py +++ b/userge/core/ext/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/ext/pool.py b/userge/core/ext/pool.py index 3a1d8c66e..f9d587dc3 100644 --- a/userge/core/ext/pool.py +++ b/userge/core/ext/pool.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/ext/raw_client.py b/userge/core/ext/raw_client.py index 092e2955f..72a7df13c 100644 --- a/userge/core/ext/raw_client.py +++ b/userge/core/ext/raw_client.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/__init__.py b/userge/core/methods/__init__.py index b4d09d5c2..060629125 100644 --- a/userge/core/methods/__init__.py +++ b/userge/core/methods/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/chats/__init__.py b/userge/core/methods/chats/__init__.py index 8eaef2cc0..15d724239 100644 --- a/userge/core/methods/chats/__init__.py +++ b/userge/core/methods/chats/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/chats/conversation.py b/userge/core/methods/chats/conversation.py index dc2deb0a3..0b2b674f4 100644 --- a/userge/core/methods/chats/conversation.py +++ b/userge/core/methods/chats/conversation.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/chats/send_read_acknowledge.py b/userge/core/methods/chats/send_read_acknowledge.py index 3256005f3..ae27d603c 100644 --- a/userge/core/methods/chats/send_read_acknowledge.py +++ b/userge/core/methods/chats/send_read_acknowledge.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/__init__.py b/userge/core/methods/decorators/__init__.py index 6a49f63f8..aabea04f6 100644 --- a/userge/core/methods/decorators/__init__.py +++ b/userge/core/methods/decorators/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/on_cmd.py b/userge/core/methods/decorators/on_cmd.py index be71354fb..cd1894631 100644 --- a/userge/core/methods/decorators/on_cmd.py +++ b/userge/core/methods/decorators/on_cmd.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/on_filters.py b/userge/core/methods/decorators/on_filters.py index ba2350772..9fbc42d8e 100644 --- a/userge/core/methods/decorators/on_filters.py +++ b/userge/core/methods/decorators/on_filters.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/on_left_member.py b/userge/core/methods/decorators/on_left_member.py index 03a646403..826752a9c 100644 --- a/userge/core/methods/decorators/on_left_member.py +++ b/userge/core/methods/decorators/on_left_member.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/on_new_member.py b/userge/core/methods/decorators/on_new_member.py index 8c6dd24de..83002833a 100644 --- a/userge/core/methods/decorators/on_new_member.py +++ b/userge/core/methods/decorators/on_new_member.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/decorators/raw_decorator.py b/userge/core/methods/decorators/raw_decorator.py index 6e4a1c0c4..f8d37aaa5 100644 --- a/userge/core/methods/decorators/raw_decorator.py +++ b/userge/core/methods/decorators/raw_decorator.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/messages/__init__.py b/userge/core/methods/messages/__init__.py index 8f671f141..5c9456045 100644 --- a/userge/core/methods/messages/__init__.py +++ b/userge/core/methods/messages/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/messages/edit_message_text.py b/userge/core/methods/messages/edit_message_text.py index d44b31f7d..b69e3c2a3 100644 --- a/userge/core/methods/messages/edit_message_text.py +++ b/userge/core/methods/messages/edit_message_text.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/messages/send_as_file.py b/userge/core/methods/messages/send_as_file.py index d335a0434..c85635d2f 100644 --- a/userge/core/methods/messages/send_as_file.py +++ b/userge/core/methods/messages/send_as_file.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/messages/send_message.py b/userge/core/methods/messages/send_message.py index 61ea7f476..232f62e76 100644 --- a/userge/core/methods/messages/send_message.py +++ b/userge/core/methods/messages/send_message.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/users/__init__.py b/userge/core/methods/users/__init__.py index fb08a9f0a..5301657e9 100644 --- a/userge/core/methods/users/__init__.py +++ b/userge/core/methods/users/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/users/get_user_dict.py b/userge/core/methods/users/get_user_dict.py index f1c97c03d..58adaf14f 100644 --- a/userge/core/methods/users/get_user_dict.py +++ b/userge/core/methods/users/get_user_dict.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/utils/__init__.py b/userge/core/methods/utils/__init__.py index 60df7243d..52a3a298f 100644 --- a/userge/core/methods/utils/__init__.py +++ b/userge/core/methods/utils/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/utils/get_channel_logger.py b/userge/core/methods/utils/get_channel_logger.py index bf2d20e5c..a72beed28 100644 --- a/userge/core/methods/utils/get_channel_logger.py +++ b/userge/core/methods/utils/get_channel_logger.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/utils/get_logger.py b/userge/core/methods/utils/get_logger.py index 7d1a3d5f3..210a34ede 100644 --- a/userge/core/methods/utils/get_logger.py +++ b/userge/core/methods/utils/get_logger.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/utils/restart.py b/userge/core/methods/utils/restart.py index 102a8ea0a..764acb53d 100644 --- a/userge/core/methods/utils/restart.py +++ b/userge/core/methods/utils/restart.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/methods/utils/terminate.py b/userge/core/methods/utils/terminate.py index 36c7c204a..4daab066d 100644 --- a/userge/core/methods/utils/terminate.py +++ b/userge/core/methods/utils/terminate.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/__init__.py b/userge/core/types/__init__.py index f8356eed9..da2f7de93 100644 --- a/userge/core/types/__init__.py +++ b/userge/core/types/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/bound/__init__.py b/userge/core/types/bound/__init__.py index 956a5570e..88ca64bee 100644 --- a/userge/core/types/bound/__init__.py +++ b/userge/core/types/bound/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/bound/message.py b/userge/core/types/bound/message.py index f85374bfc..f7dc8b4ac 100644 --- a/userge/core/types/bound/message.py +++ b/userge/core/types/bound/message.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/new/__init__.py b/userge/core/types/new/__init__.py index a9aa642cf..f2eefd275 100644 --- a/userge/core/types/new/__init__.py +++ b/userge/core/types/new/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/new/channel_logger.py b/userge/core/types/new/channel_logger.py index 370ec7e69..30596afb5 100644 --- a/userge/core/types/new/channel_logger.py +++ b/userge/core/types/new/channel_logger.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/new/conversation.py b/userge/core/types/new/conversation.py index 374b6ca06..f0bcb9c3c 100644 --- a/userge/core/types/new/conversation.py +++ b/userge/core/types/new/conversation.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/new/manager.py b/userge/core/types/new/manager.py index ed8fb8142..2e1e9a621 100644 --- a/userge/core/types/new/manager.py +++ b/userge/core/types/new/manager.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/raw/__init__.py b/userge/core/types/raw/__init__.py index 2620eb0af..a852a16a3 100644 --- a/userge/core/types/raw/__init__.py +++ b/userge/core/types/raw/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/raw/command.py b/userge/core/types/raw/command.py index 9a6cb00e1..b5a57010c 100644 --- a/userge/core/types/raw/command.py +++ b/userge/core/types/raw/command.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/core/types/raw/filter.py b/userge/core/types/raw/filter.py index 55d889297..197537868 100644 --- a/userge/core/types/raw/filter.py +++ b/userge/core/types/raw/filter.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". @@ -124,6 +124,7 @@ def load(self) -> str: return '' self._client.add_handler(self._handler, self._group) + # skipcq: PYL-W0212 # pylint: disable=protected-access if self.allow_via_bot and self._client._bot is not None: self._client._bot.add_handler(self._handler, self._group) @@ -137,6 +138,7 @@ def unload(self) -> str: return '' self._client.remove_handler(self._handler, self._group) + # skipcq: PYL-W0212 # pylint: disable=protected-access if self.allow_via_bot and self._client._bot is not None: self._client._bot.remove_handler(self._handler, self._group) diff --git a/userge/core/types/raw/plugin.py b/userge/core/types/raw/plugin.py index 76dae90f7..81e286f59 100644 --- a/userge/core/types/raw/plugin.py +++ b/userge/core/types/raw/plugin.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/logger.py b/userge/logger.py index f1990fbe5..85c06c49b 100644 --- a/userge/logger.py +++ b/userge/logger.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/main.py b/userge/main.py index 1ec7115d7..889c7f410 100644 --- a/userge/main.py +++ b/userge/main.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/__init__.py b/userge/plugins/__init__.py index ed6ecfa48..2c15e523a 100644 --- a/userge/plugins/__init__.py +++ b/userge/plugins/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/__init__.py b/userge/plugins/builtin/__init__.py index ed6ecfa48..2c15e523a 100644 --- a/userge/plugins/builtin/__init__.py +++ b/userge/plugins/builtin/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/executor/__init__.py b/userge/plugins/builtin/executor/__init__.py index ac62c802b..edbe575e3 100644 --- a/userge/plugins/builtin/executor/__init__.py +++ b/userge/plugins/builtin/executor/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/executor/__main__.py b/userge/plugins/builtin/executor/__main__.py index 322fe49df..97bf13dfe 100644 --- a/userge/plugins/builtin/executor/__main__.py +++ b/userge/plugins/builtin/executor/__main__.py @@ -1,6 +1,6 @@ """ run shell or python command(s) """ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/help/__init__.py b/userge/plugins/builtin/help/__init__.py index 6d7b71fb1..3f94924c5 100644 --- a/userge/plugins/builtin/help/__init__.py +++ b/userge/plugins/builtin/help/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/help/__main__.py b/userge/plugins/builtin/help/__main__.py index 8fc4cefbc..6513730eb 100644 --- a/userge/plugins/builtin/help/__main__.py +++ b/userge/plugins/builtin/help/__main__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/loader/__init__.py b/userge/plugins/builtin/loader/__init__.py index 3e870050c..e8662c644 100644 --- a/userge/plugins/builtin/loader/__init__.py +++ b/userge/plugins/builtin/loader/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/loader/__main__.py b/userge/plugins/builtin/loader/__main__.py index 2c7a29075..0fbf8d314 100644 --- a/userge/plugins/builtin/loader/__main__.py +++ b/userge/plugins/builtin/loader/__main__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/manage/__init__.py b/userge/plugins/builtin/manage/__init__.py index 033c17333..6a9925b01 100644 --- a/userge/plugins/builtin/manage/__init__.py +++ b/userge/plugins/builtin/manage/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/manage/__main__.py b/userge/plugins/builtin/manage/__main__.py index 4624c3fee..c2ca08a39 100644 --- a/userge/plugins/builtin/manage/__main__.py +++ b/userge/plugins/builtin/manage/__main__.py @@ -1,6 +1,6 @@ """ manage your userge :) """ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/sudo/__init__.py b/userge/plugins/builtin/sudo/__init__.py index 44a109073..a9f46734e 100644 --- a/userge/plugins/builtin/sudo/__init__.py +++ b/userge/plugins/builtin/sudo/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/sudo/__main__.py b/userge/plugins/builtin/sudo/__main__.py index 987d2aec0..f7d9ab210 100644 --- a/userge/plugins/builtin/sudo/__main__.py +++ b/userge/plugins/builtin/sudo/__main__.py @@ -1,6 +1,6 @@ """ setup sudos """ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/system/__init__.py b/userge/plugins/builtin/system/__init__.py index 95e4977c0..87b32f1d1 100644 --- a/userge/plugins/builtin/system/__init__.py +++ b/userge/plugins/builtin/system/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/system/__main__.py b/userge/plugins/builtin/system/__main__.py index 36a006c08..209e8f782 100644 --- a/userge/plugins/builtin/system/__main__.py +++ b/userge/plugins/builtin/system/__main__.py @@ -1,6 +1,6 @@ """ system commands """ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/tools/__init__.py b/userge/plugins/builtin/tools/__init__.py index 2298e171a..21e6225d3 100644 --- a/userge/plugins/builtin/tools/__init__.py +++ b/userge/plugins/builtin/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/plugins/builtin/tools/__main__.py b/userge/plugins/builtin/tools/__main__.py index 6430c6bbe..e09734f95 100644 --- a/userge/plugins/builtin/tools/__main__.py +++ b/userge/plugins/builtin/tools/__main__.py @@ -1,6 +1,6 @@ """ set or view your timeouts """ -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/sys_tools.py b/userge/sys_tools.py index 9c665e07b..56e987d79 100644 --- a/userge/sys_tools.py +++ b/userge/sys_tools.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/utils/__init__.py b/userge/utils/__init__.py index dcc5c3067..be8c8eb3e 100644 --- a/userge/utils/__init__.py +++ b/userge/utils/__init__.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/utils/exceptions.py b/userge/utils/exceptions.py index f4854f958..67e9526b6 100644 --- a/userge/utils/exceptions.py +++ b/userge/utils/exceptions.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/utils/progress.py b/userge/utils/progress.py index 683109277..25e27aac7 100644 --- a/userge/utils/progress.py +++ b/userge/utils/progress.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/utils/tools.py b/userge/utils/tools.py index 4ba192dd2..506669de7 100644 --- a/userge/utils/tools.py +++ b/userge/utils/tools.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement". diff --git a/userge/versions.py b/userge/versions.py index 4f6439930..294c2132a 100644 --- a/userge/versions.py +++ b/userge/versions.py @@ -1,6 +1,6 @@ # pylint: disable=missing-module-docstring # -# Copyright (C) 2020-2022 by UsergeTeam@Github, < https://github.com/UsergeTeam >. +# Copyright (C) 2020-2023 by UsergeTeam@Github, < https://github.com/UsergeTeam >. # # This file is part of < https://github.com/UsergeTeam/Userge > project, # and is released under the "GNU v3.0 License Agreement".