Skip to content

Commit dd72a29

Browse files
committed
Added License file as well as HTML version of it. Added link to MIT license in index.html
1 parent 54ee34b commit dd72a29

3 files changed

Lines changed: 62 additions & 0 deletions

File tree

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License
2+
3+
Copyright 2016 Rafael Corrêa Gomes, https://rafaelstz.github.io/
4+
5+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
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.

LICENSE.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
3+
<html id="home" lang="en">
4+
5+
<head>
6+
<title>MIT License</title>
7+
<meta charset=utf-8>
8+
9+
<meta name="robots" content="noindex">
10+
<meta name=viewport content="width=device-width, initial-scale=0.70;">
11+
12+
<style>
13+
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
14+
body {
15+
max-width: 625px;
16+
}
17+
18+
body,
19+
h1,
20+
h2,
21+
h3,
22+
h4,
23+
h5,
24+
h6 {
25+
font: normal 15px Inconsolata, Consolas, monospace;
26+
}
27+
</style>
28+
</head>
29+
30+
<body>
31+
<article>
32+
<h1>The MIT License (MIT)</h1>
33+
<p>Copyright (c) 2016 Rafael Corrêa Gomes, <a href="https://rafaelstz.github.io/">https://rafaelstz.github.io/</a></p>
34+
35+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
36+
files (the "Software"), to deal in the Software without restriction, including without limitation the rights
37+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
38+
persons to whom the Software is furnished to do so, subject to the following conditions:</p>
39+
40+
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of
41+
the Software.</p>
42+
43+
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
44+
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
46+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47+
SOFTWARE.</p>
48+
</article>
49+
50+
<body>
51+
52+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ <h4>git write-tree</h4>
10411041
<div class="col-xs-12">Developed by:<a href="https://github.com/rafaelstz" title="Rafael Corrêa Gomes">Rafael Corrêa Gomes</a>
10421042
</div>
10431043
<div class="col-xs-12">&copy;2016 <a href="http://comandosgit.github.io/">Comandosgit.github.io</a></div>
1044+
<div class="col-xs-12"><a href="/license.html">License MIT</a></div>
10441045
</div>
10451046
</div>
10461047
</footer>

0 commit comments

Comments
 (0)