diff options
Diffstat (limited to 'docs/license.html')
-rw-r--r-- | docs/license.html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/license.html b/docs/license.html new file mode 100644 index 00000000..3b5f415e --- /dev/null +++ b/docs/license.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<html> +<head> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <style type="text/css"> + body { + background:#fff; + color:#000; + font-family:sans-serif; + font-size:1em; + } + </style> + + <title> + Copyright licensing information for the libreboot project (http://www.libreboot.org/) documentation + </title> + +</head> + +<body> + + <header> + <h1 id="pagetop">Copyright licensing information for the libreboot project (http://www.libreboot.org/) documentation</h1> + <aside>Time and date of writing: 07:54 (time zone: UTC) on July 11th, 2014.</aside> + </header> + + <p> + Libreboot documentation (included in the 'docs' directory) and this license document are:<br/> + <b>Copyright © 2014 Francis Rowe, All Rights Reserved.</b><br/> + Send email to info@gluglug.org.uk for your enquiry. + </p> + + <p> + I (Francis Rowe) give license (except where otherwise noted) to you (the licensee or "end user") for the supplied documentation in the 'docs' directory, -- <b>with exception to this license document that you are reading now which may only be read, copied and distributed without modification</b> -- under your chosen <b>parallel (simultaneous) combination of AT LEAST ONE (1) of</b>, or <b>singular selection from AT LEAST ONE (1) of</b> or <b>parallel (simultaneous) choice of ALL THREE (3) of</b> the following copyright licenses: + </p> + + <ul> + <li> + <b>Creative Commons Attribution-ShareAlike 4.0 International</b> public license (per <a href="cc-by-sa-4.txt">cc-by-sa-4.txt</a>) + or (at your choosing) any subsequent version of the <b>Creative Commons Attribution-ShareAlike International</b> public license + (per <a href="https://creativecommons.org/licenses/">https://creativecommons.org/licenses/</a>) + as published by <a href="https://creativecommons.org/">Creative Commons</a>. + </li> + <li> + <b>GNU Free Documentation License, version 1.3 with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts</b> (per <a href="gnu-fdl-1.3.shtml">gnu-fdl-1.3.shtml</a>) + or (at your choosing) any subsequent version of the <b>GNU Free Documentation License with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts</b> (per <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>) as published by the <a href="https://www.fsf.org">Free Software Foundation</a>. + </li> + <li> + <b>GNU General Public License, version 3.0</b> (per <a href="gnu-gpl-3.0.shtml">gnu-gpl-3.0.shtml</a>) or (at your option) any subsequent version + of the <b>GNU General Public License</b> (per <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>) as published by the <a href="https://www.fsf.org">Free Software Foundation</a>. Per <b>Section 7b</b> of the <b>GNU General Public License version 3.0</b> (per <a href="gnu-gpl-3.0.shtml">gnu-gpl-3.0.shtml</a>) you must also comply with the <b>Attribution</b> section below: + </li> + </ul> + + <h2>Attribution</h2> + <ul> + <li>Credit Francis Rowe,</li> + <li>Provide the title of the work,</li> + <li>Provide the URL where the work is made available,</li> + <li>Indicate the type of license it is available under and provide a copy of the license (so others can find out the license terms); and</li> + <li>Keep intact any copyright notices associated with the work.</li> + </ul> + + <h2> + Exceptions + </h2> + + <p> + I (Francis Rowe) <b>do not claim</b> copyright ownership (due to <b>lack</b> of copyright ownership) on the following license documents located within the 'docs' directory: + </p> + <ul> + <li><a href="cc-by-sa-4.txt">cc-by-sa-4.txt</a> (attributed to <a href="https://creativecommons.org/">Creative Commons</a>)</li> + <li><a href="gnu-fdl-1.3.shtml">gnu-fdl-1.3.shtml</a> (attributed to the <a href="https://www.fsf.org/">Free Software Foundation</a>)</li> + <li><a href="gnu-gpl-3.0.shtml">gnu-gpl-3.0.shtml</a> (attributed to the <a href="https://www.fsf.org/">Free Software Foundation</a>)</li> + </ul> + +</body> +</html> |