Update to Python-3.8.2.
[linux_from_scratch.git] / prologue / bookinfo.xml
blob73d06410d17e3ab5fc32265bb033621d5292d5ae
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4   <!ENTITY % general-entities SYSTEM "../general.ent">
5   %general-entities;
6 ]>
8 <bookinfo>
9   <title>Linux From Scratch</title>
10   <subtitle revision='sysv'   >Version &version; </subtitle>
11   <subtitle revision='systemd'>Version &versiond;</subtitle>
12   <subtitle>Published &releasedate;</subtitle>
14   <authorgroup>
15     <author>
16       <firstname>Created by Gerard</firstname>
17       <surname>Beekmans</surname>
18     </author>
19     <author>
20       <firstname>Managing Editor: Bruce</firstname>
21       <surname>Dubbs</surname>
22     </author>
24     <author revision="systemd">
25       <firstname>Editor: Douglas R.</firstname>
26       <surname>Reno</surname>
27     </author>
29     <author revision="systemd">
30       <firstname>Editor: DJ</firstname>
31       <surname>Lucas</surname>
32     </author>
33   </authorgroup>
35   <copyright id="copyright">
36     <year>&copyrightdate;</year>
37     <holder>Gerard Beekmans</holder>
38   </copyright>
40   <legalnotice>
42     <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
44     <para>All rights reserved.</para>
46     <para>This book is licensed under a <xref linkend="CC"/>.</para>
47     <para>Computer instructions may be extracted from the book under the
48           <xref linkend="MIT"/>.</para>
50     <para><trademark class='registered'>Linux</trademark> is a registered trademark of
51     Linus Torvalds.</para>
53   </legalnotice>
55 </bookinfo>