Ignore:
Timestamp:
01/06/2006 02:59:05 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e1ca33a
Parents:
1714f1a
Message:

Merged recent changes from trunk to lfs-alpha. Fixed typo.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/bookinfo.xml

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