Add support for the two URLs designated by the RIOXX profile itself
for articles to which all rights are reserved.
If we need any more licences later, we'll file new bugs for that.
CC PDL (public domain)
</xsl:when>
+ <!-- The RIOXX profile itself provides two ways of saying "all rights reserved" -->
+ <xsl:when test=". = 'http://www.rioxx.net/licenses/all-rights-reserved'">
+ All rights reserved
+ </xsl:when>
+ <xsl:when test=". = 'http://www.rioxx.net/licenses/under-embargo-all-rights-reserved'">
+ Under embargo
+ </xsl:when>
+
<xsl:otherwise>
[unknown]
</xsl:otherwise>