From c988573fa940bafcab584d7e67c0b404b307ae33 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 12 May 2019 19:12:54 -0400 Subject: [PATCH] machine readable JavaScript license per request --- static/releases.html | 2 +- static/releases.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index e92b522f..3e0a8b1b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -351,6 +351,6 @@ GitHub - + diff --git a/static/releases.js b/static/releases.js index 101f3133..90773003 100644 --- a/static/releases.js +++ b/static/releases.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT + "use strict"; const baseUrl = "https://seamlessupdate.app/"; @@ -40,3 +42,5 @@ for (const channel of channels) { }); } } + +// @license-end