From fd6e798f994723a1c9abd84a374fb6a6d29e06d0 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 5 Feb 2014 13:29:11 +0000 Subject: [PATCH] Licence: GPL --- tools/htdocs/Makefile | 1 + tools/htdocs/mkws.js | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4