From 833bc12f3794a2d4ccf030eb093eed12973e79f4 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Wed, 23 Feb 2022 06:41:07 +0700 Subject: [PATCH] copyright header --- ...userbot_tools.py => assistant_settings.py} | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) rename program/{userbot_tools.py => assistant_settings.py} (86%) diff --git a/program/userbot_tools.py b/program/assistant_settings.py similarity index 86% rename from program/userbot_tools.py rename to program/assistant_settings.py index 1110d21..5ce04ef 100644 --- a/program/userbot_tools.py +++ b/program/assistant_settings.py @@ -1,3 +1,22 @@ +""" +Video + Music Stream Telegram Bot +Copyright (c) 2022-present levina=lab + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see +""" + + import asyncio from config import BOT_USERNAME, SUDO_USERS