mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
added footer skeleton
This commit is contained in:
parent
23e6b6cdac
commit
7514f66998
@ -326,4 +326,44 @@ div.sidebar div.source {
|
||||
div.sidebar div.boilerplate {
|
||||
font-family: 'courier new', courier;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
border-top: 1px solid #e9e6e1;
|
||||
margin-top: 30px;
|
||||
padding-top: 20px;
|
||||
color: #7e7974;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
line-height: 1.5;
|
||||
}
|
||||
#footer a {
|
||||
color: #443a33;
|
||||
font-weight: normal;
|
||||
}
|
||||
#footer p {
|
||||
float: left;
|
||||
}
|
||||
#footer nav {
|
||||
float: right;
|
||||
}
|
||||
#footer nav a {
|
||||
display: inline-block;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* For modern browsers */
|
||||
.cf:before,
|
||||
.cf:after {
|
||||
content:"";
|
||||
display:table;
|
||||
}
|
||||
|
||||
.cf:after {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
/* For IE 6/7 (trigger hasLayout) */
|
||||
.cf {
|
||||
zoom:1;
|
||||
}
|
15
index.html
15
index.html
@ -21,7 +21,7 @@
|
||||
Which of the following best describes your situation?
|
||||
<span>}</span>
|
||||
</h2>
|
||||
<ul id='situations'>
|
||||
<ul id='situations' class="cf">
|
||||
<li class='whatever'>
|
||||
<a href="licenses/permissive/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
||||
<h3><a href="licenses/permissive/mit">Do what you like with my code.</a></h3>
|
||||
@ -49,9 +49,9 @@
|
||||
</p>
|
||||
</li>
|
||||
<li class='reciprocity'>
|
||||
<!--
|
||||
<!--
|
||||
TODO: We might need a GPL landing page here so we're not making any political statements
|
||||
-->
|
||||
-->
|
||||
<a href="licenses/reciprocal/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
|
||||
<h3><a href="licenses/reciprocal/gpl-v2">I care about reciprocity.</a></h3>
|
||||
<p>
|
||||
@ -65,6 +65,15 @@
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Apache v2 License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
||||
|
||||
@ -122,6 +123,16 @@
|
||||
<div class="source">
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Eclipse Public License v1.0</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
||||
@ -309,5 +310,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -26,7 +26,7 @@
|
||||
<a href="apache">Apache</a>
|
||||
</th>
|
||||
<th class='summary'>
|
||||
A permissive license that also grants a license to patent claims from contributors
|
||||
A permissive license that also grants a license to patent claims from contributors
|
||||
that are necessarily infringed by the software. <a href="apache">View full license »</a>
|
||||
</th>
|
||||
</tr>
|
||||
@ -68,7 +68,7 @@
|
||||
<a href="eclipse">Eclipse</a>
|
||||
</th>
|
||||
<th class='summary'>
|
||||
Used by the Eclipse foundation for its software, this license includes reciprocal requirements in
|
||||
Used by the Eclipse foundation for its software, this license includes reciprocal requirements in
|
||||
some cases. <a href="eclipse">View full license »</a>
|
||||
</th>
|
||||
</tr>
|
||||
@ -109,7 +109,7 @@
|
||||
<a href="mozilla">Mozilla</a>
|
||||
</th>
|
||||
<th class='summary'>
|
||||
The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.
|
||||
The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.
|
||||
<a href="mozilla">View full license »</a>
|
||||
</th>
|
||||
</tr>
|
||||
@ -145,6 +145,15 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Mozilla Public License<br />Version 2.0</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h2 id="definitions">1. Definitions</h2>
|
||||
<dl>
|
||||
@ -160,6 +161,16 @@
|
||||
<a href="http://www.mozilla.org/MPL/2.0/">Source</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>BSD (3-Clause) License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year>, <OWNER>
|
||||
@ -58,5 +59,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -21,6 +21,7 @@
|
||||
</ol>
|
||||
<h1>BSD (2-Clause) License</h1>
|
||||
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year>, <OWNER>
|
||||
@ -52,5 +53,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -136,6 +136,15 @@
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>MIT License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year> <copyright holders>
|
||||
@ -47,5 +48,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -21,6 +21,7 @@
|
||||
</ol>
|
||||
<h1>Microsoft Public License<br>(Ms-PL)</h1>
|
||||
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<strong>
|
||||
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
|
||||
@ -58,5 +59,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>GPL v2</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3>
|
||||
<p>
|
||||
@ -27,7 +28,7 @@
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
@ -420,8 +421,8 @@
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the above text into the file. Replace <year> with the current year and <copyright holders> with the name of the copyright holders.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
it suggests adding the copyright notice and a pointer to the full license file.
|
||||
</p>
|
||||
<div class="boilerplate">
|
||||
@ -451,6 +452,16 @@
|
||||
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>GPL v3</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
|
||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||
@ -100,7 +101,7 @@
|
||||
|
||||
<p>“Copyright” also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.</p>
|
||||
|
||||
|
||||
<p>“The Program” refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as “you”. “Licensees” and
|
||||
“recipients” may be individuals or organizations.</p>
|
||||
@ -539,7 +540,7 @@
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.</p>
|
||||
|
||||
|
||||
<p>If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
@ -659,8 +660,8 @@
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the above text into the file. Replace <year> with the current year and <copyright holders> with the name of the copyright holders.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
it suggests adding the copyright notice and a pointer to the full license file.
|
||||
</p>
|
||||
<div class="boilerplate">
|
||||
@ -690,5 +691,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>LGPL v2.1</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||
<p>
|
||||
@ -582,8 +583,8 @@
|
||||
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the above text into the file. Replace <year> with the current year and <copyright holders> with the name of the copyright holders.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
<strong>Note:</strong>The Free Software Foundation recommends taking the additional
|
||||
step of adding the following boilerplate notice to the top of each file. At minimum,
|
||||
it suggests adding the copyright notice and a pointer to the full license file.
|
||||
</p>
|
||||
<div class="boilerplate">
|
||||
@ -614,5 +615,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>LGPL v3</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||
@ -203,10 +204,10 @@
|
||||
<div class='how-to-apply'>
|
||||
<h5>How to apply this license</h5>
|
||||
<p>
|
||||
This license is an additional set of permissions to the <a href="../gpl-v3">GPL v3</a>
|
||||
license. Follow the instructions to apply the GPL v3 license. Then either paste this text
|
||||
to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser)
|
||||
in the root of your source code and copy the text. Replace <year> with the current year and
|
||||
This license is an additional set of permissions to the <a href="../gpl-v3">GPL v3</a>
|
||||
license. Follow the instructions to apply the GPL v3 license. Then either paste this text
|
||||
to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser)
|
||||
in the root of your source code and copy the text. Replace <year> with the current year and
|
||||
<copyright holders> with the name of the copyright holders.
|
||||
</p>
|
||||
</div>
|
||||
@ -215,5 +216,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="#">About</a>
|
||||
<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>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user