diff options
author | Solly Ross <sross@redhat.com> | 2017-02-03 23:55:00 -0500 |
---|---|---|
committer | Solly Ross <sross@redhat.com> | 2017-03-01 11:21:32 -0500 |
commit | fba220c6fca6786c77c379259df91ded9878be5c (patch) | |
tree | 2a15d29bca7bf59efa6a221be33a5ead7182504c /LICENSE.txt | |
parent | 3ae0bb0968907dad1f730372f5309dc2cf0ea000 (diff) | |
download | novnc-fba220c6fca6786c77c379259df91ded9878be5c.tar.gz |
Vendor an ES6-modules-compatible Pako
This commit vendors a converted, stripped-down version of Pako which
uses ES6 modules instead of CommonJS modules.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 7b5de59..39cbe3f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -18,6 +18,7 @@ is not limited to): core/websock.js app/webutil.js core/input/xtscancodes.js + core/inflator.js The HTML, CSS, font and images files that included with the noVNC source distibution (or repository) are not considered part of the @@ -49,8 +50,7 @@ licenses (all MPL 2.0 compatible): core/des.js : Various BSD style licenses - utils/inflator.mod.js - include/inflator.js : MIT (for pako) + vendor/pako/ : MIT Any other files not mentioned above are typically marked with a copyright/license header at the top of the file. The default noVNC @@ -66,7 +66,7 @@ The following license texts are included: docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD) docs/LICENSE.zlib docs/LICENSE.Apache-2.0 - docs/LICENSE.pako + vendor/pako/LICENSE (MIT) Or alternatively the license texts may be found here: |