X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=b61d34cb50056932ef941c3c5ef1850db79a8ec2;hb=34cead83c94c68092d201b71e281c8e432e81f93;hp=99956824b9788da1fe9844f619916fbcc1aad3e4;hpb=fffd6b2e7616c462eda28875e2fe3abd05bb29db;p=mkws-moved-to-github.git 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 ',')"; \