- Make included legalnotice entity well nested and add DTD declaration for
validation to pass
This commit is contained in:
parent
7c3ff16ff7
commit
a2e17a8562
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40858
2 changed files with 20 additions and 18 deletions
en_US.ISO8859-1/books/pmake
|
@ -14,6 +14,24 @@
|
|||
<surname>de Boor</surname>
|
||||
</author>
|
||||
|
||||
<copyright>
|
||||
<year>1988</year>
|
||||
<year>1989</year>
|
||||
<holder>Adam de Boor</holder>
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>1989</year>
|
||||
<holder>Berkeley Softworks</holder>
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>1988</year>
|
||||
<year>1989</year>
|
||||
<year>1993</year>
|
||||
<holder>The Regents of the University of California.</holder>
|
||||
</copyright>
|
||||
|
||||
&legalnotice;
|
||||
|
||||
<releaseinfo>$FreeBSD$</releaseinfo>
|
||||
|
|
|
@ -1,26 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE legalnotice PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||
"../../../share/xml/freebsd45.dtd"
|
||||
<!--
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<copyright>
|
||||
<year>1988</year>
|
||||
<year>1989</year>
|
||||
<holder>Adam de Boor</holder>
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>1989</year>
|
||||
<holder>Berkeley Softworks</holder>
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>1988</year>
|
||||
<year>1989</year>
|
||||
<year>1993</year>
|
||||
<holder>The Regents of the University of California.</holder>
|
||||
</copyright>
|
||||
|
||||
<legalnotice id="legalnotice">
|
||||
<para>All rights reserved.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue