-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLICENSE.html
127 lines (105 loc) · 3.88 KB
/
LICENSE.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>License</title>
<style type="text/css"><!--
body { font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
margin: 0;
background-color: #fffce0; }
a { color: #989156;
text-decoration: none; }
a:visited { color: orange; }
a:hover { color: gold; }
img.head { margin: 10px 10px 10px 5em; }
div.body { padding: 4em 5em 1em 5em;
}
div.panel { background-color: white;
border-radius: 2em;
-moz-border-radius: 2em;
border: 1px solid brown;
margin: 2em;
padding: 2em;
}
pre.code-index,
pre.code,
pre
{ background-color: #f4eca8; /* #e2d090; */ /* #fff8d2; */
border: 2px solid #fcb000; /* #f4eac8; */
padding: 1em;
border-bottom-left-radius: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-right-radius: 1em;
-moz-border-radius-topright: 1em;
overflow: hidden; scrollbar: auto;
}
pre.codelast-index,
pre.codelast
{ background-color: #f4eca8; /* #e2d090; */ /* #fff8d2; */
border: 2px solid #fcb000; /* #f4eac8; */
padding: 1em;
border-bottom-left-radius: 1em;
-moz-border-radius-bottomleft: 1em;
border-bottom-right-radius: 1.2em;
-moz-border-radius-bottomright: 1.2em;
}
pre.code,
pre { background-color: white;
border: 2px solid #f0d8c0; }
pre.codelast
{ background-color: #f0e4c4;
border: 2px solid white; }
div.head { border: 0;
border-top-left-radius: 20px 7px;
-moz-border-radius-topleft: 20px 7px;
border-bottom-right-radius: 35px 30px;
-moz-border-radius-bottomright: 50px 15px;
background: url(etc/images/fleece-head-1.2.2-background.jpg) no-repeat top right;
height:81px; padding: 0; margin: 0;
}
div.foot { border: 0;
border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
background: url(etc/images/fleece-head-1.2.2-background.jpg) no-repeat bottom left;
height:31px; padding: 0; margin: 0;
}
--></style>
</head>
<body>
<div class=head>
<img class=head src=etc/images/fleece-head-1.2.2.2-letters.png>
</div>
<div class=body>
<h2>License</h2>
<p><strong>Copyright (c) 2011 Eonblast Corporation</strong></p>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to evaluate the Software or use it
in education, science, not-for-profit work, personal, or Open
Source projects including without limitation the rights to copy,
modify, merge, publish, distribute, but not sublicense, and not
sell copies of the Software, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.</p>
<hr/>
<p>LICENSE fleece - hd Feb 2011 - powered by Eonblast Corporation</p>
<br />
<center>
<small style='color:gray'>
© 2011 <a href=http://www.eonblast.com style='color:gray'>
Eonblast Corporation</a>
</small>
</center>
</div>
<div class=foot></div>
</body></html>