machine readable JavaScript license per request

This commit is contained in:
Daniel Micay 2019-05-12 19:12:54 -04:00
parent 42504d7831
commit c988573fa9
2 changed files with 5 additions and 1 deletions

View File

@ -351,6 +351,6 @@
<a href="https://github.com/GrapheneOS">GitHub</a> <a href="https://github.com/GrapheneOS">GitHub</a>
</div> </div>
</footer> </footer>
<script src="/releases.js?8"></script> <script src="/releases.js?9"></script>
</body> </body>
</html> </html>

View File

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
"use strict"; "use strict";
const baseUrl = "https://seamlessupdate.app/"; const baseUrl = "https://seamlessupdate.app/";
@ -40,3 +42,5 @@ for (const channel of channels) {
}); });
} }
} }
// @license-end