-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.html
47 lines (44 loc) · 2.55 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
<DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159158579-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159158579-3');
</script>
<head>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>HD Open Source License</title>
<script data-ad-client="ca-pub-6004893853751445" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<div>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="donations.html">Donate</a>
<a href="vexcode.html">VEX Robotics</a>
<a href="email-python.html">Python Backend</a>
<a href="raid.html">Raid The Romans</a>
<a href="flappy.html">Flappy Bird</a>
<a href="projects.html">Project Ideas</a>
<a href="progress.html">See What We Are Up To</a>
<a href="about.html">About Us</a>
</div>
<img src="images/code-coding-connection-css.jpg">
<h1>Open Source License</h1>
<h2>MIT License</h2>
<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>
<h3><b>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.</b></h3>
<div class="footer">
<a href="github.html"><b>GitHubs</b></a>
<a href="legal.html"><b>Legal</b></a>
<a href="privacy.html"><b>Privacy Policy</b></a>
<a href="license.html"><b>License</b></a>
<a href="progress.html"><b>See What We Are Up To</b></a>
</div>
</body>
</div>
</html>