source: BOOK/prologue/x86/bookinfo.xml@ 0fd55dd

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0fd55dd was 508ef41, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

The license used by LFS need be retained.

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