From 966ec64e8414925d1c9556e87874fe2949d10043 Mon Sep 17 00:00:00 2001 From: Frisk Date: Mon, 20 May 2019 15:32:23 +0200 Subject: [PATCH] Added copyright to misc.py --- misc.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/misc.py b/misc.py index fa7f696..d9cca00 100644 --- a/misc.py +++ b/misc.py @@ -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 . + import json, logging, sys, re from html.parser import HTMLParser