diff --git a/apps/i2psnark/resources/js/delete.js b/apps/i2psnark/resources/js/delete.js index 45a22fab01fd777b1d1884ef6c420b75f7ac931c..3b7c3190756645feb42fd0e25a67d234c153a2f8 100644 --- a/apps/i2psnark/resources/js/delete.js +++ b/apps/i2psnark/resources/js/delete.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + function initDelete() { var main = document.getElementById("mainsection"); @@ -21,3 +23,5 @@ function initDelete() document.addEventListener("DOMContentLoaded", function() { initDelete(); }, true); + +/* @license-end */ diff --git a/apps/i2psnark/resources/js/folder.js b/apps/i2psnark/resources/js/folder.js index 53eb7ba41649a21fe3136432f6c71b7371dee45a..5f51efb9961947e944e430a4013514122edae07d 100644 --- a/apps/i2psnark/resources/js/folder.js +++ b/apps/i2psnark/resources/js/folder.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + const setupbuttons=()=>{ let sp = document.forms[0].savepri; if ( sp ) updatesetallbuttons(), sp.disabled = true, sp.className = 'disabled'; @@ -115,3 +117,5 @@ function addClickHandler(elem) document.addEventListener("DOMContentLoaded", function() { setupbuttons(); }, true); + +/* @license-end */ diff --git a/apps/i2psnark/resources/js/initajax.js b/apps/i2psnark/resources/js/initajax.js index fa8782412a32c7718d138296368b2e97bb6dbd92..3a1d6da397d738e18aa6b33e286ec63710cdb323 100644 --- a/apps/i2psnark/resources/js/initajax.js +++ b/apps/i2psnark/resources/js/initajax.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function requestAjax1() { var url = ".ajax/xhr1.html"; var query = window.location.search; @@ -13,3 +19,5 @@ function initAjax() { document.addEventListener("DOMContentLoaded", function() { initAjax(); }, true); + +/* #license-end */ diff --git a/apps/i2ptunnel/jsp/js/delete.js b/apps/i2ptunnel/jsp/js/delete.js index 630e32c1f8cdd1cefed026613df2369abc6edb7b..dc13241bf1388622d65af769402963f7d74f82d2 100644 --- a/apps/i2ptunnel/jsp/js/delete.js +++ b/apps/i2ptunnel/jsp/js/delete.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + function initDelete() { var buttons = document.getElementsByClassName("delete"); @@ -21,3 +23,5 @@ function addClickHandler(elem) document.addEventListener("DOMContentLoaded", function() { initDelete(); }, true); + +/* @license-end */ diff --git a/apps/i2ptunnel/jsp/js/tableSlider.js b/apps/i2ptunnel/jsp/js/tableSlider.js index 4ff2f14c09fa092ac99367e2df15ea7061ac4f39..c8199b98828445bb2594479bd21d4639d01dd878 100644 --- a/apps/i2ptunnel/jsp/js/tableSlider.js +++ b/apps/i2ptunnel/jsp/js/tableSlider.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + function initTables() { var hideableTables = document.querySelectorAll("table.tunnelConfig th"); @@ -75,3 +77,5 @@ hideableTables.forEach(function(configTable) { document.addEventListener("DOMContentLoaded", function() { initTables(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/dns.jsp b/apps/routerconsole/jsp/dns.jsp index d84f36a0ccf715e6fc69b8280aa55d667ea5d467..2ac829022bfaa87b949dde75f10880df514d8d33 100644 --- a/apps/routerconsole/jsp/dns.jsp +++ b/apps/routerconsole/jsp/dns.jsp @@ -27,6 +27,8 @@ <script src="/js/iframed.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <%@include file="summaryajax.jsi" %> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + function setupFrame() { f = document.getElementById("susidnsframe"); f.addEventListener("load", function() { @@ -34,6 +36,8 @@ resizeFrame(f); }, true); } + +/* @license-end */ </script> </head><body> <%@include file="summary.jsi" %> diff --git a/apps/routerconsole/jsp/i2ptunnelmgr.jsp b/apps/routerconsole/jsp/i2ptunnelmgr.jsp index f655bf1c0e2e52938452412922cc4b94d407181f..a7884e2b9d171a4177ac02b332ddfa50f06ef987 100644 --- a/apps/routerconsole/jsp/i2ptunnelmgr.jsp +++ b/apps/routerconsole/jsp/i2ptunnelmgr.jsp @@ -27,6 +27,8 @@ <script src="/js/iframed.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <%@include file="summaryajax.jsi" %> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + function injectClassSpecific(f) { var doc = 'contentDocument' in f? f.contentDocument : f.contentWindow.document; if (doc.getElementsByClassName == undefined) { @@ -56,6 +58,8 @@ resizeFrame(f); }, true); } + +/* @license-end */ </script> </head><body> diff --git a/apps/routerconsole/jsp/js/ajax.js b/apps/routerconsole/jsp/js/ajax.js index 6e71b719e4afeb378467dabefbcd788ca9a37261..ae4e582a509e3e64a3466ec097a699e0a1beb448 100644 --- a/apps/routerconsole/jsp/js/ajax.js +++ b/apps/routerconsole/jsp/js/ajax.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + var fails = 0; function ajax(url, target, refresh) { @@ -48,3 +54,5 @@ function ajaxDone(url, target, refresh) { setTimeout(function() {ajax(url, target, refresh);}, refresh); } } + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/configclients.js b/apps/routerconsole/jsp/js/configclients.js index 4acac38ec1c85472bb83a0bbe89373e45e7b0080..b6e8c99a7c605d4d346fdd980d2023e5a74e9461 100644 --- a/apps/routerconsole/jsp/js/configclients.js +++ b/apps/routerconsole/jsp/js/configclients.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function initConfigClients() { var buttons = document.getElementsByClassName("delete"); @@ -21,3 +27,5 @@ function addCCClickHandler(elem) document.addEventListener("DOMContentLoaded", function() { initConfigClients(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/configstats.js b/apps/routerconsole/jsp/js/configstats.js index 06725e5234bb4b806b62af1ab7b7fa113d57802b..92a8a0731cf277b477b57a0df5286706a6f4f4b1 100644 --- a/apps/routerconsole/jsp/js/configstats.js +++ b/apps/routerconsole/jsp/js/configstats.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function initConfigStats() { checkAll = false; @@ -66,3 +72,5 @@ function toggleAll(category) document.addEventListener("DOMContentLoaded", function() { initConfigStats(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/iframed.js b/apps/routerconsole/jsp/js/iframed.js index 0d3c85a4050ebc57d7dc2c05297e93c9400803e9..58fe8bbdcbe51f15aa0bf73ee9c7d90f481fdd6b 100644 --- a/apps/routerconsole/jsp/js/iframed.js +++ b/apps/routerconsole/jsp/js/iframed.js @@ -1,8 +1,15 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function injectClass(f) { f.className += ' iframed'; var doc = 'contentDocument' in f? f.contentDocument : f.contentWindow.document; doc.body.className += ' iframed'; } + function resizeFrame(f) { // offsetHeight returns the height of the visible area for an object, in pixels. // The value contains the height with the padding, scrollBar, and the border, @@ -39,3 +46,5 @@ function resizeFrame(f) { document.addEventListener("DOMContentLoaded", function() { setupFrame(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/refreshGraph.js b/apps/routerconsole/jsp/js/refreshGraph.js index 5773bdf207f57d4376acbc4c17fdf5de06f5674b..1727033fca2ff14c3c288ded2dcd0c5e5dfbc75b 100644 --- a/apps/routerconsole/jsp/js/refreshGraph.js +++ b/apps/routerconsole/jsp/js/refreshGraph.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + // refresh the sidebar mini graph every 15 seconds function refreshGraph() { @@ -5,4 +11,6 @@ function refreshGraph() { setTimeout(refreshGraph, 15000); } -refreshGraph(); \ No newline at end of file +refreshGraph(); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/resetScroll.js b/apps/routerconsole/jsp/js/resetScroll.js index 3abb5a4d476e8ab8c153bf98934584f0b57fb5af..ecd68b16aa4efa6af9d5c9e0b9fd4d971126470b 100644 --- a/apps/routerconsole/jsp/js/resetScroll.js +++ b/apps/routerconsole/jsp/js/resetScroll.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function initResetScroll() { var buttons = document.getElementsByClassName("resetScrollLeft"); @@ -35,3 +41,5 @@ function resetScrollTop(element) { document.addEventListener("DOMContentLoaded", function() { initResetScroll(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/stats.js b/apps/routerconsole/jsp/js/stats.js index 2e80fa814851080a9bb3c26c728b893f1c16f718..200bcb13d08605a2b00332498f872efa767c2518 100644 --- a/apps/routerconsole/jsp/js/stats.js +++ b/apps/routerconsole/jsp/js/stats.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + function initStats() { var buttons = document.getElementsByClassName("onchange"); @@ -18,3 +24,5 @@ function addSChangeHandler(elem) document.addEventListener("DOMContentLoaded", function() { initStats(); }, true); + +/* @license-end */ diff --git a/apps/routerconsole/jsp/js/welcomeajax.js b/apps/routerconsole/jsp/js/welcomeajax.js index 1c68fa5445c7d8e5acb0d3b625577d4addb1b1d8..b4237e48e1ab5fd94409b2298e5ee825989bfda4 100644 --- a/apps/routerconsole/jsp/js/welcomeajax.js +++ b/apps/routerconsole/jsp/js/welcomeajax.js @@ -1,3 +1,9 @@ +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + +// This component is dedicated to the public domain. It uses the CC0 +// as a formal dedication to the public domain and in circumstances where +// a public domain is not usable. + var fails = 0; function ajax(url, target, refresh) { @@ -62,3 +68,5 @@ function ajaxDone(url, target, refresh) { setTimeout(function() {ajax(url, target, refresh);}, refresh); } } + +/* @license-end */ diff --git a/apps/routerconsole/jsp/summaryajax.jsi b/apps/routerconsole/jsp/summaryajax.jsi index 08abb22da66cbb0043d5e3ce3bc410205d68205d..bb44b26e6e504412d8a3407905b14cecae5cbb3b 100644 --- a/apps/routerconsole/jsp/summaryajax.jsi +++ b/apps/routerconsole/jsp/summaryajax.jsi @@ -2,10 +2,14 @@ if (!intl.getDisableRefresh()) { %><script src="/js/ajax.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + var failMessage = "<hr><b><%=intl._t("Router is down")%><\/b>"; function requestAjax1() { ajax("/xhr1.jsp?requestURI=<%=request.getRequestURI()%>", "xhr", <%=intl.getRefresh()%>000); } function initAjax() { setTimeout(requestAjax1, <%=intl.getRefresh()%>000); } initAjax(); + +/* @license-end */ </script><% } %> diff --git a/apps/routerconsole/jsp/torrents.jsp b/apps/routerconsole/jsp/torrents.jsp index 936a78a9126943ea0f74f2f72a4953f9c2c5d50a..f73d4a7466d00d5b5881f693c3247492cdf9b35c 100644 --- a/apps/routerconsole/jsp/torrents.jsp +++ b/apps/routerconsole/jsp/torrents.jsp @@ -28,6 +28,8 @@ <script src="/js/iframed.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <%@include file="summaryajax.jsi" %> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + function setupFrame() { f = document.getElementById("i2psnarkframe"); f.addEventListener("load", function() { @@ -35,6 +37,8 @@ resizeFrame(f); }, true); } + +/* @license-end */ </script> </head><body> <%@include file="summary.jsi" %> diff --git a/apps/routerconsole/jsp/webmail.jsp b/apps/routerconsole/jsp/webmail.jsp index 24ad4508435efbc5fe3dc63ac9a16ab0afd078fe..242c2cc9a18087604ff47b37bc9076ca71138dd8 100644 --- a/apps/routerconsole/jsp/webmail.jsp +++ b/apps/routerconsole/jsp/webmail.jsp @@ -28,6 +28,8 @@ <script src="/js/iframed.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <%@include file="summaryajax.jsi" %> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + function setupFrame() { f = document.getElementById("susimailframe"); f.addEventListener("load", function() { @@ -35,6 +37,8 @@ resizeFrame(f); }, true); } + +/* @license-end */ </script> </head><body> <%@include file="summary.jsi" %> diff --git a/apps/routerconsole/jsp/welcome.jsp b/apps/routerconsole/jsp/welcome.jsp index 0cc93b23abfa013b67cad87309ed197e303290ea..4094102b23f3fffd9d5d8d77bc1eb48bbefa805c 100644 --- a/apps/routerconsole/jsp/welcome.jsp +++ b/apps/routerconsole/jsp/welcome.jsp @@ -68,6 +68,8 @@ %> <script src="/js/welcomeajax.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script> <script nonce="<%=cspNonce%>" type="text/javascript"> +/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */ + var failMessage = "<b><%=intl._t("Router is down")%><\/b>"; var progressMessage = "<b><%=intl._t("Bandwidth test in progress...")%><\/b>"; var doneMessage = "<b><%=intl._t("Bandwidth test is complete, click Next")%><\/b>"; @@ -79,6 +81,8 @@ document.addEventListener("DOMContentLoaded", function() { initAjax(); }, true); + +/* @license-end */ </script> <% } // ipg == 3 diff --git a/apps/susidns/src/js/messages.js b/apps/susidns/src/js/messages.js index 0a88cb6d025fc1c48d640c82f926f1158c23dc27..dbc8f0edeaf38634329f623fff60f2b5f2ab0c5d 100644 --- a/apps/susidns/src/js/messages.js +++ b/apps/susidns/src/js/messages.js @@ -1,3 +1,4 @@ +/* #license http://www.jclark.com/xml/copying.txt Expat */ function HideMessages() { var hideableMessages = document.getElementsByClassName("messages"); @@ -17,3 +18,5 @@ function HideMessages() { document.addEventListener("DOMContentLoaded", function() { document.body.addEventListener('click', HideMessages, true); }, true); + +/* @license-end */ diff --git a/apps/susimail/src/js/compose.js b/apps/susimail/src/js/compose.js index 6c7b09ffbfbdf8442577b560eb872307a758d6fb..b84bf2200c973552b219587305711c4b16f2983a 100644 --- a/apps/susimail/src/js/compose.js +++ b/apps/susimail/src/js/compose.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + let beforePopup = true; window.addEventListener('beforeunload', (e)=>{if (beforePopup) e.returnValue=true;} ); @@ -20,3 +22,5 @@ function addClickHandler5(elem) document.addEventListener("DOMContentLoaded", function() { initPopup(); }, true); + +/* @license-end */ diff --git a/apps/susimail/src/js/folder.js b/apps/susimail/src/js/folder.js index bb6948b9feb99126272c7d60a5fe95ee204a1b9c..0cc7dc94b11c77b0f671900156cb588cd1960915 100644 --- a/apps/susimail/src/js/folder.js +++ b/apps/susimail/src/js/folder.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + function initButtons() { var buttons = document.getElementsByClassName("delete1"); for(index = 0; index < buttons.length; index++) @@ -100,3 +102,5 @@ document.addEventListener("DOMContentLoaded", function() { initButtons(); deleteboxclicked(); }, true); + +/* @license-end */ diff --git a/apps/susimail/src/js/notifications.js b/apps/susimail/src/js/notifications.js index 90167d1463886a2053d2252845b71024b4012089..ea636e90cad2488123b1ded736b2608edfb97695 100644 --- a/apps/susimail/src/js/notifications.js +++ b/apps/susimail/src/js/notifications.js @@ -1,3 +1,5 @@ +/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */ + function initNotifications() { var buttons = document.getElementsByClassName("notifications"); for(index = 0; index < buttons.length; index++) @@ -17,3 +19,5 @@ function addClickHandler6(elem) document.addEventListener("DOMContentLoaded", function() { initNotifications(); }, true); + +/* @license-end */