bookinfo.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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&ndash;2005</year>
  14. <holder>Gerard Beekmans</holder>
  15. </copyright>
  16. <legalnotice>
  17. <para>Copyright (c) 1999&ndash;2005, Gerard Beekmans</para>
  18. <para>All rights reserved.</para>
  19. <para>Redistribution and use in source and binary forms, with or without
  20. modification, are permitted provided that the following conditions are
  21. met:</para>
  22. <itemizedlist>
  23. <listitem><para>Redistributions in any form must retain the above copyright
  24. notice, this list of conditions and the following disclaimer</para></listitem>
  25. <listitem><para>Neither the name of <quote>Linux From Scratch</quote> nor the
  26. names of its contributors may be used to endorse or promote products derived
  27. from this material without specific prior written permission</para></listitem>
  28. <listitem><para>Any material derived from Linux From Scratch must contain
  29. a reference to the <quote>Linux From Scratch</quote> project</para></listitem>
  30. </itemizedlist>
  31. <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <quote>AS
  32. IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  33. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  34. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
  35. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  36. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  37. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  38. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  39. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  40. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  41. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
  42. </legalnotice>
  43. </bookinfo>