From 7fef1fb0d21f276a1e6aff68956903c842055654 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 17 May 2018 15:18:20 +0100 Subject: Add license to all JS/py files --- app/tasks/phpbbparser.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/tasks/phpbbparser.py') diff --git a/app/tasks/phpbbparser.py b/app/tasks/phpbbparser.py index 5b3d191..d27ccec 100644 --- a/app/tasks/phpbbparser.py +++ b/app/tasks/phpbbparser.py @@ -1,3 +1,7 @@ +# Copyright (c) 2016 Andrew "rubenwardy" Ward +# License: MIT +# Source: https://github.com/rubenwardy/python_phpbb_parser + import urllib, socket from bs4 import * from urllib.parse import urljoin -- cgit v1.2.3