source: prologue/bookinfo.xml@ 8eb3fe4

multilib-10.1
Last change on this file since 8eb3fe4 was 8eb3fe4, checked in by Thomas Trepl <thomas@…>, 5 years ago

First apply of multilib-patch of April 1st, 2019

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

  • Property mode set to 100644
File size: 1.8 KB
Line 
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]>
7
8<bookinfo>
9 <title>Linux From Scratch</title>
10 <subtitle arch="default" revision='sysv'>Version &version;</subtitle>
11 <subtitle arch="default" revision='systemd'>Version &versiond;</subtitle>
12 <subtitle arch="multilib" revision='sysv'>Version &version;-multilib</subtitle>
13 <subtitle arch="multilib" revision='systemd'>Version &versiond;-multilib</subtitle>
14
15 <authorgroup>
16 <author>
17 <firstname>Created by Gerard</firstname>
18 <surname>Beekmans</surname>
19 </author>
20 <author>
21 <firstname>Managing Editor: Bruce</firstname>
22 <surname>Dubbs</surname>
23 </author>
24
25 <author revision="systemd">
26 <firstname>Editor: Douglas R.</firstname>
27 <surname>Reno</surname>
28 </author>
29
30 <author revision="systemd">
31 <firstname>Editor: DJ</firstname>
32 <surname>Lucas</surname>
33 </author>
34
35 <author arch="multilib">
36 <firstname>Editor: Thomas</firstname>
37 <surname>Trepl</surname>
38 </author>
39 </authorgroup>
40
41 <copyright id="copyright">
42 <year>&copyrightdate;</year>
43 <holder>Gerard Beekmans</holder>
44 </copyright>
45
46 <legalnotice>
47
48 <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
49
50 <para>All rights reserved.</para>
51
52 <para>This book is licensed under a <xref linkend="CC"/>.</para>
53 <para>Computer instructions may be extracted from the book under the
54 <xref linkend="MIT"/>.</para>
55
56 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
57 Linus Torvalds.</para>
58
59 </legalnotice>
60
61</bookinfo>
Note: See TracBrowser for help on using the repository browser.