From b5c0d61c1e30b852eb2c662673c6cca85a4b3642 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Mar 2015 14:21:40 +0000 Subject: [PATCH] Part of PAZ-996. Move CC By-ND-SA to end of the list of the recognised licences, since there is actually no such licence! (There can't be: ND prohibits the creation of derivatives, and SA is a restriction on the licencing of derivatives. If anything I guess this is equivclent to straight CC By-ND, since the SA clause can never fire.) --- etc/xsl/solr-pz2.xsl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/xsl/solr-pz2.xsl b/etc/xsl/solr-pz2.xsl index 584d10a..f2e49cd 100644 --- a/etc/xsl/solr-pz2.xsl +++ b/etc/xsl/solr-pz2.xsl @@ -83,15 +83,16 @@ CC By-ND - - CC By-ND-SA - CC By-NC CC By-NC-ND + + + CC By-ND-SA + [unknown] -- 1.7.10.4