File diff b10c7df3d52d → 8e49a234ff3a
about/javascript.html
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="utf-8"?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
<head>
 
<title>Javascript used on this site</title>
 

	
 
<p>This site attempts to be compliant
 
  with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> 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">
 
  <thead>
 
  <tr><th>Script</th><th>License</th><th>Source</th></tr>
 
  </thead>
 

	
 
  <tr>
 
        <td><a href="/bootstrap.js">bootstrap.js</a>
 
        <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
 
       <td><a href="/bootstrap-3.0.0.zip">bootstrap source code</a> </td>
 
  </tr>
 

	
 
    <tr>
 
      <td><a href="/js/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
 
      <td><a href="https://jquery.org/license/">permissive MIT
 
          License</a></td>
 
       <td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td>
 
    </tr>
 
</table>