bookinfo.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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>This book describes the process of creating a Linux system from
  18. scratch, using nothing but the sources of the required software.</para>
  19. </abstract>
  20. <legalnotice>
  21. <para>Copyright (c) 1999-2004, Gerard Beekmans</para>
  22. <para>All rights reserved.</para>
  23. <para>Redistribution and use in source and binary forms, with or without
  24. modification, are permitted provided that the following conditions are
  25. met:</para>
  26. <itemizedlist>
  27. <listitem><para>Redistributions in any form must retain the above copyright
  28. notice, this list of conditions and the following disclaimer.</para></listitem>
  29. <listitem><para>Neither the name of <quote>Linux From Scratch</quote> nor the
  30. names of its contributors may be used to endorse or promote products derived
  31. from this material without specific prior written permission.</para></listitem>
  32. <listitem><para>Any material derived from Linux From Scratch must contain
  33. a reference to the <quote>Linux From Scratch</quote> project.</para></listitem>
  34. </itemizedlist>
  35. <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <quote>AS
  36. IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  37. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  38. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  39. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  40. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  41. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  42. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  43. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  44. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  45. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
  46. </legalnotice>
  47. </bookinfo>