Skip to content

Commit 32c4620

Browse files
committed
meta: add spdx identifier for copyright holder
1 parent 4ec3926 commit 32c4620

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-0
lines changed

takina/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from __future__ import annotations
34
import os
45
import nextcord

takina/cogs/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands, application_checks
34
import nextcord
45
from __main__ import Bot

takina/cogs/fun/dictionary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/fun/fun.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from __future__ import annotations
34
from ..libs.oclib import *
45
import dotenv

takina/cogs/fun/gary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from __future__ import annotations
34
from ..libs.oclib import *
45
import nextcord

takina/cogs/fun/neko.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from __future__ import annotations
34
from ..libs.oclib import *
45
import nextcord

takina/cogs/fun/roasts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands
34
from ..libs.oclib import *
45
from config import *

takina/cogs/fun/snipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/fun/topic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import random
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/fun/ubdict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import aiohttp
45
import nextcord

takina/cogs/islam/salah.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/libs/oclib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands
34
from nextcord.ui import View
45
import os, random, re, nextcord, aiohttp, datetime

takina/cogs/libs/topics_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
topics = [
34
"What was the last funny video you saw?",
45
"What do you do to get rid of stress?",

takina/cogs/listeners/github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import re
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/listeners/ping_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/listeners/starboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from motor.motor_asyncio import AsyncIOMotorClient

takina/cogs/listeners/trigger_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from nextcord import Interaction, SlashOption, Embed

takina/cogs/minecraft/mcskin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
import aiohttp

takina/cogs/minecraft/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
import base64

takina/cogs/minecraft/wynncraft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/mod/ban.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from config import *

takina/cogs/mod/kick.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from config import *

takina/cogs/mod/modlog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from nextcord import ui

takina/cogs/mod/mute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from datetime import timedelta

takina/cogs/mod/nick.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import application_checks, commands
34
import nextcord
45
from nextcord import SlashOption

takina/cogs/mod/purge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
import re

takina/cogs/mod/reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from nextcord import Interaction, SlashOption

takina/cogs/mod/warn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from ..libs.oclib import *

takina/cogs/owner-utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, menus
45
import os

takina/cogs/prefix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from motor.motor_asyncio import AsyncIOMotorClient

takina/cogs/sesp/isadev/booster_perks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from motor.motor_asyncio import AsyncIOMotorClient

takina/cogs/sesp/isadev/counting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from motor.motor_asyncio import AsyncIOMotorClient
45
import os

takina/cogs/sesp/isadev/libs/lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45

takina/cogs/sesp/isadev/ping_iostpa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands
34
import nextcord
45
from .libs.lib import *

takina/cogs/sesp/isadev/pr_channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import re
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/sesp/isadev/subdomains.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import re
34
import aiohttp
45
import nextcord

takina/cogs/sesp/theanimeflow/art_contest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands
34
import nextcord
45
from .libs.lib import *

takina/cogs/sesp/theanimeflow/libs/lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45

takina/cogs/util/afk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from nextcord import SlashOption

takina/cogs/util/books.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from config import *

takina/cogs/util/channels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from nextcord import SlashOption

takina/cogs/util/embed_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from config import *

takina/cogs/util/giveaways.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, application_checks
45
from nextcord import SlashOption

takina/cogs/util/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
from ..libs.oclib import *

takina/cogs/util/reminders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands, tasks
45
from motor.motor_asyncio import AsyncIOMotorClient

takina/cogs/util/roles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import application_checks, commands
45
from ..libs.oclib import *

takina/cogs/util/socials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord, asyncpraw
34
from nextcord.ext import commands
45
from config import *

takina/cogs/util/time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord, geopy, datetime, tzfpy, pytz
34
from nextcord.ext import commands
45
from config import *

takina/cogs/util/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from nextcord.ext import commands
34
import nextcord
45
from config import *

takina/cogs/util/weather.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord, geopy
34
from nextcord.ext import commands
45
from config import *

takina/cogs/weebism/anime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
import nextcord
34
from nextcord.ext import commands
45
import nextcord

takina/cogs/weebism/character.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/weebism/mal_profiles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/weebism/mal_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/weebism/manga.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
from nextcord.ext import commands

takina/cogs/weebism/seasonals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from ..libs.oclib import *
34
import nextcord
45
from nextcord.ext import commands

takina/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2+
# SPDX-FileCopyrightText: orangc
23
from dotenv import load_dotenv
34
from os import getenv
45

0 commit comments

Comments
 (0)