Generated mkws-complete.js points to LGPL, not GPL.
authorMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 16:11:45 +0000 (17:11 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 16:11:45 +0000 (17:11 +0100)
src/Makefile

index 9995682..b61d34c 100644 (file)
@@ -44,7 +44,7 @@ all: $(INSTALLED)
 $(DEST)/mkws-complete.js: Makefile $(INSTALLED_DOWNLOADABLE) $(DEST)/mkws.js
        ( set -e; \
          echo "/*! Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com"; \
-         echo "   Licence: GPL, http://www.indexdata.com/licences/gpl"; \
+         echo "   Licence: LGPL, http://www.indexdata.com/licences/lgpl"; \
          echo "   created at: $$(date)"; \
          echo "   MKWS GIT id: $$(git show | head -n 1 | perl -npe 's,\S+\s+,,')"; \
          echo "   pz2.js GIT id: $$(curl -sSf 'http://git.indexdata.com/?p=pazpar2.git;a=rss' | egrep '<guid' | head -1 | perl -ne 'print "$$1\n" if m,.*=([0-9a-f]+)</guid>,')"; \