bookinfo.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <bookinfo>
  7. <title>Linux From Scratch</title>
  8. <subtitle>Version &version;</subtitle>
  9. <authorgroup>
  10. <author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
  11. </authorgroup>
  12. <copyright id="copyright">
  13. <year>1999-2004</year>
  14. <holder>Gerard Beekmans</holder>
  15. </copyright>
  16. <abstract>
  17. <para><note><para>In this book there is only the commands to build an LFS system
  18. and new stuff. For a full version with all the explanations see <ulink
  19. url="&lfs-root;lfs/view/testing"/>.</para></note></para>
  20. </abstract>
  21. <legalnotice>
  22. <para>Copyright (c) 1999-2004, Gerard Beekmans</para>
  23. <para>All rights reserved.</para>
  24. <para>Redistribution and use in source and binary forms, with or without
  25. modification, are permitted provided that the following conditions are
  26. met:</para>
  27. <itemizedlist>
  28. <listitem><para>Redistributions in any form must retain the above copyright
  29. notice, this list of conditions and the following disclaimer.</para></listitem>
  30. <listitem><para>Neither the name of <quote>Linux From Scratch</quote> nor the
  31. names of its contributors may be used to endorse or promote products derived
  32. from this material without specific prior written permission.</para></listitem>
  33. <listitem><para>Any material derived from Linux From Scratch must contain
  34. a reference to the <quote>Linux From Scratch</quote> project.</para></listitem>
  35. </itemizedlist>
  36. <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <quote>AS
  37. IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  38. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  39. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  40. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  41. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  42. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  43. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  44. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  45. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  46. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
  47. </legalnotice>
  48. </bookinfo>