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 |
|
---|
10 | <xi:include xmlns:xi="http://www.w3.org/2001/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/2001/XInclude"
|
---|
17 | href="../../index.xml"
|
---|
18 | xpointer="xpointer(/bookinfo/copyright)"/>
|
---|
19 |
|
---|
20 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
21 | href="../../index.xml"
|
---|
22 | xpointer="xpointer(bookinfo/bibliosource)"/>
|
---|
23 |
|
---|
24 | <legalnotice>
|
---|
25 | <para>Copyright © 2005-&year;, Joe Ciccone, Jim Gifford, & Ryan Oliver</para>
|
---|
26 |
|
---|
27 | <para>All rights reserved.</para>
|
---|
28 |
|
---|
29 | <para>This material may be distributed only subject to the terms and
|
---|
30 | conditions set forth in the <xref linkend="license"/> v1.0 or later
|
---|
31 | (the latest version is presently available at <ulink
|
---|
32 | url="http://www.opencontent.org/openpub/"/>).</para>
|
---|
33 |
|
---|
34 | <!-- Modifications and limitations to the OPL (see section VI)
|
---|
35 | can be place here, if needed. -->
|
---|
36 |
|
---|
37 | <para><trademark class='registered'>Linux</trademark> is a registered
|
---|
38 | trademark of Linus Torvalds.</para>
|
---|
39 |
|
---|
40 | <para>This book is based on the "Linux From Scratch" book, that was
|
---|
41 | released under the following license:</para>
|
---|
42 |
|
---|
43 | <para>Copyright © 1999–&year;, Gerard Beekmans</para>
|
---|
44 |
|
---|
45 | <para>All rights reserved.</para>
|
---|
46 |
|
---|
47 | <para>Redistribution and use in source and binary forms, with or without
|
---|
48 | modification, are permitted provided that the following conditions are
|
---|
49 | met:</para>
|
---|
50 |
|
---|
51 | <itemizedlist>
|
---|
52 | <listitem>
|
---|
53 | <para>Redistributions in any form must retain the above copyright
|
---|
54 | notice, this list of conditions and the following disclaimer</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Neither the name of <quote>Linux From Scratch</quote> nor the
|
---|
58 | names of its contributors may be used to endorse or promote products
|
---|
59 | derived from this material without specific prior written
|
---|
60 | permission</para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>Any material derived from Linux From Scratch must contain
|
---|
64 | a reference to the <quote>Linux From Scratch</quote> project</para>
|
---|
65 | </listitem>
|
---|
66 | </itemizedlist>
|
---|
67 |
|
---|
68 | <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
---|
69 | <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
|
---|
70 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
---|
71 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
|
---|
72 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
73 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
74 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
---|
75 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
---|
76 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
---|
77 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
---|
78 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
|
---|
79 |
|
---|
80 | </legalnotice>
|
---|
81 |
|
---|
82 | </bookinfo>
|
---|