Ticket #1765: legal.patch

File legal.patch, 36.2 KB (added by bdubbs@…, 18 years ago)

Patch to update LFS LegalNotice to the same as BLFS

  • prologue/bookinfo.xml

     
    2828
    2929    <para>All rights reserved.</para>
    3030
    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>
     31    <para>Descriptive text is licensed under a <xref linkend="CC"/>.</para>
     32    <para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para>
    3433
    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>
     34    <para><trademark class='registered'>Linux</trademark> is a registered
     35    trademark o f Linus Torvalds.</para>
    5136
    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>
    63 
    6437  </legalnotice>
    6538
    6639</bookinfo>
  • index.xml

     
    4040<?dbhtml filename="part4.html"?>
    4141<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixa/acronymlist.xml"/>
    4242<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixb/acknowledgments.xml"/>
     43<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/creat-comm.xml"/>
     44<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/ac-free-lic.xml"/>
     45   
    4346</part>
    4447
    4548<index/>
  • appendices/ac-free-lic.xml

     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE appendix 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<appendix id="AFL" xreflabel="Academic Free License v. 2.1">
     9  <?dbhtml filename="ac-free-lic.html" dir="appendices"?>
     10
     11  <appendixinfo>
     12    <othername>$LastChangedBy: bdubbs $</othername>
     13    <date>$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $</date>
     14  </appendixinfo>
     15
     16  <title>Academic Free License v. 2.1</title>
     17
     18  <para>This Academic Free License (the "License") applies to any original work of
     19  authorship (the "Original Work") whose owner (the "Licensor") has placed the
     20  following notice immediately following the copyright notice for the Original
     21  Work:</para>
     22
     23  <blockquote>
     24    <para><emphasis>Licensed under the Academic Free License version
     25    2.1</emphasis></para>
     26  </blockquote>
     27
     28  <orderedlist numeration='arabic'>
     29
     30    <listitem>
     31      <para> Grant of Copyright License. Licensor hereby grants You a
     32      world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to
     33      do the following:</para>
     34
     35      <itemizedlist spacing='compact'>
     36        <listitem>
     37          <para>to reproduce the Original Work in copies;</para>
     38        </listitem>
     39        <listitem>
     40          <para>to prepare derivative works ("Derivative Works") based upon
     41          the Original Work;</para>
     42        </listitem>
     43        <listitem>
     44          <para>to distribute copies of the Original Work and Derivative Works
     45          to the public;</para>
     46        </listitem>
     47        <listitem>
     48          <para>to perform the Original Work publicly; and</para>
     49        </listitem>
     50        <listitem>
     51          <para>to display the Original Work publicly. </para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>Grant of Patent License. Licensor hereby grants You a
     58      world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license,
     59      under patent claims owned or controlled by the Licensor that are embodied in
     60      the Original Work as furnished by the Licensor, to make, use, sell and offer
     61      for sale the Original Work and Derivative Works.</para>
     62    </listitem>
     63
     64    <listitem>
     65      <para>Grant of Source Code License. The term "Source Code" means the
     66      preferred form of the Original Work for making modifications to it and all
     67      available documentation describing how to modify the Original Work. Licensor
     68      hereby agrees to provide a machine-readable copy of the Source Code of the
     69      Original Work along with each copy of the Original Work that Licensor
     70      distributes.  Licensor reserves the right to satisfy this obligation by placing
     71      a machine-readable copy of the Source Code in an information repository
     72      reasonably calculated to permit inexpensive and convenient access by You for as
     73      long as Licensor continues to distribute the Original Work, and by publishing
     74      the address of that information repository in a notice immediately following
     75      the copyright notice that applies to the Original Work. </para>
     76    </listitem>
     77
     78    <listitem>
     79      <para>Exclusions From License Grant. Neither the names of Licensor,
     80      nor the names of any contributors to the Original Work, nor any of their
     81      trademarks or service marks, may be used to endorse or promote products derived
     82      from this Original Work without express prior written permission of the
     83      Licensor. Nothing in this License shall be deemed to grant any rights to
     84      trademarks, copyrights, patents, trade secrets or any other intellectual
     85      property of Licensor except as expressly stated herein. No patent license is
     86      granted to make, use, sell or offer to sell embodiments of any patent claims
     87      other than the licensed claims defined in Section 2. No right is granted to the
     88      trademarks of Licensor even if such marks are included in the Original Work.
     89      Nothing in this License shall be interpreted to prohibit Licensor from
     90      licensing under different terms from this License any Original Work that
     91      Licensor otherwise would have a right to license.</para>
     92    </listitem>
     93
     94    <listitem>
     95      <para>This section intentionally omitted.</para>
     96    </listitem>
     97
     98    <listitem>
     99      <para>Attribution Rights. You must retain, in the Source Code of any
     100      Derivative Works that You create, all copyright, patent or trademark notices
     101      from the Source Code of the Original Work, as well as any notices of licensing
     102      and any descriptive text identified therein as an "Attribution Notice." You
     103      must cause the Source Code for any Derivative Works that You create to carry a
     104      prominent Attribution Notice reasonably calculated to inform recipients that
     105      You have modified the Original Work.</para>
     106    </listitem>
     107
     108    <listitem>
     109      <para>Warranty of Provenance and Disclaimer of Warranty. Licensor
     110      warrants that the copyright in and to the Original Work and the patent rights
     111      granted herein by Licensor are owned by the Licensor or are sublicensed to You
     112      under the terms of this License with the permission of the contributor(s) of
     113      those copyrights and patent rights. Except as expressly stated in the
     114      immediately proceeding sentence, the Original Work is provided under this
     115      License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied,
     116      including, without limitation, the warranties of NON-INFRINGEMENT,
     117      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
     118      QUALITY OF THE ORIGINAL WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY
     119      constitutes an essential part of this License. No license to Original Work is
     120      granted hereunder except under this disclaimer.</para>
     121    </listitem>
     122
     123    <listitem>
     124      <para>Limitation of Liability. Under no circumstances and under no
     125      legal theory, whether in tort (including negligence), contract, or otherwise,
     126      shall the Licensor be liable to any person for any direct, indirect, special,
     127      incidental, or consequential damages of any character arising as a result of
     128      this License or the use of the Original Work including, without limitation,
     129      damages for loss of goodwill, work stoppage, computer failure or malfunction,
     130      or any and all other commercial damages or losses. This limitation of liability
     131      shall not apply to liability for death or personal injury resulting from
     132      Licensor's negligence to the extent applicable law prohibits such limitation.
     133      Some jurisdictions do not allow the exclusion or limitation of incidental or
     134      consequential damages, so this exclusion and limitation may not apply to You.
     135      </para>
     136    </listitem>
     137
     138    <listitem>
     139      <para>Acceptance and Termination. If You distribute copies of the
     140      Original Work or a Derivative Work, You must make a reasonable effort under the
     141      circumstances to obtain the express assent of recipients to the terms of this
     142      License. Nothing else but this License (or another written agreement between
     143      Licensor and You) grants You permission to create Derivative Works based upon
     144      the Original Work or to exercise any of the rights granted in Section 1 herein,
     145      and any attempt to do so except under the terms of this License (or another
     146      written agreement between Licensor and You) is expressly prohibited by U.S.
     147      copyright law, the equivalent laws of other countries, and by international
     148      treaty. Therefore, by exercising any of the rights granted to You in Section 1
     149      herein, You indicate Your acceptance of this License and all of its terms and
     150      conditions.</para>
     151    </listitem>
     152
     153    <listitem>
     154      <para>Termination for Patent Action. This License shall terminate
     155      automatically and You may no longer exercise any of the rights granted to You
     156      by this License as of the date You commence an action, including a cross-claim
     157      or counterclaim, against Licensor or any licensee alleging that the Original
     158      Work infringes a patent. This termination provision shall not apply for an
     159      action alleging patent infringement by combinations of the Original Work with
     160      other software or hardware.</para>
     161    </listitem>
     162
     163    <listitem>
     164      <para>Jurisdiction, Venue and Governing Law. Any action or suit
     165      relating to this License may be brought only in the courts of a jurisdiction
     166      wherein the Licensor resides or in which Licensor conducts its primary
     167      business, and under the laws of that jurisdiction excluding its conflict-of-law
     168      provisions. The application of the United Nations Convention on Contracts for
     169      the International Sale of Goods is expressly excluded. Any use of the Original
     170      Work outside the scope of this License or after its termination shall be
     171      subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C.
     172      § 101 et seq., the equivalent laws of other countries, and international
     173      treaty. This section shall survive the termination of this
     174      License.</para>
     175    </listitem>
     176
     177    <listitem>
     178      <para>Attorneys Fees. In any action to enforce the terms of this
     179      License or seeking damages relating thereto, the prevailing party shall be
     180      entitled to recover its costs and expenses, including, without limitation,
     181      reasonable attorneys' fees and costs incurred in connection with such action,
     182      including any appeal of such action. This section shall survive the termination
     183      of this License. </para>
     184    </listitem>
     185
     186    <listitem>
     187      <para>Definition of "You" in This License. "You" throughout this
     188      License, whether in upper or lower case, means an individual or a legal entity
     189      exercising rights under, and complying with all of the terms of, this License.
     190      For legal entities, "You" includes any entity that controls, is controlled by,
     191      or is under common control with you. For purposes of this definition, "control"
     192      means (i) the power, direct or indirect, to cause the direction or management
     193      of such entity, whether by contract or otherwise, or (ii) ownership of fifty
     194      percent (50%) or more of the outstanding shares, or (iii) beneficial ownership
     195      of such entity.</para>
     196    </listitem>
     197
     198    <listitem>
     199      <para>Right to Use. You may use the Original Work in all ways not
     200      otherwise restricted or conditioned by this License or by law, and Licensor
     201      promises not to interfere with or be responsible for such uses by
     202      You.</para>
     203    </listitem>
     204
     205  </orderedlist>
     206
     207  <para>This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
     208  reserved.  Permission is hereby granted to copy and distribute this license
     209  without modification. This license may not be modified without the express
     210  written permission of its copyright owner.</para>
     211
     212</appendix>
  • appendices/creat-comm.xml

     
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE appendix 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<appendix id="CC" xreflabel="Creative Commons License">
     9  <?dbhtml filename="creat-comm.html" dir="appendices"?>
     10
     11  <appendixinfo>
     12    <othername>$LastChangedBy: bdubbs $</othername>
     13    <date>$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $</date>
     14  </appendixinfo>
     15
     16  <title>Creative Commons License</title>
     17
     18  <para role='title'>Creative Commons Legal Code</para>
     19
     20  <para role='title'>Attribution-NonCommercial-ShareAlike 2.0</para>
     21
     22  <important>
     23    <para>CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT
     24    PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
     25    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN
     26    "AS-IS" BASIS.  CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION
     27    PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS
     28    USE.</para>
     29  </important>
     30
     31  <para role='title'>License</para>
     32
     33  <para>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
     34  COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
     35  COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
     36  AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.</para>
     37
     38  <para>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
     39  BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS
     40  CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
     41  CONDITIONS.</para>
     42
     43  <orderedlist numeration='arabic'>
     44    <listitem>
     45      <para>Definitions</para>
     46
     47      <orderedlist numeration='loweralpha'>
     48        <listitem>
     49          <para>"Collective Work" means a work, such as a periodical issue, anthology or
     50          encyclopedia, in which the Work in its entirety in unmodified form, along
     51          with a number of other contributions, constituting separate and independent
     52          works in themselves, are assembled into a collective whole. A work that
     53          constitutes a Collective Work will not be considered a Derivative Work (as
     54          defined below) for the purposes of this License.</para>
     55        </listitem>
     56
     57        <listitem>
     58          <para>"Derivative Work" means a work based upon the Work or upon
     59          the Work and other pre-existing works, such as a translation, musical
     60          arrangement, dramatization, fictionalization, motion picture version, sound
     61          recording, art reproduction, abridgment, condensation, or any other form in
     62          which the Work may be recast, transformed, or adapted, except that a work
     63          that constitutes a Collective Work will not be considered a Derivative Work
     64          for the purpose of this License. For the avoidance of doubt, where the Work
     65          is a musical composition or sound recording, the synchronization of the Work
     66          in timed-relation with a moving image ("synching") will be considered a
     67          Derivative Work for the purpose of this License.</para>
     68        </listitem>
     69
     70        <listitem>
     71          <para>"Licensor" means the individual or entity that offers the
     72          Work under the terms of this License.</para>
     73        </listitem>
     74
     75        <listitem>
     76          <para>"Original Author" means the individual or entity who created
     77          the Work.</para>
     78        </listitem>
     79
     80        <listitem>
     81          <para>"Work" means the copyrightable work of authorship offered
     82          under the terms of this License.</para>
     83        </listitem>
     84
     85        <listitem>
     86          <para>"You" means an individual or entity exercising rights under
     87          this License who has not previously violated the terms of this License with
     88          respect to the Work, or who has received express permission from the
     89          Licensor to exercise rights under this License despite a previous
     90          violation.</para>
     91        </listitem>
     92
     93        <listitem>
     94          <para>"License Elements" means the following high-level license
     95          attributes as selected by Licensor and indicated in the title of this
     96          License: Attribution, Noncommercial, ShareAlike.</para>
     97        </listitem>
     98
     99      </orderedlist>
     100    </listitem>
     101
     102    <listitem>
     103      <para>Fair Use Rights. Nothing in this license is intended to reduce,
     104      limit, or restrict any rights arising from fair use, first sale or other
     105      limitations on the exclusive rights of the copyright owner under copyright law
     106      or other applicable laws.</para>
     107    </listitem>
     108
     109
     110    <listitem>
     111      <para>License Grant. Subject to the terms and conditions of this
     112      License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
     113      perpetual (for the duration of the applicable copyright) license to exercise
     114      the rights in the Work as stated below:</para>
     115
     116      <orderedlist numeration='loweralpha'>
     117
     118        <listitem>
     119          <para>to reproduce the Work, to incorporate the Work into one or
     120          more Collective Works, and to reproduce the Work as incorporated in the
     121          Collective Works;</para>
     122        </listitem>
     123
     124        <listitem>
     125          <para>to create and reproduce Derivative Works;</para>
     126        </listitem>
     127
     128        <listitem>
     129          <para>to distribute copies or phonorecords of, display publicly,
     130          perform publicly, and perform publicly by means of a digital audio
     131          transmission the Work including as incorporated in Collective
     132          Works;</para>
     133        </listitem>
     134
     135        <listitem>
     136          <para>to distribute copies or phonorecords of, display publicly,
     137          perform publicly, and perform publicly by means of a digital audio
     138          transmission Derivative Works;</para>
     139        </listitem>
     140
     141      </orderedlist>
     142
     143      <para>The above rights may be exercised in all media and formats whether now
     144      known or hereafter devised. The above rights include the right to make such
     145      modifications as are technically necessary to exercise the rights in other
     146      media and formats. All rights not expressly granted by Licensor are hereby
     147      reserved, including but not limited to the rights set forth in Sections 4(e)
     148      and 4(f).</para>
     149    </listitem>
     150
     151    <listitem>
     152      <para>Restrictions.The license granted in Section 3 above is
     153      expressly made subject to and limited by the following
     154      restrictions:</para>
     155
     156      <orderedlist numeration='loweralpha'>
     157
     158        <listitem>
     159          <para>You may distribute, publicly display, publicly perform, or
     160          publicly digitally perform the Work only under the terms of this License, and
     161          You must include a copy of, or the Uniform Resource Identifier for, this
     162          License with every copy or phonorecord of the Work You distribute, publicly
     163          display, publicly perform, or publicly digitally perform. You may not offer
     164          or impose any terms on the Work that alter or restrict the terms of this
     165          License or the recipients' exercise of the rights granted hereunder. You may
     166          not sublicense the Work. You must keep intact all notices that refer to this
     167          License and to the disclaimer of warranties. You may not distribute, publicly
     168          display, publicly perform, or publicly digitally perform the Work with any
     169          technological measures that control access or use of the Work in a manner
     170          inconsistent with the terms of this License Agreement. The above applies to
     171          the Work as incorporated in a Collective Work, but this does not require the
     172          Collective Work apart from the Work itself to be made subject to the terms of
     173          this License. If You create a Collective Work, upon notice from any Licensor
     174          You must, to the extent practicable, remove from the Collective Work any
     175          reference to such Licensor or the Original Author, as requested. If You
     176          create a Derivative Work, upon notice from any Licensor You must, to the
     177          extent practicable, remove from the Derivative Work any reference to such
     178          Licensor or the Original Author, as requested.</para>
     179        </listitem>
     180
     181        <listitem>
     182          <para>You may distribute, publicly display, publicly perform, or
     183          publicly digitally perform a Derivative Work only under the terms of this
     184          License, a later version of this License with the same License Elements as
     185          this License, or a Creative Commons iCommons license that contains the same
     186          License Elements as this License (e.g. Attribution-NonCommercial-ShareAlike
     187          2.0 Japan). You must include a copy of, or the Uniform Resource Identifier
     188          for, this License or other license specified in the previous sentence with
     189          every copy or phonorecord of each Derivative Work You distribute, publicly
     190          display, publicly perform, or publicly digitally perform. You may not offer
     191          or impose any terms on the Derivative Works that alter or restrict the terms
     192          of this License or the recipients' exercise of the rights granted hereunder,
     193          and You must keep intact all notices that refer to this License and to the
     194          disclaimer of warranties. You may not distribute, publicly display, publicly
     195          perform, or publicly digitally perform the Derivative Work with any
     196          technological measures that control access or use of the Work in a manner
     197          inconsistent with the terms of this License Agreement. The above applies to
     198          the Derivative Work as incorporated in a Collective Work, but this does not
     199          require the Collective Work apart from the Derivative Work itself to be made
     200          subject to the terms of this License.</para>
     201        </listitem>
     202
     203        <listitem>
     204          <para>You may not exercise any of the rights granted to You in
     205          Section 3 above in any manner that is primarily intended for or directed
     206          toward commercial advantage or private monetary compensation. The exchange of
     207          the Work for other copyrighted works by means of digital file-sharing or
     208          otherwise shall not be considered to be intended for or directed toward
     209          commercial advantage or private monetary compensation, provided there is no
     210          payment of any monetary compensation in connection with the exchange of
     211          copyrighted works.</para>
     212        </listitem>
     213
     214        <listitem>
     215          <para>If you distribute, publicly display, publicly perform, or
     216          publicly digitally perform the Work or any Derivative Works or Collective
     217          Works, You must keep intact all copyright notices for the Work and give the
     218          Original Author credit reasonable to the medium or means You are utilizing by
     219          conveying the name (or pseudonym if applicable) of the Original Author if
     220          supplied; the title of the Work if supplied; to the extent reasonably
     221          practicable, the Uniform Resource Identifier, if any, that Licensor specifies
     222          to be associated with the Work, unless such URI does not refer to the
     223          copyright notice or licensing information for the Work; and in the case of a
     224          Derivative Work, a credit identifying the use of the Work in the Derivative
     225          Work (e.g., "French translation of the Work by Original Author," or
     226          "Screenplay based on original Work by Original Author"). Such credit may be
     227          implemented in any reasonable manner; provided, however, that in the case of
     228          a Derivative Work or Collective Work, at a minimum such credit will appear
     229          where any other comparable authorship credit appears and in a manner at least
     230          as prominent as such other comparable authorship credit.</para>
     231        </listitem>
     232
     233
     234        <listitem>
     235          <para>For the avoidance of doubt, where the Work is a musical
     236          composition:</para>
     237
     238          <orderedlist numeration='lowerroman'>
     239
     240            <listitem>
     241              <para>Performance Royalties Under Blanket Licenses. Licensor
     242              reserves the exclusive right to collect, whether individually or via a
     243              performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the
     244              public performance or public digital performance (e.g. webcast) of the
     245              Work if that performance is primarily intended for or directed toward
     246              commercial advantage or private monetary compensation.</para>
     247            </listitem>
     248
     249            <listitem>
     250              <para>Mechanical Rights and Statutory Royalties. Licensor
     251              reserves the exclusive right to collect, whether individually or via a
     252              music rights agency or designated agent (e.g. Harry Fox Agency),
     253              royalties    for any phonorecord You create from the Work ("cover
     254              version") and distribute, subject to the compulsory license created
     255              by 17 USC Section 115 of the US Copyright Act (or the equivalent in
     256              other jurisdictions), if Your distribution of such cover version is primarily
     257              intended for or directed toward commercial advantage or private monetary
     258              compensation.  6. Webcasting Rights and Statutory Royalties.  For the
     259              avoidance of doubt, where the Work is a sound recording, Licensor
     260              reserves the exclusive right to collect, whether individually or via a
     261              performance-rights society (e.g. SoundExchange), royalties for the public
     262              digital performance (e.g. webcast) of the Work, subject to the compulsory
     263              license created by 17 USC Section 114 of the US Copyright Act (or the
     264              equivalent in other jurisdictions), if Your public digital performance is
     265              primarily intended for or directed toward commercial advantage or private
     266              monetary compensation.</para>
     267            </listitem>
     268
     269          </orderedlist>
     270        </listitem>
     271
     272        <listitem>
     273          <para>Webcasting Rights and Statutory Royalties. For the
     274          avoidance of doubt, where the Work is a sound recording, Licensor reserves
     275          the exclusive right to collect, whether individually or via a
     276          performance-rights society (e.g.  SoundExchange), royalties for the public
     277          digital performance (e.g. webcast) of the Work, subject to the compulsory
     278          license created by 17 USC Section 114 of the US Copyright Act (or the
     279          equivalent in other jurisdictions), if Your public digital performance is
     280          primarily intended for or directed toward commercial advantage or private
     281          monetary compensation.</para>
     282        </listitem>
     283
     284      </orderedlist>
     285    </listitem>
     286
     287    <listitem>
     288      <para>Representations, Warranties and Disclaimer</para>
     289
     290      <para>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
     291      OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
     292      CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
     293      WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A
     294      PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
     295      ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
     296      SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH
     297      EXCLUSION MAY NOT APPLY TO YOU.</para>
     298    </listitem>
     299
     300    <listitem>
     301      <para>Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY
     302      APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY
     303      FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
     304      ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN
     305      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
     306    </listitem>
     307
     308    <listitem>
     309      <para>Termination</para>
     310
     311      <orderedlist numeration='loweralpha'>
     312
     313        <listitem>
     314          <para>This License and the rights granted hereunder will terminate
     315          automatically upon any breach by You of the terms of this License.
     316          Individuals or entities who have received Derivative Works or Collective
     317          Works from You under this License, however, will not have their licenses
     318          terminated provided such individuals or entities remain in full compliance
     319          with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any
     320          termination of this License.</para>
     321        </listitem>
     322
     323        <listitem>
     324          <para>Subject to the above terms and conditions, the license
     325          granted here is perpetual (for the duration of the applicable copyright in
     326          the Work).  Notwithstanding the above, Licensor reserves the right to release
     327          the Work under different license terms or to stop distributing the Work at
     328          any time; provided, however that any such election will not serve to withdraw
     329          this License (or any other license that has been, or is required to be,
     330          granted under the terms of this License), and this License will continue in
     331          full force and effect unless terminated as stated above.</para>
     332        </listitem>
     333
     334      </orderedlist>
     335    </listitem>
     336
     337    <listitem>
     338      <para>Miscellaneous</para>
     339
     340      <orderedlist numeration='loweralpha'>
     341
     342        <listitem>
     343          <para>Each time You distribute or publicly digitally perform the
     344          Work or a Collective Work, the Licensor offers to the recipient a license to
     345          the Work on the same terms and conditions as the license granted to You under
     346          this License.</para>
     347        </listitem>
     348
     349        <listitem>
     350          <para>Each time You distribute or publicly digitally perform a
     351          Derivative Work, Licensor offers to the recipient a license to the original
     352          Work on the same terms and conditions as the license granted to You under
     353          this License.</para>
     354        </listitem>
     355
     356        <listitem>
     357          <para>If any provision of this License is invalid or unenforceable
     358          under applicable law, it shall not affect the validity or enforceability of
     359          the remainder of the terms of this License, and without further action by the
     360          parties to this agreement, such provision shall be reformed to the minimum
     361          extent necessary to make such provision valid and
     362          enforceable.</para>
     363        </listitem>
     364
     365        <listitem>
     366          <para>No term or provision of this License shall be deemed waived
     367          and no breach consented to unless such waiver or consent shall be in writing
     368          and signed by the party to be charged with such waiver or
     369          consent.</para>
     370        </listitem>
     371
     372        <listitem>
     373          <para>This License constitutes the entire agreement between the
     374          parties with respect to the Work licensed here. There are no understandings,
     375          agreements or representations with respect to the Work not specified here.
     376          Licensor shall not be bound by any additional provisions that may appear in
     377          any communication from You. This License may not be modified without the
     378          mutual written agreement of the Licensor and You.</para>
     379        </listitem>
     380
     381
     382      </orderedlist>
     383    </listitem>
     384  </orderedlist>
     385
     386  <important>
     387    <para>Creative Commons is not a party to this License, and makes no warranty
     388    whatsoever in connection with the Work. Creative Commons will not be liable to
     389    You or any party on any legal theory for any damages whatsoever, including
     390    without limitation any general, special, incidental or consequential damages
     391    arising in connection to this license. Notwithstanding the foregoing two (2)
     392    sentences, if Creative Commons has expressly identified itself as the Licensor
     393    hereunder, it shall have all rights and obligations of Licensor.</para>
     394
     395    <para>Except for the limited purpose of indicating to the public that the Work is
     396    licensed under the CCPL, neither party will use the trademark "Creative
     397    Commons" or any related trademark or logo of Creative Commons without the prior
     398    written consent of Creative Commons. Any permitted use will be in compliance
     399    with Creative Commons' then-current trademark usage guidelines, as may be
     400    published on its website or otherwise made available upon request from time to
     401    time.</para>
     402
     403    <para>Creative Commons may be contacted at <ulink url='http://creativecommons.org/' />.</para>
     404  </important>
     405
     406
     407</appendix>
  • stylesheets/xhtml/lfs-legalnotice.xsl

     
    77    <!-- Generating the page -->
    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"/>
    1313    </xsl:variable>
     
    3131                <li class="home">
    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">
    3737                      <xsl:value-of select="/book/bookinfo/title"/>
     
    5656    <p class="{name(.)}">
    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">
    6262          <xsl:with-param name="key" select="'Copyright'"/>