Added copyright to misc.py

This commit is contained in:
Frisk 2019-05-20 15:32:23 +02:00
parent 80b8bf4584
commit 966ec64e84
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C

16
misc.py
View file

@ -1,3 +1,19 @@
# Recent changes Gamepedia compatible Discord webhook is a project for using a webhook as recent changes page from MediaWiki.
# Copyright (C) 2018 Frisk
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program 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 General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import json, logging, sys, re
from html.parser import HTMLParser