mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
dtd2boostbook.xsl: Added copyright to the output
Backport manual `reference.xml` edit 7484e56d455ef01a5f82590f7b02532158dc141d
This commit is contained in:
parent
c327b26a61
commit
6db0b9e93a
@ -18,6 +18,15 @@
|
||||
<xsl:key name="attribute-purposes" match="attpurpose" use="@name"/>
|
||||
|
||||
<xsl:template match="dtd">
|
||||
<xsl:comment>
|
||||
Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
This file is automatically generated by dtd2boostbook.xsl
|
||||
</xsl:comment>
|
||||
<chapter id="reference">
|
||||
<title>Reference</title>
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user