-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.98 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Licensing and You</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type='text/css' href="css/global.css">
</head>
<body>
<header>
<h1>Licensing and You</h1>
<ul class="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="html/licensing-topics.html">Licensing Topics</a>
<ul>
<li><a href="html/copyright.html">Copyright</a></li>
<li><a href="html/copyleft.html">Copyleft</a></li>
<li><a href="html/fair-use.html">Fair Use</a></li>
<li><a href="html/permission.html">Permission</a></li>
<li><a href="html/public-domain.html">Public Domain</a></li>
</ul>
</li>
<li><a href="html/licenses.html">Licenses</a>
<ul>
<li><a href="html/creative-commons.html">Creative Commons</a></li>
<li><a href="html/gnu-general.html">GNU General Public License</a></li>
<li><a href="html/apache.html">Apache License</a></li>
<li><a href="html/mit.html">MIT License</a></li>
<li><a href="html/bsd.html">BSD License</a></li>
<li><a href="html/artistic.html">Artistic License</a></li>
<li><a href="html/isc.html">ISC License</a></li>
<li><a href="html/eclipse-public.html">Eclipse Public License</a></li>
<li><a href="html/mozilla-public.html">Mozilla Public License</a></li>
<li><a href="html/zlib.html">Zlib/LibPNG License</a></li>
<li><a href="html/unlicense.html">The Unlicense</a></li>
<li><a href="html/no-license.html">No License</a></li>
</ul>
</li>
<li><a href="html/which-license.html">Which License?</a></li>
</ul>
<div class="spacer"></div>
</header>
<main>
<h2>Welcome!</h2>
<p>At Licensing and You, you will be able to find information that you need to select the proper license for your project. Licensing is an important topic since it is an effective way of making money using your work. There are many options for licensing and we hope to help you decide which license is best for you.
</p>
</main>
</body>
</html>