source: prologue/bookinfo.xml@ c2133bc

Last change on this file since c2133bc was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Upgraded to DocBook 4.4 DTD

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<bookinfo>
7<title>Linux From Scratch</title>
8<subtitle arch="x86">Version &version-x86;</subtitle>
9<subtitle arch="alpha">Version &version-alpha;</subtitle>
10<subtitle arch="ppc">Version &version-ppc;</subtitle>
11<subtitle arch="raq2">Version &version-raq2;</subtitle>
12
13
14<authorgroup>
15<author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
16</authorgroup>
17
18
19<copyright id="copyright">
20 <year>1999&ndash;2005</year>
21 <holder>Gerard Beekmans</holder>
22</copyright>
23
24<legalnotice>
25<para>Copyright (c) 1999&ndash;2005, Gerard Beekmans</para>
26
27<para>All rights reserved.</para>
28
29<para>Redistribution and use in source and binary forms, with or without
30modification, are permitted provided that the following conditions are
31met:</para>
32
33<itemizedlist>
34
35<listitem><para>Redistributions in any form must retain the above copyright
36notice, this list of conditions and the following disclaimer</para></listitem>
37
38<listitem><para>Neither the name of <quote>Linux From Scratch</quote> nor the
39names of its contributors may be used to endorse or promote products derived
40from this material without specific prior written permission</para></listitem>
41
42<listitem><para>Any material derived from Linux From Scratch must contain
43a reference to the <quote>Linux From Scratch</quote> project</para></listitem>
44
45</itemizedlist>
46
47<para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <quote>AS
48IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
49TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
50PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
51CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
52EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
53PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
54PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
55LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
56NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
57SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
58</legalnotice>
59
60</bookinfo>
61
Note: See TracBrowser for help on using the repository browser.