ftmemsim-valgrind/docs/xml/licenses.xml
Mark Wielaard 555ddc4753 Use DTD DocBook XML V4.5 everywhere.
This makes the rule for xmllint easier since it doesn't need to
override the DTD to validate against. It also helps with other tools
tryinf to process the docbookx xml files.
2020-05-14 15:12:02 +02:00

28 lines
875 B
XML

<?xml version="1.0"?> <!-- -*- sgml -*- -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book id="licenses" xreflabel="GNU Licenses">
<bookinfo>
<title>GNU Licenses</title>
</bookinfo>
<chapter id="license.gpl" xreflabel=" The GNU General Public License">
<title>The GNU General Public License</title>
<literallayout>
<xi:include href="../../COPYING" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="license.gfdl" xreflabel="The GNU Free Documentation License">
<title>The GNU Free Documentation License</title>
<literallayout>
<xi:include href="../../COPYING.DOCS" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
</book>