• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!doctype html>
2<!-- Created with GFM2HTML: https://github.com/rvagg/gfm2html -->
3<html lang="en">
4  <head>
5    <meta charset="utf-8">
6    <meta http-equiv="X-UA-Compatible" content="IE=edge">
7    <title></title>
8    <meta name="description" content="">
9    <meta name="viewport" content="width=device-width, initial-scale=1">
10    <meta name="created-with" content="https://github.com/rvagg/gfm2html">
11
12    <style type="text/css">
13/* most of normalize.css */
14article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}[hidden],template{display:none;}html{font-family:sans-serif;/*1*/-ms-text-size-adjust:100%;/*2*/-webkit-text-size-adjust:100%;/*2*/}body{margin:0;}a{background:transparent;}a:focus{outline:thindotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em0;}abbr[title]{border-bottom:1pxdotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C""\201D""\2018""\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}table{border-collapse:collapse;border-spacing:0;}
15
16html {
17  font: 14px 'Helvetica Neue', Helvetica, arial, freesans, clean, sans-serif;
18}
19
20.container {
21  line-height: 1.6;
22  color: #333;
23  background: #eee;
24  border-radius: 3px;
25  padding: 3px;
26  width: 790px;
27  margin: 10px auto;
28}
29
30.body-content {
31  background-color: #fff;
32  border: 1px solid #CACACA;
33  padding: 30px;
34}
35
36.body-content > *:first-child {
37  margin-top: 0 !important;
38}
39
40a, a:visited {
41  color: #4183c4;
42  text-decoration: none;
43}
44
45a:hover {
46  text-decoration: underline;
47}
48
49p, blockquote, ul, ol, dl, table, pre {
50  margin: 15px 0;
51}
52
53  .markdown-body h1
54, .markdown-body h2
55, .markdown-body h3
56, .markdown-body h4
57, .markdown-body h5
58, .markdown-body h6 {
59  margin: 20px 0 10px;
60  padding: 0;
61  font-weight: bold;
62}
63
64h1 {
65  font-size: 2.5em;
66  color: #000;
67  border-bottom: 1px solid #ddd;
68}
69
70h2 {
71  font-size: 2em;
72  border-bottom: 1px solid #eee;
73  color: #000;
74}
75
76img {
77  max-width: 100%;
78}
79
80hr {
81  background: transparent url("/img/hr.png") repeat-x 0 0;
82  border: 0 none;
83  color: #ccc;
84  height: 4px;
85  padding: 0;
86}
87
88table {
89  border-collapse: collapse;
90  border-spacing: 0;
91}
92
93tr:nth-child(2n) {
94  background-color: #f8f8f8;
95}
96
97.markdown-body tr {
98  border-top: 1px solid #ccc;
99  background-color: #fff;
100}
101
102td, th {
103  border: 1px solid #ccc;
104  padding: 6px 13px;
105}
106
107th {
108  font-weight: bold;
109}
110
111blockquote {
112  border-left: 4px solid #ddd;
113  padding: 0 15px;
114  color: #777;
115}
116
117blockquote > :last-child, blockquote > :first-child {
118  margin-bottom: 0px;
119}
120
121pre, code {
122  font-size: 13px;
123  font-family: 'UbuntuMono', monospace;
124  white-space: nowrap;
125  margin: 0 2px;
126  padding: 0px 5px;
127  border: 1px solid #eaeaea;
128  background-color: #f8f8f8;
129  border-radius: 3px;
130}
131
132pre > code {
133  white-space: pre;
134}
135
136pre {
137  overflow-x: auto;
138  white-space: pre;
139  padding: 10px;
140  line-height: 150%;
141  background-color: #f8f8f8;
142  border-color: #ccc;
143}
144
145pre code, pre tt {
146  margin: 0;
147  padding: 0;
148  border: 0;
149  background-color: transparent;
150  border: none;
151}
152
153  .highlight .c
154, .highlight .cm
155, .highlight .cp
156, .highlight .c1 {
157    color:#999988;
158    font-style:italic;
159}
160
161.highlight .err {
162  color:#a61717;
163  background-color:#e3d2d2
164}
165
166  .highlight .o
167, .highlight .gs
168, .highlight .kc
169, .highlight .kd
170, .highlight .kn
171, .highlight .kp
172, .highlight .kr {
173    font-weight:bold
174}
175
176.highlight .cs {
177  color:#999999;
178  font-weight:bold;
179  font-style:italic
180}
181
182.highlight .gd {
183  color:#000000;
184  background-color:#ffdddd
185}
186
187.highlight .gd .x {
188  color:#000000;
189  background-color:#ffaaaa
190}
191
192.highlight .ge {
193  font-style:italic
194}
195
196  .highlight .gr
197, .highlight .gt {
198    color:#aa0000
199}
200
201  .highlight .gh
202, .highlight .bp {
203    color:#999999
204}
205
206.highlight .gi {
207  color:#000000;
208  background-color:#ddffdd
209}
210
211.highlight .gi .x {
212  color:#000000;
213  background-color:#aaffaa
214}
215
216.highlight .go {
217  color:#888888
218}
219
220  .highlight .gp
221, .highlight .nn {
222    color:#555555
223}
224
225
226.highlight .gu {
227  color:#800080;
228  font-weight:bold
229}
230
231
232.highlight .kt {
233  color:#445588;
234  font-weight:bold
235}
236
237  .highlight .m
238, .highlight .mf
239, .highlight .mh
240, .highlight .mi
241, .highlight .mo
242, .highlight .il {
243    color:#009999
244}
245
246  .highlight .s
247, .highlight .sb
248, .highlight .sc
249, .highlight .sd
250, .highlight .s2
251, .highlight .se
252, .highlight .sh
253, .highlight .si
254, .highlight .sx
255, .highlight .s1 {
256    color:#d14
257}
258
259.highlight .n {
260  color:#333333
261}
262
263  .highlight .na
264, .highlight .no
265, .highlight .nv
266, .highlight .vc
267, .highlight .vg
268, .highlight .vi
269, .highlight .nb {
270    color:#0086B3
271}
272
273.highlight .nc {
274  color:#445588;
275  font-weight:bold
276}
277
278.highlight .ni {
279  color:#800080
280}
281
282  .highlight .ne
283, .highlight .nf {
284    color:#990000;
285    font-weight:bold
286}
287
288.highlight .nt {
289  color:#000080
290}
291
292.highlight .ow {
293  font-weight:bold
294}
295
296.highlight .w {
297  color:#bbbbbb
298}
299
300.highlight .sr {
301  color:#009926
302}
303
304.highlight .ss {
305  color:#990073
306}
307
308.highlight .gc {
309  color:#999;
310  background-color:#EAF2F5
311}
312
313@media print {
314  .container {
315    background: transparent;
316    border-radius: 0;
317    padding: 0;
318  }
319
320  .body-content {
321    border: none;
322  }
323}
324</style>
325  </head>
326  <body>
327    <div class="container">
328      <div class="body-content"><h1 id="the-mit-license-mit-">The MIT License (MIT)</h1>
329<p><strong>Copyright (c) 2016 Rod Vagg (the &quot;Original Author&quot;) and additional contributors</strong></p>
330<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), 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>
331<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
332<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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>
333</div>
334    </div>
335  </body>
336</html>