X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=cf60ea6fe41abdf06688a1ac54af6d10e9c38dab;hp=8f33f7005b54c91ffc2007b3a40e5ebab1f068ba;hb=3cea7c0c81925f72c7082719bfe96e8852eb67a6;hpb=9db5acd9631c941e028b4e368702464a5d022c35 diff --git a/src/Makefile b/src/Makefile index 8f33f70..cf60ea6 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+,,')"; \