X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=2ae1a23e362bc175ed367df219dbea9b0a851e27;hp=8f33f7005b54c91ffc2007b3a40e5ebab1f068ba;hb=287f4114f36fb39fd91cab71ea85572de8e353a5;hpb=9db5acd9631c941e028b4e368702464a5d022c35 diff --git a/src/Makefile b/src/Makefile index 8f33f70..2ae1a23 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,7 +46,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 "/*! Copyright (c) 2013-$(date '+%Y') Index Data ApS. http://indexdata.com"; \ 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+,,')"; \