keep our copyright when minifying JavaScript using YUIcompressor
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 11:21:33 +0000 (11:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 11:21:33 +0000 (11:21 +0000)
tools/htdocs/Makefile
tools/htdocs/mkws.js

index d686265..59b301c 100644 (file)
@@ -53,7 +53,7 @@ mkws-js ${MKWS_JS}: Makefile mkws.js ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLE
            echo ""; \
            exit 1; \
        fi
-       ( echo "/* Copyright (c) 2013 IndexData ApS. http://indexdata.com"; \
+       ( echo "/*! Copyright (c) 2013 IndexData ApS. http://indexdata.com"; \
          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+,,')"; \
index cb3e973..e32f61c 100644 (file)
@@ -1,4 +1,4 @@
-/* MKWS, the MasterKey Widget Set. Copyright (C) 2013, Index Data */
+/*! MKWS, the MasterKey Widget Set. Copyright (C) 2013, Index Data */
 
 "use strict"; // HTML5: disable for debug_level >= 2