From 29e745f99f43d0629df547da80b016996ae70872 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 22 Apr 2019 18:44:01 -0700 Subject: [PATCH] chore: improve license clarity of simplehtmlparser.js (#9907) --- src/compiler/parser/html-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/parser/html-parser.js b/src/compiler/parser/html-parser.js index f93c098f..e75ed765 100644 --- a/src/compiler/parser/html-parser.js +++ b/src/compiler/parser/html-parser.js @@ -5,7 +5,7 @@ /*! * HTML Parser By John Resig (ejohn.org) * Modified by Juriy "kangax" Zaytsev - * Original code by Erik Arvidsson, Mozilla Public License + * Original code by Erik Arvidsson (MPL-1.1 OR Apache-2.0 OR GPL-2.0-or-later) * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js */