1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-04 17:29:39 +02:00
choosealicense.com/about/index.html
Jason Long 3c14329ea7 CSS refactoring
- Replace IDs with classes
- Overall specificity reduction
- Use .js- prefix for JS hooks
2013-05-21 15:16:54 -07:00

57 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<title>About - ChooseALicense.com</title>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<link href='../../../favicon.ico' rel='shortcut icon' type='image/x-icon'>
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link type="text/css" href="../../../css/application.css" media="screen" rel="stylesheet">
<script type="text/javascript" src="../../../javascripts/modernizr.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src='../../../javascripts/selectivizr-min.js' type='text/javascript'></script>
<![endif]-->
</head>
<body class='license'>
<div class='container'>
<ol class='breadcrumbs'>
<li>
<a href="../../../">Home</a>
</li>
</ol>
<h1>What&#8217;s this about?</h1>
<p>
We want to help developers choose a license for their source code.
</p>
<p>
If you already know what you&#8217;re doing and have a license you prefer to use, that&#8217;s great! We&#8217;re not here to change your mind. But if you are bewildered by the large number of OSS license choices, maybe we can help.
</p>
<h2>Not comprehensive</h2>
<p>
This site is not a comprehensive directory of open source licenses. If you&#8217;re looking for a comprehensive list, we recommend the <a href="http://opensource.org/licenses/">Open Source Initiative</a> website.
</p>
<p>
We think there are too many options, which adds to the confusion. On the homepage, we break it down into just three licenses. For the vast majority of projects, these are probably the only three you will need to choose from. Just in case you have specific needs not covered by those three, we also highlight a few other licenses to consider.
</a>
<h2>Disclaimer</h2>
<p>
We are not lawyers. Well most of us anyways. It is not the goal of this site to provide legal advice. The goal of this site is to provide a starting point to help you make an informed choice by providing information on popular open source licenses. If you have any questions regarding the right license for your code or any other legal issues relating to it, it&#8217;s always best to consult with a professional.
</p>
<footer class="site-footer cf">
<nav>
About
<a href="#">Terms of Service</a>
</nav>
<p>
Please consult a legal expert before adopting a software license for your project.<br>
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.</p>
</p>
</div>
</div>
</body>
</html>