Add license to all JS/py files

This commit is contained in:
rubenwardy
2018-05-17 15:18:20 +01:00
parent cfb92273ff
commit 7fef1fb0d2
22 changed files with 271 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
// @author rubenwardy
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
function getJSON(url, method) {
return new Promise(function(resolve, reject) {
fetch(new Request(url, {