- Timestamp:
- Jul 12, 2006, 7:34:10 AM (18 years ago)
- Children:
- 6423ecd
- Parents:
- 934d33b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prologue/x86/bookinfo.xml
r934d33b rff860f6 27 27 28 28 <legalnotice> 29 <para>Copyright (c) 2005, Jim Gifford & Ryan Oliver</para>30 29 31 <para> All rights reserved.</para>30 <para>Cross Linux From Scratch uses the MIT License</para> 32 31 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> 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–2006, Jim Gifford & 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> 36 43 37 44 <itemizedlist> 38 45 <listitem> 39 <para>Redistributions in any form must retain the above copyright 40 notice,this list of conditions and the following disclaimer</para>46 <para>Redistributions in any form must retain the above copyright notice, 47 this list of conditions and the following disclaimer</para> 41 48 </listitem> 42 49 <listitem> 43 <para>Neither the name of <quote> Linux From Scratch</quote> nor the50 <para>Neither the name of <quote>Cross Linux From Scratch</quote> nor the 44 51 names of its contributors may be used to endorse or promote products 45 52 derived from this material without specific prior written … … 47 54 </listitem> 48 55 <listitem> 49 <para>Any material derived from Linux From Scratch must contain50 a reference to the <quote> Linux From Scratch</quote> project</para>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> 51 58 </listitem> 52 59 </itemizedlist> 53 60 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> 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> 65 71 66 72 </legalnotice>
Note:
See TracChangeset
for help on using the changeset viewer.