summaryrefslogtreecommitdiff
path: root/docs-xml/xslt/generate-attributions.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 20:36:56 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-01 22:49:12 +0200
commit04071251b126b37203821cc3b29a81b1dade823e (patch)
tree772a0f701eb0d98273270a3a6edabb3cbfc5e54d /docs-xml/xslt/generate-attributions.xsl
parent38030958edba8bff1134624d8661ede4e618ad07 (diff)
downloadsamba-04071251b126b37203821cc3b29a81b1dade823e.tar.gz
samba-04071251b126b37203821cc3b29a81b1dade823e.tar.bz2
samba-04071251b126b37203821cc3b29a81b1dade823e.zip
Explicitly mention licenses in all stylesheets
Diffstat (limited to 'docs-xml/xslt/generate-attributions.xsl')
-rw-r--r--docs-xml/xslt/generate-attributions.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs-xml/xslt/generate-attributions.xsl b/docs-xml/xslt/generate-attributions.xsl
index 90e3e17568..427a740830 100644
--- a/docs-xml/xslt/generate-attributions.xsl
+++ b/docs-xml/xslt/generate-attributions.xsl
@@ -2,11 +2,13 @@
<!--
Generate Docbook/XML file with attributions based on chapter/author tags
(C) Jelmer Vernooij 2003
+
+ Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1">
- <xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
+<xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
<!-- Remove all character data -->
<xsl:template match="@*|node()">