From: Mike Taylor Date: Wed, 15 Oct 2014 16:11:45 +0000 (+0100) Subject: Generated mkws-complete.js points to LGPL, not GPL. X-Git-Tag: 1.0.0~192^2~1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=34cead83c94c68092d201b71e281c8e432e81f93;p=mkws-moved-to-github.git Generated mkws-complete.js points to LGPL, not GPL. --- diff --git a/src/Makefile b/src/Makefile index 9995682..b61d34c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 ',')"; \