From 4b03dca7c2f66d59e073156b921ec74dd7c49748 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sat, 20 Sep 2014 15:34:38 +0200 Subject: [PATCH] License clarification --- public/js/cryptalk_modules/$.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/js/cryptalk_modules/$.js b/public/js/cryptalk_modules/$.js index 8683209..cfc522b 100644 --- a/public/js/cryptalk_modules/$.js +++ b/public/js/cryptalk_modules/$.js @@ -73,8 +73,9 @@ define('$', ['fandango', 'websocket', 'aes'], function (fandango, websocket, aes }); }; - // Originating from mustasche.js - // https://github.com/janl/mustache.js/blob/master/mustache.js#L43 + // Part of this is originating from mustasche.js + // Code: https://github.com/janl/mustache.js/blob/master/mustache.js#L43 + // License: https://github.com/janl/mustache.js/blob/master/LICENSE utils.escapeHtml = (function () { var pattern = /[&<>"'\/]/g, entities = {