Remove license headers from files

This commit is contained in:
JelNiSław 2022-06-04 23:56:42 +02:00
parent 007568d887
commit fb4b7a07f7
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E
12 changed files with 0 additions and 59 deletions

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import pathlib
PATH = pathlib.Path(__file__).parent

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import asyncio
import os

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import pkgutil
import types

View file

@ -1,4 +0,0 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import discord
from discord.ext import commands

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import discord
from discord import app_commands
from discord.ext import commands

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import json
import discord

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import re
from typing import Any

View file

@ -1,9 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
import asyncio
import discord

View file

@ -1,4 +0,0 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
from typing import Any
import aiohttp

View file

@ -1,8 +1,3 @@
"""
Wulkabot
Copyright (C) 2022-present Stanisław Jelnicki
"""
from typing import Any
import aiohttp