source: BOOK/prologue/x86/bookinfo.xml @ 3f8be484

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3f8be484 was 3f8be484, checked in by Jim Gifford <clfs@…>, 18 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

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