Tweak license headers.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Feb 2014 15:43:06 +0000 (17:43 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Feb 2014 15:43:06 +0000 (17:43 +0200)
dist/htmlminifier.js
src/htmlminifier.js
src/htmlparser.js

index f2262e1..b43155e 100644 (file)
@@ -8,7 +8,9 @@
  * Modified by Juriy "kangax" Zaytsev
  * Original code by Erik Arvidsson, Mozilla Public License
  * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js
- *
+ */
+
+/*
  * // Use like so:
  * HTMLParser(htmlString, {
  *     start: function(tag, attrs, unary) {},
   }
 })(typeof exports === 'undefined' ? this : exports);
 
-/*!
- * HTMLMinifier v0.5.5
- * http://kangax.github.com/html-minifier/
- *
- * Copyright (c) 2010-2013 Juriy "kangax" Zaytsev
- * Licensed under the MIT license.
- *
- */
-
 (function(global){
 
   var log, HTMLParser;
index ecda889..27d4ccd 100644 (file)
@@ -1,12 +1,3 @@
-/*!
- * HTMLMinifier v0.5.5
- * http://kangax.github.com/html-minifier/
- *
- * Copyright (c) 2010-2013 Juriy "kangax" Zaytsev
- * Licensed under the MIT license.
- *
- */
-
 (function(global){
 
   var log, HTMLParser;
index c55f12d..cc26808 100644 (file)
@@ -3,7 +3,9 @@
  * Modified by Juriy "kangax" Zaytsev
  * Original code by Erik Arvidsson, Mozilla Public License
  * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js
- *
+ */
+
+/*
  * // Use like so:
  * HTMLParser(htmlString, {
  *     start: function(tag, attrs, unary) {},