diff options
Diffstat (limited to 'appendices/license.xml')
-rw-r--r-- | appendices/license.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/appendices/license.xml b/appendices/license.xml new file mode 100644 index 000000000..40b857671 --- /dev/null +++ b/appendices/license.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + +<appendix id="Licenses" xreflabel="Appendix E"> + <?dbhtml dir="appendicies"?> + <?dbhtml filename="licenses.html"?> + + <title>LFS Licenses</title> + + <para>This book is licensed under the Creative Commons + Attribution-NonCommercial-ShareAlike 2.0 License.</para> + + <para>Computer instructions may be extracted from the book under the MIT + License.</para> + + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creat-comm.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mit-lic.xml"/> + + +</appendix> |