From fb4b7a07f77474039ea6d2f7d16d6f65050e8519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JelNiS=C5=82aw?= Date: Sat, 4 Jun 2022 23:56:42 +0200 Subject: [PATCH] Remove license headers from files --- wulkabot/__init__.py | 5 ----- wulkabot/__main__.py | 5 ----- wulkabot/bot.py | 5 ----- wulkabot/cogs/__init__.py | 4 ---- wulkabot/cogs/automod.py | 5 ----- wulkabot/cogs/development.py | 5 ----- wulkabot/cogs/faq.py | 5 ----- wulkabot/cogs/github.py | 5 ----- wulkabot/cogs/wulkanowy.py | 6 ------ wulkabot/utils/__init__.py | 4 ---- wulkabot/utils/github.py | 5 ----- wulkabot/utils/wulkanowy_manager.py | 5 ----- 12 files changed, 59 deletions(-) diff --git a/wulkabot/__init__.py b/wulkabot/__init__.py index 44815b6..4c6d1de 100644 --- a/wulkabot/__init__.py +++ b/wulkabot/__init__.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import pathlib PATH = pathlib.Path(__file__).parent diff --git a/wulkabot/__main__.py b/wulkabot/__main__.py index 75254e0..637a950 100644 --- a/wulkabot/__main__.py +++ b/wulkabot/__main__.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import asyncio import os diff --git a/wulkabot/bot.py b/wulkabot/bot.py index 96ae179..b6c2c7c 100644 --- a/wulkabot/bot.py +++ b/wulkabot/bot.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import pkgutil import types diff --git a/wulkabot/cogs/__init__.py b/wulkabot/cogs/__init__.py index e8372e9..e69de29 100644 --- a/wulkabot/cogs/__init__.py +++ b/wulkabot/cogs/__init__.py @@ -1,4 +0,0 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" diff --git a/wulkabot/cogs/automod.py b/wulkabot/cogs/automod.py index 8e66b59..7758f29 100644 --- a/wulkabot/cogs/automod.py +++ b/wulkabot/cogs/automod.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import discord from discord.ext import commands diff --git a/wulkabot/cogs/development.py b/wulkabot/cogs/development.py index 1e69541..da9d097 100644 --- a/wulkabot/cogs/development.py +++ b/wulkabot/cogs/development.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import discord from discord import app_commands from discord.ext import commands diff --git a/wulkabot/cogs/faq.py b/wulkabot/cogs/faq.py index 15f4b11..d67fcd8 100644 --- a/wulkabot/cogs/faq.py +++ b/wulkabot/cogs/faq.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import json import discord diff --git a/wulkabot/cogs/github.py b/wulkabot/cogs/github.py index 6c7422b..d0c56ad 100644 --- a/wulkabot/cogs/github.py +++ b/wulkabot/cogs/github.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - import re from typing import Any diff --git a/wulkabot/cogs/wulkanowy.py b/wulkabot/cogs/wulkanowy.py index 5aa80a8..5766e74 100644 --- a/wulkabot/cogs/wulkanowy.py +++ b/wulkabot/cogs/wulkanowy.py @@ -1,9 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - - import asyncio import discord diff --git a/wulkabot/utils/__init__.py b/wulkabot/utils/__init__.py index e8372e9..e69de29 100644 --- a/wulkabot/utils/__init__.py +++ b/wulkabot/utils/__init__.py @@ -1,4 +0,0 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" diff --git a/wulkabot/utils/github.py b/wulkabot/utils/github.py index 602da5d..1e3bd12 100644 --- a/wulkabot/utils/github.py +++ b/wulkabot/utils/github.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - from typing import Any import aiohttp diff --git a/wulkabot/utils/wulkanowy_manager.py b/wulkabot/utils/wulkanowy_manager.py index 032e41b..a633ddb 100644 --- a/wulkabot/utils/wulkanowy_manager.py +++ b/wulkabot/utils/wulkanowy_manager.py @@ -1,8 +1,3 @@ -""" -Wulkabot -Copyright (C) 2022-present Stanisław Jelnicki -""" - from typing import Any import aiohttp