From 2cc6a5e86dbe5a8c7cb6061ce6e568fd87939725 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 17 Aug 2020 01:38:48 +0100 Subject: [PATCH] Adding License --- cogs/moderation.py | 16 ++++++++++++++++ cogs/owner.py | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/cogs/moderation.py b/cogs/moderation.py index 7e5b625b..b8ee6e06 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -1,3 +1,19 @@ +# Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! +# Copyright (C) 2020 Goudham Suresh + +# 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 datetime from datetime import timedelta from typing import Optional diff --git a/cogs/owner.py b/cogs/owner.py index 69cf8850..035f5809 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -1,3 +1,19 @@ +# Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! +# Copyright (C) 2020 Goudham Suresh + +# 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 . + from discord import Member from discord.ext.commands import Cog, command, is_owner