source: prologue/bookinfo.xml@ 12a27da7

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 12a27da7 was 12a27da7, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Fix testing of binutils-2.32 gold linker.
Update to tzdata-2019b.
Update to python3-3.7.4.
Update to meson-0.51.1.
Update to iproute2-5.2.0.
Update to grub-2.04.
Update to linux-5.2.1.
Update to bc-2.1.0.
Update to bzip2-1.0.8.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.5 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 revision='sysv' >Version &version; </subtitle>
11 <subtitle revision='systemd'>Version &versiond;</subtitle>
12 <subtitle>Published &releasedate;</subtitle>
13
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>
23
24 <author revision="systemd">
25 <firstname>Editor: Douglas R.</firstname>
26 <surname>Reno</surname>
27 </author>
28
29 <author revision="systemd">
30 <firstname>Editor: DJ</firstname>
31 <surname>Lucas</surname>
32 </author>
33 </authorgroup>
34
35 <copyright id="copyright">
36 <year>&copyrightdate;</year>
37 <holder>Gerard Beekmans</holder>
38 </copyright>
39
40 <legalnotice>
41
42 <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
43
44 <para>All rights reserved.</para>
45
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>
49
50 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
51 Linus Torvalds.</para>
52
53 </legalnotice>
54
55</bookinfo>
Note: See TracBrowser for help on using the repository browser.