source: prologue/bookinfo.xml@ 00af9f7

Last change on this file since 00af9f7 was c30ef42, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Merged stuff from RAQ2 in chapter03, entities and book version.

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

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