From f872077e947916496235f4e871511ce890953d04 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Mon, 27 Feb 2012 14:38:59 -0800 Subject: Updating legal copy --- js/mediators/io-mediator.js | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'js') diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js index 7efed29b..733e44b2 100644 --- a/js/mediators/io-mediator.js +++ b/js/mediators/io-mediator.js @@ -345,10 +345,21 @@ exports.IoMediator = Montage.create(Component, { //////////////////////////////////////////////////////////////////// //Pretty methods (minified) /* - is-beautify javascript code courtesy of Einar Lielmanis: - Code from https://github.com/einars/js-beautify - License https://github.com/einars/js-beautify/blob/master/license.txt - Used with author's permission + is-beautify javascript code courtesy of Einar Lielmanis: + Code from https://github.com/einars/js-beautify + License https://github.com/einars/js-beautify/blob/master/license.txt + Used with author's permission, as stated below + + Copyright (c) 2009 - 2011, Einar Lielmanis + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions:The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. */ //For HTML, including any JS or CSS (single string/file) getPrettyHtml: { -- cgit v1.2.3