-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE.html
More file actions
executable file
·145 lines (121 loc) · 4.48 KB
/
Copy pathLICENSE.html
File metadata and controls
executable file
·145 lines (121 loc) · 4.48 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!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>d'Arc 0.2 License</title>
<style type="text/css"><!--
body { font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
text-align: justify;
margin: 0;
background-color: #fffce0; }
a { color: #c25036;
text-decoration: none; }
a:visited { color: brown; }
a:hover { color: orange; }
img.head { margin: 0px 10px 10px 0px; }
div.body { padding: 4em 5em 1em 5em;
text-align: justify;
}
div.panel { background-color: white;
border-radius: 2em;
-moz-border-radius: 2em;
border: 2px solid navy;
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/darc-head-background.png) no-repeat top right;
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/darc-head-background.png) no-repeat bottom left;
height:31px; padding: 0; margin: 0;
}
div.rightinset
{ border: 2px solid white;
margin-left: 1em;
padding: 2.5em;
background-color: #c25036;
color: #f4eca8;
float: right;
width: 40;
border-radius: 1em;
-moz-border-radius: 1em;
font-size: 1em;
text-align: justify; }
--></style>
</head>
<body>
<div class=head>
<img class=head src=etc/images/darc-head.png>
</div>
<div class=body>
<h1>d'Arc 0.2 License</h1>
<p><strong>Copyright (c) April 1st 2011 Henning Diedrich.</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 deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, 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>
<p>For the included headers in include/ and original source bits
from Lua and LuaJIT in src/darc.c, with verbatim permission:</p>
<p><strong>Copyright (c) 1994–2010 Lua.org, PUC-Rio.</strong> <br/>
<strong>LuaJIT is Copyright (c) 2005-2011 Mike Pall.</strong></p>
<br />
<center>
<small style='color:gray'>
© 2011 Henning Diedrich
</small>
</center>
</div>
<div class=foot></div>
</body></html>