aboutsummaryrefslogtreecommitdiff
path: root/app/static/polltask.js
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-17 15:18:20 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-17 15:18:20 +0100
commit7fef1fb0d21f276a1e6aff68956903c842055654 (patch)
treeaff2032e0931e9bd3b4a51cbef78e22477be76f0 /app/static/polltask.js
parentcfb92273ff9b3fb22bdfa215fb2912a62f6f0baa (diff)
downloadcheatdb-7fef1fb0d21f276a1e6aff68956903c842055654.tar.xz
Add license to all JS/py files
Diffstat (limited to 'app/static/polltask.js')
-rw-r--r--app/static/polltask.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/static/polltask.js b/app/static/polltask.js
index 18a81a4..f6b528d 100644
--- a/app/static/polltask.js
+++ b/app/static/polltask.js
@@ -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, {