Changeset 4820ba3


Ignore:
Timestamp:
Jul 12, 2006, 7:34:20 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ad9f502
Parents:
2f3e4d8
Message:

r4513@server: jim | 2006-07-12 07:33:13 -0700
Reverted last Changes. Fixed architectures listed for netboot hint

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/index.xml

    r2f3e4d8 r4820ba3  
    77
    88<bookinfo>
    9   <title>Cross Linux From Scratch</title>
     9  <title>Cross-Compiled Linux From Scratch</title>
    1010  <subtitle>Version &version;</subtitle>
    1111
     
    2727
    2828  <bibliosource>
    29     <emphasis>Based on Linux From Scratch, Copyright © 1999&ndash;2006 Gerard Beekmans</emphasis>
     29    <emphasis>Based on LFS, Copyright © 1999&ndash;2006 Gerard Beekmans</emphasis>
    3030  </bibliosource>
    3131
  • BOOK/prologue/x86/bookinfo.xml

    r2f3e4d8 r4820ba3  
    2727
    2828  <legalnotice>
     29    <para>Copyright (c) 2005, Jim Gifford &amp; Ryan Oliver</para>
    2930
    30     <para>Cross Linux From Scratch uses the MIT License</para>
     31    <para>All rights reserved.</para>
    3132
    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&ndash;2006, Jim Gifford &amp; 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>
     33    <para>Redistribution and use in source and binary forms, with or without
     34    modification, are permitted provided that the following conditions are
     35    met:</para>
    4336
    4437    <itemizedlist>
    4538      <listitem>
    46         <para>Redistributions in any form must retain the above copyright notice,
    47         this list of conditions and the following disclaimer</para>
     39        <para>Redistributions in any form must retain the above copyright
     40        notice, this list of conditions and the following disclaimer</para>
    4841      </listitem>
    4942      <listitem>
    50         <para>Neither the name of <quote>Cross Linux From Scratch</quote> nor the
     43        <para>Neither the name of <quote>Linux From Scratch</quote> nor the
    5144        names of its contributors may be used to endorse or promote products
    5245        derived from  this material without specific prior written
     
    5447      </listitem>
    5548      <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>
     49        <para>Any material derived from Linux From Scratch must contain
     50        a reference to the <quote>Linux From Scratch</quote> project</para>
    5851      </listitem>
    5952    </itemizedlist>
    6053
    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>
     54    <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     55    <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
     56    BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
     57    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
     58    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     59    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     60    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
     61    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
     62    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     63    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
     64    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
    7165
    7266  </legalnotice>
Note: See TracChangeset for help on using the changeset viewer.