1
0
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:
Jason Long 2012-11-27 16:16:07 -05:00 committed by Haacked
parent 23e6b6cdac
commit 7514f66998
15 changed files with 207 additions and 19 deletions

View File

@ -326,4 +326,44 @@ div.sidebar div.source {
div.sidebar div.boilerplate { div.sidebar div.boilerplate {
font-family: 'courier new', courier; font-family: 'courier new', courier;
font-size: 0.7em; 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;
} }

View File

@ -21,7 +21,7 @@
Which of the following best describes your situation? Which of the following best describes your situation?
<span>}</span> <span>}</span>
</h2> </h2>
<ul id='situations'> <ul id='situations' class="cf">
<li class='whatever'> <li class='whatever'>
<a href="licenses/permissive/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a> <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> <h3><a href="licenses/permissive/mit">Do what you like with my code.</a></h3>
@ -49,9 +49,9 @@
</p> </p>
</li> </li>
<li class='reciprocity'> <li class='reciprocity'>
<!-- <!--
TODO: We might need a GPL landing page here so we're not making any political statements 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> <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> <h3><a href="licenses/reciprocal/gpl-v2">I care about reciprocity.</a></h3>
<p> <p>
@ -65,6 +65,15 @@
</p> </p>
</li> </li>
</ul> </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>
</div> </div>
</body> </body>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>Apache v2 License</h1> <h1>Apache v2 License</h1>
<div class="cf">
<div class='license'> <div class='license'>
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p> <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
@ -122,6 +123,16 @@
<div class="source"> <div class="source">
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a> <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a>
</div> </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>
</div> </div>
</body> </body>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>Eclipse Public License v1.0</h1> <h1>Eclipse Public License v1.0</h1>
<div class="cf">
<div class='license'> <div class='license'>
<p> <p>
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
@ -309,5 +310,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -26,7 +26,7 @@
<a href="apache">Apache</a> <a href="apache">Apache</a>
</th> </th>
<th class='summary'> <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> that are necessarily infringed by the software. <a href="apache">View full license »</a>
</th> </th>
</tr> </tr>
@ -68,7 +68,7 @@
<a href="eclipse">Eclipse</a> <a href="eclipse">Eclipse</a>
</th> </th>
<th class='summary'> <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> some cases. <a href="eclipse">View full license »</a>
</th> </th>
</tr> </tr>
@ -109,7 +109,7 @@
<a href="mozilla">Mozilla</a> <a href="mozilla">Mozilla</a>
</th> </th>
<th class='summary'> <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> <a href="mozilla">View full license »</a>
</th> </th>
</tr> </tr>
@ -145,6 +145,15 @@
</td> </td>
</tr> </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> </div>
</body> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>Mozilla Public License<br />Version 2.0</h1> <h1>Mozilla Public License<br />Version 2.0</h1>
<div class="cf">
<div class='license'> <div class='license'>
<h2 id="definitions">1. Definitions</h2> <h2 id="definitions">1. Definitions</h2>
<dl> <dl>
@ -160,6 +161,16 @@
<a href="http://www.mozilla.org/MPL/2.0/">Source</a> <a href="http://www.mozilla.org/MPL/2.0/">Source</a>
</div> </div>
</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> </div>
</body> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>BSD (3-Clause) License</h1> <h1>BSD (3-Clause) License</h1>
<div class="cf">
<div class='license'> <div class='license'>
<p> <p>
Copyright (c) &lt;year&gt;, &lt;OWNER&gt; Copyright (c) &lt;year&gt;, &lt;OWNER&gt;
@ -58,5 +59,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -21,6 +21,7 @@
</ol> </ol>
<h1>BSD (2-Clause) License</h1> <h1>BSD (2-Clause) License</h1>
<div class="cf">
<div class='license'> <div class='license'>
<p> <p>
Copyright (c) &lt;year&gt;, &lt;OWNER&gt; Copyright (c) &lt;year&gt;, &lt;OWNER&gt;
@ -52,5 +53,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -136,6 +136,15 @@
</tr> </tr>
</table> </table>
</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> </div>
</body> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>MIT License</h1> <h1>MIT License</h1>
<div class="cf">
<div class='license'> <div class='license'>
<p> <p>
Copyright (c) &lt;year&gt; &lt;copyright holders&gt; Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
@ -47,5 +48,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -21,6 +21,7 @@
</ol> </ol>
<h1>Microsoft Public License<br>(Ms-PL)</h1> <h1>Microsoft Public License<br>(Ms-PL)</h1>
<div class="cf">
<div class='license'> <div class='license'>
<strong> <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. 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>
</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> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>GPL v2</h1> <h1>GPL v2</h1>
<div class="cf">
<div class='license'> <div class='license'>
<h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3> <h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3>
<p> <p>
@ -27,7 +28,7 @@
</p> </p>
<pre> <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 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies 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. 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>
<p> <p>
<strong>Note:</strong>The Free Software Foundation recommends taking the additional <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, 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. it suggests adding the copyright notice and a pointer to the full license file.
</p> </p>
<div class="boilerplate"> <div class="boilerplate">
@ -451,6 +452,16 @@
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a> <a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
</div> </div>
</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> </div>
</body> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>GPL v3</h1> <h1>GPL v3</h1>
<div class="cf">
<div class='license'> <div class='license'>
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3> <h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
<p style="text-align: center;">Version 3, 29 June 2007</p> <p style="text-align: center;">Version 3, 29 June 2007</p>
@ -100,7 +101,7 @@
<p>&ldquo;Copyright&rdquo; also means copyright-like laws that apply to other kinds of <p>&ldquo;Copyright&rdquo; also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.</p> works, such as semiconductor masks.</p>
<p>&ldquo;The Program&rdquo; refers to any copyrightable work licensed under this <p>&ldquo;The Program&rdquo; refers to any copyrightable work licensed under this
License. Each licensee is addressed as &ldquo;you&rdquo;. &ldquo;Licensees&rdquo; and License. Each licensee is addressed as &ldquo;you&rdquo;. &ldquo;Licensees&rdquo; and
&ldquo;recipients&rdquo; may be individuals or organizations.</p> &ldquo;recipients&rdquo; may be individuals or organizations.</p>
@ -539,7 +540,7 @@
covered work in a country, or your recipient's use of the covered work 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 in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.</p> country that you have reason to believe are valid.</p>
<p>If, pursuant to or in connection with a single transaction or <p>If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties 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. 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>
<p> <p>
<strong>Note:</strong>The Free Software Foundation recommends taking the additional <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, 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. it suggests adding the copyright notice and a pointer to the full license file.
</p> </p>
<div class="boilerplate"> <div class="boilerplate">
@ -690,5 +691,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>LGPL v2.1</h1> <h1>LGPL v2.1</h1>
<div class="cf">
<div class='license'> <div class='license'>
<h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3> <h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3>
<p> <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. 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>
<p> <p>
<strong>Note:</strong>The Free Software Foundation recommends taking the additional <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, 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. it suggests adding the copyright notice and a pointer to the full license file.
</p> </p>
<div class="boilerplate"> <div class="boilerplate">
@ -614,5 +615,15 @@
</div> </div>
</div> </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> </body>
</html> </html>

View File

@ -20,6 +20,7 @@
</li> </li>
</ol> </ol>
<h1>LGPL v3</h1> <h1>LGPL v3</h1>
<div class="cf">
<div class='license'> <div class='license'>
<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3> <h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
<p style="text-align: center;">Version 3, 29 June 2007</p> <p style="text-align: center;">Version 3, 29 June 2007</p>
@ -203,10 +204,10 @@
<div class='how-to-apply'> <div class='how-to-apply'>
<h5>How to apply this license</h5> <h5>How to apply this license</h5>
<p> <p>
This license is an additional set of permissions to the <a href="../gpl-v3">GPL v3</a> 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 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) 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 &lt;year&gt; with the current year and in the root of your source code and copy the text. Replace &lt;year&gt; with the current year and
&lt;copyright holders&gt; with the name of the copyright holders. &lt;copyright holders&gt; with the name of the copyright holders.
</p> </p>
</div> </div>
@ -215,5 +216,15 @@
</div> </div>
</div> </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> </body>
</html> </html>