From 8e49a234ff3a99300c47a46cc239281a0977614a 2014-11-05 23:35:32 From: Bradley M. Kuhn Date: 2014-11-05 23:35:32 Subject: [PATCH] Javascript details for LibreJS compliance. I followed the instructions on http://www.gnu.org/software/librejs/free-your-javascript.html to do this. --- diff --git a/about/javascript.html b/about/javascript.html new file mode 100644 index 0000000000000000000000000000000000000000..753c11419e87a08e60e963198238467a5de4dc6b --- /dev/null +++ b/about/javascript.html @@ -0,0 +1,31 @@ + + + + +Javascript used on this site + +

This site attempts to be compliant + with LibreJS and respect + the freedoms of users who load this site. Here is the Javscript used on + this site, with license information and source code: + + +table id="jslicense-labels1"> + + ScriptLicenseSource + + + + bootstrap.js + Apache-2.0 + bootstrap source code + + + + jquery-1.10.2.js + permissive MIT + License + jQuery 1.10.2 source code + + + diff --git a/templates/page.tmpl b/templates/page.tmpl index 2cdfef4ecd7a917d5fd04952ad232da8f9e67aba..9642f6b70869e3e1545649ec9d055a64162646ff 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -107,5 +107,6 @@ - + Javascript license information +