source: prologue/bookinfo.xml@ be00729f

ml-11.0 multilib
Last change on this file since be00729f was be00729f, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[287ea55]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[eb81fc5]7
[b330f4a]8<bookinfo>
9 <title>Linux From Scratch</title>
[b3f1ebb3]10 <subtitle arch="default" revision='sysv'>Version &version;</subtitle>
11 <subtitle arch="default" revision='systemd'>Version &versiond;</subtitle>
[fd48baa]12 <subtitle arch="ml_32,ml_x32,ml_all" revision='sysv'>Version &version;-multilib</subtitle>
13 <subtitle arch="ml_32,ml_x32,ml_all" revision='systemd'>Version &versiond;-multilib</subtitle>
[be00729f]14 <subtitle>Published &releasedate;</subtitle>
[eb81fc5]15
[b330f4a]16 <authorgroup>
17 <author>
[e028607]18 <firstname>Created by Gerard</firstname>
[b330f4a]19 <surname>Beekmans</surname>
20 </author>
[e028607]21 <author>
[1118b17]22 <firstname>Managing Editor: Bruce</firstname>
[73b2841]23 <surname>Dubbs</surname>
[e028607]24 </author>
[0e800df]25
[1118b17]26 <author revision="systemd">
27 <firstname>Editor: Douglas R.</firstname>
28 <surname>Reno</surname>
29 </author>
[0e800df]30
[1118b17]31 <author revision="systemd">
32 <firstname>Editor: DJ</firstname>
33 <surname>Lucas</surname>
34 </author>
[b3f1ebb3]35
[fd48baa]36 <author arch="ml_32,ml_x32,ml_all">
[b3f1ebb3]37 <firstname>Editor: Thomas</firstname>
38 <surname>Trepl</surname>
39 </author>
[b330f4a]40 </authorgroup>
[6370fa6]41
[b330f4a]42 <copyright id="copyright">
[1c48007]43 <year>&copyrightdate;</year>
[b330f4a]44 <holder>Gerard Beekmans</holder>
45 </copyright>
[6370fa6]46
[b330f4a]47 <legalnotice>
[1118b17]48
[1c48007]49 <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
[6370fa6]50
[b330f4a]51 <para>All rights reserved.</para>
[6370fa6]52
[1c48007]53 <para>This book is licensed under a <xref linkend="CC"/>.</para>
[2ca8941]54 <para>Computer instructions may be extracted from the book under the
[1c48007]55 <xref linkend="MIT"/>.</para>
[6370fa6]56
[1c48007]57 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
58 Linus Torvalds.</para>
[6370fa6]59
[b330f4a]60 </legalnotice>
[6370fa6]61
[eb81fc5]62</bookinfo>
Note: See TracBrowser for help on using the repository browser.