-
Notifications
You must be signed in to change notification settings - Fork 1
/
spdxl.tx
34 lines (31 loc) · 1.3 KB
/
spdxl.tx
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
30
31
32
<!DOCTYPE HTML>
<head>
<title>SPDXL Template</title>
<link rel="shortcut icon" type="image/png" href="images/jf.favicon.ico"/>
<link rel="icon" type="image/png" href="images/jf.favicon.ico"/>
<meta http-equiv="Cache-control" content="public">
<meta name="keywords" content="Personal web site for Jeremiah C. Foster" />
<meta name="author" content="jeremiah foster" />
<meta name="copyright" content="Jeremiah Foster 2011" />
<meta name="license" content="SPDX-License-Identifier: GFDL-1.2">
<meta name="license" content="Copyright (c) 2012 JEREMIAH FOSTER
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
<!-- now with 42% more responsiveness -->
</style>
</head>
<body>
<div id="main">
<h1 style="font-weight: bold;">Files with SPDX-License-Identifier lines</h1>
<div style="background-color: yellow;">
: # iterate over an ARRAY reference
: for $tags.0 -> $line {
<b><: $~line :>.</b> <: $line :><br>
: }
</div>
</div>
</body></html>