From 142353e7d00613b7d48316db17d2e994ad02a70e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Mar 2015 14:37:07 +0000 Subject: [PATCH] Part of PAZ-996. Add support for recognising both of the Creative Commons public-domain tools, even though they are not strictly speaking licenses. --- etc/xsl/solr-pz2.xsl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/xsl/solr-pz2.xsl b/etc/xsl/solr-pz2.xsl index e6eaf6e..b490787 100644 --- a/etc/xsl/solr-pz2.xsl +++ b/etc/xsl/solr-pz2.xsl @@ -99,6 +99,14 @@ CC By-ND-SA + + + CC0 (public domain) + + + CC PDL (public domain) + + [unknown] -- 1.7.10.4