From: Wolfram Schneider Date: Wed, 5 Feb 2014 13:29:11 +0000 (+0000) Subject: Licence: GPL X-Git-Tag: 1.0.0~1515^2~13 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=fd6e798f994723a1c9abd84a374fb6a6d29e06d0;hp=83ee2bcf59fdd0c3c6dcc502e372a00a2a53dd3d;p=mkws-moved-to-github.git Licence: GPL --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index dd8d40c..68278ad 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -56,6 +56,7 @@ mkws-js ${MKWS_JS}: Makefile mkws.js ${JQUERY_FILE} ${JQUERY_JSON_FILE} ${HANDLE fi ( set -e; \ echo "/*! Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com"; \ + echo " Licence: GPL, http://www.indexdata.com/licences/gpl"; \ echo " created at: $$(date)"; \ echo " mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,')"; \ echo " $$(basename ${PZ2API_JS}) GIT id: $$(cd $$(dirname ${PZ2API_JS}) && git log $$(basename ${PZ2API_JS}) | head -n 1 | perl -npe 's,\S+\s+,,')"; \ diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 6a39166..40cde79 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -1,4 +1,7 @@ -/*! MKWS, the MasterKey Widget Set. Copyright (C) 2013-2014, Index Data */ +/*! MKWS, the MasterKey Widget Set. + * Copyright (C) 2013-2014 Index Data + * See the file LICENSE for details + */ "use strict"; // HTML5: disable for debug_level >= 2