X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=cf60ea6fe41abdf06688a1ac54af6d10e9c38dab;hp=21a8c5abc9fa44f4c2969d15826a0e14ec2ad523;hb=058ce4a204a9ce4d63b2d319037f60cd9f94ff1b;hpb=d8ff6e131a946040741ca06b4151d732a976db5c diff --git a/src/Makefile b/src/Makefile index 21a8c5a..cf60ea6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com +# Copyright (c) 2013-2015 Index Data ApS. http://indexdata.com DEST = ../tools/htdocs @@ -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+,,')"; \