blob: 448ad9674f4a99cd6058d5cf86278aafe8460008 [file] [log] [blame]
<html>
<head>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<a href="archives.html">archives</a> - <a href="licenses.html">licenses</a> - <a href="notices.html">notices</a> - <a href="content">contents</a><br/><br/>
<h1>Licenses</h1>
#foreach($license in $licenses)
<h1>License</h1>
<pre>
$license.text
</pre>
<ul>
#foreach($archive in $license.archives)
<li><a href="${reports.licenses($archive)}">$archive.uri</a></li>
#end
</ul>
#end
</body>
</html>