Add javascript license information

This change adds javascript license information according to:
https://www.gnu.org/software/librejs/free-your-javascript.html

Change-Id: Iaf9c48e1edfea8f3043a4056ce2d76460b3a42d9
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index 97025a6..ca5bb56 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -30,8 +30,11 @@
     <script src="jquery.zuul.js"></script>
     <script src="zuul.app.js"></script>
     <script>
+        // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt
+Apache 2.0
         zuul_build_dom(jQuery, '#zuul_container');
         zuul_start(jQuery);
+	// @license-end
     </script>
 </body>
 </html>