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 |
|
---|
30 | <para>Cross Linux From Scratch uses the MIT License</para>
|
---|
31 |
|
---|
32 | <para>Cross Linux from Scratch is based off of Linux From Scratch
|
---|
33 | <ulink url="http://www.linuxfromscratch.org"/></para>
|
---|
34 |
|
---|
35 | <para>Copyright (c) 2005–2006, Jim Gifford & Ryan Oliver</para>
|
---|
36 |
|
---|
37 | <para>Permission is hereby granted, free of charge, to any person obtaining
|
---|
38 | a copy of this software and associated documentation files (the "Software"),
|
---|
39 | to deal in the Software without restriction, including without limitation
|
---|
40 | the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
41 | and/or sell copies of the Software, and to permit persons to whom the
|
---|
42 | Software is furnished to do so, subject to the following conditions:</para>
|
---|
43 |
|
---|
44 | <itemizedlist>
|
---|
45 | <listitem>
|
---|
46 | <para>Redistributions in any form must retain the above copyright notice,
|
---|
47 | this list of conditions and the following disclaimer</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Neither the name of <quote>Cross Linux From Scratch</quote> nor the
|
---|
51 | names of its contributors may be used to endorse or promote products
|
---|
52 | derived from this material without specific prior written
|
---|
53 | permission</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Any material derived from Cross Linux From Scratch must contain
|
---|
57 | a reference to the <quote>Cross Linux From Scratch</quote> project</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 |
|
---|
61 | <para>The above copyright notice and this permission notice shall be included
|
---|
62 | in all copies or substantial portions of the Software.</para>
|
---|
63 |
|
---|
64 | <para>THE SOFTWARE IS PROVIDED <quote>AS IS</quote>, WITHOUT WARRANTY OF ANY
|
---|
65 | KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
66 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
---|
67 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
---|
68 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
69 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
---|
70 | THE USE OR OTHER DEALINGS IN THE SOFTWARE.</para>
|
---|
71 |
|
---|
72 | </legalnotice>
|
---|
73 |
|
---|
74 | </bookinfo>
|
---|