Changeset e11607f in clfs-sysroot


Ignore:
Timestamp:
Oct 5, 2006, 11:45:54 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
967ae7d
Parents:
052ecb7
Message:

Updated clfs-2.0 branch to OPL license.

Location:
BOOK
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/arm-index.xml

    r052ecb7 re11607f  
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/arm.xml"/>
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
    6667
    6768  </part>
  • BOOK/general.ent

    r052ecb7 re11607f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "09"> <!-- Use two digits -->
    4 <!ENTITY month_name "September">
    5 <!ENTITY day "17"> <!-- Use two digits -->
     3<!ENTITY month "10"> <!-- Use two digits -->
     4<!ENTITY month_name "October">
     5<!ENTITY day "05"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
  • BOOK/index.xml

    r052ecb7 re11607f  
    2727
    2828  <bibliosource>
    29     <emphasis>Based on LFS, Copyright © 1999&ndash;2006 Gerard Beekmans</emphasis>
     29    <emphasis>Based on LFS, Copyright &copy; 1999&ndash;2006 Gerard Beekmans</emphasis>
    3030  </bibliosource>
    3131
  • BOOK/introduction/common/changelog.xml

    r052ecb7 re11607f  
    3838
    3939    <listitem>
     40      <para>October 5, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[manuel] - Changed book license to the Open Publication
     44          License v1.0.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>August 31, 2006</para>
    4151      <itemizedlist>
    4252        <listitem>
    43           <para>[jciccone] - Added a Hst System Requirements page.</para>
     53          <para>[jciccone] - Added a Host System Requirements page.</para>
    4454        </listitem>
    4555        <listitem>
     
    5767          systems will fail, it will attempt to connect to 255.255.255.255
    5868          instead of the ip address entered. This was due to a change in glibc's
    59           handling of inet_addr, was long now is u_int32_t. Bug found by 
     69          handling of inet_addr, was long now is u_int32_t. Bug found by
    6070          Vladimir Vainer.</para>
    6171        </listitem>
     
    6777        </listitem>
    6878        <listitem>
    69           <para>[jciccone] - Removed the keymap settings from the kernel 
     79          <para>[jciccone] - Removed the keymap settings from the kernel
    7080          pages.</para>
    7181        </listitem>
     
    8393        </listitem>
    8494        <listitem>
    85           <para>[jciccone] - Updated to Vim Patch -10, which contains upstream 
     95          <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
    8696          fixes.</para>
    8797        </listitem>
  • BOOK/prologue/arm/bookinfo.xml

    r052ecb7 re11607f  
    2727
    2828  <legalnotice>
    29     <para>Copyright (c) 2005, Jim Gifford &amp; Ryan Oliver</para>
     29    <para>Copyright &copy; 2005-2006, Jim Gifford &amp; Ryan Oliver</para>
     30
     31    <para>All rights reserved.</para>
     32
     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>
     37
     38    <!-- Modifications and limitations to the OPL (see section VI)
     39    can be place here, if needed. -->
     40
     41    <para><trademark class='registered'>Linux</trademark> is a registered
     42    trademark of Linus Torvalds.</para>
     43
     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>
    3048
    3149    <para>All rights reserved.</para>
  • BOOK/stylesheets/top-index.xsl

    r052ecb7 re11607f  
    162162    <div>
    163163      <p class="copyright">
    164         <xsl:text>Copyright (c)</xsl:text>
     164        <xsl:text>Copyright ©</xsl:text>
    165165        <xsl:apply-templates/>
    166166      </p>
  • BOOK/stylesheets/xhtml/lfs-legalnotice.xsl

    r052ecb7 re11607f  
    88  <xsl:template match="legalnotice" mode="titlepage.mode">
    99    <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
    10       <xsl:variable name="filename" select="concat($base.dir, 'prologue/legalnotice.html')"/>
     10      <xsl:variable name="filename" select="concat($base.dir, 'legalnotice.html')"/>
    1111    <xsl:variable name="title">
    1212      <xsl:apply-templates select="." mode="title.markup"/>
     
    3232                  <a accesskey="h">
    3333                    <xsl:attribute name="href">
    34                       <xsl:text>../index.html</xsl:text>
     34                      <xsl:text>index.html</xsl:text>
    3535                    </xsl:attribute>
    3636                    <xsl:attribute name="title">
     
    5757      <a>
    5858        <xsl:attribute name="href">
    59           <xsl:value-of select="'prologue/legalnotice.html'"/>
     59          <xsl:value-of select="'legalnotice.html'"/>
    6060        </xsl:attribute>
    6161        <xsl:call-template name="gentext">
  • BOOK/x86-index.xml

    r052ecb7 re11607f  
    6464    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/x86.xml"/>
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
    6667
    6768  </part>
Note: See TracChangeset for help on using the changeset viewer.