mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
update license headers
This commit is contained in:
parent
22466322d8
commit
e295b159c5
13 changed files with 23 additions and 142 deletions
16
bot.py
16
bot.py
|
@ -1,19 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import cgi
|
import cgi
|
||||||
|
|
16
cogs/meta.py
16
cogs/meta.py
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
© 2018–2020 lambda#0987
|
© lambda#0987 <lambda@lambda.dance>
|
||||||
|
|
||||||
Emote Manager is free software: you can redistribute it and/or modify
|
Emote Manager is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
from .misc import *
|
from .misc import *
|
||||||
from . import archive
|
from . import archive
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import collections
|
import collections
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
from discord.ext.commands import BadArgument
|
from discord.ext.commands import BadArgument
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import utils
|
import utils
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import base64
|
import base64
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
"""various utilities for use within the bot"""
|
"""various utilities for use within the bot"""
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
# © 2018–2020 io mintz <io@mintz.cc>
|
# © lambda#0987 <lambda@lambda.dance>
|
||||||
#
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
# Emote Manager is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Emote Manager 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 Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Emote Manager. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import contextlib
|
import contextlib
|
||||||
|
|
Loading…
Reference in a new issue