diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-12 19:12:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-12 19:26:01 -0400 |
| commit | c988573fa940bafcab584d7e67c0b404b307ae33 (patch) | |
| tree | 1482b7ad2928c35756787b287833f7c225f96afe | |
| parent | 42504d7831a472ca961e18f93c10e427507813eb (diff) | |
machine readable JavaScript license per request
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/releases.js | 4 |
2 files changed, 5 insertions, 1 deletions
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 @@ <a href="https://github.com/GrapheneOS">GitHub</a> </div> </footer> - <script src="/releases.js?8"></script> + <script src="/releases.js?9"></script> </body> </html> 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 |
