diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-18 17:06:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 17:06:30 -0500 |
commit | 05d4049f16715194842cf8cdf62345478288ee71 (patch) | |
tree | bd64ad1829e8da9f08dc968abddb6f6f8cad6d41 /ext/bg/legal.html | |
parent | 9beb659b178ab922a4d11a821ed6d2f1bce40f96 (diff) |
DOMParser replacement (#561)
* Add script to build library files
* Add built parse5 library
* Add new SimpleDOMParser which uses parse5
* Update license info
* Update MV3 build to use the new SimpleDOMParser
* Update file exclusions
* Hide/clarify license info for MV2 builds
Diffstat (limited to 'ext/bg/legal.html')
-rw-r--r-- | ext/bg/legal.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ext/bg/legal.html b/ext/bg/legal.html index 80364943..cda3dcc7 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -191,6 +191,33 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </pre> </div></div></div></div></div> + <div data-show-for-manifest-version="3"> + <h2><a href="https://github.com/inikulin/parse5/blob/v6.0.1/LICENSE" target="_blank" rel="noopener noreferrer">parse5 v6.0.1</a></h2> + <div class="settings-group"><div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> +<pre> +Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin) + +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. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +</pre> + </div></div></div></div></div> + </div> + <div class="footer-padding"></div> </div> |