summaryrefslogtreecommitdiffstats
path: root/javascript.php
blob: d04d8358b02b936eecb4aecb82cf90a8c39263c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php include("include/header.php"); ?>

<div class="container" role="main">
	<div class="page-header"><h2>Javascript license information</h2></div>
	<table id="jslicense-labels1" class="table">
		<tr>
			<th>Javascript file</th>
			<th>License</th>
			<th>Source</th>
		</tr>
		<tr>
			<td><a href="js/jquery-2.1.1.min.js">jquery-2.1.1.min.js</a></td>
			<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
			<td><a href="js/jquery-2.1.1.js">jquery-2.1.1.js</a></td>
		</tr>
		<tr>
			<td><a href="js/bootstrap.min.js">bootstrap.min.js</a></td>
			<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
			<td><a href="js/bootstrap.js">bootstrap.js</a></td>
		</tr>
		<tr>
			<td><a href="js/lightbox.min.js">lightbox.min.js</a></td>
			<td><a href="http://creativecommons.org/licenses/by/2.5/legalcode">Creative Commons BY 2.5</a></td>
			<td><a href="js/lightbox.js">lightbox.js</a></td>
		</tr>
	</table>
</div>

<?php include("include/footer.php"); ?>