-
Notifications
You must be signed in to change notification settings - Fork 15
/
Credits.html
82 lines (82 loc) · 1.98 KB
/
Credits.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
body { font-family: "Verdana"; font-size: 11px; margin-top: 0px; }
.padding { color: white; margin: 0px; line-height: 6px; font-size: 6px; }
table { width: 100%; }
td { vertical-align: top; padding: 2px 5px; width: 50%; }
td:first-child { text-align: right; color: #666; font-weight: 100; }
td:last-child { text-align: left; }
td[colspan] { text-align: center; }
th { padding-top: 10px; padding-bottom: 3px; color: #222; }
a { color: blue; font-weight: normal; font-size: 12px; }
</style>
</head>
<body>
<p class="padding">.</p>
<table>
<tr>
<td>Programming</td>
<td>Jakub Suder</td>
</tr>
<tr>
<th colspan="2">Included libraries</th>
</tr>
<tr>
<td>MASPreferences</td>
<td>Vadim Shpakovski</td>
</tr>
<tr>
<td>RegexKitLite</td>
<td>John Engelhart</td>
</tr>
<tr>
<td>Sparkle</td>
<td>Andy Matuschak</td>
</tr>
<tr>
<td>SSH NSTask</td>
<td>Ira Cooke</td>
</tr>
<tr>
<td>ANSIEscapeHelper</td>
<td>Ali Rantakari</td>
</tr>
<tr>
<td>Growl SDK</td>
<td>The Growl Team</td>
</tr>
<tr>
<th colspan="2">Graphics</th>
</tr>
<tr>
<td>application icon</td>
<td>Jakub Suder</td>
</tr>
<tr>
<td>Growl icon</td>
<td>Iiro Jäppinen</td>
</tr>
<tr>
<td>other icons</td>
<td>Jonas Rask</td>
</tr>
<tr>
<th colspan="2">Also thanks to</th>
</tr>
<tr>
<td colspan="2">
Git team
</td>
</tr>
<tr>
<th colspan="2">License</th>
</tr>
<tr>
<td colspan="2">Licensed under Eclipse Public License v1.0.</td>
</tr>
</table>
</body>
</html>