From 34cead83c94c68092d201b71e281c8e432e81f93 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 17:11:45 +0100 Subject: [PATCH] Generated mkws-complete.js points to LGPL, not GPL. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ',')"; \ -- 1.7.10.4