add SPDX license header to all files

This commit is contained in:
Phil Morrell 2021-08-31 13:59:16 +01:00
parent 1d5158a435
commit 15eab1a86f
Signed by: emorrp1
GPG Key ID: DBCA65091F248E6C
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: MIT -->
## matchmaking-bot
Fork of https://git.sr.ht/~gavodavo/matchmaking-bot to add support for multiple games.

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: MIT
[host]
server = chat.freenode.invalid
nickname = matchmaking-bot

1
bot.py
View File

@ -1,4 +1,5 @@
#!/bin/env python3
# SPDX-License-Identifier: MIT
import asyncio, configparser
from irctokens import build, Line
from ircrobots import Bot as BaseBot