bookinfo.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE bookinfo 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. <bookinfo>
  8. <title>Linux From Scratch</title>
  9. <subtitle>Version &version;</subtitle>
  10. <authorgroup>
  11. <author>
  12. <firstname>Gerard</firstname>
  13. <surname>Beekmans</surname>
  14. </author>
  15. </authorgroup>
  16. <copyright id="copyright">
  17. <year>1999&ndash;2006</year>
  18. <holder>Gerard Beekmans</holder>
  19. </copyright>
  20. <legalnotice>
  21. <para>Copyright (c) 1999&ndash;2006, 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>
  28. <para>Redistributions in any form must retain the above copyright
  29. notice, this list of conditions and the following disclaimer</para>
  30. </listitem>
  31. <listitem>
  32. <para>Neither the name of <quote>Linux From Scratch</quote> nor the
  33. names of its contributors may be used to endorse or promote products
  34. derived from this material without specific prior written
  35. permission</para>
  36. </listitem>
  37. <listitem>
  38. <para>Any material derived from Linux From Scratch must contain
  39. a reference to the <quote>Linux From Scratch</quote> project</para>
  40. </listitem>
  41. </itemizedlist>
  42. <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  43. <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
  44. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  45. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  46. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  47. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  48. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  49. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  50. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  51. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  52. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
  53. </legalnotice>
  54. </bookinfo>