summaryrefslogtreecommitdiffstats
path: root/packaging/bookinfo.xsl
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2006-02-23 23:06:41 +0000
committerKarsten Wade <kwade@redhat.com>2006-02-23 23:06:41 +0000
commitdae44cc2548b0c1d5b800740923069f74c4ca7c6 (patch)
treef56e5a4a1480168924deb7e8fffd5bc6b09c215c /packaging/bookinfo.xsl
parent9b7822fcf152eca03b3d0fc5c6bc9f68e380f740 (diff)
downloadfedora-doc-utils-dae44cc2548b0c1d5b800740923069f74c4ca7c6.tar.gz
fedora-doc-utils-dae44cc2548b0c1d5b800740923069f74c4ca7c6.tar.xz
fedora-doc-utils-dae44cc2548b0c1d5b800740923069f74c4ca7c6.zip
Changing licensing calls to OPL, I ignored templates.xsl because it is using a conditional, which is called for just-in-case, I reckon.
Diffstat (limited to 'packaging/bookinfo.xsl')
-rw-r--r--packaging/bookinfo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index 98176dc..3df6c35 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -87,7 +87,7 @@
<xsl:when test="/rpm-info/license/rights='OPL'">
<xsl:text disable-output-escaping="yes">&lt;xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="</xsl:text><xsl:value-of select="$fdpdir"/><xsl:text disable-output-escaping="yes">/docs-common/common/legalnotice-opl-en.xml"/&gt;</xsl:text>
</xsl:when>
- <xsl:otherwise> <!-- assume FDL for now -->
+ <xsl:otherwise> <!-- assume OPL for now -->
<xsl:text disable-output-escaping="yes">&lt;xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="</xsl:text><xsl:value-of select="$fdpdir"/><xsl:text disable-output-escaping="yes">/docs-common/common/legalnotice-en.xml"/&gt;</xsl:text>
</xsl:otherwise>
</xsl:choose>