-
Notifications
You must be signed in to change notification settings - Fork 4
/
attic.html
63 lines (56 loc) · 1.65 KB
/
attic.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
hr {
margin-top: 1em;
margin-bottom: 1em;
}
p.textm {
margin-top: 0;
margin-bottom: 1ex;
}
h2.nav-item a {
color: #006633;
}
<div class="faq">
<!-- This license FAQ is included by popular demand. -->
<table class="faq" border="1" width="100%">
<tr><td>May I copy and modify <tt>p4est</tt> source code for internal use?</td>
<td>yes</td></tr>
<tr><td>Will my source that contains copied or modified <tt>p4est</tt> code
automatically be GPL?</td>
<td>yes</td></tr>
<tr><td>Will my source that includes <tt>p4est</tt> header files
and is supposed to be linked against <tt>p4est</tt> automatically be GPL?</td>
<td>no</td></tr>
<tr><td>May I distribute my source that includes <tt>p4est</tt> header files
and is supposed to be linked against <tt>p4est</tt>?</td>
<td>yes</td></tr>
<tr><td>May I distribute a binary executable that links against <tt>p4est</tt>
if I distribute my source code along with it?</td>
<td>yes</td></tr>
<tr><td>May I distribute a binary executable that links against <tt>p4est</tt>
without distributing my source code along with it?</td>
<td>no, but:</td></tr>
<tr><td>May I contact <a href="https://research.utexas.edu/otc/">UT Austin OTC</a>
to negotiate permission to distribute a binary executable without the source?</td>
<td>yes</td></tr>
</table>
</div>
table.text {
border-style: solid;
border-collapse: collapse;
border-width: 1px;
}
table.text td {
padding: .5em;
}
table.faq {
background-color: #E0F0E8;
border-style: solid;
border-collapse: collapse;
border-width: 0px;
}
div.faq {
background-color: #FFFCC9;
border-style: dashed;
border-width: thin;
padding: 1ex;
}