-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcredits.html
59 lines (50 loc) · 2.25 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Software Credits</title>
<style>
h1,h2,h3,p{font-family:Arial;color:#3a3a3a;margin:10px;}p{color:#777;}body{background:#fafafa;}div.section{padding:10px;margin:10px;border:solid 1px #eee;background:#fff;box-shadow: 0px 2px 3px #eee;}small{font-weight:400;font-size:.8em;color:#999;}
</style>
</head>
<body>
<h2>Software Credits</h2>
<p>The development of this software was made possible using the following
components:</p>
<div id="credit-area">
<div class="section padded">
<h3><a href="http://akka.io/">Akka</a> by <strong>Typesafe
Inc.</strong><br>
<small><em>Licensed Under: <a href=
"http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache
License 2.0 (Apache-2.0)</a></em></small></h3>
</div>
<div class="section padded">
<h3><a href="https://github.com/xetorthio/jedis">Jedis</a> by
<strong>Jonathan Leibiusky</strong><br>
</div>
<div class="section padded">
<h3><a href="http://joda-time.sourceforge.net/">Joda-Time</a> by
<strong>Joda.org</strong><br>
<small><em>Licensed Under: <a href=
"http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache
License 2.0 (Apache-2.0)</a></em></small></h3>
</div>
<div class="section padded">
<h3><a href="http://code.google.com/p/json-simple/">json-simple</a>
by <strong>Yidon Fang</strong><br>
<small><em>Licensed Under: <a href=
"http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache
License 2.0 (Apache-2.0)</a></em></small></h3>
</div>
<div class="section padded">
<h3><a href="http://jcommander.org/">JCommander</a> by
<strong>Cedric Beust</strong><br>
<small><em>Licensed Under: <a href=
"http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache
License 2.0 (Apache-2.0)</a></em></small></h3>
</div>
</div>
<p id="footer"><em>Generated using <a href=
"http://www.tldrlegal.com">TLDRLegal</a></em></p>
</body>
</html>