diff options
author | Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> | 2016-08-26 15:47:03 -0300 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> | 2016-08-26 17:06:42 -0300 |
commit | 99feba6ba8fee5b3a2b2dc99dc25e9179c560d31 (patch) | |
tree | 2488919294733e46016c9fc07c0eda517a0148b9 /LICENSE.txt | |
parent | 4e0c36dda708628836dc6f5d68fc40d05c7716d9 (diff) | |
download | novnc-99feba6ba8fee5b3a2b2dc99dc25e9179c560d31.tar.gz |
QEMU RFB extension - new file xtscancodes.js
This new file contains the XT scancode mapping that
the extension will use in rfb.js file.
Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index f217929..2ec4a64 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -17,6 +17,7 @@ is not limited to): include/util.js include/websock.js include/webutil.js + include/xtscancodes.js The HTML, CSS, font and images files that included with the noVNC source distibution (or repository) are not considered part of the @@ -45,7 +46,7 @@ the noVNC core library. Here is a list of those files and the original licenses (all MPL 2.0 compatible): include/base64.js : MPL 2.0 - + include/des.js : Various BSD style licenses include/chrome-app/tcp-stream.js @@ -53,7 +54,7 @@ licenses (all MPL 2.0 compatible): utils/websockify utils/websocket.py : LGPL 3 - + utils/inflator.partial.js include/inflator.js : MIT (for pako) |