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